@charset "utf-8";
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
html						{ height:101% }
body						{ position: relative; color: #000; font-family: sans-serif; background-color: #404040; background-image: none; background-repeat: repeat; background-position: 0 0; text-align: left; margin-top: 2em; }
#seitenraender			{ width: 1000px; margin: auto; }
#seite						{ background-color: white; }
#header					{ background-color: white; background-image: url(../media/pic/design/header.jpg); text-align: center; width: 1000px; height: 100px; padding-bottom: 25px; }
/*---------------------------------Navigation oben---------------------------------------------------------------------------------------------------------------------------------------------*/
#navigation 				{ clear:both; width: auto; z-index: 100; }
#navinhalt					{ font-size: 0.8em; float:left; font-weight: bold; background-color: #6e6e6e; width: 1000px; margin-bottom: 25px; }
#navinhalt ul				{ margin-top: 0; margin-left: 30px; white-space: nowrap; list-style:none; display: block; }
#navinhalt li				{ background-repeat: no-repeat; background-attachment: scroll; background-position: left top; float:left; display: block; }
#navinhalt a				{ float:left; display:block; color:white; text-transform: none; text-decoration:none; font-weight:bold; background-repeat: no-repeat; background-attachment: scroll; background-position: right top; margin-left: 10px; padding: 3px 8px; }
#navinhalt a:hover 		{ color:#404040; background-color: white; background-repeat: no-repeat; background-attachment: scroll; background-position: right top; padding-top: 2px; padding-bottom: 2px; border-top: 1px solid #808080; border-bottom: 1px solid #808080; display: block; }
#navinhalt #current a	{ color: black; font-weight:bold; background-color: white; background-position: center 0; padding-bottom:2px; padding-top:2px; border-top: 1px solid #6e6e6e; border-bottom: 1px solid #6e6e6e; display: block; }
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#inhalt						{ clear:both; width: auto; z-index: 10; }
/*---------------------------------Linke Spalte---------------------------------------------------------------------------------------------------------------------------------------------------*/
#links						{ position: relative; float: left; width: 200px; z-index: 3; }	
#linksinhalt				{ padding-right: 10px; padding-bottom: 10px; padding-left: 10px; }
#linksinhalt h1 			{ color: #535353; font-size: 0.9em; font-weight: bold; line-height: 120%; margin-top: 0; margin-bottom: 0.3em; }
#linksinhalt p 				{ font-size: 0.8em; line-height: 130%; }
#linksinhalt a				{ color: black; font-size: 1em; font-weight: normal; text-decoration: none; }
#linksinhalt ul				{ margin: 0 0 0.5em; padding-right: 0; padding-bottom: 0; padding-left: 0; }
#linksinhalt li				{ margin-left: 1.4em; padding-top: 0.3em; list-style-image: url(../media/pic/icons/li.gif); list-style-position: outside; }
/*---------------------------------Rechte Spalte-------------------------------------------------------------------------------------------------------------------------------------------------*/
#rechts					{ position: relative; float:right; width: 200px; z-index: 3; }
#rechtsinhalt				{ z-index: 6; position: relative; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; }
#rechtsinhalt h1			{ color: white; font-size: 0.9em; font-weight: bold; line-height: 120%; background-color: #b8a4a4; margin-top: 0; margin-bottom: 0.3em; padding: 2px 0.5em; }
#rechtsinhalt p			{ font-size: 75%; line-height: 140%; background-color: #d3d9cb; margin-top: -0.3em; padding: 0.3em 0.5em 0.5em; }
#rechtsinhalt a 			{ color: navy; font-weight: bold; text-decoration: none; }
/*---------------------------------Mittlere Spalte------------------------------------------------------------------------------------------------------------------------------------------------*/
#mitte						{ width:auto; z-index: 1; position: relative; height: 480px; margin-top: 20px; margin-right: 200px; margin-left: 200px; padding: 0 10px 0; border-right: 1px solid silver; border-left: 1px solid silver; }
#mitteinhalt				{ color: #404040; z-index: 2; position: relative; padding-top: 0; padding-right: 10px; padding-left: 10px; display: inline; }
#mitteinhalt h1			{ color: #404040; font-size: 1.5em; font-weight: normal; line-height: 120%; margin: -1em 0 0; padding: 0; display: block; }
#mitteinhalt h1+p			{ margin-top: 0.2em; }
#mitteinhalt h1+ul 		{ margin-top: 0.2em; }
#mitteinhalt h1+table 	{ margin-top: 0.5em; }
#mitteinhalt h2			{ color: #404040; font-size: 1em; font-weight: bold; line-height: 120%; padding-bottom: 1em; display: block; }
#mitteinhalt h2+p			{ margin-top: -1em; }
#mitteinhalt p				{ font-size: 0.9em; line-height: 140%; }
#mitteinhalt p+h1			{ margin-top: 1em; }
#mitteinhalt ul 			{ margin: 0 0 1em; padding: 0; }
#mitteinhalt li				{ font-size: 0.9em; line-height: 160%; margin-left: 1.4em; border-color: black; border-width: 12px; list-style-image: url(../media/pic/icons/li.png); list-style-position: outside; }
#mitteinhalt a 			{ color: #707070; font-weight: bolder; text-decoration: none; }
/*----------Fußzeile-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#footer					{ color:white; font-size: 80%; background: #6e6e6e; text-align: center; margin-top: 20px; padding-top: 0.3em; padding-bottom: 0.3em; border-top: 1px solid silver; }
#footer a 					{ color: #fcfcfc; font-weight: bolder; text-decoration: none; }
#footer p					{ color: white; font-weight: bolder; text-decoration: none; }
/*----------Klassenstile--------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.clearfix					{ display: block;}
.clearfix:after				{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.bildlinks					{ float: left; margin-right: 10px; }
.bildrechts				{ float: right; margin-left: 10px; }
.bildrahmen				{ border: solid 1px gray; }
.fett 						{ color: black; font-size: 1em; font-weight: bold; }
.kursiv						{ font-style: italic; }
hr.clear_columns			{ content: "."; display: block; height: 0; line-height: 0px; clear: both; float: left; visibility: hidden; border: 0; padding: 0; margin: -2em 0 0 0; }
q:lang(de)					{ quotes: "»" "«" "<" ">" }
q:before					{ content: open-quote }
q:after						{ content: close-quote }
.rechtsbild				{ margin-right: -0.5em; margin-left: -0.5em; }
/*---------------------------------Elementdefinitionen-----------------------------------------------------------------------------------------------------------------------------------------*/
table						{ width: 95%; margin-bottom: 1.3em; empty-cells: show    }
td							{ color: #404040; font-size: 0.8em; line-height: 150%; vertical-align: top; padding: 3px; }
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/