/*******************************************************************************

	Project		:	Redaxo Demo
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

*******************************************************************************/

/* ### Header ############################################################### */

#container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#kopf {
	width: 100%;
	min-width: 880px;
	height: 65px;
	background: #003366;
	margin: 0;
	padding: 0;
	z-index: 97;
}

#menu {
	position: relative;
  	top: 0;
	width: 880px;
	height: auto;
	background: none;
	margin: auto;
	z-index: 98;

}

#logo {
	position: relative;
  	top: 0;
	width: 225px;
	height: 135px;
	background: url(logo_erdmann.png) top no-repeat;
	border: none;
	margin: auto;
	float: left;
	z-index: 99;
}

#logo img{
	position: relative;
  	top: 0;
	left: 9px;
}


#bild {
	width: 100%;
	max-width: 1600px;
	min-width: 880px;
	margin: auto;
	height: 420px;
	background: url(bahn_bgr3.jpg) center top;
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px 8px rgba(0,0,0, 0.3);
	z-index: 0;
}

#bild h1 {
	font-size: 45px;
	font-weight: bold;
	text-align: right;
}

#bildspace {
	width: 100%;
	height: 420px;
}

#headline {
	width: 85%;
	height: auto;
	margin: auto;
	background: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 25px;
	color: #FFF;
	filter:alpha(opacity=60); /* IE */
-moz-opacity: 0.9; /* Mozilla */
opacity: 0.9; /* Opera */
padding-top: 50px;
text-align: right;
z-index: 2;
}

#headline h1{
	font-size: 45px;
	font-weight: bold;
	text-align: right;
}

#top_slideshow {
	width: 100%;
	margin: auto;
	height: 420px;
	z-index: 2;
}

/* ### Main-block Background ################################################# */

#main-block {
	background: none;
	padding-bottom: 0px;
}

