/*******************************************************************************

	Project		:	Redaxo Demo
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

*******************************************************************************/

/* ### Logo ################################################################# */
#logo {
	display: block;
}

/* ### Header ############################################################### */
#header {
	background: no-repeat 0px 0;
	color: transparent
}

#nav-header {
	position:absolute;
	left:300px;
	top:100px;
}

/* ### Teaser ############################################################### */

#main-teaser {
	position:absolute;
	top: 15px;
	left: 300px;
	font-size:3em;
	font-weight:bold;

}

/* ### Start-block Background ################################################# */

#main-block {
	background-position: 317px 217px;
	background-repeat: no-repeat;
	background-color: #F2F2F2;
	min-height: 700px
}

* html body #main-block { height: 580px; } /* IE 6 / 5.5 Hack */

/* ### main-block => MainContent ################################################### */

#main-content-block {
	padding-right:180px;
}

/* ### Donate ###################################################################### */

#donate {
	position: absolute;
	right: 15px;
	display:block;
	clear:left;
	width:120px;
	height: 400px;
}

#donate input {
	margin-top: 300px;
}