/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

body {
	width: 700px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100.01%;
/*	
background-image: url(pics/hg_waben_weich.jpg); 
background-image: url(pics/hg_verlauf_grau_zentriert.jpg);
*/

background-image:url(pics/hintergrundbild_kugel5_dk.jpg); background-repeat:no-repeat; background-position:center top;
		}

#menue0 {
	font-weight: normal;
	font-color: black;
	width: 700px;
	height: 15px;
	margin-top:0px;
	font-size: 90%;
	font-family: Verdana, Arial, sans-serif;
	padding: 3px 6px 3px 6px;
	text-align:right;
	border-top: 0px solid #000;
	border-left: 0px solid #000000;
	border-bottom: 0px dotted #000;
	border-right: 0px solid #000000;
	}

#menue0 ul li {
	display: inline;
	margin-right: 10px;
	}

#menue0 a {
	font-size: 90%;
	padding:4px 7px 3px 7px;
	text-decoration: none;
	color: black;
	}

#menue0 a:hover {
	font-size: 90%;
	padding:4px 6px 3px 6px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color:black; 
	color:#fff;
	}

#menue0 a.aktuell {
	font-size: 90%;
	padding:4px 6px 3px 6px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: #00000FF; 
	color:#000000;
	}

#header {
	height: 110px;
	width:700px;
	margin-top: 10px;
	background-color: transparent;
	border: 1px solid #000;
	-moz-border-radius-topright:0px;
	-moz-border-radius-topleft:0px;
	}

/* --Menü-- */

#menue {
	width: 568px;
	font-size: 10pt;
	padding: 3px 3px 3px 3px;
	text-align: center;
	background-color: black/*#FFE391*/;
	color: #fff;
	text-valign:bottom;
	font-weight: normal;
	border-bottom: 0px solid black;
	margin-left: auto;
	margin-right: auto;
	}
	
#menue ul li {
	display: inline;
	margin-right: 10px;
	}
#menue a {
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
	padding: 3px 3px 3px 3px;
	background-color: chocolate2;
	color: #fff;
	}
#menue a:hover {
	background-color: #FFFFFF; 
	color: black;
	padding: 3px 3px 3px 3px;
	}

#menue a.aktuell {
	background-color: white/*#FF6600*/; 
	color: black;
	padding: 3px 3px 3px 3px;
	}

/*----------------------Content------------------*/

#content {
	width: 703px;
/*	height: 58em;*/
	background-color: transparent;
	color: #000;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	font-size: 10pt;
	}

#content ul li {
	list-style-type:disc;
	list-style-position:inside;
	margin-left: 70px;
	line-height: 14pt;
	text-indent:48px;	
	font-size: 10pt;
	}

#contentseiten {
	width: 703px;
	height: 285em;
	background-color: transparent;
	color: #000;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	}

#contentseiten ul li {
	list-style-type:none;
	list-style-position:outside;
	margin-right: 70px;
	line-height: 14pt;
	margin-left: 110px;
	text-align:right;	
	font-size: 10pt;
	}

#content ul li.mengentext {
	list-style-type:disc;
	list-style-position:inside;
	margin-left: 70px;
	line-height: 14pt;
/*	margin-top: 20px;*/
	margin-left: 90px;
	margin-right: 70px;
	text-indent:0px;
	line-height: 16pt;
	font-size: 10pt;
	padding: 0px 3px 3px 3px;
	}

#content ul li.kontakt {
	list-style-type:disc;
	list-style-position:outside;
	margin-left: 70px;
	line-height: 14pt;
	margin-top: 8px;
	margin-left: 90px;
	margin-right: 70px;
	text-indent:0px;
	line-height: 16pt;
	font-size: 100%;
	}

#content p.mengentext {
	line-height: 150%;
	padding: 0 80px 15px 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}	

#content p.mengentext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 200%;
	padding-left: 70px;
	padding-right: 70px;
	font-size: 10pt;
	}

#content p.aufschwarz {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: #FB3eee;
	text-align: left;
	text-indent: 70px;
	width: 700px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 10pt;
	}

#content p.ueberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FC7205;
	font-weight: bold;
	padding: 35px 120px 15px 101px;
	}	

#content p.zentriert {
	text-align: center;
	padding-top: 50px;
	}

#content p.punktline {
	text-align: center;
	border-bottom: 1px dashed #000;
}


#content p.kursiv {
	padding-left: 60px;
	padding-top: 20px;
	padding-bottom: 5px;
	}

#contentseiten p.kursiv {
	padding-left: 60px;
	padding-top: 20px;
	padding-bottom: 5px;
	}

#content p.schoen {
	padding-left: 60px;
	}

/*    Content - Links      */

#content p.eng {
	line-height: 18px;
	padding-left: 70px;
	}

#content a:link {
	text-decoration: underline;
	color: darkblue;
	font-weight: normal;
	}

#content a:hover {
	text-decoration: underline;
	color: blue;
	}

#content a:visited {
	text-decoration: underline;
	color: darkblue;
	}

#contentplakate {
	width: 700px;
	background-color: #Fffff0;
	color: #000;
	border-left: 5px solid black;
	border-right: 5px solid black;
	}

#contentplakate h1 {
	padding: 20px 50px 10px 60px;
	background-color: transparent;
	color: black;
	}

#contentplakate hochpfeil {
	padding: 20px 50px 10px 60px;
	background-color: transparent;
	color: black;
	}

div.schatten {
   float: left;
   background-color: #666;
   padding: 0;
   margin: 0.7em 1em;
   }

div.schatten IMG {
   display:block;
   border: 1px solid #666;
   position: relative;
   top: -3px;
   left: -3px;}

div.schatten2 {
   float: left;
   background-color: #bbb;
   padding: 1px;
   border: 1px solid #ddd;
   margin: 0.7em 1em;
   }

/* --footer-- */

#footer {
	height: 1,8em;
	width: 709px;
/*	background-color: #999999;*/
	color: #999;
	text-align: center;
	text-valign: middle;
	border-top: 1px dotted #000;
/*	border-bottom: 2px solid #fff;*/
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-bottomleft:0px;
	}
#footer p {
	font-size: 90%;
	padding: 3px 23px;
	}
#footer a {
	font-size: 90%;
	text-decoration: none;
	background-color: transparent;
	color: #666666;
	border: 0 none;
	text-align: left;
	}
#footer a:hover {
	background-color: transparent;
	color: #ccc;
	text-align: left;
	}

/* ---- */

#main .invis, hr {
	display: none;
	}

/* -- Verlängerung --*/

#verlaenger {
	height: 500px;
	background-color: transparent;
	}
	
.listenueberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 70px;
	padding-bottom: 5px;
}
.subnavigation {
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	decoration: underlined;
	font-size: 10px;
}

