*{
margin: 0px; 
padding: 0px;

}

body {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	background-color: #000000;
	
		
}

#wrapper {
	width: 800px;
	height: 608px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-image: url(bilder/bgwrapper.jpg);
	
		
}


#header {

    width: 100%; 
	text-align: center; 
	height: 180px;	
}

#menu {
	width: 150px;
	height: 409px;
	float: left;
	font-weight: bold;	
}

#menu ul {
	list-style-type:none; 
	font-size: 18px; 
	margin: 0px 0 0 0px; 
	width: 150px;
	text-align:center;
}

#menu li {
	padding: 3px 0 3px 0; 
}

#menu a {
	text-decoration: none;
	color: #ffffff;	
}
#menu a:hover{
	color: #666666;	
}

#footer {
	background-color: #3100ac;
	width:797px;
	height: 20px;
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;	
}

#footer a{
	text-decoration: none;
	color: #FFFFFF;	
}

#footer a:hover{
	
	color: #CCCCCC;	
}



p {
padding: 5px 15px 15px 15px;
}

#rechts {
	width: 150px; 
	float: right;
	margin: 0px;
	padding: 0px;
}

#content {
	height:409px;
	width:500px;
	float: left;
	overflow: auto;
	color: #CCCCCC;	
	list-style-type:none;
		
}

h1 {
	font-size: 16px;
	text-decoration: underline;
	padding: 15px;
	text-align:center;
}

.bildunter {
	font-size: 12px;
	text-align:center;

}

.mitte {
	text-align:center;

}

a {
	text-decoration: none;
	color: #ffffff;	
}

a:hover{
	color: #666666;	
}

table
  {
   margin-left:auto; margin-right:auto; margin-top:40px;
     
  } 

img {border:0px;} 

.rechts {
	text-align:right;

}