body {
	background-color: #141414;
	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;
	height: 610px;
	position:absolute;
	width: 100%;
	left:0px;
	margin-left:0px;
	margin-top:-305px;
}
/* CSS-Hack: gilt für IE MAc */
#divContent { top: 300px; }

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




#divLogo {
	height: 50px;
	padding-top: 30px;
	width: 100%;
	text-align:center;
}
#divFlash {
	width: 100%;
	height: 318px;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#divImpressum {
	height: 20px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

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

#divSound img{
	cursor: help;
}

a:link, a:active, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
