body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	background-color: white;
	top: 0px;
	left: 0px;
	height: 240px;
	position: absolute;
}
#leftFrame{
	height: 100%;
	width: 270px;
	float: left;
	z-index: 200;
	position: relative;
}
#rightFrame{
	height: 100%;
	width: 280px;
	z-index: 50;
	float: left;
	position: relative;
	cursor: pointer;
}
#mehr{
	left:518px;
	top: 210px;
	width: auto;
	height: auto;
	position: absolute;
}
#map {
	position:absolute;
	width:140px;
	height:75px;
	top:40px;
	left:2px;
	border: 1px solid #ccc;
}
#headline {
	font-size: 15px;
	top: 10px;
	left: 2px;
	position: absolute;
}
#underline{
	top: 32px;
	left: 2px;
	width: 90%;
	height: 22px;
	color: #666666;
	position: absolute;
}
#staat {	
	width: 100%;
	text-align: center;
	position: absolute;
	line-height: 22px;
	font-size: 15px;
}
#next{
	right: 0px;
}
.next {
	background-position: 0px 0px;
}
.nextDis {
	background-position: -74px 0px;
}
#prev{
	left: 0px;
}
.prev {
	background-position: 0px -38px;
}
.prevDis {
	background-position: -74px -38px;
}
.navbutton{
	z-index: 100;	
	width: 22px;
	height: 22px;
	background-image: url(../img/arrows.png);
	position: absolute;
}
.pointer{
	cursor: pointer;
}
.default{
	cursor: default;
}
#kandidaten {
	top: 135px;
	left: 2px;
	position: absolute;
}
.kandidat {
	width: 67px;
	height: 100%;
	position: absolute;
}
.kandidatBackground {
	height: 67px;
	background-image: url(../img/sprite.png);
}
.bold {
	font-weight: bold;
}
.smalltext {
	font-size: 13px;
	color: #666666
}
.balken {
	background-color: #edece7;
	width: 28px;
	top: 135px;
	position: absolute;
}
.unselectable {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.transparent{
	filter: alpha(opacity=50);
	-khtml-opacity: 0.5;
	-moz-opacity:0.5;
	opacity: 0.5;
}
#mapimage{
	position: relative;
}
#tobigmap{
	top: 35px;	
	display: block;
	font-size: 13px;
	height: auto;
	text-align: right;
	cursor: pointer;
	text-decoration: none;
	color: black;
	position: relative;
}

