body {
	width: 989px;
	font: 80% Arial, Helvetica, sans-serif;
}
#vk_container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -494px;
	width: 989px;
	height: 600px;
	
}
#container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -494px;
	width: 989px;
	height: 600px;

}
#center {
	width: 989px;
	height: 540px;
	background-image: url(../pics/bg_center.gif);
	background-repeat: no-repeat;
}
#bottom {
	position: relative;
	width: 989px;
	height: 60px;
	background-image: url(../pics/bg_bottom.gif);
	background-repeat: no-repeat;
	z-index: 1;
}
* html #bottom {
	margin-top: -99px;
}
#text {
	position: relative;
	top: 60px;
	left: 73px;
	width: 468px;
	height: 365px;
	background-color: #EEF0E7;
	overflow: auto;
	float: left; 
	z-index: 100;
}
#logo {
	position: relative;
	top: 25px;
	left: 20px;
	width: 300px;
	height: 105px;
}
#ro_pic {
	position: relative;
	top: -105px;
	float: right;
}
* html #ro_pic {
	float: none;
	margin-top: -3px;
}
/* ################### Textformatierungen ####################*/
h1 {
	font: bold 130% Arial, Helvetica, sans-serif;
	margin: 3px 15px 0 15px;
}
p {
	font: 95% Arial, Helvetica, sans-serif;
	margin: 0 15px 8px 15px;
	color: #333333;
}
#subheader {
	font: 95% Arial, Helvetica, sans-serif;
	color: #666666;
}
