/*******************************************************************************

	Project		:	Redaxo Demo
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

*******************************************************************************/

/* ### Logo ################################################################# */
#logo {
	position:absolute;
	top:60px;
	right:0px;
	background-image: url(redaxo_logo_klein.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#logo a {
	display:block;
	height:40px;
	width:281px;
	text-indent:-700em;
}

/* ### Header ############################################################### */
#header {
	background:#000000 url(start_bg_header.gif) 210px 8px no-repeat;
	color: #c4c4c4;
}

#nav-header {
	position:absolute;
	left:339px;
	top:33px;
}

/* ### Teaser ############################################################### */

#main-teaser {
	background-image: url(home_banner_jerry_9_10.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #ffffff;
}

/* ### Start-block Background ################################################# */

#main-block {
	background-color: #000000;
	min-height: 580px;
	border: 1px solid #ffffff;
}

* 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;
}