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

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

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

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

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



/* ### 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/bg.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	min-height: 430px;
}

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

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

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

/* ### Footer ###################################################################### */

#footer {
	display:block;
	width:100%;
	left:50%;
}
