@charset "utf-8";
body {
	background-color: #D0D0D0;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	background-image: url(image/Background.jpg);
}
a {
	color: #0014FF;
	font-size: 12px;
	font-weight: lighter;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
 } 
div.container {
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	height: 450px;
	width: 800px;
	background-image: url(image/under.jpg);
	text-align: right;
	float: none;
	background-color: #C4C4C4;
	border: 1px solid #000000;
	margin-top: 30px;
    
}
div.container2 {
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	height: 450px;
	width: 800px;
	background-image: url(image/Backround3.jpg);
	float: none;
	background-color: #C4C4C4;
	border: 1px solid #000000;
	margin-top: 30px;
    
}
div.Impressum {
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	height: 20px;
	width: 800px;
	float: none;
	background-color: #FFFFFF;
	font-size: 12px;
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
