body{
	font-family:Verdana, Arial, helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#CCD5DD;
	padding:0px;
	margin:0px;
	background-image:url(bilder/body-bg.gif);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat-y;
}

img{
	border:0px;
}

h1{
	margin:0px 0px 0px 0px;
	font-size:22px;
	font-weight:normal;
}

h2{
	margin:3px 0px 0px 0px;
	font-size:15px;
	font-weight:bold;
}

h3{
	margin:5px 0px 0px 0px;
	font-size:13px;
	font-weight:bold;
}

p{
	margin:10px 0px 0px 0px;
}

ul{
	padding:0px;
	margin:0px;
	padding-left:30px;
}

div#container{
	width:794px;
	margin:0 auto;
	padding:19px;
	background-color:#FFFFFF;
}

div#banner{
	width:792px;
	text-align:center;
	border:1px solid #bbb;
	margin-bottom:15px;
}


div#logga{
	width:792px;
	border:none;
	margin-bottom:10px;
}

div#meny{
	width:792px;
	border:none;
	margin-bottom:5px;
}

div#kol1{
	float:left;
	width:178px;
	padding-top:20px;
	padding-bottom:20px;
	border:1px solid #bbb;
	text-align:center;
}

div#kol2{
	float:left;
	width:564px;
	margin-left:20px;
}

div#brodtext{
	width:562px;
	border:1px solid #bbb;
	padding:15px;
}

div#brodtext2{
	width:562px;
	border:1px solid #bbb;
	padding:15px;
}

div#kontaktForm{
	width:562px;
	border:1px solid #bbb;
	padding:15px;
	margin-top:0px;
}

div#footer{
	width:792px;
	text-align:center;
	border:1px solid #bbb;
}



div.spacer{
	height:20px;
}





br.clearfloat{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}

a{
	color:#000;
	font-weight:normal;
	text-decoration:underline;
}

a:hover{
	color:#6B6B6B;
}

