body
{
	background-color:#e6e6e6
}
#ueberschrift
{
	position:absolute;
	top:30px;left:300px;
}

#fixiert 
{
	position: absolute;
        top: 90px; left: 40px;
	width: 220px;
	background-color:#e6e6e6;
	border: 1px solid silver;
}
#Navigation 
{
	font-size: 11px;
    	margin: 0 0 3px; padding: 0;
}
#Navigation li 
{
	list-style: none;
    	margin: 0; padding: 3px;
}
ul#Navigation a 
{
    	display: block;
    	padding: 3px;
    	font-weight: bold;
}
ul#Navigation a:link 
{
	color: black; background-color: #eee;
}
ul#Navigation a:visited 
{
    	color: #666; background-color: #eee;
}
ul#Navigation a:hover 
{
    	color: black; background-color: white;
}
ul#Navigation a:active 
{
    	color: white; background-color: gray;
}

#inhalt
{
	position:absolute;
	top:180px;left:330px;
	width:750px;
	font-size:15px;
	font-weight:normal;
	color:#4b4a4a;
}

