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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fcfcfc;
}
#logo{
	width: 342px;
	height: 165px;
	position: absolute;
	left: 50%;
	margin-left: 132px;
	top: 60px;
	z-index: 5;
}
#mutter{
	width: 950px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
	background-color: #e6e6e6;
	color: #38347b;
	z-index: 1;
}
#bild{
	height: 297px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#balken{
	height: 38px;
	background-image: url(../images/balken.jpg);
}
#main{
	background-image: url(../images/main.jpg);
	padding-top: 15px;
	padding-bottom: 15px;
}
#navi{
	float: left;
	width: 165px;
}
#content{
	float: left;
	width: 570px;
	margin-left: 7px;
	margin-right: 7px;
	line-height: 150%;	
}
#content a img{
	padding: 5px;
}
#content img{
	padding: 5px;
}
#cl{
	float: left;
	width: 48%;
}
#cr{
	float: right;
	width: 48%;
}
#news{
	float:right;
	width: 195px;
	line-height: 150%;
}
#footer{
	text-align: center;
	border-top: solid 3px #d2232a;
	padding-top: 5px;
	padding-bottom: 5px;
}
.clear{
	clear: both;
}
.contentelement{
	clear: both;
}
a img{
	border: 0px;
}
a{
	color: #6aa7d6;
}
a:hover{
	text-decoration: none;
}
h1{
	margin: 0px;
	padding-top: 13px;
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
h2{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
