body	{
		background-color: #FFFFFF;
		font-family: arial, helvetica, sans-serif;
		font-size: 14px;
		color: #222222;
}

/*		********************************************************************* */
/*		HEADER ************************************************************** */

#header {
		position: absolute;
		top: 0px;
		left: 360px;
		right: 0px; 
}

#header2 {
		position: absolute;
		top: 0px;
		left: 510px;
		right: 0px; 
}

#logo {
		position: absolute;
		top: 3px;
		left: 800px;
		width: 115px;
}

#haa {
		font-size: 1.2em;
		margin-top: 4px;
		margin-bottom: -4px;
}

#schloss {
		position: absolute;
		top: 50px;
		left: 5px;
}

#schloss2 {
		position: absolute;
		top: 40px;
		left: -170px;
}

#schloss3 {
		position: absolute;
		top: -66px;
		left: 504px;
}

#schloss4 {
		position: absolute;
		top: -36px;
		left: 354px;
}

/*
Schloss für BewertungWK
*/
#schloss5 {
		position: absolute;
		top: 50px;
		left: 0px;
}

#gwkWerte {
		position: absolute;
		top: 38px;
		left: 30px;
		height: 50px;
		font-size: 1em;
		font-weight: bold;
		color: #054295;
		vertical-align: bottom;
}

#owkWerte {
		position: absolute;
		top: 38px;
		left: 30px;
		height: 50px;
		font-size: 1em;
		font-weight: bold;
		color: #054295;
		vertical-align: bottom;
}

#owkWerte2 {
		position: absolute;
		top: 50px;
		left: -135px;
		height: 50px;
		font-size: 1.2em;
		font-weight: bold;
		color: #054295;
		vertical-align: bottom;
}

#owkWerte3 {
		position: absolute;
		top: -54px;
		left: 534px;
		height: 50px;
		font-size: 1.3em;
		font-weight: bold;
		color: #054295;
		vertical-align: bottom;
}

#owkWerte4 {
		position: absolute;
		top: -54px;
		left: 384px;
		height: 50px;
		font-size: 1.3em;
		font-weight: bold;
		color: #054295;
		vertical-align: bottom;
}

#headerHwNavi {
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		
		background-color: #cedced;
		padding-top:116px;
		/*
		background-image: url('../img/logo_hochwasser.jpg');
		background-size: 100% 100%;
		background-repeat:no-repeat;
		*/
}

#headerOwkNavi {
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		/*
		background-color: #cedced;
		padding-top:85px;
		*/ 
}

#logoHwBack {
		position: absolute;
		top: 40px;
		left: 1000px;
		
	    font-size: 50pt;
	    font-family: sans-serif;
	    color: white;
	    text-shadow: 0 0 5px black;
}

#logoWrrlBack {
		position: absolute;
		top: 40px;
		left: 1000px;
		
	    font-size: 50pt;
	    font-family: sans-serif;
	    color: white;
	    text-shadow: 0 0 5px black;
}

#logoWkNavi {
		position: absolute;
		top: 3px;
		left: 1300px;
		width: 115px;
}

#logoEdit {
	    font-size: 15pt;
	    font-family: sans-serif;
	    color: white;
	    text-shadow: 0 0 5px black;
}

#naviWerte {
		position: absolute;
		top: 38px;
		left: 30px;
		height: 50px;
		font-size: 1em;
		font-weight: bold;
		color: #054295;
		vertical-align: bottom;
		padding: 3px;
}

/*		********************************************************************* */
/*		INHALT ************************************************************** */

#contentMain {
		position: absolute;
		top: 115px;
		left: 5px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 10px;
		background-color: #FFFFFF;
		font-family: arial, helvetica, sans-serif;
		font-size: 0.8em;
		color: #000000;
		border: 1px solid #054295;
}

#contentMainKarteNavigation {
		position: absolute;
		top: 45px;
		left: 25px;
		margin-bottom: 10px;
		background-color: #FFFFFF;
		font-family: arial, helvetica, sans-serif;
		font-size: 0.8em;
		color: #000000;
		width: 95%;
    	height: 85%;
}

#karteNavigationBorderContainer {
	width: 100%;
	height: 100%;
}

#karteNavigation {
	width: 100%;
	height: 100%;
}

#karteNavigationLayerInfoDiv {
		white-space: nowrap;
}

#contentMainSelectMassnahmenart {
		position: absolute;
		top: 80px;
		left: 5px;
		right: 5px;
		height: 99%;
		padding-left: 10px;
		background-color: #FFFFFF;
		font-family: arial, helvetica, sans-serif;
		font-size: 0.8em;
		color: #000000;
}

img 	{	border: 0px;			}
img.pdf	{	vertical-align: top;	}



/*		NAVIGATION KARTEIREITER OBEN **************************************** */

#navMain {
		position: absolute;
		top: 56px;
		left: 4px;
		height: 25px;
}

#navMain ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
}

#navMain li {
		position: relative;
		display: inline;	
		float: left;	
		margin: 1px;
		height: 27px;
		width: 150px;
		background-color: #FFFFFF;
		text-align: center;
		font-family: verdana, helvetica, sans-serif;
		font-size: 11px;
		color: #999999;
		border: 1px solid #054295;
		z-index: 1;
}

#navMain li.active {
		background-color: #FFFFFF;
		height: 28px;
		font-weight: bold;
		border-bottom: 0px;
		z-index: 2;
}

#navMain li a {
		display: block;
		margin-top: 0px;
		color: #999999;
		font-weight: bold;
		text-decoration: none;
		height: 100%;
		width: 100%;
		line-height: 20px;
		background-color: #FFFFFF;
}

#navMain li.active a {
		color: #222222;
		font-weight: bold;
		background-color: #FFFFFF;
}

#navMain li.active a:hover {
		color: #222222;
		font-weight: bold;
		background-color: #FFFFFF;
}

#navMain li a:hover {
		color: #222222;
		width: 150px;
		background-color: #FFFFFF;
}


#fadeBlockBewertungWK {
		position: absolute;
		top: 210px;
		left: 570px;
		background-color:lightblue;
		width:250px;
		height:45px;
		text-align:center;
		z-index: 100;
}

#messstelleBewertungDefizit {
		position: absolute;
		top: 0px;
		left: 875px;
		/*
		width:250px;
		*/
}

/*		FUSSZEILE *********************************************************** */

#footer {
		position: absolute;
		left: 10px;
		bottom: 1px;
		font-size: 9px;
}	