body {
   margin: 0px;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 90%;
   line-height: 130%;
   min-width: 800px;
   }

div#head {
	width: 800px;
	margin-top: 0px;
	padding: 0px;
   }

div#head02 {
   width: 800px;
   margin: 0px;
   padding: 0px;
   }	
	
div#head02 p.head02 {
   text-align: right;
	font-size: 75%;
   line-height: 100%;
	padding: 5px;
	padding-right: 20px;
	margin: 0px;
   border-top: 1px solid #FFFF00;
	border-bottom: 1px solid #FFFF00;
	}

* html div#head02 p.head02 {
   text-align: right;
	font-size: 75%;
   line-height: 100%;
	padding: 0px;
	padding-bottom: 2px;
	padding-right: 20px;
	margin: 0px;
   border-top: 1px solid #FFFF00;
	border-bottom: 1px solid #FFFF00;
   }	
	
ul#nav {
   float: left;
	width: 200px;
	min-height: 350px;
	padding: 0px;
	margin: 0px;
   line-height: 115%;
	}

ul#nav li {
	list-style: none;
	padding: 10px;
	margin-left: 10px;
	border-bottom: 1px solid #FFFF00;
	}

ul#nav li.ohne {
   border: none;
	padding-bottom: 5px;
	}

ul#nav li.beide {
   border-top: 1px solid #FFFF00;
   border-bottom: 1px solid #FFFF00;
   }

ul#nav li.hinten {
   border: none;
	margin-left: 35px;
	padding: 5px;
	border-bottom: 1px dashed #FFFF00;
	}

ul#nav li.hinten-unten {
   border: none;
	margin-left: 35px;
	padding: 5px;
	padding-bottom: 10px;
	}

ul#nav a:link {
	text-decoration: none;
	color: #AE8300;
   }

ul#nav a:visited { 
   text-decoration: none;
	color: #8A6800;
   }
  
ul#nav a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #D29E00;
	}

ul#nav a:active {
	text-decoration: none;
	}

	
	
div#inhalt {
	width: 560px;
	padding-top: 12px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 6px;
	margin-left: 200px;
   min-height: 350px;
   border-left: 1px solid #FFFF00;
   }

	
* html div#inhalt {
	width: 560px;
	padding-top: 12px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	margin-left: 200px;
   min-height: 350px;
   border-left: 1px solid #FFFF00;
   }



div#fuss {
   clear: both;
	width: 800px;
	text-align: center;
	font-size: 75%;
   line-height: 100%;
	padding: 5px;
	margin: 0px;
   border-top: 1px solid #FFFF00;
   }

	
a:link {
   text-decoration: none;
	color: #AE8300;
   }

a:visited {
   text-decoration: none;
	color: #8A6800;
   }

a:hover {
   text-decoration: underline;
	color: #D29E00;
	}

a:active {
   text-decoration: none;
	}

h2 {
	font-weight: bold;
	font-size: 100%;
   font-variant: small-caps;
   line-height: 130%;
   }

h3 {
	font-weight: bold;
	font-size: 100%;
   padding-left: 25px;
   font-variant: small-caps;
   line-height: 130%;
	}

ul.txt {
	font-size: 100%;
   line-height: 150%;
   list-style-image:url(pfeil-navi.gif);
   }

li.lit {
   list-style: none;
 	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	color: #AE8300;
	font-size: 200%;
   font-weight: bold;
   padding-top: 25px;
	text-indent: -10px;
	}

li.lit02 {
   list-style: none;
	padding-top: 5px;
   padding-left: 15px;
	text-indent: -10px;
   }

	
p.gross {
   font-size: 110%;
   line-height: 135%;
   }

p.zitat {
   font-size: 90%;
   line-height: 130%;
   text-align: justify;
	width:150px;
	margin-top:25px;
	margin-left:30px;
	margin-right:10px;
   padding:10px;
	float:right;
   }

p.block {
   text-align: justify;
   }

p.abst {
   padding-left: 50px;
	line-height: 200%;
   }

img.border {
   border: 1px solid #FFFF00;
   padding: 0px;
	margin: 0px;
   }
	
img.border-green {
	border: 1px solid #228B22;
	padding: 0px;
	margin: 0px;
}