html, body {
		height:99%;
}

body {
		background-color:#e8edf0;
		background-image:url(../img/bg_page.gif);
		background-repeat: repeat-x;
		font: 11px verdana, arial, helvetica, sans-serif;
		margin:0 10px 0 10px;
		padding:0;
		color:#666666;
		line-height:16px;
}


#geruest {
		padding: 10px 22px 10px 22px;
		position:relative;
		margin:auto;
		width:938px;
		background-color:white;
		border-left: 1px solid #b0c4cc;
		border-right: 1px solid #b0c4cc;
		/*height:100%;*/
}


#blue {
		width:200px;
		height:25px;
		background-color:#6a869d;
		float:left;
		margin:0 5px 5px 0;
		display:block;
}

#menue {
/*		width:733px; */
		height:25px;
		background-color:#6a869d;
		float:right;
		margin-bottom:5px;
}

/** new **/
#submenu {
/*		width:733px; */
		height:20px;
		background-color:#CDDCE1;
		float:right;
		margin-bottom:5px;
}
/** **/

#menue2 {
		float:right;
		margin-right:40px;
		vertical-align:bottom;
        position: absolute; z-index: 2; right: 90px;
}


#blue2 {
		width:200px;
		height:20px;
		background-color:#eff3f5;
		float:left;
		margin:0 5px 0 0;

}

#blue3 {
		width:693px;
		height:20px;
		background-color:#cddce1;
		float:right;
		padding:0 20px 0 20px;

}

#links2 {
		width:174px;
		background-color:#cddce1;
		float:left;
		padding:13px;
		margin:5px 5px 0 0;
}

#rechts2 {
		width:174px;
		background-color:#cddce1;
		float:right;
		padding:13px;
		margin:5px 0 0 5px ;
}



#content2 {
		width:722px;
		background-color:white;
		float:left;
		padding:0;
		margin-top:10px;
}

#content21 {
		width:351px;
		background-color:white;
		float:left;
		padding:0;
		margin-right:10px;
}

#content22 {
		width:361px;
		background-color:white;
		float:right;
		padding:0;
		margin:0;
}




#links {
			 float:left;
			 border:0;
			 width:174px;
			 padding:13px;
			 margin:5px 15px 0 0;
			 background-color:#cddce1;
}

#content {
			 float:left;
			border:0;
			padding:0;
			margin-top:10px;
			/*width:500px;*/
			background-color:white;
			text-align:justify; /** **/
}

#rechts {
			 float:right;
			 border:0;
			 width:174px;
			 padding:13px;
			 margin:5px 0 0 15px;
			background-color:#cddce1;
			line-height:15px;
}





.box_links {
		position:relative;
		border: 1px solid white;
		width:153px;
		padding:10px 9px 5px 10px;
		margin-bottom:10px;
		line-height:13px;
		background-color:#eff3f5;

}

#navi {
		margin: 0;
		padding: 0;
		text-align:center;
		 }

#navi ul, #navi li {
		margin: 0;
		padding: 0;
		display: inline;
		list-style-type: none;
		font: 11px verdana, arial, helvetica, sans-serif;


		}

#navi a:link, #navi a:visited {
		float: left;
		font: 11px verdana, arial, helvetica, sans-serif;
		font-weight: bold;
		padding: 0 15px 0 15px;
		line-height: 25px;
		text-decoration: none;
		color: #666666;
		background-color: #eff3f5;
		border-right:1px solid white;

		}

#navi a:hover {
		color: #FFFFFF;
		background-color: #6a869d;

		}

#navi li a#aktuell {
		color: #FFFFFF;
		background-color: #6a869d;

		}


#navi2 {
		margin: 0;
		padding: 0;
		text-align:center;
		 }

#navi2 ul, #navi2 li {
		margin: 0;
		padding: 0;
		display: inline;
		list-style-type: none;
		font: 10px verdana, arial, helvetica, sans-serif;
		}

#navi2 a:link, #navi2 a:visited {
		float: left;
		font: 10px verdana, arial, helvetica, sans-serif;
		font-weight: normal;
		padding: 0 10px 0 10px;
		line-height: 16px;
		text-decoration: none;
		color: #666666;
		}

#navi2 a:hover, #navi2 a:hover#akt {
		color: #96b41e;
		}

/** new submenu **/
#subnavi {
		margin: 0;
		padding: 0;
		text-align:center;
		 }

#subnavi ul, #subnavi li {
		margin: 0;
		padding: 0;
		display: inline;
		list-style-type: none;
		font: 11px verdana, arial, helvetica, sans-serif;


		}

