body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #40939F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #003366;*/
	color: #339999
}
/* ####### LINKS ####### */
a:link {
	font-size: 11px;
	color: #339999;
}
a:hover {
	font-size: 11px;
	color: #339999;
}
a:visited{
	font-size: 11px;
	color: #2E8B8B;
}

#Main {
	margin: 40px auto 0px;
	width: 700px;
	min-height: 400px;
	background-image: url(../grafik/bg/bgWasser_oLogo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#Left {
	float:left;
	width: 160px;
}
#Right {
	float:left;
	width: 500px;
	margin-left:20px;
}
#Logo {
	float:right;
	margin-top:10px;
	margin-right:20px;
	text-align:right;
	color: #003366;
}
#Menue {
	margin-top:80px;
	width:150px;
	margin-left:10px;
}
#Teaserbild {
	margin-top:15px;
	margin-left:10px;
	width:150px;
	overflow:hidden;
}
#FrmSearch {
	margin-top:20px;
	width:150px;
	margin-left:10px;
}
#Headlines {
	margin-top:80px;
	margin-left:35px;
	float: left;
	width: 250px;
}
#Content {
	float:left;
	width: 500px;
	min-height: 200px;
}
.contentblock {
	font-size: 11px;
	color: #339999
	margin-bottom:11px;
}
#Footer {
	margin: 0px auto;
	width:700px;
	height:57px;
	
}

/* ####### TEXT ####### */
h1 {
	font-size: 14px;
	color: #2E8B8B;
        font-weight:normal;
	margin-bottom: 0px;
}
h2{
	font-size: 13px;
	color: #58c2c2;
        font-weight:normal;
	margin-top: 0px;
}
h2.blau{
	font-size: 13px;
	color: #339999;
	margin: 0px;
}
h2.blau a {
	font-size: 13px;
	color: #339999;
	text-decoration:none;
}
h2.blau a:hover {
	font-size: 13px;
	color: #339999;
	text-decoration:none;
}
h2.blau a:visited {
	font-size: 13px;
	color: #339999;
	text-decoration:none;
}
h3{
	font-size: 12px;
	color: #58c2c2;
        font-weight:normal;
	margin-top: 0px;
}
.listverweis {
	float:right;
}
.listverweis a {
	color: #339999;
	text-decoration:none;
}
.listverweis a:visited {
	color: #339999;
	text-decoration:none;
}
.listfuss {
	margin-top:12px;
	float:right;
}
.listfuss a {
	color: #339999;
	text-decoration:none;
}
.listfuss a:visited {
	color: #339999;
	text-decoration:none;
}
.backlink {
	margin-top:24px;
}
.backlink a {
	color: #339999;
	text-decoration:none;
}
.backlink a:visited {
	color: #339999;
	text-decoration:none;
}
td {
	font-size: 11px;
	color: #339999;
}
li {
	list-style-type:square;
	margin-bottom: 6px;
}
.TextHellgruen {
	color: #339999
}
.TextBlau {
	color: #003366;
}
.TextGrau {
	color: #669999;
}


/* ####### MENUE ####### */
.mp {
	width:150px;
	height:13px;
	margin-bottom:13px;
	display:block;
}
.mpu {
	width:130px;
	padding-left:20px;
	height:13px;
	margin-bottom:13px;
	display:block;
}
.menueLink {
	font-size: 11px;
	color: #003366;
	text-decoration: none;
}
a.menueLink {
	font-size: 11px;
	color: #003366;
}
a.menueLink:hover {
	font-size: 11px;
	color: #2E8B8B;
}
a.menueLink:visited {
	font-size: 11px;
	color: #003366;
}



/* ####### FORMS ####### */
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input.search {
	width:125px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
}
input.searchFocus {
	width:125px;
	border:1px solid #003366;
	background-color:#D1EFEF;
}
/* ####### MISC ####### */
.clear {
	clear:both;
}