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

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

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

/* ### Logo ################################################################# */
#logo {
	position:absolute;
	top:5px;    /* ###joerg  ursprung top:10px;    */
	left:0px;   /* ### joerg ursprung right:10px;  */
	width:840px; /* ### joerg ursprung leer        */
	border: 1px solid #000000;
	background-image: url(adlerlogo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#logo a {
	display:block;
	height:100px;  /* ### joerg ursprung height:80px;    */
	width: 840px; /* ### joerg ursprung width:215px;    */
	text-indent:-700em;
}

/* ### Logo2 ################################################################# */
#logo2 {
	position:absolute;
	top:110px;    /* ###joerg  ursprung top:10px;    */
	left:0px;   /* ### joerg ursprung right:10px;  */
	width:840px; /* ### joerg ursprung leer        */
	border: 1px solid #000000;
	background-image: url(melodie.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#logo2 a {
	display:block;
	height:100px;  /* ### joerg ursprung height:80px;    */
	width: 840px; /* ### joerg ursprung width:215px;    */
	text-indent:-700em;
}


/* ### Header ############################################################### */
#header {
	/* ### joerg #### background:#37444f url(start_bg_header.gif) 210px 0 no-repeat;###*/
	/*background:#000000  url(adlerlogo.png) 0px 0 no-repeat;*/
	/*color: #c4c4c4;*/
}

#nav-header {
	position:absolute;
	left:100px;  /* joerg ursprung 339 */
	top:30px;
}

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

#main-teaser {
	/* ### joerg ### background-image: url(start_teaser.jpg);### */
	background-image: url(band.jpg);
	background-color:#000000;
	background-repeat: no-repeat;
}

/* ### Start-block Background ################################################# */

#main-block {
	/* ### joerg ausgeblendet background-image: url(linie_start_block.gif);  ###*/
	  background-position: 317px 217px;
	  background-repeat: no-repeat;
	  background-color: #000000;
	  min-height: 580px;
}

* html body #main-block { height: 580px; } /* IE 6 / 5.5 Hack */

/* ### main-block => MainContent ################################################### */

#main-content-block {
	padding-right:180px;
}

/* -------------------------- Ticker ----------------------- */

#ticker a{ 
	text-decoration: none;
	color: #000000;
}
/*#ticker a:hover {
	text-decoration: none;
	 text-decoration: underline; 
	color: #0072BB;
}*/




/* ### Donate ###################################################################### */
/* ### joerg Ausgeblendet 
#donate {
	position: absolute;
	right: 15px;
	display:block;
	clear:left;
	width:120px;
	height: 400px;
}

#donate input {
	margin-top: 300px;
}
### */