body {
	background-color: white;
}

	a:link { text-decoration:none; color:#000000; }
	a:visited { text-decoration:none; color:#000000; }
	a:active { text-decoration:none; color:#000000; }
	a:hover { text-decoration:none; color:#0000FF; }
	a:focus { text-decoration:none; color:#000000; }	
	
	
#ueberschrift {
	background-color: #DCDCDC;
	color: black;
	text-align: right;
	border: thin solid #708090;
	font-family: Arial;
	font-size: 100%;
	font-style: normal;
	}
	
#menue{
	background-color: #DCDCDC;
	border: thin solid #708090;
	font-family: Arial;
	font-size: 95%;
	font-style: normal;
	width: 25%; 
	valign: top;	
	}
		

#inhalt{
	border: thin solid #708090;
	font-family: Arial;
	font-size: 100%;
	font-style: normal;
	background-color: #FFFF99;
	width: 75%;
	valign: top;
} 

#bild{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;"
} 



