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:auto;
	cursor: default;
	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;
}
#vote {
z-index: 10;
}
div#waswaehlstdu {
	position:absolute;
	top:38%;
	width:100%;
	height:70px;
	margin:auto;
	margin-top:-35px;
	text-align:center;
	z-index:99px;
	overflow: visible;
	cursor: pointer;
	z-index: 100;
}
* html div#waswaehlstdu {
	position:relative;
	left:0;
	width:100%;
	margin:auto;
	text-align:center;
	z-index:99;
	overflow: visible;
	z-index: 100;
}

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;
}

#reset {
	position: absolute;
	height:20px;
	width: 20px;
	background-color: #004400;
	top: 0px;
	right: 0px;
	z-index:1000;
	cursor: pointer;
}

#reset:hover {
	background-color: #440000;
}

/** Bundesland **/
#wahl_bottom {
z-index:1000;
height: 50px;
background-image:url(../img/schatten_bottom.png);
background-repeat: repeat-x;
 width:100%;
 bottom:0;
 left:0;
 position: fixed;
 vertical-align:middle;
 text-align:center;
}

#a#b, #wahl_bottom {
 width:100%;
 bottom:0;
 left:0;
 position: absolute;
z-index:1009;
}
#wahl_ansicht {
	position:relative;
	height:593px;
	width: 100%;
	background-repeat:repeat;
	background-image:url(../img/bg_hell.gif);
	z-index: 999;
	text-align: center;
	vertical-align:middle;
	top: 50%;
	margin-left:auto;
	margin-right:auto;
	margin-top:-330px;
	margin-bottom:auto;
}
#wahl_deutschland {
	height: 100%;
	z-index: 999;
	width: 100%;
	position:absolute;
	background-color:#cccccc;
}

#wahl_region {
	font-size: 18pt;
	line-height: 40pt;
	height: 50px;
	cursor: pointer;
}
#bundesland_de {
	cursor: default;
}
/** ENDE Bundesland **/
.clearFix { clear:both; }

.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

