/* CSS Document */
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 0.8em;
	}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 0.8em;
	}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 0.8em;
	}

a.text:link
	{
	color: #746e06;
	text-decoration: none;
	} 
	
a.text:active 
	{
	color: #746e06;
	text-decoration: none;
	}  

a.text:visited
	{
	color: #746e06;
	text-decoration: none;
	} 

a.text:hover
	{
	color: #CCCCCC;
	text-decoration: none;
	} 
  
h1
  {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 2.2em;
  margin: 0;
  padding: 0;
  }

h2
  {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  }
h3
  {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  }
  
h4
  {
   font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
   font-size: 1.0em;
   margin: 0;
   padding: 0;
  }
ul.navi
	{
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: white;
	border: none;
	text-decoration: none;
	}	
li.navi
	{
	list-style: none;
	margin: 0.4em;
	padding: 0;
	text-align: left;
	line-height: 25px;
	border: none;
	text-decoration: none;
	}
li.navi a
	{
	display: block;
	line-height: 25px;
	width: 100%;
	height: 25px;
	margin: 0;
	padding: 0;
	color: black;
	background-color: #CCCCCC;
	border: none;
	text-decoration: none;
	}	
li.navi a:hover
	{
	color: black;
	background-color: #FFFF00;
	border: none;
	text-decoration: none;
	}
	
	
li.unternavi
	{
	list-style: none;
	margin: 0.4em;
	padding-left: 20px;
	text-align: left;
	line-height: 25px;
	border: none;
	text-decoration: none;
	background-image: url(Bilder/punkt_grau_1_x_10_CCCCCC.png);
	background-repeat: repeat-y;
	}
li.unternavi a
	{
	display: block;
	line-height: 25px;
	width: 100%;
	height: 25px;
	margin: 0;
	padding: 0;
	color: black;
	background-color: #CCCCCC;
	border: none;
	text-decoration: none;
	}	
li.unternavi a:hover
	{
	color: black;
	background-color: #FFFF00;
	border: none;
	text-decoration: none;
	}
ul.text
	{
	list-style-type: square;
	padding: 0px;
	margin-left: 15px;
	list-style-position: oudside;
	color: black;
	}
