html, body{
	background:#000;
	margin:0px;
	padding:0px;}

div#container{
	width:100%; height:600px;
	background:url(bilder/start_bg.png) repeat-x;}
	
div#centerContent{
	position:relative;
	width:935px; height:600;
	margin:auto;}
	
div#leftCon{
	background:url(bilder/start_left.jpg);
	width:520px; height:133px;
	position:absolute;
	left:0px; top:264px;}
	
div#rightCon{
	background:url(bilder/start_image.jpg);
	width:415px; height:588px;
	position:absolute;
	left:520px; top:0px;}
	
a.flag{
	display:block;
	padding:0px; margin:0px;
	text-indent:-9999px;
	width:32px; height:18px;
	overflow:hidden;}

a#flagGerman{
	position:absolute;
	left:9px; top:93px;}
	
a#flagEnglish{
	position:absolute;
	left:47px; top:93px;}
	
a#weiterText{
	color:#ddd;
	display:block;
	position:absolute;
	left:200px; top:91px;
	text-decoration:none;
	font-family:arial, sans-serif;
	font-size:12px;}

a:hover#weiterText{
	text-decoration:underline;}

	