html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:#ccc url(Bilder/BG.jpg) center center;	
	font-family:arial, helvetica, sans-serif;
	font-size:14px;
	color:#000;
	}
	
div.container2 {
	position:relative;
	width:750px;
	height:400px;
	background:url(Bilder/BG2.jpg) no-repeat;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-375px;
	margin-top:-200px;
	}
	
div.container {
	width:750px;
	height:100%;
	background:#fff;
	margin:auto;
	}
	
div.impressum {
	position:absolute;
	top:350px;
	width:750px;
	font-size:11px;
	color:#999;
	padding:5px;
	text-align:center;
	}
	
div.impressum a {
	color:#999;
	font-weight:bold;
	}

div.impressum a:hover {
	color:#d3ab66;
	text-decoration:none;
	}
	
div.content {
	position:absolute;
	top:180px;
	left:0px;
	width:505px;
	margin-left:240px;
	font-size:18px;
	/*border:solid 1px #f00;*/
	font-family:times new roman, times, serif;
	color:#444;
	font-weight:bold;
	text-align:center;
	}
	
div.content a {
	color:#444;
	}
	
div.content a:hover {
	color:#d3ab66;
	text-decoration:none;
	}	