/* Loading Screen Start*/

#loadingScreenMain {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 940px;
	height: 100%;
	background-color: #fff;
	background-image: url(../img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	z-index: 9000;
	display: block;
}

/* Loading Screen Ende */

a{
	color: #333333;
}

body {
	margin: 0px;
	color: #333;
	font-size: 14px;
	font-family: 'EuropaGroteskSZ-BookRegular', Arial, sans-serif;
}

#mobileInfo {
	width: 940px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	z-index: 1000;
	display: none;
}

#mobileInfo div#box {
	border: 1px solid #efefef;
	box-shadow: 2px 2px 2px #C5C5C5 !important;
	height: 200px;
	left: 220px;
	margin: 200px auto 0;
	padding: 10px;
	background-color: #FFFFFF;
	width: 400px;
}

#mobileInfo div#box h1 {
	margin-top: 0px;
}

#mobileInfo div#box .infobutton {
	border: 1px solid #efefef;
	box-shadow: 2px 2px 2px #c5c5c5 !important;
	-webkit-box-shadow: 2px 0px 2px #c5c5c5;
	-moz-box-shadow: 2px 2px 2px #c5c5c5;
	display: inline-block;
	padding: 20px;
}

#infografics {
	padding: 8px;
	position: relative;
	width: 924px;
}

#head h1 {
	font-size: 36px;
	margin-top: 0px;
}

#legend {
	margin-right: -21px;
}

.tabContent {
	margin-top: 20px;
	display: none;
}

#content {

	float: right;
	height: 500px;
	padding: 0;
	position: relative;
}

#content #imagesWrapper{
		background-image: url('../img/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 373px;
	height: 500px;
}

#mapLegend {
    float: right;
    margin-left: 20px;
    margin-top: 210px;
    width: 150px;
}

#mapLegend p {
	font-size: 12px;
	color: #888888;
}

#mapLegend p#station {
	background-image: url('../img/legend_station.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}



#images {
	clear: both;
	width: 373px;
	height: 500px;
	float: left;
}

#images img {
	float: left;
}

#myslider {
	float: left;
	position: relative;
	margin: 20px 0 50px 0px;
}

#test {
	width: 50px;
	height: 50px;
	background: #BBBBBB;
}

.poi {
	width: 5px;
	height: 5px;
	position: absolute;
}

#leftContent {
	float: left;
	width: 320px;
}

#calendar {
	background-image: url("../img/shadow.jpg");
	height: 250px;
	width: 250px;
}

.datepicker {
	display: inline;
	float: left;
	padding: 5px;
	border: 1px solid #eee;
}

#yearnavi {
	margin-left: 40px;
}

#yearnavi .switch div.switchelement {
	width: 70px;
	font-size: 14px;
	    height: 30px;
    line-height: 30px;
}

#yearnavi .switch div.switchelement.active {
	background: #4F4F4F;
}

#navi {

}

#questions {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #CCCCCC;
}

#questions h2{
	color: #888;
    font-size: 14px;
    margin-bottom: 15px;
}

#questions .questionhead{
	cursor: pointer;
}

#questions p.question {
	float: left;
	height: 31px;
	font-size: 14px;
	line-height: 31px;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	padding-right: 40px;
	font-weight: bold;
	background-image: url(../img/pfeil.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}

#questions p.question.active {
	background-image: url(../img/pfeil-runter.jpg);
}


#questions img {
	float: left;
}

#questions p.answer {
	width: 650px;
	margin: 0 0 25px;
	display: none;
}

.clear {
	clear: both;
}

.descriptionTextSlider {
    color: #666666;
    font-size: 13px;
    margin-top: 0;
}

#mainContent {
	border: 1px solid #CCCCCC;
	border-top: none;
	padding: 20px;
}

#myMap {
	width: 720px;
	height: 655px;
	position: relative;
	float: right;
}

#leftContentMap {
	float: left;
	width: 150px;
}

#switchMap {
	width: 100px;
}

#switchMap div.switchelement {
	width: 100px;
}

#legendMap {
    background-color: white;
    list-style: none outside none;
    margin: 195px 0 0;
    padding: 0;
    z-index: 90;
}
#legendMap li {
	margin-top: 5px;
	margin-bottom: 5px;
}
#legendMap img {
	display: inline-block;
}
#legendMap p {
	margin: 0;
	margin-left: 5px;
	vertical-align: top;
	font-size: 12px;
	color: #888888;
	display: inline-block;
}

#loadingScreenSlider {
	display: none;
	width: 900px;
	height: 634px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 800;
	background-color: #fff;
	background-image: url(../img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.8;
}

#popup {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3000;
	display: none;
}

#popupOverlay{
	background: #FFFFFF;
	opacity: 0.7;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#popupContent {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 100px auto;
    opacity: 1;
    padding: 10px;
    width: 680px;
    
    border: 1px solid #efefef;
    box-shadow: 2px 2px 2px #c5c5c5 !important;
    -webkit-box-shadow: 2px 0px 2px #c5c5c5;
    -moz-box-shadow: 2px 2px 2px #c5c5c5;
    
    position: relative;
}


#popupContent h1{
    float: left;
    font-size: 24px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-top: 20px;
}

#popupContent img{
	float:left;
}

#popupContent p.text{
    float: left;
    margin-left: 20px;
    width: 400px;
}

#popupContent p.date{
	font-size: 12px;
	color: #888888;
	width: 224px;
	text-align: center;
}



.scenarios{
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	line-height: 30px;
	color: #333;
}

#scenarios{
	margin-top: 70px;
}

#scenarios h2{
	color: #888;
    font-size: 14px;
    width: 240px;
}

.scenarios:hover{
	font-weight: bold;
}

.closeButton{
	background-image: url(../img/btnclose.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 33px;
	height: 34px;
	position: absolute;
	top: 5px;
	right: 5px;
	text-indent: -99em;
	cursor: pointer;
}

.icon{
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: left center;
}

.icon_yellow{
	background-image: url(../img/poi_gelb.png);
}

.icon_red{
	background-image: url(../img/poi_rot.png);
}

.icon_red_red{
	background-image: url(../img/poi_rot-rot.png);
}

.icon_green{
	background-image: url(../img/poi_gruen.png);
}

.descriptionTextMap{
	color: #666666;
    float: left;
    font-size: 13px;
    width: 48%;
}

.descriptionTextMap.left{
    padding-right: 2%;
}

.descriptionTextMap.right{
    padding-left: 2%;
}


.descriptionTextMap h2{
	color: #666666;
    font-size: 13px;
}

#head{
	margin-bottom: 20px;
}
