@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:62.5%;
}

form{
	padding:0;
	margin:0;

}

.menygrey{
	color:#999999;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(bilder/bakgrund-wide.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#header{
	position:relative;
	width:100%;
	margin: 0;
	padding:0;
	height: 120px;
}

#headerlogo{
	position:relative;
	width:770px;
	margin: 0 auto 0 auto;
	padding:0;
	height: 100px;
	background-image: url(bilder/bakgrund-header.png);
	background-repeat:no-repeat;
}

#headerlogo .logo{
	padding-top:18px;
}

#headerlogo .meny{
	margin-top:21px;	
	font-size:11px;
}

#content{
	position:relative;
	width:770px;
	margin: 0 auto 0 auto;
	height: auto;
}

#left{
	position:relative;
	background-color:#ffffff;
	float:left;
	width:330px;
	margin: 0;
	height: auto;
}

#middle{
	position:relative;
	background-color:#fff;
	float:left;
	width:162px;
	margin: 0;
	height: auto;
	left: 10px;
}


#right{
	position:relative;
	background-color:#FFFFFF;
	float:right;
	width:260px;
	margin: 0;
	height: auto;
	overflow: hidden;
}


#rightbig{
	position:relative;
	background-color:#FFFFFF;
	float:right;
	width:430px;
	margin: 0;
	height: auto;
	overflow: hidden;
}

.blue{
	font-size:11px;
}

.blue h1{
    font-size:15px;
    color:#2e5160;
    margin:0;
    padding: 3px 0 5px 0;
}

.blue .bluetop{
	height:6px;
	background-image:url(bilder/blue-top.png);
	background-repeat:no-repeat;
}

.blue .bluemiddle{
	height:auto;
	min-height:200px;
	padding:0px 15px 0px 15px;
	background-image:url(bilder/blue-middle.png);
	background-repeat:no-repeat;
}

.blue .bluebottom{
	height:6px;
	background-image:url(bilder/blue-bottom.png);
	background-repeat:no-repeat;
}

.blue h3{
	font-size:14px;
	margin:0;
	padding:0;
	color:#407085;
}

.dagblue{
	width:20px;
	font-size:11px;
	margin-right:2px;
}

.yellow{}

.yellow .yellowtop{
	height:6px;
	background-image:url(bilder/gul-top.png);
	background-repeat:no-repeat;
}

.yellow .yellowmiddle{
	height:auto;
	padding:0px 10px 0px 10px;
	background-image:url(bilder/gul-middle.png);
	background-repeat:repeat-y;
}

.yellow .yellowbottom{
	height:6px;
	background-image:url(bilder/gul-bottom.png);
	background-repeat:no-repeat;
}


.white h1{
    font-size:15px;
    color:#2e5160;
    margin:0;
    padding: 3px 0 5px 0;
}


.whitewide h1{
    font-size:15px;
    color:#444444;
    margin:0;
    padding: 3px 0 5px 0;
}

.whitewide{
	margin-top:0px;
	font-size:11px;
}

.whitewide .whitetop{
	height:6px;
	background-image:url(bilder/widewhite-top.png);
	background-repeat:no-repeat;
}

.whitewide .whitemiddle{
	height:auto;
	padding:0px 14px 10px 14px;
	background-image:url(bilder/widewhite-middle.png);
	background-repeat:repeat-y;
}

.whitewide .whitebottom{
	height:6px;
	background-image:url(bilder/widewhite-bottom.png);
	background-repeat:no-repeat;
}


.whitewide ul, .whitewide li{
	padding:0;
	padding-left:15px;
	margin:0;
}

.whitewide li{
	list-style-image:url(bilder/ikon-li.png);
		height:auto;
		padding:3px;
		margin:0;
		margin-bottom:6px;
}


.white{
	margin-top:8px;
}

.white .whitetop{
	height:6px;
	background-image:url(bilder/smallwhite-top.png);
	background-repeat:no-repeat;
}

.white .whitemiddle{
	height:auto;
	padding:0px 10px 0px 10px;
	background-image:url(bilder/smallwhite-middle.png);
	background-repeat:repeat-y;
}

.white .whitebottom{
	height:6px;
	background-image:url(bilder/smallwhite-bottom.png);
	background-repeat:no-repeat;
}

.white h2, .yellow h2, .whitewide h2{
	font-size:13px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	margin-bottom:3px;
	font-weight:bold;
}

.white h2{
	color:#444444;
}

.yellow h2{
	color:#6e624a;
}

.white ul, .white li{
	padding:0;
	padding-left:20px;
	margin:0;
}

.white li{
	list-style-image:url(bilder/ikon-li.png);
		height:17px;
		padding:0;
		margin:0;
}

.white .nyheter li, .white .nyheter a:link {
    list-style-image:url(bilder/ikon-bullet.png);
    color:#000;
    font-decoration:none;
    height:auto;
    padding:0;
    margin:0;
}

.submit{
	background:transparent url(bilder/sokhyrbil.png) no-repeat scroll 0%;
	border:none;
	height:25px;
	width:100px;
	margin-bottom:10px;
	cursor:pointer;
}


table, td, tr{
font-size:11px;
}



