/*******************************************************************************

	Project		:	Redaxo Demo
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

*******************************************************************************/

/* ### Logo ################################################################# */
/*#logo {*/
/*	display: none;*/
/*}*/

/* ### Header ############################################################### */

#header {
	background-image:url(files/dreh_1.jpg);
	height:140px;
	width:840px;
}
/*// == Vorhang links */
#schal_l {
	/*position:relative;*/
	position:absolute;
	background-image:url(../files/schal.jpg);
	top:1px;
	left:1px;
	z-index:998;
}

/*// == Vorhang rechts */
#schal_2 {
	position:relative;
	/*position:absolute;*/
	background-image:url(../files/schal.jpg);
	top:1px;
	right:-1px;
	z-index:999;
}

#nav-header {
	position:absolute;
	left:339px;
	top:30px;
}

/* ### Teaser ############################################################### */

#start-teaser {
	/*height: 220px;*/
	/*background-image:url(start_teaser.jpg);*/
	/*background-repeat:no-repeat;*/
	text-indent:-700em;	
}

/* ### Start-block Background ################################################# */

#main-block {
	/*background-image: url(linie_start_block.gif);*/
	background-position: 317px 217px;
	background-repeat: no-repeat;
	background-color: #ffc; 	/*neuer Hintergrund für Texte*/
	min-height: 300px;
}

* html body #main-block { height: 300px; } /* IE 6 / 5.5 Hack */

/* ### main-block => MainContent ################################################### */

#main-content-block {
	padding-right:180px;
	width:600px;
	padding:40px 0 0 20px;
}
/* ### Donate ###################################################################### */

#donate {
	position: absolute;
	right: 15px;
	display:block;
	clear:left;
	width:120px;
	height: 400px;
}

#donate input {
	margin-top: 300px;
}