html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	background-color: #17152F;
	background-image: url(../img/hg-body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	height: 100px;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

img, div { 
	behavior: url(iepngfix.htc);
	}

#logo {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -480px;
	z-index: 1;
	height: 160px;
	width: 960px;
}

#sprache {
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -455px;
	z-index: 2;
	height: 30px;
	width: 120px;
	color: #ffffff;
}

a, a:link {
	text-decoration: none;
	color: #009fe3;
	}

a:hover {
	text-decoration: none;
	color: #999999;
	}

#hauptmenue {
	position: absolute;
	left: 50%;
	top: 160px;
	margin-left: -480px;
	z-index: 1;
	height: 30px;
	font-size:14px;
	line-height: 30px;
	width: 940px;
	word-spacing: 1.5em;
	padding-left: 20px;
	background-color: #1D71B8;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #17152F;
}

.button {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	}

#hauptmenue a, #hauptmenue a:link {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	}

#hauptmenue a:hover {
	color: #FFD200;
	}

.active {
	color: #FFD200;
	}

#header {
	position: absolute;
	left: 50%;
	top: 190px;
	margin-left: -480px;
	z-index: 1;
	width: 960px;
	height: 295px;
}

#content {
	position: absolute;
	background-image: url(../img/weiss.png);
	left: 50%;
	top: 485px;
	margin-left: -480px;
	z-index: 1;
	width: 630px;
	padding-top: 60px;
	padding-left: 270px;
	padding-right: 60px;
	padding-bottom: 60px;
}

.h1 {
	font-size: 20px;
	line-height: 24px;
	}

.h2 {
	font-size: 14px;
	line-height: 30px;
	font-weight:bold;
	}

/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	position: absolute;
	left: 50%;
	top: 190px;
	margin-left: -480px;
	z-index: 1;
	width: 960px;
}


/* accordion header */
#accordion h2 {
	background-image: url(../img/weiss.png);
	padding: 10px;
	font-size:18px;
	color: #333333;
	font-weight:normal;
	cursor:pointer;		
	margin-bottom: 0px;
}


/* accordion header */
#accordion h2 a, #accordion h2 a:link {
	color: #333333;
	cursor:pointer;		
	margin-bottom: 0px;
}

/* accordion header */
#accordion h2 a:hover {
	color: #1D71B8;
}

.img {
	margin-right: 20px;
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background-image: url(../img/weiss.png);
	color: #1D71B8;
}


/* accordion pane */
#accordion div.pane {
	background-color: #000;
	width: 960px;
	*height: 100%;
	min-height: 362px;
	display:none;
	padding:0px;
	color:#fff;
	font-size:12px;
}

/* a title inside pane */
#accordion div.pane h3 {
	font-weight:normal;
	font-size:16px;
	color:#999;
}

#spiel {
	position: absolute;
	left: 50%;
	top: 170px;
	margin-left: 400px;
	z-index: 2;
	height: 110px;
	width: 110px;
}
