/*Layout*/
html, body
{
    background: #FFDE28 url(../images/bg_gold_ffde28.jpg) repeat-x;

}

#kopf
{
    /*background: #B7F200 url(../images/ziegen-380x220.jpg) no-repeat top right;  */
    /*background: #FFAC41 url(../images/ziegen-380x220.jpg) no-repeat top right; */
    /*background: #D17600 url(../images/ziegen-380x220.jpg) no-repeat top right;*/
    background: #FF9000 url(../images/ziegen-380x220.jpg) no-repeat top right;
    height: 220px;
    margin-top: 15px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

#klammer{
    background: #FFF7C9;
    -moz-border-radius: 20px;   
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

#vorspalte{
    padding: 50px 0px 0px 0px;
}

#navigation, #fuss
{
    /*background-color: #CBF646; */
    /*background-color: #FFCB89;*/
    background-color: #FFA128;
    height: 60px;  
    margin: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.goldmarker {
    color: #FFDE28; 
    margin-left: 12px;
}


/*-----------------------------------------------------------------------------------*/
/******* Links in der Navigationssleiste *******/


/*** Listenelemente vorbereiten ***/
#navigation ul {
	width: auto;
	height: auto;
	margin-top: 20px;
	margin-left: 20px;
}

#navigation li {
	width: auto;
	height: auto;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 1.0em;
	display: inline;
	/*padding-top: 0.3em;
	padding-right: 3em;*/
	list-style-type: none;
	list-style-image: none;
	/*margin-top: 0.3em;
	margin-right: 3em;*/
}



