html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	margin:0px;
	padding:0px;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFFFFF;
}
h1,h2,h3,h4,p,form {
	margin:0px;
}
a {
	color:#00898F;
	text-decoration:none;
}
a:hover {
	color:#00898F;
	text-decoration:underline;
}
#PageHeader {
	width:995px;
	height:139px;
	margin:0px auto;
	background-image: url(../../grafik/bg/seitenkopf.jpg);
	background-repeat: no-repeat;
	border-left:1px solid #CCE7E9;
	border-right:1px solid #CCE7E9;
}
#PageHeader #Logo {
	float:left;
	width:250px;
}
#PageHeader #Slogan {
	float:left;
	padding:90px 0px 0px 0px;
	font-size:1.4em;
	font-weight: bold;
	font-style: italic;

}
#PageHeader #BildHeader {
	float:right;
	height:138px;
	overflow:hidden;
}
#ContentAll {
	width:995px;
	margin:0px auto;
	background-color: #FFFFFF;
	background-image: url(../../grafik/bg/content.jpg);
	background-repeat: repeat-y;
	border-left:1px solid #CCE7E9;
	border-right:1px solid #CCE7E9;
}
#Links {
	float:left;
	width:250px;
	margin:80px 0px 0px 0px;
	padding:0px 0px 50px 0px;
}
#Menue {
	width:175px;
	margin:0px 0px 0px 35px;
	border-top:1px solid #69B3B3;
}
#Content {
	float:left;
	width:675px;
	margin:45px 0px 0px 50px;
}
#ContentHeader {
	width:675px;
	/*height:35px;*/
}
#ContentHeader h1 {
	font-size:1.2em;
	color:#00898F;
	font-weight:bold;
	margin-bottom:15px;
}
.fliesstext {
	text-align: left;
}
.blocktext {
	text-align: justify;
}
#ContentFooter {
	width:100%;
	margin-top:6px;
	padding:3px 0px 12px 0px;
	border-top:1px dashed #69B3B3;
}
#PageFooter {
	width:995px;
	height:30px;
	margin:0px auto;
	background-color:#CCE7E9;
	border-left:1px solid #CCE7E9;
	border-right:1px solid #CCE7E9;
}
#MenueFooter {
	float:left;
	margin:7px 0px 0px 35px;
	font-size:0.9em;
}

#IconsFooter {
	float:right;
	margin:5px 20px 0px 0px;
}
/* +++++ MISC +++++ */
.clear {
	clear:both;
}

