/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main {
	width: 762px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color:#009fda;
}
#banner {/* Kopfbanner mit Hintergrundgrafik */
	padding: 0 10px 0 10px;
	text-align: left;
	background: #666;
	font-weight: bold;
	height:54px;
	background-color:#fff;
	margin: 0 10px 0 10px;
	background-repeat: no-repeat;	
}
	
#navContainer {
	float: left;
	width:620px;
	height:30 px;
	display:block;
	margin-top:20px;
	margin-left:10px;
	clear:both;
}

#banner a, #banner h1, #banner h2	{color: #fff; margin:0;padding:0;}
* html #banner {clear:both;height:114px;} /* ie6 misbehaves again */
#content {
	float: left;
	padding: 0;
	margin-top: 0;
	text-align: justify;
	clear: right;
	background-color: #fff;
	width: 342px;
	background-image: url(./img/wasser-mitte.jpg);
	background-repeat: no-repeat;
	background-position: 0px 200px;
	min-height: 480px;
	height:auto;
	bottom: auto;
}
#linke-spalte {
	float: left;
	width: 200px;
	margin-left: 10px;
	background-image: url(./img/wasser-links.jpg);
	background-repeat: no-repeat;
	min-height: 480px;
	background-position: 0px 200px;
	background-color: #FFFFFF;
}
#inhalte-links {
	margin-top: 80px;
	margin-left: 15px;
}
#rechte-spalte {
	float: right;
	width:200px;
	margin-right: 10px;
	background-image: url(./img/wasser-rechts.jpg);
	background-repeat: no-repeat;
	min-height: 480px;
	background-position: 0px 200px;
	background-color: #FFFFFF;
}
.sitelogo {width:150px; height:61px; position:absolute; margin:4px 0px 0px 10px; background:url(./img/logo.gif); }

#bread_crumb {
	clear: left;
	width:auto;
	height:25px;
	visibility: visible;
	background-color: #fff;
	margin: 0 10px 0 10px;
}
#ticker {
	clear: left;
	width:auto;
	background-color: #fff;
	margin: -12px 10px 0 10px;
	padding: 10px 10px 10px 10px;
}
#flaggen {
	float: right;
	width: 80px;
	height:20px;
	margin-top:20px;

}

* html #contentContainer #content {text-align:left;} /* ie6 misbehaves */
* html #contentContainer #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

#layoutfuss {
	clear: both;
	height: 10px;
	height: 10px;
	color: #009fda;
	background-image: url(./img/fuss-pic.gif);	
}
#footer {
	clear: both;
	width: 742px;
	height: 20px;
}
#fusszeile {
	clear: both;
	width: 742px;
	margin: 10px auto 0 auto;
}
.breadcrumb {
	font-size: 10px;
	padding-left: 10px;
}
#baker_footer	{
	font-style:oblique;
	text-align: center;
} /* Pulls information from PAGE_FOOTER */
#powered_by, #coding 	{text-align:right;}
#powered_by a, #coding a {color:#ddd; text-decoration:none; border-bottom: 1px dashed #ddd;}
#powered_by a:hover, #coding a:hover {color:#fff; border-bottom: 1px dashed #fff;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	margin: 0;
	background-image: url(./img/hg-wasser.jpg);
}
.textklein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: underline;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}
/* Page Headings */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000099;
	margin: 0px 0px 10px 0px;
	font-weight: 800;
	line-height: normal;
}
h2 {
	font-size: 12px;
	color: #000099;
	font-weight: bold;
	margin-bottom: 6px;
}	

h3 {
	font-size: 12px;
	color: #000000;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
}

form {margin: 0;}

blockquote 	{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color: #666;
	border-left: 2px solid #666;
	padding-left: 10px;
	font-size: 1.2em;
}

abbr				{}
acroynm			{}
cite				{}
address			{}
strong			{}
em					{}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* Search Box in banner */
#search_box {
	color: #fff;
	text-align: center;
}
#search_box {
	float: right;
	clear: right;
	width: 150px;
}
#search_box fieldset {border:0;}
#search_box legend, #search_box label {display:none;}

