/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}

h1 {
	font-size:25px;
	}
	
p {
	margin:5px;
	width:500px;
	}
	
li {
	list-style:inside;
	margin:5px;
	}
	
img {
	max-width:498px;
	border:none;
	}

#navi {
	width:202px;
	background-color:#000;
	float:left;
	height:100%;
	position:fixed;
	padding-left:2px;

}

#content {
	float:left;
	width:500px;
	height:auto;
	position:absolute;
	left:230px;
	top:10px;	
}

#navi a {
	background-color:#006400;
	color:#fff;
	padding-top:8px;
	padding-left:15px;
	width:185px;
	text-align:left;
	display:block;
	height:22px;
	margin-top:2px;	
}

#navi a:hover {
	background-color:#008000;
}

#header {
	background-image:url(kopf.jpg);
	width:425px;
	height:159px;
}