body {
    font-family: EuropaGroteskSZ-BookRegular, Helvetica,Arial,sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
        margin-bottom: 50px;
}

h2 {
    font-size: 32px;
    font-weight: bold;
    margin: 16px 0 10px;
}

#cont {
    width: 940px;
    margin: auto;
	position: relative;
}

#top {
    border: 1px solid #ccc;
	margin-bottom: 10px;
}

.streets {
    /*background: url(sources/m-strassen.png) 0 0 no-repeat;*/
    width: 940px;
    height: 480px;
    zoom:1;
    position: absolute;
    top: 0;
    left: 0;
}

.residential {
    position: absolute;
    top: 0;
    left: 0;    
}

.graphic {
    width: 940px;
    height: 480px;    
    position: relative;
    overflow: hidden;
    border-left: none;
    border-right: none;
	margin-top: 98px;
}
.maps {
    -moz-transform-origin: center center;
    width: 940px;
    height: 480px;    
    position: absolute;    
}
.maps>div {
    display: none;
    position: absolute;
    left:0;
    top: 0;
    width: 940px;
    height: 480px;       
}
/*
img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); 
    zoom: 1;
    xx-ms-filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#00FFFFFF,endColorStr= #00FFFFFF); 
    xxfilter:progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#00FFFFFF,endColorStr= #00FFFFFF); 
    
}
*/

.tooltip {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #fff;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    display: none;
    font-size: 14px;
    line-height: 19px;
    max-width: 160px;
    min-height: 1em;
    min-width: 3em;
    padding: 6px 12px 5px;
    position: absolute;
    z-index: 300;
}

.tooltip h2 {
    font-size: 16px;
	margin: 5px 0 12px 0;
}
.tooltip p {
    margin: 0;
    margin-bottom: 5px;
}
.tooltip p:last-child {
    margin-bottom: 0;
}

.tooltip p.bewohner {
    background: transparent url(../img/user.png) 0 0 no-repeat;
	padding-left: 20px;
}

.tooltip h4 {
   font-size: 14px;
    line-height: 17px;
    margin: 9px 0 2px;
}

.switcher {
	background: transparent url("../img/topbar.png") left -20px repeat-x;
    display: block;
    height: 92px;
    left: 0;
    padding: 10px 0 0;
    position: absolute;
    width: 940px;
    z-index: 10;
}

.switcher .item {
    border-right: 1px solid #CCCCCC;
    color: #aaa;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 73px;
    line-height: 18px;
    padding: 3px 3px 3px 10px;
    position: relative;
    text-align: left;
    width: 174px;
}

.switcher .item:last-child {
    border-right: none;
}

.switcher .item.active {
    color: #333333;
}

.switcher .item img {
	width: 74px;
	height: 74px;
	float: left;
	margin-right: 8px;	
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.switcher .item.active img {
    color: #333333;
	filter: alpha(opacity=100);
	opacity: 1;
}

.switcher #pointer {
	background: url("../img/pointer.png") no-repeat scroll left -31px transparent;
    height: 140px;
    left: -28px;
    position: absolute;
    top: 0;
    width: 140px;
}

.sw {
    position: absolute;    
}

.sw div {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E8E8E8;
    box-shadow: 2px 2px 5px #666666;
    z-index: 10;
    color: #333333;
    cursor: pointer;
   	float: left;
    font-size: 14px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    margin: 0;
    text-align: center;
}

.sw div.active {
    border-color: #E8E8E8 #E8E8E8 #E8E8E8 -moz-use-text-color;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    z-index: -10;
    box-shadow: none;
    background-color: #264d72;
    color: #ffffff;    
}

.secondswitcher {
    bottom: 18px;
    left: 12px;
}
.secondswitcher.mapswitch {
    left: auto;
    right: 12px;
}

.secondswitcher div {
	width: 114px;	
}

.secondswitcher div.active {
	background-color: #264d72;
	color: #ffffff;
}

.yearswitcher {
    bottom: 18px;
    right: 12px;
}

.yearswitcher div {
    width: 150px;
}

