@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../upload/bg/startseite/intro.jpg);
	background-position: center center;
}
#bg_struktur {
	margin: 0px;
	padding: 0px;

}
#container_struktur {
	width: 1000px;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left;
	position:relative;
}
#container {
	width: 1000px; /*Breite angeben BUG IE - padding und margin berücksichtigen*/
	padding:0px;
	text-align: center;
}
#main{
	padding-top:300px;
	padding-left:150px;
	text-align: left;
}
h1{
	font-family: Helvetica, sans-serif, Arial;
	font-size: 26px;
	color: #666666;
	margin:0px;
	width:700px;
	line-height: 32px;
}
#logo{
   float:left;
   margin-right:25px;
}
#weiter{
	vertical-align: middle;
	 margin-left:10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#stoerer{
	position:absolute;
	left:750px;
	top:100px;
	width:200px;
}