body      	{ color: black; background-color: white;  margin: 0 0 0 0; font-family: Verdana }


/*Layout*/
#content 	{
	position: absolute;
	margin-top: 65px;
	margin-left: 300px;
	width: 60%;
	font-size: 0.8em;
	line-height: 1.35em;
	}

#contentmap { position: absolute; margin-top: 9em;  margin-left: 30px; width: 60em }
#suche 		{
	position: absolute;
	margin-top: 1em;
	margin-left: 41em;
	width: 286px;
}
#logo 		{ position: absolute; margin-top: 0em;  margin-left: 0px; }


/*navigation layout*/

#nav400		{ 
	position: fixed; 
	background-image: url("../_img/navbox_220x500.gif"); 
	background-repeat: no-repeat; 
	margin-top: 120px; 
	margin-left: 30px;  
	padding-top: 140px; 
	padding-left: 20px; 
	width: 250px; 
	height: 600px; 
	float: left; 
}

#pfad		{
	position: absolute;
	margin-top: 13px;
	margin-left: 300px;
	width: 60%;
	height: 30px;
	top: 3px;
	left: 1px;
}

#fusszeile	{ visibility: hidden; position:absolute; margin-bottom: 20px }
#start		{ position: absolute; margin-top: 400px; margin-left: 300px; width: 30em }
#spalte		{ width:15em; float:left}

.halbeZeile	{ color: #888888; font-size: 0.9em; line-height: 0.9em }
li.nav		{ list-style-type: none; margin-left: -18px }
.navTab   	{ padding-left: 0.8em }


/*typographie*/

h1			{ 
	color: #003366; 
	font-size: 1.5em; 
	font-style: normal;  
	line-height: 1.5em;  
	font-weight: normal; 
	margin-top: 0.5em;
	margin-bottom: 1.2em; 
}

/*Verwendung: h2 für Überschriften direkt nach <h1> ohne Abstand vor <h2>: 
<h1>Überschrift h1<br></h1>
<h2>Überschrift</h2>
<p>Text</p>...*/
h2			{
	color: #003366;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: 1em;
	margin-bottom: 0em; 
}

/*Verwendung: h3 (Standard) für Überschriften mit Abstand vor und nach <h3>: 
<h3>Überschrift</h3>
<p>Text</p>...*/
h3			{
	color: #003366;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: 2.5em;
	margin-bottom: 0em; 
}

/*h4 Verwendung: für Überschriften ohne Abstand zum folgenden Text: 
<h4>Überschrift</h4>
Text ohne <p>.....*/
h4			{
	color: #003366;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: 2.5em;
	margin-bottom: 0em; 
}

/*h5 Verwendung: für Überschriften direkt nach <h1> ohne Abstand zum folgenden Text: 
<h1>Überschrift h1<br></h1>
<h5>Überschrift</h5>
Text ohne <p>.....*/
h5			{
	color: #003366;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: 1em;
	margin-bottom: 0em; 
}
	
	
li			{ list-style-type: decimal; margin-left: -1.5em; margin-top: 0.5em}

/*<ul> <li id="line">....</li> </ul>*/
li#line		{ list-style-type: none; margin-left: -1.5em; list-style-image: url(../_img/liste.gif) } 
li#ohne		{ list-style-type: none; margin-left: -3.2em; margin-top: 0.5em }

tt			{ font-size: 0.85em; font-family: Verdana; font-style: normal; font-weight: normal; line-height: 1.4em }

.grau			{ color: #888888; font-weight:normal; text-decoration: none }
.fett 			{ color: #003366; font-weight:bold; text-decoration: none } /*<span class="fett" > </span>*/
.tabelleTitel	{ color: #003366; font-size: 0.8em; font-weight:bold; text-decoration: none }
.tabelleZeile	{
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
}

	
/*navigation links*/
a 				{ color: #003366; text-decoration: underline }
a:link			{ color: #003366; text-decoration: underline }
a:visited 		{ color: #003366; text-decoration: underline }
a:hover		 	{ color: #888888; text-decoration: underline }

a:link.nav		{ color: #003366; font-size: 0.75em; line-height: 1.55em; text-decoration: none }
a:visited.nav	{ color: #003366; font-size: 0.75em; line-height: 1.55em;  text-decoration: none }
a:hover.nav		{ color: #888888; font-size: 0.75em; line-height: 1.55em; text-decoration: none }

a:link.titel	{ color: #003366; text-decoration: none }
a:visited.titel	{ color: #003366; text-decoration: none }
a:hover.titel	{ color: #888888; text-decoration: none }

a:link.fett		{ color: #003366; font-weight:bold; text-decoration: underline }
a:visited.fett	{ color: #003366; font-weight:bold; text-decoration: underline }
a:hover.fett	{ color: #888888; font-weight:bold; text-decoration: underline }

.aktivsilber	{ color: #888888; font-size: 0.75em; line-height: 1.55em; text-decoration: none }
.aktivblau		{ color: #003366; font-size: 0.8em; line-height: 1.55em; text-decoration: none }

a:link.pfadlink			{ color: #888888; font-size: 0.8em; line-height: 1.4em; text-decoration: none }
a:visited.pfadlink		{ color: #888888; font-size: 0.8em; line-height: 1.4em; text-decoration: none }
a:hover.pfadlink		{ color: #003366; font-size: 0.8em; line-height: 1.4em; text-decoration: none }