#search_string {
	width: 200px;
	height: 16px;
	font-size: 90%;
	vertical-align: middle;
	border: 1px inset #ccc;
}
#search_submit {
	width: 20px;
	height: 20px;
	font-size: 10px;
	vertical-align: middle;
	padding: 0 0 4px 0;
}
.searchform {
	float:left;
	width:140px;
	padding:0 0 0 5px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */



/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;background:#555;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 50%;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

 ul.menu, li.menu { /* List Formatierung l�schen */
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	width: auto;
	position: relative;
}
#nav li {
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}

/*  1. Ebene Link und Formatierung horizontale ausrichtung */
#nav ul li {float: left; color: #339; text-align: left; font-weight: bold;  line-height: 1.2em; }
#nav ul li a { display: block;  padding: .3em 1.2em .3em 1.2em; color: #339; text-decoration: none;}

/* 1. Ebene Formatierung und over Effekte */
#nav ul li a:hover, #nav li a:focus {
	color: #000066;
	font-weight: bold;
	background: #e0e0e0;
}

/* Aktuell gew�hlte Seite Anpassungen orange
#nav li.menu-current a	{background: #f29400; color: #fff;  font-weight: bold;} */ 

/* 2. Men�ebene*/
#nav .menu li ul {position: absolute; width: 220px; margin-top: 0; display: none; text-transform: none;  font-size: 12px;}
#nav .menu li ul  a {width: 220px; background: #e0e0e0; color: #339; border: 1px solid #333399; margin-top: -1px ;}
#nav .menu li ul a:hover {background: #ccc;  color:#000;}


/* 3. Men�ebene Aussehen 
#nav .menu ul li ul li a { width: 12em; padding: .6em .1em .6em .4em; margin-left: 20px; background: #dbdddc; color: #000; }*/
#nav .menu ul li ul li a { width: 12.6em; padding: .4em 0em .4em 1.2em; margin-left: 0px; background: #e0e0e0; color: #000; }
#nav .menu ul li ul li ul { width: 12.6em; background: #e0e0e0; color: #000; }
#nav .menu ul li ul li a:hover { background: #ccc; color: #000; }

/* 4. Men�ebene Aussehen 
#nav .menu li ul li ul li ul a { width: 12em; padding: .6em .1em .6em .4em; margin-left: 10px; background: #c8c9c9; color: #000; }*/
#nav .menu li ul li ul li ul a {width: 12.6em; margin-left: 0px !important /*Non-IE*/; margin-left: 0/*IE6*/; background: #c8c9c9; color: #000; }
#nav .menu li ul li ul li ul a:hover  { background: #f29400; color: #000; }

/* Show and hide */
#nav .menu li ul ul,
#nav .menu li:hover ul ul, 
#nav .menu li:hover ul ul ul, 
#nav .menu li.subMenu ul ul ul,
#nav .menu li.subMenu ul ul
{display: none;}

#nav .menu li:hover ul, 
#nav .menu ul li:hover ul,
#nav .menu ul ul li:hover ul,
#nav .menu li a:focus ul, 
#nav .menu li.subMenu ul, 
#nav .menu li li.subMenu ul 
{display: block;}

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul{
	position: absolute;
	top: 0px;
	left: 100%;
}
/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* Customise the Login Box */
#login-box { background: #eee; text-align: center;	line-height: 140%; margin: 1em 0 0.3em 0; border: 1px solid #ddd;}
#login-box fieldset {border:0;text-align:center;}
#login-box legend		{
	font-size: 90%;
	text-transform: uppercase;
	font-family:"Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.username {color: #009;} /* Color of name when logged in*/
.topboxbody {font-size:0.8em;padding:2px;}

#login-box input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */



/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}

#mynewscontainer {
	margin-top: 25px;
	padding:0px 0px 8px 0px;
	margin-left:10px;
	margin-right:10px;
}
#mynews h2 {
	margin-left:6px;
	padding-bottom: 6px;
	padding-top: 6px;
	color: #2a4c93;
}
#mynews p { margin-top: -6px;font-size:80%;  margin-left:6px; margin-right:6px; line-height: 12px;}
#mynews strong { color: #2a4c93; margin-bottom: -6px;}
#mynews ul{ list-style-type:none; }

#banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
#hr-line {
	margin: 8px 0px 8px 0px;
	width: 100%;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

