body{
	font-size: 10px;
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	behavior:url("styles/csshover.htc");	
}

#waitInfo {
	position:absolute;
	top:10px;
	left:30%;
	padding:5px;
	width:100px;
	margin-left:-50px;
	text-align:center;
	background:#44ffff;
	z-index:10000;
	filter: alpha(opacity = 80);
	opacity: 0.8;
}

#mainHeading{
	position:absolute;
	width:95%;
	background-color : #6b79a5;
	height: 40px;
  	color : #ced7ef;
  	border-bottom:1px solid #182052;
  	border-top:1px solid #BDC7E7;
	font-weight : normal;
	}

#mainheading h1{
	margin:0;
	position:absolute;
	bottom:5;
	left:20;
	font-weight: bold;
	font-size:20;
}
.languageButton{
	margin-left:7px;
	border:0px;
}

#main{
	position: absolute;
	top:80;
	left:5%;
	right:5%;
	width:90%;
	display:inline;
}

#map {
	width:61%;
	height:600px;
	border:1px solid black;
}

#map input{
	font-size: 10px;
	margin-left:0px;
}

#parameters {
	float:left;
	width: 0px;
	height:0px;
	display:none;
	background: white;
}

#sidepanel {
 	position: absolute; 
 	top:0; 
	padding-left: 10px;
 	left:62%;
	width:200px;
	height:600px;
	overflow:visible;
	border-left:2px dashed #aaaaff;
}

#sidepanel h2{
	width:192px;
  font-weight : normal;
	font-size: 10px;
	margin:0;
	padding: 4px 4px 4px 4px;
}

#mainmenu{
	position: relative;
	top:0;
	right:0;
}

#mainmenu h2:hover{
	background-color : #63699c;
}
#sidepanel h3{
	padding: 4px 4px 4px 4px;
  font-weight : normal;
	font-size: 10px;
	height:10px;
}
#mainmenu h3:hover{
	background-color : #63699c;
}

#legend {
	position:absolute;
	width:100%;
	bottom:0;
}

#legendHeader {
  background-color : #6b79a5;
  height: 26px;
  color : #ced7ef;
  font-weight : normal;
  border-bottom:1px solid #182052;
  border-top:1px solid #BDC7E7;
  font-weight : normal;
  padding-left: 5px;
}

.searchform{
	height:auto;
}

.searchform div{
	display:block;
}
.searchform input{
}
.searchform label{
	font-weight:bold;
}
#searchresults{
	height:200px;
	width:100%;
	overflow:visible;
}

#searchresults .menuHeader{
	margin-top:10px;
}

#searchresults .menucontent{
	max-height:100px;
	height: expression( this.scrollHeight > 100 ? "100px" : "auto" );
	overflow:auto;	
}

#searchresults .menucontent div{
	border-bottom: 1px solid #aaaaaa;
	cursor:pointer;
}

#searchresults .menucontent div:hover{
	background: #bbbbbb;
}


#menu_Facilities{
	max-height:200px;
	height:inherit;
	width:100%;
	height: expression( this.scrollHeight > 200 ? "200px" : "auto" );
	overflow:auto;
}

#menu_buildings {
	width:100%;
	display:block;
	max-height:200px;
	height: expression( this.scrollHeight > 200 ? "200px" : "auto" );
	overflow:auto;
}

#menu_buildings div{
	border-top:1px solid #bbbbbb;
	cursor:pointer;
}
#menu_buildings div:hover{
	background:#bbbbbb;
}

#menu_locations {
	width:100%;
	display:block;
	max-height:200px;
	height: expression( this.scrollHeight > 200 ? "200px" : "auto" );
	overflow:auto;
}

.olControlLayerSwitcher {
	font-size:10px;
	margin-left:0px;
}
.olControlLayerSwitcher input{
	font-size:8px;
	margin-left:0px;
}

#OpenLayers.Control.LayerSwitcher_37_layersDiv{
	background:red;
	color:blue;
}

#menu_locations div{
	border-top:1px solid #bbbbbb;
	cursor:pointer;
}
#menu_locations div:hover{
	background:#bbbbbb;
}

.editform{
	border-top:1 px solid gray;
	border-botto: 1 px solid gray;
}

.legendEntry{
	margin-top:3;
	margin-bottom:3;
	display:block;
	border-bottom:  1px solid #aaaaaa;
	clear:both;
	height:24;
}

.legendImg{
	margin-top:2;
	margin-bottom: 2;
/*	float:left;*/
	width:40;
	height: 90%;
	vertical-align: middle;
	float:left;
}
.legendImg img{width:20px;}

