body {
	padding:0;
	margin:auto;
	border:0;
	height:100%;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 10px;
	background-color:#999999;
	overflow-x:hidden;
	overflow-y:hidden;
	cursor: pointer;
	letter-spacing: 1px;
	line-height: 14px;
}


img {
	border:0;
	margin:0;
}

img.bubble {
	position: absolute;
	z-index:100;
	margin-top: -35px;
	top: 62%;
	cursor: pointer;
}

.hide {
	position: absolute;
	height:0;
	width:0;
	overflow:hidden;
}

div#waswaehlstdu {
	position:absolute;
	top:38%;
	width:100%;
	height:70px;
	margin:auto;
	margin-top:-35px;
	text-align:center;
	z-index:99;
	overflow: visible;
}
* html div#waswaehlstdu {
	position:relative;
	left:0;
	width:100%;
	margin:auto;
	text-align:center;
	z-index:99;
	overflow: visible;
}

div#waswaehlstdu div {
	position:relative;
	margin:auto;
	text-align:center;
	width:180px;
	z-index:99;
	overflow: visible;
	background-color:#004400;
}
* html div#waswaehlstdu div {
	position:relative;
	margin:auto;
	width:175px;
	z-index:99;
	overflow: visible;
}

#waswaehlstdu div img {
	position:absolute;
	left:0;
}
#waswaehlstdu div img#schatten {
	position:absolute;
	left:164px;
	height:70px;
	width:6px;
	z-index:99;
}

#waswaehlstdu div #weiter {
	position:absolute;
	left:164px;
	z-index:99;
	cursor: pointer;
}

#content {
	cursor: default;
	position: absolute;
	z-index:112;
}

div#ichwaehle {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	min-height:300px;
	min-width:600px;
	overflow-x:hidden;
	overflow-y:hidden;
	z-index:98;
}

div#ichwaehle div {
	position:relative;
	height:100%;
	float:left;
	margin:auto;
	text-align: center;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:hidden;
	cursor: pointer;
}

html>body div#ichwaehle div img {
	display: block;
	z-index:99;
}

* html div#ichwaehle div img {
	display:block;
	margin:0;
}
div.union {
	/*background-color:#333;*/
}

div.spd {
	/*background-color:#cc3333;*/
}

div.fdp {
	/*background-color:#ffcc00;*/
}

div.gruene {
	/*background-color:#009900;*/
}

div.linke {
	/*background-color:#663399;*/
}

div.andere {
	/*background-color:#999;*/
}
#reset {
	position: absolute;
	height:20px;
	width: 20px;
	background-color: #004400;
	bottom: 0px;
	right: 0px;
	z-index:111;
	cursor: pointer;
}

#reset:hover {
	background-color: #440000;
}
.clearFix { clear:both; }

.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}