

@charset "ISO-8859-1";





	a.linknavi:link {color:#000000; text-decoration: none; font-weight: bold;}
	a.linknavi:visited {color:#000000; text-decoration: none;}
	a.linknavi:hover {color:#336633; text-decoration: none;}
	a.linknavi:active {color:#336633; text-decoration: none;}
   	a.linknavi:focus {color:#000000; text-decoration: none;}


	a.linksubnavi {color:#000000; text-decoration: none; font-weight: bold; font-size:78%;}


  	a.linkindex:link { color:#000000; text-decoration: none;}
	a.linkindex:visited { color:#000000; text-decoration: none;}
	a.linkindex:hover { color:#000000; text-decoration: underline;}
	a.linkindex:active { color:#000000; text-decoration: none;}
	a.linkindex:focus { color:#000000; text-decoration: none;}




  	body{
    		font: normal 100% Arial, sans-serif, Helvetica;
    		color: black; 
  	}




  	ul#navi {
    
   		border: 0;
   		padding-left: 1px;
   		padding-bottom: 3px;
   		width: 700px;
    		height: 20px;
    		position: absolute;
    		left: 233px; 
		top: 193px;
    		font-weight: bold;
  	}



  	ul#navi li {

   		list-style: none;
   		margin: 0;
		padding: 0;
 		display: inline;
  
  	}
  
 	 ul#subnavi {
    
 		border: 0;
		padding-left: 1px;
		padding-bottom: 3px;
		width: 700px;
		height: 20px;
    		position: absolute;
    		left: 233px; top: 240px;
		font-size: 70%;
    		font-weight: bold;
      		border-width: 0px;
    		border-color: black;
    		border-style: solid;
  
  	}

  	ul#subnavi li {

    		list-style: none;
    		margin: 0; padding: 0;
    		display: inline;
  	}



	#kopf {
  		clear: both; 
 	 	height: 229px;
  		padding: 0;
	}

	#linie_oben {
 		clear: both;
 		background-color: #BCEE68;
 		width: 960px;
 		padding: 0;
	}

	#inhaltsbereich{
 		background-color: #BCEE68;
 		width: 960px;
 		height: 700px; 
	}

	#inhaltbox{
 		background-color: transparent;
 		width: 730px;
		height: 500px;
 		position: absolute;
		left: 230px; top: 300px;
		border-color: black; 
 		border-width:1px;
 		border-style:solid;
 		border-color:blue; 
	}

	#infobox_links{
 		background-color : transparent;
 		width: 200px;
 		height: 350px;
 		position: absolute;
 		left: 700px; top: 300px;
 		border-color: #336633;
 		border-width: medium;
 		border-style: solid;
 
	}

	#linie_unten {
 		background-color: #BCEE68;
 		width: 960px;
 		height: 14px;
	}

	#fuss {
 		background-color: #CCCC00;
 		height: 20px;
 		width: 960px;
	}

