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

.navIconWRRL {
	background-color: white;
	vertical-align:bottom;
}

.navIconHWRM {
	background-color: #CEDCED;
	vertical-align:bottom;
}

#uebersichtMain {
		position: absolute;
		top: 20px;
		left: 5px;
		right: 5px;
		height: 70%;
		padding-left: 10px;
		background-color: #FAFBF6;
		font-family: arial, helvetica, sans-serif;
		font-size: 0.8em;
		color: #000000;
		border: 1px solid #054295;
}


h1 {
		background-color: #054295;
		margin-left: 3px;
		margin-top: 5px;
		margin-right: 3px;
		margin-bottom: 0px;
		padding: 5px;
		font-size: 1.2em;
		font-weight: bold;
		color: #FFFFFF;
}



span.positionRight {
		position: relative;
		right: 15px;
}




/*		CALCULATOR ********************************************************** */
#idCalculator {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 480px;
		height: 500px;
		background-color: #FFFFFF;
		border: 2px outset #666666;
		visibility: hidden;
		text-align: center;
		
}



.calculatorHead {
		background-color: #054295;
		font-size: 1.2em;
		text-align: right;
		font-weight: bold;
		text-decoration: none;
		color: #FFFFFF;
}

.calculatorHead a,.calculatorHead a:hover {
		font-weight: bold;
		text-decoration: none;
		color: #FFFFFF;
		padding: 0px;
		height: 10px;
		background-color: #054295;
}

#idCalculator th {
		text-align: left;
		font-weight: bold;
		background-color: #CEDCED;
		border: 1px solid #FFFFFF;
}

#idCalculator td {
		text-align: right;
		font-weight: bold;
		background-color: #EAF1F9;
		border: 1px solid #FFFFFF;
}

#idCalculator td.title {
		text-align: left;
		font-weight: bold;
		color: #FFFFFF;
		vertical-align: top;
		background-color: #054295;
		border: 1px solid #FFFFFF;
}

/*		FIELD CHANGES ********************************************************** */
#idFieldChanges {
		width: 400px;
		height: 300px;
		background-color: #FFFFFF;
		border: 2px outset #666666;
}

#fieldChanges {
		padding-left: 5px;
		height: 282px;
		overflow: auto;
}

/*		GIS Karte Verortung, Karte Wasserkoerper ********************************************************** */
#idGisSelection, #idKarteWasserkoerper {
		width: 700px;
		height: 650px;
		background-color: #FFFFFF;
		border: 2px outset #666666;
}

#gisContent, #karteWasserkoerperContent {
		height: 610px;
		border:0px; 
		font-size: small;
}

#gisSelection, #karteWasserkoerper {
		padding: 0px;
		height: 600px;
		overflow: auto;
}

#gisSelectionLayerInfoDiv, #karteWasserkoerperLayerInfoDiv {
		white-space: nowrap;
}

/*		Grenzwertliste ********************************************************** */
#idGrenzwertListe {
		width: 400px;
		height: 300px;
		background-color: #FFFFFF;
		border: 2px outset #666666;
}

#grenzwertListe {
		padding-left: 5px;
		height: 282px;
		overflow: auto;
}

/*		TEXTEDITOR ********************************************************** */
#idTexteditor {
		position: absolute;
		top: 200px;
		left: 400px;
		width: 450px;
		height: 250px;
		background-color: #FFFFFF;
		border: 2px outset #666666;
		visibility: hidden;
}

#idTexteditor p.editor {
		margin-left: 20px;
		padding-left: 20px;
}

.texteditorHead {
		background-color: #054295;
		font-size: 1.1em;
		text-align: right;
		font-weight: bold;
		text-decoration: none;
		color: #FFFFFF;
}

.texteditorHead a,.texteditorHead a:hover {
		font-weight: bold;
		text-decoration: none;
		color: #FFFFFF;
		padding: 0px;
		height: 10px;
		background-color: #054295;
}


/*		FCALC ********************************************************** */
#idFCALC {
		position: absolute;
		top: 200px;
		left: 400px;
		width: 400px;
		height: 250px;
		background-color: #FFFFFF;
		border: 2px outset #666666;
		visibility: hidden;
		text-align: center;
}

#idFCALC th {
		text-align: left;
		font-weight: bold;
		background-color: #CEDCED;
		border: 1px solid #FFFFFF;
}

#idFCALC td {
		text-align: right;
		font-weight: bold;
		background-color: #EAF1F9;
		border: 1px solid #FFFFFF;
}

#idFCALC td.title {
		text-align: left;
		font-weight: bold;
		color: #FFFFFF;
		vertical-align: top;
		background-color: #054295;
		border: 1px solid #FFFFFF;
}

/*		SPALTEN EIN/AUS ******************************************* */
#idColsView {
		position: absolute;
		top: 200px;
		left: 400px;
		width: 215px;
		height: 850px;
		background-color: #FFFFFF;
		border: 2px outset #666666;
		visibility: hidden;
		text-align: left;
}


#idColsView li			{	list-style-type: none; list-style-image: none;	}
#idColsView th.bio	 	{	background-color: #ADCC8F; border: 1px solid #FFFFFF; padding-left: 10px; padding-right: 20px; width: 200px;	}
#idColsView th.hydro 	{	background-color: #D5C4B1; border: 1px solid #FFFFFF; padding-left: 10px; padding-right: 20px;	}
#idColsView th.phys 	{	background-color: #EFD6A5; border: 1px solid #FFFFFF; padding-left: 10px; padding-right: 20px;	}
#idColsView th.chem 	{	background-color: #F0EFB8; border: 1px solid #FFFFFF; padding-left: 10px; padding-right: 20px;	}
#idColsView th.gw	 	{	background-color: #ADD3DA; border: 1px solid #FFFFFF; padding-left: 10px; padding-right: 20px;	}

#idColsView td.bio	 	{	background-color: #D7E8C3; border: 1px solid #FFFFFF; text-align: left; padding-left: 10px; padding-right: 20px; 	}
#idColsView td.hydro 	{	background-color: #E9E0D3; border: 1px solid #FFFFFF; text-align: left; padding-left: 10px; padding-right: 20px;	}
#idColsView td.phys 	{	background-color: #FDEAD1; border: 1px solid #FFFFFF; text-align: left; padding-left: 10px; padding-right: 20px;	}
#idColsView td.chem 	{	background-color: #FFFBDA; border: 1px solid #FFFFFF; text-align: left; padding-left: 10px; padding-right: 20px;	}
#idColsView td.gw	 	{	background-color: #D4EEFB; border: 1px solid #FFFFFF; text-align: left; padding-left: 10px; padding-right: 20px;	}

