/********************************************
   2008
   Dennis Hohmann,  http://dhohmann.de
   made with love!
********************************************/

* { margin: 0; padding: 0; outline: 0 }

body {
	background: #000033;	
	font: 80%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #002759;
	text-align: center;
	margin: 60px 0;
}

img#bg {
	/********************************
	/!\ IE6 kennt kein position:fixed;
	********************************/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Links */
a, a:visited {
	color: #666666;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #666666;
	background: inherit;
	text-decoration: underline;
}
a.link {
	background:transparent url(../images/link.gif) no-repeat scroll 100% 60%;
	padding-right:20px;
}

/* Überschriften */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold;
}
h1 {
	font-size: 190%;
	font-weight: normal;
	color: #555;
}
h2 {
	background: url(../images/h3-background.jpg) repeat-y center top;
	font-size: 150%;
	padding: 3px 0 3px 5px;
}
h3 {
	background: url(../images/h3-background.jpg) repeat-y center top;
	font-size: 120%;
	padding: 3px 0 3px 5px;
	margin-bottom: 12px;
}
/*a h3:hover { text-decoration: none; }*/

/* Aufzählungen */
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/* Bilder */
img {
	border: none;
}

/** Layout **/
#wrap {
	position: relative;
	width: 1000px;
/*	background: #CCC url(../images/content1000.jpg) repeat-y center top;
	background: #FFF url(../images/content1000.jpg) repeat-y center top;	*/
	margin: 0 auto;
	text-align: left;
	z-index: 1;
}
#top-bg {
   position: absolute;
	width: 1000px;
	height: 11px;
/*	background: #CCC url(../images/top-bg1000.jpg) repeat-y center top;
	background: #FFF url(../images/top-bg1000.jpg) repeat-y center top;	*/
	top: 0; left: 0;
	z-index: 2;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 970px;	
	background: #FFFFFF;
/*	border-top: 5px solid #FFF;	
	border-bottom: 2px solid #D0D0D0;	*/
	margin-left: 15px;	
	display: inline;
	/*padding-bottom: 10px;*/																	/* NEU NEU NEU -- FUNKTIONIERT NICHT RICHTIG */
}
#header {
	width: 970px;
	position: relative;
	height: 135px;
/*	background: #CCC url(../images/logo.jpg) repeat-y center top;	*/
	padding: 0;
	color: #000000;
	left: 15px;
	text-align: center;
	background: #FFFFFF;
}

/* Navigation */
#nav {
	background: #003882;
	overflow: visible !important;
}
#nav * {
	margin: 0;
	padding: 0;
}
#nav ul {
	float: left;
	list-style: none;
	background: #003882;
	width: 970px;
	text-transform: uppercase;
	padding: 0;
	display: inline;
	z-index: 100;
}
#nav li {
	width: 125px;
	float: left;
	min-height: 1%;
}
#nav li.active {
	cursor: pointer;
}
#nav li.first {
	width: 110px;
}
#nav li.last {
	width: 110px;
}
#nav a, #nav p.active {
	display: block;
	padding: 0px 0px 0px 0px;
	background: #003882;
	text-align: center;
	color: #FFF;
	font: bold 13px/2.8em "Trebuchet MS", "Century Gothic", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
#nav a:hover, #nav p.active { color:#000; background:#C7D6EB; }
#nav ul ul {
	width: 240px;
	position: absolute;
	left: -999em;
	z-index: 200;
}
#nav li li, #nav li li.first, #nav li li.last {
	clear: left;
	width: 100%;
	padding: 0px;
	/* NEW */ font-size: 95%;
}
#nav li li a {
	border-bottom: 1px dotted #A9A9A9;
	background-color: #D3D3D3;	/* lightgrey */
	text-decoration: none;
	text-transform: none;
	padding: 5px;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	width: 100%;
	text-align: left;
}
#nav li li a.last {
	border-bottom: none;
}
#nav li li p {
	text-decoration: none;
	text-transform: none;
}
#nav li li p.active {
	border-bottom: 1px dotted #A9A9A9;
	background-color: #003882;
	padding: 5px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	width: 100%;
	text-align: left;
	cursor: pointer;
	text-transform: none;
	text-decoration: none;
}
#nav li li p.active.last {
	border-bottom: none;
}
#nav li:hover ul, #nav li.sfhover ul {
	left:auto;
}

