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

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

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

/* ### Logo ################################################################# */
#logo {
	position:absolute;
	top:35px;
	left:90px;
	width:41px;
	height:69px;
	background-image: url(logo_home.gif);
	background-repeat: no-repeat;
	z-index:50;
}

#titel {
	position:absolute;
	top:265px;
	right:90px;
	width:285px;
	height:64px;
	background-image: url(titel_home.gif);
	background-repeat: no-repeat;
	z-index:50;
}

/* ### Header ############################################################### */

#header {
	background: url(head_home.jpg) 0px 0 no-repeat;
	height:140px;
}

#nav-header {
	position:absolute;
	left:82px;
	bottom:-170px;
	z-index:5;
}

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

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

/* ### Main-block Background ################################################# */

#main-block {
	width:650px;
}

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

#donate {
	display:block;
	clear:left;
	width:208px;
	height: 300px;
	background: #37444f url(bg_unav.gif) no-repeat;
	color: #c4c4c4;
	text-align:right;
}

#donate input {
	margin-top: 200px;
	margin-right: 20px;
}