/* CSS Formate fuer Fanfarenzug */


#navi { width:150px; margin-left:3px; float:left; background-color: rgb(211,254,217); text-align:center; }
#inhalt { min-width:550px; margin-left: 180px; margin-right:30px; } 


body
{
	background-color: white;
	font-size:100%;
        line-height:110%;
	font-family:'Times New Roman',Times,serif;
	margin-top:0; 
	margin-left:0; 
	margin:0; 
	padding:0;
        
}

p,li  
{
	color: black;
	font-size:100%;
        line-height:110%;
	font-family:'Times New Roman',Times,serif;
	
}


h1
{
	color:#006331;
	font-family:'Times New Roman',Times,serif;
	font-weight:bold;
	font-size:160%;
	line-height:140%;           
}

h2
{
	color:#006331;
	font-family:'Times New Roman',Times,serif;
	font-weight:bold;
	font-size:130%;           
}


a:link { text-decoration:underline; font-weight:bold; color:#006331; }
a:visited { text-decoration:underline; font-weight:bold; color:#006331; }
a:hover { text-decoration:underline; font-weight:bold; color:green; }
a:active { text-decoration:underline; font-weight:bold; color:#0063311; }
a:focus { text-decoration:underline; font-weight:bold; color:#006331; }

