body{
	  background-color:#000;
	  margin-left: auto;	  
	  margin-right: auto;
	  margin-top:0px;
	  font-family: Verdana;	
	  font-size: 11px;	  
	  color: #fff;	
}
a:link{
	color: #666666;
	text-decoration: none;
}
a:visited{
	color: #666666;
	text-decoration: none;
}
a:active{
	color:#FF0000;
	text-decoration: none;
}
a:hover{	
	color: #C7091B;
	text-decoration: none;
}
a:focus{
	color:#FF0000;
	text-decoration: none;
}
div.main{
		height:750px; 
		width:1000px; 
		margin:0px auto;		
}
div.top{
	float:left;
	background-image:url(head.jpg);
	width:1000px;
	height:150px;

}
div.left{
	padding-left:0px;
	float:left;
	background-image:url(left.jpg);
	width:125px;
	height:450px;	
}
div.contentrahmen
{
float:left;
height:450px;
width:750px;
}

div.menu
{
  float:left;
  text-align:center;
  font-weight:bold;
  height:30px;
  width:750px;
  color:#FF0000;
}

div.content{
 	float:left;
	padding-left:50px;	
	width:650px;
        height:400px;
	background-color:#000000;
	overflow:auto;	
}
div.right{
	float:left;
	background-image:url(right.jpg);
	width:125px;
	height:450px;	
}
div.bottom{
	float:left;
	background-image:url(bottom.jpg);
	width:1000px;
	height:150px;
}

.align-left{ text-align: left;}
.align-center{ text-align: center;}
.align-right{ text-align: right;}