.toggler {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.toggler div {
    display: inline-block;
    width: 100px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #000;
    padding: 5px 3px;
    background: #fff;
}

.maps .layer {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.maps .layer.white {
    display: block;
    background-color:#fff;
    width: 100%;
    height: 100%;
}
.legend {
	background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.8);
    /* border: 1px solid #CCCCCC; */
    font-size: 13px;
    padding: 7px 10px;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 110px;
}
.legend h3 {
    font-size: 15px;
    margin: 2px 0 8px;
    padding: 0;
    text-align: center;
}
.legend div {
    
}

.legend span {
    display: inline-block;
    width: 30px;
    height: 10px;
    border: 1px solid #ccc;
    margin-right: 7px;
}

.legend b {
    display: inline-block;
    font-weight: normal;
    min-width: 35px;
    text-align: right;
}

.legend p {
	margin-top: 7px;
}

.maps .legend img {
    position: static;
    display: block;
}

.maps .night .buildings {
    display: block;
    background-color: #000;    
}

.overlay {
    display: none;
    position: absolute;
    top:0;
    left:0;
    background-color: #fff;
    width: 100%;
    height: 100%;  
	
}

.overlay span {
    display: block;
    position: absolute;
  border: 1px solid #E8E8E8;
    box-shadow: 2px 2px 5px #666666;
}

.overlay #overlayInfo {
	margin: 5px;
	font-size: 14px;
	font-weight: bold;
	display: inline;
    position: static;
    border: none;
    box-shadow: none;
}

#questions {
	border-bottom: 1px solid #ccc;
	padding: 16px 14px 15px;
        font-size: 14px;
}

.aw {
}
.aw>*:first-child {
    margin-top: 0;
}

.qw {
	font-size: 14px;
	padding-bottom: 6px;
	cursor: pointer;
        font-weight: bold; 
}

#questions .qw img {
    xxxbackground: #fff url(../img/pfeil.jpg) center right no-repeat;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
#questions .qw.on img {
    xxxdisplay: none;
}

.aw .pro {
    width: 46%;
    float: left;
    
}
.aw .con {
        width: 46%;
        float: right;
        
}
 .aw .cl {
        clear: both;
        
}


.overlay img {
    position: absolute;
    left:0;
    top:0;
}
.procontratable {
	font-size: 14px;
	padding: 0px 14px;
        cursor: pointer;
}

.procontratable .qw {
    cursor: default;
}

.procontratable h2 {
    font-size: 14px;
    color:#999;
}
.procontratable h3 {
    font-size: 14px;    
    margin-bottom: 0;
}

.procontratable .description {
    color:#888;
    margin-top: 0;
}

.procontratable .bla {
    overflow: hidden;
}

.procontratable .qw {
    font-size: 14px;
    clear: both;
    xxxwidth:545px; 
    padding-left: 197px;
    padding-right: 197px;
    text-align:center; 
    padding-bottom: 15px;
    
    margin: auto;

    color:#00b0e4;        
    xxxbackground: url(../img/ad.png) center bottom  no-repeat;
    
    border-top: 1px solid #eeeeee;
    margin-top: 13px;
    padding-top: 13px;    
}
.procontratable .qw.on {
    background-image: none;
}

.procontratable span {
    color: #666;
    display: block;
    font-size:25px;
    display: none;
}

.procontratable img {
    float: left;
    margin-right: 8px;
    margin-bottom: 4px;
}

.procontratable .properson {
    width: 46%;
    float: left;
    padding-right: 8px;
}

.procontratable .contraperson {
    width: 46%;
    float: right;	
}


.more {
    color: #999999;
}

.source {
    position: absolute;
    right: 5px;
    bottom: 3px;
    color:#aaa;
    font-size: 10px;
}
.source a {
    color:#aaa;    
}

.immo .legend {
    top: auto;
    bottom: 12px;
}

#pcpopup {
    display: none;
    position: fixed;
    top: 30px;
    bottom: 30px;
    height: auto;
    width: 900px;
    border: 1px solid #888;
    left: 50%;    
    margin-left: -450px;
    background: #fff;
    z-index: 40000;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);    
}
#pcpopup iframe{
    width: 100%;
    height: 100%;
    display: block;   
    border: none;
}

#pcpopup .close {
    z-index: 300;
    position: absolute;
    right: 19px;
    top: 2px;
    cursor:pointer;
    padding-right: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
    color:#aaa;
    background: #fff url(../img/close.png) center right no-repeat;
    
}

.airport iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 940px;
    height: 480px;
    border: none;
    overflow: hidden;
}

.procontratable a,
.aw a {
   color: #000; 
}