@charset "utf-8";
* {	margin: 0;	padding: 0;
}
h1 { font-weight: bold; font-size:14px;
}
h2 { font-weight: bold; font-size:12px;
}
th { font-weight: bold; 
}
a { text-decoration: none; color:#FFFFFF; 
}
p { padding-bottom:16px; 
}

a:hover { text-decoration: underline; }

html, body {
	background-color: #70adcd;	background-image: url(../img/bg.gif);	background-repeat: repeat-x;	margin: 0;	height: 100%;
font-family: Arial, Verdana, Helvetica, sans-serif;	font-size: 12px;	color: #6f1200;
}
#container {
z-index:1;	min-height: 100%;	height: auto !important;	height: 100%;	position: relative;	left: 50%;	width: 900px;	margin-left: -450px;
	margin-top: 0px;	margin-bottom: -50px;	margin-right: 0px;	cursor: auto; background:#FFFFFF;
}

/* top */

#header {
	width: 900px;	height: 232px;	display: block;	
}
#menu {
	float: left;	text-align:center;	width: 900px;	height: 24px;	padding: 7px 0px 0px 0px; 	font-size: 13px; font-weight:bold;	color: #fff; background:url(../img/bg_menu.gif); background-repeat:no-repeat;
}
#menu ul {
	padding: 0;	margin: 0; 
}
#menu ul li {
	display: inline;	margin: 0px 60px 0 0; 
}
#menu ul li a {
	color: #fff;
}
#container-main {
	float: left;	width: 900px;  background:#FFFFFF; margin-bottom:20px;
}
#main {
	float: left;	width: 452px; padding:40px 100px 0 40px;  
}
#main-formedling {
	float: left;	width: 402px; padding:40px 80px 0 40px;  
}
#right-formedling {
	float: left; width: 368px; height:329px; padding:40px 0 0 0;
}
#main a {
	color:#cc0000;  
}
#aktuellt {
	float: left; width: 278px; height:329px;	  background:url(../img/bg_aktuellt.gif) no-repeat top; margin-top:30px; padding:50px 0 0 20px;
}
#bild {
	float: left; width: 288px; height:329px;	  margin-top:30px; padding:20px 0 0 10px;
}
.rubr{ font-size:18px; color:#457113;
}
.rubr2{ font-size:18px; font-weight:bold; color:#c6b801;
}
.rubr3{ font-size:14px; font-weight:bold;
}

/* footer */

#footer {
	clear: both;	margin: 0;	width: 900px;	height: 53px;	padding: 7px 0 0 0;	text-align: center; background:url(../img/bg_bottom.gif) no-repeat; color:#fff; font-size:11px; letter-spacing:1px; font-weight:bold;
}
/* FIX */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */