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

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

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

/* ### Logo ################################################################# */
#logo {
	position:absolute;
	top:10px;
	left:210px;
	border: none;
	background-image: url(logo_start.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#logo a {
	display:block;
	height:105px;
	width:630px;
	text-indent:-700em;
}


/* ### Header ############################################################### */
#header {
	background:#000D2D;
	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-image: url(linie_start_block.gif);
	background-position: 317px 217px;
	background-repeat: no-repeat;
	background-color: #0D2B43;
	min-height: 580px;
	border: none;
}

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

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

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

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

#donate {
	display:none;
}

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