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

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

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

/* ### Logo ################################################################# */
#logo {
	position:absolute;
	top:10px;
	right:10px;
	border: 1px solid #37444f;
	/*background-image: url(redaxo_logo_klein.gif);*/
	background-image: url(logo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

/* ### Header ############################################################### */
#header {
	color: #c4c4c4;
}

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

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

#main-teaser {
	background-image: url(start_teaser.jpg);
	background-repeat: no-repeat;
}

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

#main-block {
	background-color: #ffffff;
	min-height: 580px;
	color: #232323;
}

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

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

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

/* ### Donate ###################################################################### */

#donate {
	position: absolute;
	right: 15px;
	display:block;
	clear:left;
	width:120px;
	height: 400px;
}

#donate input {
	margin-top: 300px;
}