body {
	background-color: #073461;
	margin: 0px;
	padding: 0px;
}

#divAltContent{
	display: none;
	position: absolute;
	top: -9999px;
	visibility: hidden;
}

#divContent{
	background-image: url(../images/a-hgbig.jpg);
	background-repeat: repeat-x;
	position:absolute;
	height: 456px;
	width: 100%;
	left:0px;
	margin-left:0px;
	margin-top:-228px;
}
/* CSS-Hack: gilt für IE MAc */
#divContent { top: 228px; }

/* commented backslash hack v2 \*/
#divContent { top:50%; }
/* end hack */




#divLogo {
	height: 23px;
	margin-top: 47px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}
#divFlash {
	width: 100%;
	height: 318px;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#divImpressum {
	height: 20px;
	text-align: right;
	padding-top: 6px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8FCDE0;
}

#divSound {
	width: 20px;
	float: left;
	margin-left: 8%;
}

#divSound img{
	cursor: help;
}

a:link, a:active, a:visited {
	color: #8FCDE0;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
