body{
	padding: 0;
	margin: 0;
	background: #FFF;
	color: #000000;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	color: #000000;
}
img{
	border: 0;
}
a{
	text-decoration: underline;
  font-weight: ;
	color: #000000;
}
a:hover{
	text-decoration: underline;
	color: #FF6600;
}
.statement {
font-family: Arial, Helvetica, sans-serif; 	
font-size: 24px; 
color: #fff; 
}
.statement2 {
font-family: Arial, Helvetica, sans-serif; 	
font-size: 19px; 
font-style:italic;
color: #fff; 
}
.fliestext {
font-family: Arial, Helvetica, sans-serif; 
font-size: 16px; 
color: #000000; 
}
.menu li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
.menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.menu ul ul {
	padding: 0px 0px 0px 15px;
	font-size: 75%;
	border-bottom: 0px;
}
.menu a:link, .menu a:visited, .menu a:active {
  float:left;
	padding: 2px 12px 0px 12px;
  color:#FFCC99;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px; 
}
.menu a:focus, .menu a:hover, .menu a:active{
	text-decoration: none;
  color:#fff;
}
.menu a.menu_current {
  color:#fff;
}
#fenstercontainer /* lila Linie */{
	position: absolute;
	top: 0px;
  left: 0px;
	width: 99%;
	height: 99%;
	border: 0px dashed #cc00cc;
}
#websitecontainer /* graue Linie */
/*Dieser Rahmen sorgt für seitlich zetrierte Website*/
{    
  position:absolute;
  float:left;
  width: 880px;
	margin-left: -440px;
  top: 60px;
  left: 50%;
	border: 0px dashed #cccccc;
}
#header {/* blaue Linie */
	position: absolute;
	float: left;
  width: 880px;
	height: 80px;
  top: 0px;
  left: 0px;
	border: 0px dashed #0000FF;
}
#sprache {/* schwarze Linie */
	position: absolute;
	float: left;
  width: 55px;
	height: 15px;
	top: 58px;
  left: 240px;
	border: 0px dashed #000;
}
#menuzeile{ /* grüne Linie */
	position: absolute;
	float: left;
  width: 880px;
	height: 16px;
  top: 100px;
  left: 0px;
	border: 0px dashed #00FF00;
	background: #FF8822;
	letter-spacing: 0px;
}
.menu{
	position: absolute;
  top: 98px;
  left: 0px;
}
#content{    /* rote Linie */
	position: absolute;
	float: left;
	width: 880px;
	/*height: 400px;*/
	top: 150px;
  left: 0px;
	background-color: #ffffff;
	border: 0px dashed #FF0000;
	vertical-align: top;
}
/***********************************
separator
************************************/
#clear	{
	clear: both;
	height:0;
	}
/***********************************
Fusszeile
************************************/
#footer {   /*Fusszeile*/
	position: relative;
	float: left;
  width: 880px;
	height: 16px;
	top: 30px;
  left: 0px;
	border: 0px dashed #00FF00;
	background: #FE7121;
	padding: 1px 0px 0px 0px;
	font-size: 11px;
  color:#fff;
	line-height:1.4em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
}
#footer a:link, #footer a:visited, #footer a:active {
  color:#000;
	text-decoration: underline;
	}
#footer a:hover { 
  color:#FF7F00;
}
.footer2 {   /*Fusszeile*/
  color:#000;
}
