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

/* Browser Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border: 0;
	margin-right: 15px;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
	color: #C00;
}
ol,ul,ul li {
	list-style:none;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

ul li.liste {
	list-style: disc;
	margin:0 0 20px 30px;
}

ul li.liste2 {
	list-style: circle;
	margin:0 0 10px 60px;
}

ul li.aufzaehlung {
	list-style: disc;
	margin:0 0 0 30px;
}


/* END Browser Reset */


html {
	height: 101%;
	background-color:#03294e;
	}
	
body { 
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
    color: #666;
    text-align: left;
}

#wrapper {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	}
	
#header {
	height:115px;
	background-color:#FFF;
}

#logo {
	float:left;
}

#topnav {
	float:right;
	padding:10px 15px 0 0;
}

#topnav li {
	float:left;	
	height:15px;
	display:block;
	padding: 0 5px;
	border-left:1px solid #999;
}

#topnav li a {
	color:#666;
	font-size:10px;
}

#topnav li:first-child {
	border:none;
}

/* Navigation 1. Ebene */

#main_topnav {
	height:30px;
	background-color:#03294e;
	float:right;
}

#main_topnav li {
	float:left;	
}

#main_topnav li a {
	height:30px;
	display:block;
	padding:8px 20px 0 20px;
	border-left:1px solid #fff;
	color:#FFF;
}

#main_topnav li a:hover {
	background-color:#006699;
}

.active {
	background-color:#006699;
}

/* Navigation 2. Ebene */

ul#ul_topnav li ul {
    position: absolute;
    top:145px;
    display: none;  /* Unternavigation ausblenden */
	min-width:117px;
	}
  
ul#ul_topnav li ul li {
	float:none;
    height:20px;
	display:block;
	margin-bottom:10px;
  }
  
ul#ul_topnav li ul li a {
	height:20px;
	background-color:#03294e;
	padding-bottom:2px;
	border:none;
	margin-left:1px;
}

ul#ul_topnav li ul li a.active {
	background-color:#006699;
}


/* Erweiterung zur dynamischen Ein-/Ausblendung */
  ul#ul_topnav li>ul {
    display: none;
  }
  ul#ul_topnav li:hover>ul, ul#ul_topnav li>a#aktuell+ul {
    display: block;
  }

  /* Workaround fuer den IE 7 */
  *:first-child+html ul#ul_topnav ul {
    background-color:#03294e;
  }
  
  *+ html #main_topnav li:hover {
	position: relative;
	} 
	
	*+ html ul#ul_topnav li ul {
	top: 30px;
	left: 0px;
	white-space:nowrap;
	} 
	
	*+ html ul#ul_topnav li ul li{
	display:block;
	} 
	

#slideshow {
	height:310px;
	background-color:#999;
}

#content {
	padding:38px 20px 38px 25px;
	background-color:#FFF;
	overflow:hidden;
}

	#left {
		width:623px;
		padding-right:7px;
		background-color:#fff;
		float:left;
	}

		.info {
			width:189px;
			height:238px;
			margin-right:25px;
			background-color:#fff;
			float:left;
			font-size:11px;
		}
		
		.info img, .info_right img {
			position: relative;
			bottom:-14px;
		}
		
		
		.info_right {
			width:189px;
			height:238px;
			background-color:#fff;
			float:left;
			font-size:11px;
		}
		
		.category a {
			font-size:16px;
			color:#fff;
			position:relative;
			top:-22px;
			left:44px;
			z-index:100;
		}
		

	#right {
		width:255px;
		padding-left:50px;
		height:300px;
		float:left;
		font-size:11px;
	}
	
	.news {
		padding-bottom:20px;
		border-bottom:1px solid #999;
		margin-top:20px;
	}
	
	.news:first-child {
		margin-top:0px;
	}


#footer {
	min-height:100px;
	padding:30px 0 50px 25px;
	background-color:#999;
	color:#FFF;
}

.footerinfo {
	width:170px;
	padding-right:30px;
	font-size:11px;
	float:left;
}

.trenner {
	clear:both;
	height:45px;
	border-bottom:1px solid #999;
	margin-bottom:25px;
}

/* Schriften und Absätze */

h1 {
	font-size:15px;
	color:#003366;
	margin-bottom:15px;
}

h2 {
	font-size:13px;
	color:#003366;
	margin-bottom:10px;
}

h3 {
	font-size:15px;
	color:#fff;
	margin-bottom:10px;
}

h4 {
	font-size:13px;
	color:#003366;
	margin-bottom:2px;
}

a {
	text-decoration:none;
	color:#003366;
}

.info p, .info_right p {
	margin-left:5px;
}

/* Slideshow Formatierung */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


strong {
	color:#C00;
}