* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 70%;
	font-family: Helvetica, sans-serif;
}

h1 ,h2{
	font-size: 1.4em;
	margin-bottom: 0.4em;
}

p {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 1.4em;
}

/* EXTRA */
#container {
position: relative;
width: 100%;
}
#one {
margin: 0 33%;
}
#two, #tre {
position: absolute;
top: 0;
width: 33%;
}
#two { left: 0; }
#tre { right: 0; }

.box {
	width: 35em;
}

.box div {
	xmargin: 0.5em 0 0 -2.5em;
}

.box div.topleft {
	display: block;
	background: url("/img/box-bg2.png") top left no-repeat white;
	padding: 2.0em 0em 0em 1.0em;
}

.box div.topright {
	display: block;
	background: url("/img/box-bg2.png") top right no-repeat white;
	padding: 2.0em 2.0em 2.0em 1.0em;
	margin: -2.0em 0 0 0;
}

.box div.bottomleft {
	display: block;
	height: 25px;
	margin-top: -2.0em;
	background: url("/img/box-bg2.png") bottom left no-repeat white;
}

.box div.bottomright {
	display: block;
	background: url("/img/box-bg2.png") bottom right no-repeat white;
	height: 25px;
	margin-left: 3.0em;
}
.box_header{
	padding:0 0.4em 0 0.35em;
	font-size: 1.4em;
}
.box_header_padding {
	background-color: rgb(228, 228, 228);
	padding:0.5em;
}

/* HEAD */
.box div.htopleft {
	display: block;
	background: url("/img/box-bg-gray.png") top left no-repeat white;
	padding: 2.0em 0em 0em 1.0em;
}

.box div.htopright {
	display: block;
	background: url("/img/box-bg-gray.png") top right no-repeat white;
	padding: 2.0em 2.0em 2.0em 1.0em;
	margin: -2.0em 0 0 0;
}

.box div.hbottomleft {
	display: block;
	margin-top: -2.0em;
	background: url("/img/box-bg-gray.png") bottom left no-repeat white;
}

.box div.hbottomright {
	display: block;
	background: url("/img/box-bg-gray.png") bottom right no-repeat white;
	margin-left: 3.0em;
}

/* LOGO */
.lbox {
	width: 35em;
	margin: 0 0 40px 0;
}
.lbox div.ltopleft {
	display: block;
	background: url("/img/header-bg.png") top left no-repeat white;
	padding: 2.0em 0em 0em 1.0em;
}

.lbox div.ltopright {
	display: block;
	background: url("/img/header-bg.png") top right no-repeat white;
	padding: 2.0em 2.0em 2.0em 1.0em;
	margin: -2.0em 0 0 0;
}

.lbox div.lbottomleft {
	display: block;
	margin-top: -2.0em;
	background: url("/img/header-bg.png") bottom left no-repeat white;
}

.lbox div.lbottomright {
	display: block;
	background: url("/img/header-bg.png") bottom right no-repeat white;
	margin-left: 3.0em;
}

.line{
	height:1px;
	border-bottom:1px solid #e4e4e4;
	width:100%;
	padding:0.5em 0 0 0;
}
.tweet_user{
	font-weight:bold;
}

.searchText {
background:#F5F5F5 none repeat scroll 0 0;
border-color:#000000 #999999 #999999 #000000;
border-style:solid;
border-width:1px;
color:#333333;
margin:5px 0 0;
max-height:400px;
padding:4px;
}
#share {

	background: url("/img/hjarta.png") no-repeat;
	width:300px;
	height:30px;
}
A.whitelink {color:#fff;}
.floatLeft{
	float:left;
}
#smallmeny{
	float:right;
	padding-right:10px;
}
#smallmeny A{
	color:#fff;
}
