html, body { height:100%; margin:0; padding:0; }

body {
	color:#000000;
	background:#ffffff;
	background-image: url(images/style/bg.jpg);
	background-repeat: repeat-x;
	font:12px verdana, sans-serif;
	margin:0;
	padding:0;
	text-align:left;
}
#site {
	width: 1000px;
	background-image: url(images/style/bg_content.png);
	margin: 0 auto;
}
#top_blue {
	background: #eceef6;
	height: 30px;
	margin: 0 auto;
	width: 984px;
}
#top_blue p {
	margin: 0;
	padding: 8px 25px 0 25px;
	font-size: 11px;

	font-weight: normal;
}
#header {
	clear: left;
	width:984px;
	height: 111px;
	margin: 0 auto;
}
#header p {
	color:#162f61; 
	font-size: 18px;
	margin: 0px;
	padding: 0 25px;
}
#bluelinespacer {
	clear: both;
	width: 984px;
	margin: 0 auto;
	height:9px;
	background-image: url(images/style/bg_blue_lines.jpg);
	background-repeat: repeat-x;
}
#pic {
	width: 984px;
	height: 316px;
	margin: 0 auto;
}
#aktuellbox {
	width: 175px;
	float:right;
	background: #eceef6;
	background-image: url(images/style/bg_red_lines.jpg);
	background-repeat: repeat-x;
	margin: 30px 33px 0 15px;
	padding: 10px;
}
#aktuellbox ul {
	margin: 0px;
	padding: 0 0 0 16px;
	list-style: square;
}
#aktuellbox li {
	margin: 0px;
	padding: 0 0 15px 0;
}
#content {
	margin: 30px 33px 0 240px;

}
#content p {
	line-height: 22px;
}
#content a {
	color: #1f7ca5;
}
#content a:hover {
	color:blue;
}

#menutop {
	float: left;
	margin-top: 40px;
}
#menutop ul {
   float: left;
   list-style-type: none;
   margin:0;
   padding: 0;
   }
#menutop li {
   float: left;
   padding: 0;
   margin: 0;
   }

#menutop a:link, #menutop a:visited, #menutop a:active, #menutop a:hover {
	display:block; /* important for IE */
	padding: 6px 0 10px 10px;
	margin-left: 15px;
	font-size: 14px;
	color:#3e3e3e;
	text-decoration: none;
	
}
#menutop a span{
   padding: 6px 9px 10px 0px;
   margin: 0;
   
   }

#menutop a.menu-current, #menutop a.menu-parent, #menutop a:hover {
   color:#ffffff;
   background: url(images/style/bg_navi_left.jpg) no-repeat left top;
   }

#menutop a.menu-current span, #menutop a.menu-parent span, #menutop a:hover span {
   background: url(images/style/bg_navi_right.jpg) no-repeat right top;
   }


#menu {
	float: left;
	width: 190px;
	margin: 30px 0 0 8px;
}
#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 3px;
}
#menu ul ul {
	padding-left: 25px;
}
#menu a:link, #menu a:visited, #menu a:active, #menu a:hover {
	display: block;
	padding: 5px 0 5px 25px;
	font-size: 14px;
	color:#3e3e3e;
	text-decoration: none;
	
}
#menu a:hover {
	background-color: #eceef6;
}

#menu li.menu-current {
	background:#eceef6;
}

#menu a.menu-current {
	font-weight: bold;
}
#menu p {
font-size: 12px;
}

#footer {
clear: both;
width: 959px;
padding: 10px 0 10px 25px;
margin: 40px auto 0 auto;
font-size: 10px;
color: #cccccc;
background: #3e3e3e;
}
#footer a {
color: #cccccc;
text-decoration: none;
}
h1, h2, h3 {
font-size: 20px;
font-weight: bold;
margin: 0;
margin-bottom: 10px;
color: #3e3e3e;}
h2 {
font-size: 16px;
}
h3 {
font-size: 14px;
font-weight: normal;
}
h4 {
font-size: 14px;
}
p.floatleft {
	float: left;
}
p.textright {
	text-align: right;
}

hr{
	border: 0;
	border-bottom:solid #ececec 1px;
	height:1px;
	width: 900px;
}
hr.address {
	width: 230px;
}