@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 780px;
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	height: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainContent {
	padding: 0 20px;
}
#EM {
	float: left;
	width: 300px;
	margin-left: 40px;
}
#VR {
	float: left;
	width: 300px;
	margin-left: 60px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFF;
	text-align: center;
}
p a:link {
	color: #FFF;
	text-decoration: none;
}
p a:visited {
	color: #FFF;
	text-decoration: none;
}
p a:hover {
	color: #FFF;
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.Titel {
	font-size: 36px;
	color: #FFF;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
