@import "login.css";
/* @import "context.css"; */

#map, body, html {
	width: 100%;
	height: 100%;
}




#controls {
	background: #0095b4;
	height: 100%;
	color: #fff;
	width: 290px;
	float: left;
} 

#controls h2 {
	color: #fff;
	margin-top: 0.5em;
	margin-bottom: 0;
}

#controls h2, #controls .controller, #programme span {
	padding-left: 15px;
}

#programme span {
	margin-bottom: 0.5em;
}

#programme {
	display: none;
}

.infowindow {
	width: 400px;
}

.contextmenu{
    visibility:hidden;
    background:#ffffff;
    border:1px solid #8888FF;
    z-index: 10;  
    position: relative;
    width: 140px;
}
.contextmenu div{
    padding-left: 5px
    }


.infowindow h1 {
	font-size: 2em;
}
.infowindow h2 {
	font-size: 1em;
}
	
	
.infowindow h1, .infowindow h2 {
	color: #0095B4;
	margin-bottom: 0;
}

div.divider {
	border-bottom: 1px grey dotted;
	margin: 15px 0;
}

p {
	line-height: 150%;
}

.programmbeschreibung {
	font-size: 0.8em;
}