.submenu ul li p {
	font: 95%/1.5em Verdana, Tahoma, arial, sans-serif !important;
}
.submenu ul li a {
	font: 95%/1.5em Verdana, Tahoma, arial, sans-serif !important;
}
.trail {
	text-decoration: underline !important;
}


/* main */
#main {
	/*background: url(../images/start/main.jpg);	ausgelagert */
	float: left;
	/*width: 248px;
	height: 300px;						ausgelagert */
	padding: 0;
	display: inline;
}
#abstand {
	padding: 10px;
}
#main h2 {
	font: normal 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #85970C; 
	text-transform: none;
	padding: 10px 0 0px 10px; 			
}
#main h2 a {
	color: #85970C;
	text-decoration: none;	
}

/* left & right */
#left {
	/*background: url(../images/start/left.jpg);	ausgelagert */
	float: left;
	/*width: 359px;
	height: 300px;						ausgelagert */
	padding: 0;
	display: inline;
}
#right {
	/*background: url(../images/start/right.jpg);	ausgelagert */
	float: left;
	/*width: 363px;
	height: 300px;						ausgelagert */
	padding: 0;
	display: inline;
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 52%;
	padding: 15px 0 0 0;
	margin: 0;
}
#sidebar_standort {
	float: right;
	width: 65%;
	margin: 0;
}
#sidebar ul {
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;
	line-height: 1.1em;
}
#sidebar ul li {
	list-style: none url(../images/bullet.gif) outside;
	padding: 4px 0 4px 5px;
	margin: 0 15px;		
	color: #002759;
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;
	color: #666666;
	background: transparent url(../images/link.gif) no-repeat scroll 100% 60%;
	padding-right: 18px;
}
#sidebar ul li a:hover {	
	color: #1773BC;	
}
#sidebar ul ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul ul li { background: none; }

/* Sidebox */
.sidebox {
	border: 1px dotted #c7d6eb;
	margin-bottom: 10px;
}

/* Footer */
#footer-wrap {
/*	clear: both;	*/
	width: 1000px;
	font-size: 105%;
	/*text-align: left;*/
}
#footer-wrap a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000000;	
}
#footer-wrap p {
	padding:9px 0;
}
#footer-wrap h3 {
	color: #000000;
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
}

#footer-bottom_start {
	clear: both;
	color: #000000;
	margin: 0 auto; 
	width: 970px;
	height: 88px;
	/*text-align: center;*/
	background: #c8d6eb;
	padding-top: 10px;
}

#footer-bottom {
	clear: both;
	color: #000000;
	margin: 0 auto; 
	width: 970px;
	height: 88px;
	text-align: right;
	background: #c8d6eb;
	padding-top: 22px;
}

#footer-bottom img {
	padding: 45px 25px 0 0;
}

/* Tabellen */
table {
	border-collapse: collapse;
	margin: 10px 0px 10px;
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(../images/nav.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 25px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	/*border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;*/
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}

/* Aufzählungen */
/*#main ul {
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;
	line-height: 1.1em;
}
#main ul li {
	list-style: none url(../images/bullet.gif) outside;
	padding: 4px 0 4px 5px;
	margin: 0 15px;		
	color: #002759;
}
* html body #main ul li {
	height: 1%;
}
#main ul li a {
	text-decoration: none;
	color: #666666;
	background: transparent url(../images/link.gif) no-repeat scroll 100% 60%;
	padding-right: 18px;
}
#main ul li a:hover {	
	color: #1773BC;	
}
#main ul ul { margin: 0 0 0 5px; padding: 0; }
#main ul ul li { background: none; }*/

/* Google Maps */
/*#map {
	line-height: 120%;
}*/

/* TypoLight */
.clear		{ height:0.1px; overflow:hidden; font-size:0.1px; line-height:0.1px; clear:both; }
.invisible	{ width:0px; height:0px; left:-1000px; top:-1000px; position:absolute; overflow:hidden; display:inline; }
.ce_text block { padding-bottom: 15px; }
.image_container img { margin-bottom: -5px; }