#subnavi a:link, #subnavi a:visited {
		float: left;
		font: 11px verdana, arial, helvetica, sans-serif;
		font-weight: bold;
		padding: 0 15px 0 15px;
		line-height: 20px;
		text-decoration: none;
		color: #666666;
		background-color: #eff3f5;
		border-right:1px solid white;

		}

#subnavi a:hover {
		color: #FFFFFF;
		background-color: #6a869d;

		}

#subnavi li a#aktuell {
		color: #666666;
		background-color: #CDDCE1;

		}
/** pre **/
pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;       /* Opera 4-6 */
	white-space: -o-pre-wrap;       /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */

	border:1px dashed #CDDCE1;
	background-color:#eff3f5;
	color:#333;
	font-size:120%;
	overflow:auto;
	padding:0.5em;
}

.example {
	border:1px dashed #CDDCE1;
	background-color:#eff3f5;
	color:#333;
	overflow:auto;
	padding:0.5em;
	margin-top:10px;
	margin-bottom: 10px;
}

/** **/

/* Menü im Nutzbereich */

ul#nav3 {        /* Menue 1. Ebene */

        padding:0;
        margin:0;
        list-style:none;
        border-top:1px solid white;
        width:170px;

        }

ul#nav3 li {
        list-style: none;
        margin: 0; padding: 0;
        border-bottom:1px solid white;
        }



ul#nav3 a.level1 {
        display:block;
        margin:0;
        padding:4px 8px 3px 12px;
        background-color:#6a869d;
        text-decoration:none;
        color:white;
        }



ul#nav3 a.level1:link { color:white;}
ul#nav3 a.level1:visited { color:white; }
ul#nav3 a.level1:hover { color: #6a869d; background-color:#eff3f5;}
ul#nav3 a.level1:active { color: #6a869d; background-color:#eff3f5;}

ul#nav3 a.level2 {
        display:block;
        margin:0;
        padding:4px 8px 3px 15px;
        background-color:#a3b6c3;
        text-decoration:none;
        color:white;
        }

ul#nav3 a.level2:link { color:white;}
ul#nav3 a.level2:visited { color:white; }
ul#nav3 a.level2:hover { color: #6a869d; background-color:#eff3f5;}
ul#nav3 a.level2:active { color: #6a869d; background-color:#eff3f5;}



/* Ende Menü im Nutzbereich */





a , a:visited , a:active, a:hover {
color : #96b41e;
background : transparent;
text-decoration : none;

}

a:hover {
	text-decoration: underline;
}

h1 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #6a869d;
		margin-bottom:10px;
		padding-bottom:5px;
		border-bottom:1px solid #bdbdbd;
		margin-top: 5px;

}
h2 {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: normal;
		color: #6a869d;
		margin-bottom: 5px;

}

h3 {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #666666;
		margin-bottom: 5px;

}


.headline {
		width:100%;
		background-color:#e8edf0;
		border-top:1px solid #cddce1;
		border-bottom:1px solid #cddce1;
		margin:20px 0 10px 0;
		padding:3px;
}

table.gewaessertable {
	width: 550px;
	border: none;
}

td.td_checkbox {
	width:15px;
}

td.td_name {
	/*width:300px;*/
}

input.gewaesser_checkbox {
	margin-right: 5px;
	margin-bottom: 0;
	margin-left:0;
	margin-top:0;
	padding:0;
	border:none;
}

.menu_innen {
		background-color:#eff3f5;
		border: 1px solid #cddce1;
		padding: 5px;
		width: 550; /* 550 */
		margin: 10px 0 10px 0;
		}

.menu_innen2 {
		background-color:#ffffff;
		border: 1px solid #cddce1;

		padding: 5px;
		/* width: 550px; */ /* 520 */
		/* height:195px; */ /* 95 */
		min-height:100px;
		height:auto !important;
		height:100px;
		margin: 10px;
		overflow:auto;
		}

.menu_innen21 {
		background-color:transparent;
		padding: 5px;
		width: 240px;
		float:left;
		}
.menu_innen22 {
		background-color:transparent;

		padding: 5px;
		width: 240px;
		float:right;
		}


tr.tablerow1 {
		background-color: #f2f5f6;
}

tr.tablerow2 {
		background-color: #e1ebed;
}


#buttons_map {
		float:left;
		width:49px;
		background-color:#eff3f5;
		border:1px solid #a7c7c9;
		padding:10px 0 10px 0;
		margin-left:15px;
}

