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

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

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

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

#header {
	background:url(header.png);
	height:226px;
	width:100%;
}

#logo{
	background:url(logo.png);
	height:226px;
	width: 300px;
	float:left;}

#nav-header {
	position:absolute;
}


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

#main-block {
	background:#FFFFFF;
}

/* ### Main-block Headline ################################################# */

#main-block h1{
	color:#0e7835; font-weight:bold; font-size:2.0em;
	}
	
#main-block h2{
	margin-bottom:10px; color:#88ba14; font-size:1.5em; 
	}
	
#main-block .center_grafik{
	}
	
#main-block .trennung{
	margin-left:-6px;
	float:left;
	}
	
/* ### 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;
}

#kontaktdaten		{ height: auto; width:100%; background:#a0c843;  border-bottom:1px solid #FFFFFF;}
#kontaktdaten p 	{ font-size: 1.3em; line-height:1.4em; padding:10px; text-align:left; color:#FFFFFF;}
#kontaktdaten a 	{ text-align:center; font-weight:bold; color:#FFFFFF; text-decoration:none; }
.bold				{ font-weight:bold;}
.little				{ font-size:0.9em;}	

#oeffnungszeiten		{ height: auto; width:100%; background:url(gruen_1_transparent.png);}
#oeffnungszeiten p { font-size: 1.3em; line-height:1.4em; padding:10px; text-align:left; color:#FFFFFF;}
#oeffnungszeiten a { text-align:center; font-weight:bold; color:#FFFFFF; text-decoration:none; }

#content {
	background: #fdefd5;
}