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

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

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

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

#free {
	position:absolute; 
	top: 0px;
	left: 0px;
	height: 230px;
	width: 900px;
	border: none;
	background: none;
}

#logo {
	position:absolute; 
	top: 125px;
	right: 100px;
	height: 83px;
	width: 425px;
	border: none;
	background: none;
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
}


#header {
	position: absolute; 
	top: 240px;
	left: 0px;
	height: 300px;
	width: 900px;
	background: none;
	border: none;
	color: #FF9;
	z-index: 2;
}


/* ### 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;
}