html { 
	height: 100%; 
	background-color:#f0f0f0;
}

body {
    height:100%;
    min-height: 100%;
	color:#333333;
	Font-Family: "Verdana", Geneva, sans-serif;
	font-size:11pt;
	overflow:hidden;
	overflow-x:auto;
	overflow-y:hidden;
	position:relative;
	width:1200px;
	margin:0 auto; /* Zentrieren */
}


.InlineStyle { display:inline-block; }
* html .InlineStyle { display:inline; margin-right:3px; }
:first-child + html .InlineStyle { display:inline; margin-right:3px; }

a:link, a:active, a:visited{
	text-decoration:none;
	color:#005B2E;
	font-weight:bold;
}

a:hover{
	color:#00974B;
}

#divHead{
	width:100%;
	min-width:1200px;
	height: 135px;
	position:absolute;
	background-color:#f0f0f0;
}

#divMenu{
	display:inline-block;
	white-space:nowrap;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height:100%;
    padding: 135px 0 45px 0;
    overflow: hidden;
}

/*#wrapperMenu{
	display:inline-block;
	width:200px;
	padding:130px 0 50px 13px;
	height:100%;
	background-color:#f0f0f0;
}*/

#wrapperMenu{
	display:inline-block;
	width:200px;
	vertical-align:top;
	margin-left:18px;
}

#divMenu div{
	background-color:#ffffff;
}

#wrapperContent{
	display:inline-block;
	width:977px;
	vertical-align:top;
}

#content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height:100%;
    padding: 135px 0 45px 0;
    overflow: hidden;
}

#scrollableContent{
	background-color:#ffffff;
}

#content #scrollableContent {
    height: 100%;
    width: 100%;
    overflow: auto;
}

#content #scrollableContent #pageContent {
    padding: 20px;
}


#divFooter{
	display:inline-block;
	white-space:nowrap; 
	position:absolute; 
	margin:0; 
	bottom:0; 
	padding-left:31px; 
	height:35px; 
	z-index:1000;
	color:#666666;
	font-size:12px;
	font-weight:bold;
}

#divFooter a{
	font-size:14px;
}

ul#Navigation {
   margin:0;
   padding:0;
   	z-index:500;
	/*width:205px;*/
	margin-top:-4px;
  }
  
  ul#Navigation li {
    list-style: none;
    /*float: left;*/
    white-space:nowrap;
	text-align:center;
    position: relative;
    margin: 5px 5px 0 5px; 
	padding: 5px;
	background-color:#ffffff;
	border:1px solid #ffffff;
	color:#00551A;
  }

  ul#Navigation li.selectedItem{
	background-color:#3A81B8 !important;
	border-color:#transparent !important;
	color:#ffffff !important;
  }
  
  ul#Navigation li.selectedItem a{
	color:#ffffff !important;
  }

  
  ul#Navigation a , ul#Navigation a:link, ul#Navigation a:active, ul#Navigation a:visited {
	color: inherit;
    text-decoration: none; 
	font-weight: bold;
	width:100%;
  }
  
  ul#Navigation a:hover{
	color:#ffffff;
  }
  
  * html ul#Navigation a {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  
  ul#Navigation li:hover, ul#submenu li:hover {
    background-color: #01952D ;
	border-color:#ffffff ;
	cursor:pointer;
	color:#ffffff;
  }
  
  #submenu{
		z-index:500;
		margin-left:200px;
  }
  
  .submenuHead{
	/*height:35px !important;*/
	border:0 none !important;
	margin: 0 !important;
	padding-bottom:5px;
	text-align:center;
}

.HeadLine{
	font-weight:bold;
	font-size:14pt;
	color:#005B2E;
	margin-bottom:10px;
	white-space:nowrap;
  }
  
 #HeadSpacer
 {
	width:100%;
	height:1px;
	background-color:#1E6FA2;
	margin-bottom:15px;	
 }
 
 #imgTree{
	position:absolute;
	top:65px;
	left:550px;
	cursor:pointer;
 }
 
 #divTreeInfo{
	font-size:10px;
	position:absolute;
	top:35px;
	left:585px;
	display:none;
	height:76px;
 }
 
 #divInfoTxt{
	vertical-align:top;
	display:inline-block;
	padding:5px;
	border:1px solid #c2c3c4;
	background:#ffffff;
	width:160px;
	height:40px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-topleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
 }
  
 #divImpTxt div
 {
	margin-bottom: 10px;
 }
  
  
  
  
  
  