body {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: center;
	font-family: "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #888888;
	background: #ffffff;
}

A {
	color: #000000;
	text-decoration: none;
	font-size: 14px;	
}

A:HOVER  {
	background-color : transparent;
	text-decoration : underline;
}

form {
	padding: 0;
	margin: 0;
	border: 0;
}

.MainBox {
	width: 800px;
	margin: 0 auto 0 auto;
	padding-top: 20px;	
	padding-left: 0px;
	padding-right: 0px;	
	position: relative;
	height: 700px;
}

.Head {
	height: 700px;
	position: relative;
}

.Head h1 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight:lighter;
	margin-bottom:10px;
	margin-top:0px;	
}

.Head h2 {
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom:5px;
	margin-bottom:0px;
	color:#94241F;
}

.Head h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight:lighter;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:0px;
	border-bottom:1px solid #E1DFE0;		
}

.Head .smallText {
	font-size: 9px;
}

.Head .Spalte1 {
	position: absolute;
	top: 90px;
	left: 0px;
	width:400px;	
	height:400px;
	float: left;
	text-align:center;
	margin: 0px 0px 0px 0px;
}

.Head .Spalte2 {
	position: absolute;
	top: 90px;
	left: 400px;
	width:400px;	
	height:400px;
	float: left;
	text-align:center;
	margin: 0px 0px 0px 0px;
}



.Head .HeaderImage {
	background-color:#FFFFFF;
	position: absolute;
	top: 90px;
	left: 222px;
	width:615px;	
	height:172px;
	float: left;
	text-align:left;
	margin: 0px 0px 0px 0px;
}

.Head .ContentContainer {
	position: absolute;
	left: 222px;	
	top: 300px;
	width: 820px;
	height: 394px;	
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 15px;
	padding-bottom: 0px;			
	text-align: left;
}

.Head .Footer {
	background-color:#FFFFFF;
	position: absolute;
	top: 550px;
	right: 30px;
	width:500px;	
	height:172px;
	float: right;
	text-align:right;
	margin: 0px 0px 0px 0px;
}



















