/* CSS Document */
body{
	width:960px;
	height:800px;
	background-color:#FFFFFF;
	margin:0px auto;
}

#kopf{
	width:905px;
	height:225px;
}
#menu{
	float:left;
	width:130px;
	height:575px;
	
}
#content{
	float:left;
	width:705px;
	height:575px;	
}
a{
	color:#000000;
	text-decoration:none;
}
.text1{	
	font-family:Arial;
}
.text2{	
	font-family:Arial;
	font-size:24px;
	margin-left:-30px;
}
.textd{	
	font-family:Arial;
	text-align:center;
}
.marq{	
	font-family:Arial;
	font-size:24px;
	color:#F03;
}
.red{
	color:#F00;
	font-family:Arial;
	font-weight:bold;
}
