@charset "utf-8";
/* CSS Document */
html * {
	margin:0;
	padding:0;
	font-family: "Courier New", Courier, monospace;
	color:#666666;
}
body {font-size: 0.8em;}
#navi {
	border-bottom: 1px solid #ccc;
	position: absolute;
	top: 200px;
	height:20px;
	width: 45%;
	text-align:right;
	margin-left: 5%;
	
}
#navi a:link, a:visited {
text-decoration: none;}
#navi a:hover {
text-decoration: underline;}
#navi li {
	display:inline;
	padding: 0 20px;}
	
#inhalt {
	border-bottom: 1px solid #ccc;
	position: absolute;
	top: 200px;
	margin-top: 20px;
	border-left: 1px solid #ccc;
	width: 45%;
	margin-left: 50%;
	
}
#inhalt p, #inhalt h1 {
padding: 0 10px;}
#impressum {
position: absolute;
bottom:0;
left:2px;}
#logo {
padding:10px;
text-align:right;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 150%; }