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

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

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

/* ### Logo ################################################################# */
#logo {
	/*border: 1px dotted violet;*/
	position: absolute;
	top: 100px;
	left: 10px;
	width: 202px;
	height: 19px;
	background-image: url(/files/images/seeberger_logo.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#logo a {
	display:block;
	height: 19px;
	width: 202px;
	/*text-indent:-700em;*/
}

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

#header {
	/*border: 1px dotted red;*/
	border-bottom: 1px solid silver;
	background: #ffffff url(/files/images/header-bg.jpg) 172px 0 no-repeat;
	color: #c4c4c4;
}

#nav-header {
	position: absolute;
	left: 210px;
	bottom: 18px;
}

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

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

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

#main-block {
	/*background-image: url(linie_main_block.gif);
	background-position: 627px 0;
	background-repeat: repeat-y;*/
	/*background-color: #465762;*/
	background-color: #ffffff;
	padding-bottom: 40px;
	min-height: 380px;
}

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