/* Styles für Buttons auf der Kartenseite */
/*
a.tools {
  border: none;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  color: #010199;
  font: 70%/1.2 verdana,arial,helvetica,sans-serif bold;
}

a.tools:hover {
	border: none;
    text-decoration: none;
}

a.tools:link {
    border: none;
    text-decoration: none;
}

a.tools:visited {
    border: none;
    text-decoration: none;
}

a.tools:active {
    border: none;
    text-decoration: none;
}
*/
a.amail {

	padding-right:16px;
	background:url("../img/icon_mail.gif") right center no-repeat transparent;font-style: italic;
}
/*
img.tools {
  padding:2px;
  margin:0 10px 0 10px;;
  border:none;
}


input.tools {
  padding:2px;
  margin-left:5px;
  margin-right:5px;
  border:none;
}
*/
/* Ende Styles für Buttons auf der Kartenseite */

input[type=checkbox] {
	margin:0;
	padding:0;
	border:none;
}

label.menu {
	float:none;
	display:inline;
	margin:0;
	padding:0;
}

thead.anleitung {
	background-color: #CDDCE1;
}

/** thead **/
table.webservice-table {
	border: 1px solid #CDDCE1;
}

table.webservice-rest-table {
    width: 100%;
}

table.webservice-table th {
	background-color: #CDDCE1;
}

table.webservice-table td, table.webservice-table th {
	padding:5px;
    text-align: left;
}

table.webservice-rest-table td, table.webservice-rest-table th {
    width: 50%;
}

.button {
		background-color: #6a869d;
		color:#fff;
		margin:10px 10px 10px 10px; /* 10 10 10 50 */
		padding-bottom:2px;
		border-top: 1px solid #fff;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		border-left: 1px solid #fff;
		height: 23px;
		font-size:11px;
		cursor:pointer;
}

.button:hover {
		background-color: #eff3f5;
		color:#96b41e;

}

.button_login {
		background-color: #6a869d;
		color:#fff;
		margin-bottom:5px;
		padding-bottom:2px;
		border-top: 1px solid #fff;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		border-left: 1px solid #fff;
		height: 23px;
		font-size:11px;
		cursor:pointer;
}

.button_login:hover {
		background-color: #eff3f5;
		color:#96b41e;

}


form {
		background:#e1ebed;
		width:620px;
		padding:10px;
		border:1px solid #6a869d;
		margin:0 auto;
		}

form fieldset {
		/* width:600px; */
		display:block;
		border:1px solid #6a869d;
		padding:5px;
		font-family:verdana, sans-serif;
		margin-bottom:0.5em;
		line-height:1.5em;

		}
form legend {
		font-size:1.1em;
		color:#fff;
		border:2px solid #fff;
		margin-bottom:5px;
		padding:3px 5px 3px 5px;
		background:#a3b6c3;}
form label {
		clear:left;
		display:block;
		float:left;
		width:120px;
		text-align:right;
		padding-right:10px;
		margin-bottom:0.5em;
		}

form input {
		border:1px solid #a3b6c3;
		background:#fff;
		padding-left:0.5em;
		margin-bottom:0.6em;
		font-size:10px;}

form select {}
form textarea {
		width:410px;
		height:12em;
		border:1px solid #a3b6c3;
		padding:0.5em;
		overflow:auto;
		background:#fff;
		}

form option {
		background-color:#eff3f5;
		padding-left:0.5em;
		}

form #button1, form #button2 {
		color:#c00;
		padding-right:0.5em;
		cursor:pointer;
		width:205px;
		margin-left:8px;
		}

form #button1:hover, form #button2:hover {
		background-position:center left;
		color:#000;
		}

form #login {
		width:129px;
		border:1px solid red;
		}

div.div1 {
    border:0; margin:0 5px 5px 0; float:left; width:100px; height:20px; background-color:#CDDCE1;
}

.logoimgmap {
    position: absolute; z-index: 1;
}

table.table_suche {
    border:1px solid #cddce1; margin:0 0 10px 0; width:100%;
}
.example_soap_request {
    font-size: 95%; text-align: left;
}
img.wms_aktuell_screenshot1 {
    float: right; margin-left: 15px; border: 1px solid black;
}
img.wms_aktuell_screenshot2 {
    border: 1px solid black; margin-top: 5px;
}
img.wms_aktuell_screenshot4 {
    border: 1px solid black; margin-top: 5px;
}
div.body_webservice_file_access {
    margin: 5px 0 0 -9px; width: 732px;
}
form.body_webservice_file_access {
    padding: 7px; width: 716px;
}
