/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Sortiert nach Aufruf in den einzelnen Seiten-----------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
html									{ height:101% }
body									{ position: relative; color: #000; background: #fff; text-align: left; font-family: sans-serif; text-align: center; } 
#page_margins					{ text-align: left; width: 800px; margin:auto; }
#page								{ color: white; border: solid 1px #667; background: #fff; }
#header								{ position:relative; height: 120px; color: #fff; background-color: white; background-image: url(../media/pictures/header/header.jpg); width: 798px; }

#nav									{ clear:both; width: 100%; z-index: 100; border-top: 1px solid black; }
#nav_main							{ width:100%; float:left; color: #fff; font-size: 0.8em; font-weight: bold; line-height: 120%; background-color: #000080; }
#nav_main ul						{ white-space: nowrap; line-height: 1em; margin:0; padding:0 0 0 100px; list-style:none; }
#nav_main li						{ background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: left top; float:left; padding: 0 0 0 3px; margin: 0; }
#nav_main a						{ float:left; display:block; color:#ffd000; padding:5px 11px 3px 8px; text-transform: none; text-decoration:none; font-weight:bold; background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: right top; float:none;}
#nav_main a:hover 				{ color:white; background-color: orange; background-repeat: no-repeat; background-attachment: scroll; background-position: right top; }
#nav_main #current a			{ color:#334; font-weight:bold; background-color: white; padding-bottom:4px; padding-top:5px; }

#main								{ clear:both; width: 100%; z-index: 10; color: #000; background: white ; }

#links								{ float: left; width: 160px; z-index: 3; position: relative; }
#links_content 					{  background-image: inherit; background-repeat: inherit; background-attachment: inherit; background-position: inherit; margin-left: 10px; margin-right: 10px; z-index: 4; position: relative; }
#links_content h1				{ font-size: 1em; margin-top: 1em; }
#links_content h2 { font-size: 0.8em; margin-top: 1em; }
#links_content p					{ color: black; font-size: 0.7em; line-height: 120%; background-color: white; }
#links_content ul					{ font-size: 0.7em; margin-top: -0.6em; margin-left: 1.4em; padding: 0; }
#links_content li					{ list-style-image: url(../media/pictures/symbole/li.jpg); }
#links_content a					{ color: #f90; font-size: 1em; font-weight: bold; background-color: white; text-decoration: none; }
#links_content a:hover			{ color: #069; font-weight: bold; background-color: white; text-decoration: none;  }

#rechts								{ float:right; width: 160px; z-index: 5; position: relative; }
#rechts_content					{ margin-left: 10px; margin-right: 10px; z-index: 6; }
#rechts_content p					{ color: black; font-size: 0.7em; background-color: white; }
#rechts_content h1				{ font-size: 1em; margin-top: 1em; }
#rechts_content ul { font-size: 0.7em; margin-top: -0.6em; margin-left: 1.4em; padding: 0; }
#rechts_content li { list-style-image: url(../media/pictures/symbole/li.jpg); }
#rechts_content a { color: #f90; font-size: 1em; font-weight: bold; text-decoration: none; background-color: white; }
#mitte								{ width:auto; margin-left: 160px; margin-right: 160px; border-right: 1px solid silver; border-left: 1px solid silver; z-index: 1; position: relative; }
#mitte_content 					{ margin-left: 10px; margin-right: 10px; z-index: 2; }
#mitte_content h1				{ color: black; font-size: 1.2em; line-height: 110%; background-color: white; margin-top: 0.3em; padding-top: 0.4em; }
#mitte_content h2				{ color: black; font-size: 0.9em; line-height: 120%; background-color: white; margin-bottom: -0.7em; }
#mitte_content h3 { color: black; font-size: 0.8em; line-height: 120%; background-color: white; margin-bottom: -0.7em; }
#mitte_content p					{ color: black; font-size: 0.8em; line-height: 120%; background-color: white; }
#mitte_content a { color: #a94f00; font-size: 100%; font-weight: bold; line-height: 120%; background-color: white; text-decoration: none; }
#mitte_content li					{ font-size: 0.8em; line-height: 140%; list-style-image: url(../media/pictures/symbole/li.jpg); list-style-position: outside; }

#footer								{ color:#888; font-size: 0.8em; background-color: white; text-align: center; margin: 0; padding: 0; border-top: 1px solid silver; }

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Hacks für richtige Darstellung------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.clearfix:after 						{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix								{ display: block; }
.floatbox								{ overflow:hidden; }
.clear_columns					{ content: "."; display: block; height: 0; font-size: 0; clear: both; float: left; visibility: hidden; border: 0; margin-top: -2em; }

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Weitere freie Stildefinitionen ------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img.float_left						{ float: left; margin-right: 0.3em; border:0; }
img.float_right						{ float: right; margin-left: 0.3em; border:0; }
.activelink							{ color: #069; font-weight: bold; background-color: white; }
.fett 									{ font-weight: bold; }

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*Wichtige Elementdefinitionen ------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td { color: black; font-size: 80%; line-height: 130%; background-color: white; background-position: 0 top; border-top: 1px solid silver; vertical-align: top}
