html,body{margin:0;
padding:0;
}
body{
	background-attachment: fixed;
	background-image:
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 20px;
	overflow-y: scroll;
	
}
p{margin:0 }

div#wrapper{
	
	width: 100%;
	
}


div#header {
	line-height:1.4;
	float: left;
	height: auto;
	width: 100%;
	display: inline;
	
}

div#header a{
	margin-right: 20px;
	text-decoration: none;
	}


div#logos
 {
	height: auto;
	width: 100%;
	text-align: center;
	float: right;
}

div#headeroberlinie {
	line-height:1.4;
	height: 380px;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #737373;
	margin-bottom: 10px;
	font-size: 24px;
	color: #000000;
}


div#headerunterlinie {
	font-size: 24px;
	color: #000000;
	height: auto;
	width: 100%;
}

div#container{
	height: auto;
	width: 75%;
	margin-left: 180px;
}




div#footer{
	background-color: #FFFFFF;
	float: left;
	width: 100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #737373;
	margin-top: 10px;
}
div#footer a{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	margin-left: 15%;
}

.Stil1 {
	color: #000000;
	font-size: 24px;
}
