/* Die Ueberschriften, hier werden Schriftart und Ausrichtung festgelegt.*/

h1 {
	font-family: arial, helvetica;
	text-align: center;
	background:;
		}
h2 {
	font-family: arial, helvetica;
	text-align: center;
		}
h3 {
	font-family: arial, helvetica;
	text-align: center;
		}
h4 {
	font-family: arial, helvetica;
	text-align: center;
		}
/* Ende Ueberschriften: */


/* Die Absätze, hier wird der "normale Text" festgelegt */

p {
	font-family: arial,helvetica;
	text-align:;
	background:;
	border: 0px;
	font-weight:;
	}
/* Ende Absätze */



/* Ab hier beginnen die Einstellungen für das Menue: */

#navicontainer {
	width:120px;
	}
#navi {
	list-style-type:none;
	border-left-width:3px;
	margin:0px; padding-left:0px;
	}
/*Knöpfe*/

#navi a {
	background-color:#fbfbbc; /*Hintergrundfarbe des Menues*/
	text-decoration:none; 
	display:block; 	
	padding:3px 10px; 
	margin-bottom:5px;
	border-left: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	
	}
/*Noch nicht besuchter Link*/
#navi a:link {color:black;} 

/*Besuchter Link*/				
#navi a:visited {color:blue;}	

/*Mauszeiger schwebt ueber dem Link*/			
#navi a:hover {						
		color:black;  
		background-color:#fdfdb8;
		border-left: 2px solid #000000;
		border-top: 2px solid #000000;
		border-right: 3px solid #ffffff;
		border-bottom: 3px solid #ffffff;
		}

/*Aktiver Link*/
#navi a:active 




