body{
 margin: 10px;
 background-color:#000000;
 font-family:Arial;
 font-size:15px;
 color:#ffffff;
 width:1000px;
  }
  #author{
	text-decoration:none;
	font-weight:bold;
	color:#1ccf7d;
	font-size:40px;
	width:400px;
	}
	#impressum{
		position:absolute;
		top:100px;
		left:100px;
		display:none;
		}
  
 a:link{
 	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	}
 a:visited{
 	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	}
 a:hover{
 	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	}
 a:active{
 	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	}
a:link.author{
 	color:#1ccf7d;
	text-decoration:none;
	font-weight:bold;
	}
 a:visited.author{
 	color:#1ccf7d;
	text-decoration:none;
	font-weight:bold;
	}
 a:hover.author{
 	color:#1ccf7d;
	text-decoration:none;
	font-weight:bold;
	}
 a:active.author{
 	color:#1ccf7d;
	text-decoration:none;
	font-weight:bold;
	}

#navi{
	float:left;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	background-color:#000000;
	padding:5px;
	width:200px;
	}
	.nav_item{
	font-weight:bold;
	padding-bottom:20px;
	height:25px;
	}
	
.spacer{
	float:left;
	width:10px;
	background-color:#ffffff;
	}
.content{
	float:left;
	width:650px;
	}
.header{
	font-size:24px;
	font-weight:bold;
	}