.legendText{
	float:left;
	height: auto;
	top:0;
	left:45;
	vertical-align: middle;
	color: #aaaaaa;
}

.tabcontent {
/* 	display:none; */
/* 	background:black; */
}

.iframe {
	width:100%;
 	height:400px; 
}

#infodiv_loading {
	width:100%;
	height:100%;
	border: 0px;
	z-index: 10000;
       filter:alpha(opacity=100); 
        opacity: 1;  
}

.tooltipContent{
	font-size:x-small;
	font-family:sans-serif;
	max-width:200px;
	padding:1px;
}

.menuentry {
	width:130%;
	height:auto;
	background-color: white;
	padding: 2 2 2 2;
	border-top: 1px solid grey;
	text-align:left;
}

.fotocontainer{
	max-width:500px;
	width:auto;
}

.content_popup img{
	width:auto;
	max-width:500px;
	border:0px;
}
/*Stile für Popups
*/

.basictab_popup{
	padding: 0px 0;
	padding-left:2px;
	padding-right:4px;
	margin-left: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	border-bottom:1px solid gray;	
}

.basictab_popup li{
display: inline;  
}

.basictab_popup li a{
text-decoration: none;
 padding: 0px 7px;
 margin-left:2px;
border: 1px solid gray;
border-bottom: none;
color: #2d2b2b;
}

.basictab_popup li a:hover{
background-color: #DBFF6C;
color: black;
}

.basictab_popup li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #DBFF6C;
color: black;
}

.olPopupContent{
	background:green;
	overflow:hidden;
}

.content_popup{
	height:300px;
	max-width:700px;
	overflow:auto;
	padding:15px;
	border:1px solid #dddddd;
	margin-bottom:20;
}

/*Stile für Menüs
*/
/*.basictab_menu{

	margin-left: 0;
	padding: 0px;
	font: bold 12px Verdana;
	border-bottom: 1px solid gray;
	list-style-type: none;
	text-align: left;
	border: 1px solid blue;
}

.basictab_menu li{
display: inline;
margin: 0;
}

.basictab_menu li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
}

.basictab_menu li a:hover{
background-color: #DBFF6C;
color: black;
}

.basictab_menu li.selected a{ 
position: relative;
top: 1px;
padding-top: 4px;
background-color: #DBFF6C;
color: black;
}

.content_menu{
	overflow:none;
	padding-right:100px;
	margin:inherit;
	height:200px;
	overflow:auto;
}*/

.menuHeader {
	width:100%;
  background-color : #6b79a5;
  height: auto;
  color : #ced7ef;
  font-weight : normal;
  border-bottom:1px solid #182052;
  border-top:1px solid #BDC7E7;
	cursor:pointer;
}

.menuContent {
	width:100%;
	max-height:300;
	height: expression( this.scrollHeight>300 ? "300px" : "300px" );
	height:300px;
	overflow-x: hidden;
}

#advMenu{
	padding-left:20px;
}

.advMenuHeader {
	margin:0px;
	width:100%;
	background-color : #6b79a5;
	height: 26px;
	color : #ced7ef;
	font-weight : normal;
	border-bottom:1px solid #182052;
	border-top:1px solid #BDC7E7;
	cursor:pointer;
}

.advSelected {
  background-color : #63699c;
  color : #ffffff;
  font-weight : bold; 
}

#admMenuHeader {
	text-align:right;
	position: absolute;
	bottom:0;
	left:60%;
	cursor:pointer;
	margin-left: 250px;
	width:150px;
	bottom:0;
	padding:0px;
	font-size:small;
}

#helptext { 
	position: absolute;
	top:0;
	left:60%;
	margin-left: 250px;
	width:150px;
}

#admMenuContent {
	display:block;
	padding:0px;
	border:1px solid gray;
	position:absolute;
	width:150px;
	max-height:300;
	height: auto;
	overflow-x: hidden;
	bottom:20px;
	left:60%;
	margin-left: 250px;
}
#admMenuContent input{margin:0; }

.mdHover {
  background-color : #63699c;
  color : #ffffff;
}
.menuSelected {
  background-color : #63699c;
  color : #ffffff;
  font-weight : bold; 
}

input {
  margin-left: 2em;
}

/*rest*/
.standartTreeRow{
float:left;
display:inline;
font-size:x-small;
}
.containerTableStyle td>span{
}
.containerTableStyle td>span:hover{
	white-space:normal;
	background:#aaaaaa;
}

.containerTableStyle{
}
.containerTableStyle table{
}
.containerTableStyle tr{
	vertical-align:top;
}

.selectedTreeRow{
font-size:x-small;
}

.blank{
	color:black;
	width:100%;
	height:10px;
}


