@charset "utf-8";

#main_tabelle 
   {font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #5e7424;
	padding: 0px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #56742c;
	border-left-color: #56742c;}
	
#main_tabelle #navigation 
   {background-color: #ffffff;
	text-align: left;
	float: left;
	width: 200px;
	height: auto;}
	
#main_tabelle #navigation li 
   {margin: 3px;
	list-style-type: none;
	font-weight: bold;}
	
#main_tabelle #navigation a 
   {text-decoration: none;
	padding: 8px;
	display: block;
	color: #5e7424;}	
	
#main_tabelle #navigation a:hover 
   {color: #ffffff;
	background-color: #5e7424;}	
	
#main_tabelle #navigation .present 
   {color: #ffffff;
	background-color: #91b322;}
	
#main_tabelle #inhalt 
   {float: right;
	width: 795px;
	text-align: left;}
	
#fusszeile 
   {font-size: 11px;
	text-align: center;
	clear: both;
	height: 60px;
	background-image: url(../bilder/footer.jpg);}
	
#main_tabelle #inhalt p a {color: #9c2f2a;}

#main_tabelle #fusszeile a 
   {color: #ffffff;}
	
#main_tabelle #fusszeile a:hover
   {color: #FFF;}
	
.img_re 
   {padding: 20px;
	width: auto;
	float: right;}
	
.weiss 
   {color: #ffffff;
	padding-top: 8px;}
	
.img_li 
   {padding: 15px;
	width: auto;
	float: left;}
	
	
.blocksatz 
   {text-align: justify;
	padding-right: 25px;}
