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

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

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

/* ### Logo ################################################################# */
#logo {
	/*display: none;*/
    height:30px;
    color:#D9CCA0;
}
#logo a {
    color:#D9CCA0;
}

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

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

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

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

#main-teaser-right {
    float:right;
    width:438x;
    padding-top:167px;
    height:45px;

}

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

#main-block {
	/*background-image: url(linie_start_block.gif);
	background-position: 317px 217px;
	background-repeat: no-repeat;
	background-color: #37444f;
    */
	min-height: 350px;
}

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

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

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

/* ### Donate ###################################################################### */

#donate {
	position: absolute;
	right: 15px;
	display:block;
	clear:left;
	width:120px;
	height: 400px;
}

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



#main-block ul, 
#main-block ol {
    /*margin-bottom:1.2em;*/
    font-size:11px;
    line-height:1.6em;
}

#main-block ol li {
    margin:0 0 0 30px;
    list-style-type:decimal-leading-zero;
} 
#main-block ul li a,
#main-block ul li {
    text-transform: uppercase;
    font-size:12px;
    /*margin:0 0 0 15px;*/
    text-align:center;
    color:#813700;
    list-style-type:none;
    display:block;
    float:left;
    background-image: url(nav_bg.gif);
    background-repeat:no-repeat;
    width:101px;
    height:41px;
    line-height:41px;
    margin-right:2px;
    
}

.section a {
    color:#813700;
}
