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

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

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

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

/* ### Header ############################################################### */
#header {
	background:#000000 url(../design/top.jpg) 0px 0 no-repeat;
	color: #000000;
}

#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_mitte.jpg);
	background-repeat: repeat-y;
	background-color: transparent;
	min-height: 415px;
}

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

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

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


/* ### Bildgalerie ######################################################### */

#main-content-block div.galerie {
	position:relative;
	float:right 
  	margin-right:10px;
}

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

#main-content-block div.galerie div.image img{
	float: right;
	margin-right:10px;
	width: 110px;
	border:1px solid #aaa;
}
