/* -- damit HTML-ohne Fehler in Firefox funktioniert -- */
body { 
font-size: 12px; 
font-family: verdana, arial, helvetica, geneva, "trebuchet ms", sans-serif; 
background-color: #faf0d7; 
}


#flashcontent {
		height: 100%;
}

.small {font-size: 80%; line-height: 115% }

/* -- Position und Format der Layout-Elemente -- */

#zentral {
	position:absolute;
	height:580px; width:940px;
	margin:-300px 0 0 -475px;
	top: 50%; 
	left: 50%;
	text-align: left;
	padding: 0;
/*background-color: #f5e1af; */
	border: solid 1px #330; 
	overflow: hidden;
	}

#inhalt {
	position:absolute;
	height:500px; width:940px;
	background-color: #faf0d7;  /*original #f5e1af */ 
	overflow: hidden;
	}

#bild_inhalt {
	position:absolute;
	height:500px; width:470px;
	}

#text_inhalt {
	position:absolute;
	top: 30px;
	left: 480px;
	height:470px; width:430px;
	padding: 0;
	color: #330;
	/*text-align: justify; */
	}

.gruen #inhalt{background-color: #faf0d7;}
/*.gruen #inhalt{background-color: #f5e1af;}*/

/* ------------------- Navigation ----------------------- */

#navig {
	font-family: arial, helvetica, geneva, "trebuchet ms", sans-serif;
	position:absolute;
	top: 500px;
	height:34px; width:940px;
	z-index: 10; 
/*	background-color: #ff6666; */
	}

#haupt_navig {
	position:absolute;
	top: 0px;
	height:38px; width:940px;
	border-top: 1px solid #330;
/*	border-left: 1px solid #330;
	border-right: 1px solid #330; */
/*	background-color: #ff6666; */
	z-index: 13; 
	}

#sub_navig {
	position:absolute;
	top: 38px;
	height:38px; width:940px;
	border-top: 1px solid #330; 
/*	border: 1px solid #330; */
/*	background-color: #66ff66; */
	z-index: 14; 
	}

#sub_navig p {
	position:absolute;
	top: 10px;
	margin: 0;
	left: 30px;
	font-family: verdana, arial, helvetica, geneva, "trebuchet ms", sans-serif; 
	color: #330;
	}




/* -- Navigation formatieren --*/
#navig ul {
	margin: 0 0 0 0; 
	height:40px; 
	padding: 0; 
	border: 0px;
	}

#navig li {
	left:30px;
	top: 12px;
	position: relative; 
	float: left; 
	height: 30px;
	display: inline;
	}

#navig_help {
	position:absolute;
	top: 50px;
	left: 840px;
	height:20px; width:70px;
	z-index: 20;
	text-align: right;
	}

#navig_print{
	position:absolute;
	top: 50px;
	left: 840px;
	height:20px; width:70px;
	z-index: 20;
	text-align: right;
	}

/* -- Navigation für Seitenwechsel --*/
#seiten_navig { 
	font-family: arial, helvetica, geneva, "trebuchet ms", sans-serif;
	font-size: 12px;
	position: absolute;
	top: 440px;
	right: 0;
	color: #330; 
	}

#seiten_navig a { font-weight: bold; text-decoration: none; color: #B4681D}
#seiten_navig a:hover { color: #6cf;}

#navig a { color: #B4681D; font-weight: bold; text-decoration: none; }
/*#navig a { color: #596100; font-weight: bold; text-decoration: none; }*/
#navig a:hover { color: #6cf;}


/* -------------  Damit aktive Navigation aktiviert wird  ----------------*/
.haupt0 #h0, .haupt1 #h1, .haupt2 #h2, .haupt3 #h3, .haupt4 #h4, .haupt5 #h5, .haupt6 #h6 {
	color: #6cf; }
.sub0 #s0, .sub1 #s1, .sub2 #s2, .sub3 #s3, .sub4 #s4, .sub5 #s5, .sub6 #s6 {
	color: #6cf; }
.page1 #p1, .page2 #p2, .page3 #p3, .page4 #p4, .page5 #p5, .page6 #p6 {
	color: #6cf; }



/* -------------------------  Hauptseite ------------------------------ */

#sprachnavi { font-family: arial, helvetica, geneva, "trebuchet ms", sans-serif; text-align: right; height: 20px; width: 240px; left: 671px; top: 513px; position: absolute; z-index: 15; visibility: visible; } 
#sprachnavi a { color: #B4681D; font-weight: bold; text-decoration: none; } 
#sprachnavi a:hover { color: #6cf; }

/* Sprachnavigation im Spezialteil */
.gruen #sprachnavi a { color: #f5e1af; font-weight: bold; text-decoration: none; } 
.gruen #sprachnavi a:hover { color: #6cf; } 



/* -- Sprachnavigation --*/
/* alte version funktionierte für grüne Version nicht, da zuwenig spezifisch  
.deutsch #de, .francais #fr, .english #en { color: #6cf; } */

.deutsch #sprachnavi #de, .francais #sprachnavi #fr, .english #sprachnavi #en { color: #6cf; }




/* ------------------ Textformatierung -----------------------*/

h1, h2, h3 {
	font-family: arial, helvetica, geneva, "trebuchet ms", sans-serif; 
	}

h1 { font-size: 12px; margin: 0 0 12px; font-weight: normal; letter-spacing: 1px; /*color: #330;*/ }

h2 {
	font-size: 15px;
	margin: 0 0 8px 0;
	}

h3 {font-size: 12px;
	margin: 12px 0 3px 0;
	}
h4 {font-size: 20px; 
	font-family: Verdana, Arial, Helvetica, geneva, sans-serif; 
	font-weight: bold; line-height: 26px; letter-spacing: 2px; margin: 0; }

#inhalt p, #inhalt td, #inhalt li {
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 6px 0;
	}

/* Aufzählungszeichen */

#inhalt li, #inhalt ul, #inhalt ol {margin-top:0;margin-bottom: 0;}

#inhalt ul {margin-left:0em; padding-left:0; list-style-type:none }
#inhalt ol {margin-left:0.1em; padding-left:1.7em;}
#inhalt li {margin-left:0em; padding-left:0em; }
#inhalt ul li {margin-left:0em; padding-left:0.9em; background: transparent url(../css/strich2.gif) 0px 5px no-repeat; }



.bildlegende {
	font-weight: bold;
	/*color: #930*/;
	}

a { color: #B4681D;  }
a:hover { color: #66ccff}


/* Gruener Hintergrund bzw. Navigation------------------ */

.gruen {background-color: #330; color: #f5e1af;}
.gruen #zentral { /*background-color: #330; */ border: solid 1px #f5e1af; }

.gruen #haupt_navig { 
	border-top: 1px solid #f5e1af; }

.gruen #sub_navig { 
	border-top: 1px solid #f5e1af; }

#navig_gruen {
	font-family: arial, helvetica, geneva, "trebuchet ms", sans-serif;
	position:absolute;
	top: 500px;
	height:180px; width:940px;
	z-index: 13; 
	}

#navig_gruen ul {
	margin: 0 0 0 0; 
	height:40px; 
	padding: 0; 
	border: 0px;
	}

#navig_gruen li {
	left:30px;
	top: 12px;
	position: relative; 
	color: #f5e1af;
	float: left; 
	height: 30px;
	display: inline;
	}

#navig_gruen a { color: #f5e1af; font-weight: bold; text-decoration: none; }
#navig_gruen a:hover { color: #6cf;}
#navig_gruen .aktiv { color: #6cf;}
