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

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

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

/* ### Logo ################################################################# */
#logo {
	display: none;
}

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

#strich {
	background:#000000 url(../design/strich.jpg) 0px 0;
	color: #FFFFFF;
}

/* ### Bildgalerie ### */

#main-content-block div.galerie {
	position:absolute;
	left:50%;
  	top:0px;
  	width:140px;
  	margin-left:350px;
}

#main-content-block div.galerie div.image {
	float: right;
	width: 100px;
	margin-right:10px;
}

#main-content-block div.galerie div.image img{
	float: right;
	margin-right:10px;
	width: 100px;
}

#nav-header {
	position:absolute;
	left:0px;
	top:0px;
}

/* ### Teaser ############################################################### */

#main-teaser {
	background-image: url(../design/teaser_bg.gif);
	background-repeat: no-repeat;
}

/* ### Start-block Background ################################################# */

#main-block {
	background-image: url(../design/verlauf_main.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	min-height: 480px;
}

* html body #main-block { height: 480px; } /* IE 6 / 5.5 Hack */

/* ### main-block => MainContent ################################################### */

#main-content-block {
	padding-right:-140px;
}

