/*dt img {
	padding-right:10px;
}*/

* {font-size:12px; font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;}
body {margin:0;padding:0;}
/*body {font-size:12px; font-family:verdana,arial,helvetica,sans-serif;margin:0;padding:0;}*/

#www {
	position:absolute;
	top:12px;
	right:5px;
	}
#header {
	margin:8px 0px 10px 8px;
	text-align:left;
	}
#container {
	margin-left:100px;
	background-color:#f3f3f3;
	clear:left;
	}	
#navigation{
	width:800px;
	height:19px;
	margin-left:100px;
	}
#mainnav {	
	width:700px;
	float:left;
	height:19px;
	}
#bildnav {
	width:100px;
	float:left;	
	height:19px;	
	margin-bottom:2px;
}
#subnav {
	width:700px;
	margin-left:8px;
		}
#subnav a {
	padding-left:12px;
	background:url('gfx/pnu.gif') center left no-repeat;
	margin-right:8px;
	line-height:20px;
	color:#666;
	font-size:10px;
		}	
#subnav a:hover {
	color:#002c72;
	}
#subtitle {
	font-weight:bold;
	line-height:13px;
	height:14px;
	font-size:14px;
	color:#666;
	margin:10px 0px 0px 8px;
	padding-left:8px;
	background:url('gfx/klammer.gif') top left no-repeat;
	}
#where {
	padding-left:9px;
	height:18px;
	background-color:#d2d2d2;
	}
#where a {
	margin-right:10px;
	font-size:11px;
	line-height:18px;
	padding-left:8px;
	background:url('gfx/pfeil_navu.gif') left center no-repeat;
	text-decoration:none;
	color:#666;
	font-weight:bold;
	}
#where a.current {
	margin-right:10px;
	font-size:11px;
	line-height:18px;
	padding-left:8px;
	background:url('gfx/pfeil_navu.gif') left center no-repeat;
	text-decoration:none;
	color:#002B72;
	font-weight:bold;
	}
#where a:hover {
	color:#002B72;
}
div#subfooter {
	clear:left;
	text-align:center;
	color:#666;
	padding-bottom:5px;
	padding-top:5px;
	font-size:10px;
        width:780px;
	}
div#subfooter a,p {
	font-size:10px;
	color:#666;
	}
div#subfooter p {
	margin-top:5px;
	margin-bottom:5px;
	}
#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;
}
#nav a {
	font-family:verdana;
	/*line-height:22px;*/
	padding:5px 0px;
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#002b72;
	text-decoration:none;
	display: block;
	text-indent:8px;
}

#nav li {margin-right:4px;}
#nav li li {width:170px;margin-right:0px;}
#nav li li a{width:170px;margin-right:0px;border-bottom:1px solid white;}
#nav li li li {width:170px;margin-right:0px;}
#nav li li li a {width:170px;margin-right:0px;}

#nav a:hover {background:url('gfx/klammer.gif') left center no-repeat;}
#nav ul li a:hover {background-color:#ddd;background-image:none;}
#nav ul li.npfeil a:hover {background:url('gfx/pfeil_navu2.gif') top right no-repeat #ddd;}
#nav ul li a {font-size:10px;}
#nav ul li ul li a:hover {background-color:#ddd;background-image:none;}
#nav ul li.npfeil ul li a:hover {background-image:none;}

#nav li { /* all list items */
	float: left;
	/*width: 90px; width needed or else Opera goes nuts */
}
#nav li ul { /* second-level lists */
	/*border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
	margin:0;
	padding:0;
	position: absolute;
	background: #bbb;
	width: 170px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

*+html #nav li ul { margin-top:-3px; } /* IE7 Hack dirty!!! st.de kommt ohne aus, da nachschauen */

#nav li ul li {padding-top:0px;padding-bottom:0px;} /* second-level lists */

#nav li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 170px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.npfeil {
	background:url('gfx/pfeil_navu2.gif') top right no-repeat;
	}
#footer {
    margin:20px 0px 20px 100px;
	}
#content {
	margin-left:9px;
}

.csc-frame {
 clear:both;
}

table.contenttable {
 width:100%;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.contenttable td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 4px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.contenttable tr.tr-0 {
 font-weight:bold;
}


/* default styles for extension "tx_indexedsearch" */
    .tx-indexedsearch a {color:#666;}
		.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
		.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:#666; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
		.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
		.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

		/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
		.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
		.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
		.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
		.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
		.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
		.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }
		
.news-latest-container {padding:0;}
