body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
	padding:0px;
	margin:0px;
	padding-top:20px;
	padding-bottom:20px;
	background-image:url(bilder/back.gif);
	background-repeat:repeat;
}

a img{
	border:0px;
}

h1{
	font-size: 28px;
	font-weight:normal;
	color:#095BA6;
	margin:11px 0px 0px 0px;
}

h2{
	font-size: 20px;
	line-height:22px;
	font-weight:normal;
	color:#095BA6;
	margin:10px 0px 0px 0px;
	padding:0px;
}

h3{
	font-size: 14px;
	font-weight:bold;
	color:#095BA6;
	margin:10px 0px 0px 0px;
	padding:0px;
}


p{
	margin:8px 0px 0px 0px;
	line-height:18px;
}

div#container {
	width: 898px;
	background-color:#FFFFFF;
	border:1px solid #0C5DA7;
	margin:0 auto;
	background-image:url(bilder/container-bg.gif);
	background-repeat:repeat-y;
} 

div#header{
	width:898px;
	height:178px;
	border-bottom:1px solid #0C5DA7;
}

div#kolumn1{
	float:left;
	width:600px;
	padding-left:31px;
	padding-bottom:25px;
}

div#kolumn2{
	float:left;
	width:45px;
	font-size:1px;
	line-height:1px;
	height:22px;
	background-color:#fff;
}

div#kolumn3{
	float:left;
	width:193px;
	padding-bottom:25px;
	padding-top:19px;
}

div#menyn{
	width:836px;
	height:25px;
	padding-top:9px;
	border-bottom:1px solid #0C5DA7;
	margin-left:31px;
	background-color:#fff;
}

div.knapp{
	float:left;
	padding-right:20px;
}

div#preFooter {
	background-color: #fff;
	padding-bottom:22px;
	width:867px;
	padding-left:31px;
} 

div#footer {
	background-color: #fff;
	background-image: url(bilder/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width:898px;
	border-top:1px solid #0C5DA7;
	text-align:center;
} 

div#footer p{
	color: #0C5DA7;
	margin:0px;
	padding:0px;
	padding-top:6px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a{
	color:#095BA6;
	text-decoration:underline;
}

a:hover{
	color:#000;
}






