body {
		text-align: center;
}

/* Layout-Classen*/
.alles {
	position: relative;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 760px;
	height: 280px;
}

.Logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

.SubNavigation {
	position: absolute;
	top: 22px;
	right: 0px;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #A5A5A5;
}


.SubNavigation a {
	color: #A5A5A5;
}
.SubNavigation a:hover {
	color: #A5A5A5
}
.TitleImage {
	position: absolute;
	left: 0px;
	top: 40px;
	width: 760px;
	height: 220px;
}
.Navigation {
	height: 12px;
	width: 756px;
	position: absolute;
	left: 0px;
	top: 260px;
	background-color: #013078;
}

/* IE TAN-Hack */

* html .Navigation { /* Nur fuer IE */
	width: 764px; /* Version 5.x */
	w\idth: 760px; /* Version 6 */
}

.Navigation, .Navigation a {
	color: white;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-width: 0px;
	margin: 0 0 0 0;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 6px;
}

/* IE TAN-Hack */

* html .Navigation { /*Nur IE */
	height: 20px;
	he\ight: 20px; 
}

.Navigation a:hover {
	color: #A5A5A5;
}

.Content {
	position: absolute;
	top: 280px;
	left: 0;
	width: 760px;
	padding-top: 10px;
}


