html {
	height: 100%;
}
 


body {
	
	list-style-image: none;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	
	
	
}
a {
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #000;
}


a:link {
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #06F;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
}
a:visited {
	color: #09F;
}




#Wrapper {
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
    

	
}

#Header {
	/*font-family: Arial, Helvetica, sans-serif;*/
	width: 999px;
	position: relative;
	font-weight: normal;
	text-transform: none;
	
}
#Middle {

}

	

#Navigation {
	width: 224px;
	background-image: url(../../Bilder/layout/bg_navi.jpg);
	float: left;
	list-style-type: none;
			} 
#Navigation ul  {
	width: 224px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	list-style-type: none;
		}
		
#Navigation ul li.level1normal {
	background-image: url(../../Bilder/layout/Farbverlauf_navi_level1.jpg);
	background-repeat: repeat-x;
	width: 224px;
	height: 20px;
	padding-top: 5px;
	color: #000;
}
#Navigation ul li.level1normal a{
	list-style-image: none;
	list-style-type: none;
	font-weight: lighter;
	padding-left: 10px;
	padding-top: 5px;
	color: #000;
	}
#Navigation ul li.level1normal a:hover {
	text-decoration: underline;
}
#Navigation ul li.level1current{
	background-image: url(../../Bilder/layout/Farbverlauf_navi_level1.jpg);
	background-repeat: repeat-x;
	padding-left: 8px;
	height: 20px;
	padding-top: 5px;
	color: #000;
}
#Navigation ul li.level1current a{
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
#Navigation ul ul{
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #f1f1f1;
}
#Navigation ul ul li.level2normal{
	padding-left: 20px;
	padding-top: 5px;
}
#Navigation ul ul li.level2normal a{
	list-style-image: none;
	list-style-type: none;
	font-weight: normal;
	margin-top: 5px;
	background-color: #F1F1F1;
	color: #000;
}
#Navigation ul ul li.level2normal a:hover {
	text-decoration: underline;
}
#Navigation ul ul li.level2current{
	background-color: #F1F1F1;
	padding-top: 5px;
	padding-left: 20px;
	color: #000;
}
#Navigation ul ul li.level2current a{
	font-weight: bolder;
	text-decoration: underline;
	background-color: #F1F1F1;
	color: #000;
}
#Breadcrumb {
	position:relative;
	width:775px;
	height:20px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #000;
	font-weight: normal;
	text-align: left;
	font-size: 13px;
	background-color: #e2e2e2;
	text-decoration: none;
	padding-top: 5px;
	float: right;
	margin-bottom: 20px;
}
#Breadcrumb a:link {
	color: #000;
	text-decoration: none;
}
#Breadcrumb a:visited {
	color: #000;
	text-decoration: none;
}
#Breadcrumb a:hover {
	color: #000;
	text-decoration: underline;
}






#Inhalt {
	position: relative;
	float: right;
	width: 700px;
	overflow: visible;
}
#Inhalt table .chronik {
	vertical-align: top;
}
#Inhalt table .chronik tr th {
	background-color: #CCC;
	width: 45px;
	height: 48px;
	background-image: url(../../Bilder/layout/Arrow_Chronik.gif);
	background-repeat: no-repeat;
	background-position: 0px 100%;
	}
#Inhalt table .chronik tr td{
	padding-bottom: 30px;
	padding-left: 20px;
}
#Inhalt table .preise {
	vertical-align: top;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 1.1em;
}
#Inhalt table .preise tr th {
	background-color: #CCC;
	padding-bottom: 10px;
	padding-right: 40px;
}
#Inhalt table .preise tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-right: 40px;
	padding-top: 2px;
	padding-bottom: 1px;
}
#Inhalt table .wasseranalyse {
	vertical-align: top;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 1.1em;
}
#Inhalt table .wasseranalyse tr th {
	background-color: #CCC;
	padding-bottom: 10px;
	padding-right: 40px;
}
#Inhalt table .wasseranalyse tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-right: 40px;
	padding-top: 2px;
	padding-bottom: 1px;
}
#Inhalt table .wassergewinnung {
	vertical-align: top;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 1.1em;
}
#Inhalt table .wassergewinnung tr th {
	background-color: #CCC;
	padding-bottom: 10px;
	padding-right: 40px;
}
#Inhalt table .wassergewinnung tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-right: 40px;
	padding-top: 2px;
	padding-bottom: 1px;
}
#Inhalt table .links {
	vertical-align: top;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 1.1em;
}
#Inhalt table .links tr th {
	background-color: #DEDEDE;
	background: -webkit-linear-gradient(top, #DEDEDE 0%,#FFF 100%);
	background: -moz-linear-gradient(top, #DEDEDE 0%,#FFF 100%);
	background: -o-linear-gradient(top, #DEDEDE 0%,#2c2d33 100%);
	background: -ms-linear-gradient(top, #DEDEDE 0%,#FFF 100%);
	padding-bottom: 10px;
	padding-right: 40px;
	padding-left: 5px;
	padding-top: 5px;
}
#Inhalt table .links tr td {
	padding-right: 40px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#Inhalt table .links1 {
	vertical-align: top;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 1.1em;
}
#Inhalt table .links1 tr th {
	background-color: #DEDEDE;
	background: -webkit-linear-gradient(top, #DEDEDE 0%,#FFF 100%);
	background: -moz-linear-gradient(top, #DEDEDE 0%,#FFF 100%);
	background: -o-linear-gradient(top, #DEDEDE 0%,#2c2d33 100%);
	background: -ms-linear-gradient(top, #DEDEDE 0%,#FFF 100%);
	padding-bottom: 10px;
	padding-right: 40px;
	padding-left: 5px;
	padding-top: 5px;
}
#Inhalt table .links1 tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-right: 40px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#Inhalt table .impressum {
	vertical-align: top;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 1.1em;
}
#Inhalt table .impressum tr th {
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 5px;
	padding-top: 5px;
	background-color: #DEDEDE;
	background: -webkit-linear-gradient(top, #DEDEDE 0%,#FFF 100%);
	background: -moz-linear-gradient(top, #DEDEDE 0%,#FFF 100%);
	background: -o-linear-gradient(top, #DEDEDE 0%,#2c2d33 100%);
	background: -ms-linear-gradient(top, #DEDEDE 0%,#FFF 100%);
	margin-bottom: 20px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-weight: normal;
}
#Inhalt table .impressum tr td {
	padding-right: 40px;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#c67   ul li{
	list-style-image: none;
	list-style-type: none;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}
#c67 ul li ul li {
	list-style-image: none;
	list-style-type: square;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 2px;
}

#Footer {
	position: relative;
	width: 999px;
	height: 87px;
	clear: both;
	background-image: url(../../Bilder/layout/footer1.jpg);
	padding-top: 40px;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: -137px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	
	
	
}
#Footer a:link {
	color: #333;
	text-decoration: none;
}

#Footer a:visited {
	color: #000;
	text-decoration: none;
}
#Footer a:hover {
	color: #06C;
	text-decoration: none;
}
#Footer_inhalt {
	height: 68px;
	width: 885px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 3px;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left; 
}

.align-center {
	text-align:center
}
.underline {
	text-decoration: underline;
}

sup {
	font-size: 0.7em;
	vertical-align: top;
}

sub {
	font-size: 0.7em;
	vertical-align: bottom;
}
