body {
font-family: 'Times New Roman',Times,serif;
background-color: #800000;
/* maroon */
}

#box {
width: 950px;
margin: 0 auto;
}

#navi-box {
width: 100%;
overflow: hidden;
}

ul#navi {
list-style-type: none;
margin: 0 auto;
padding: 0;
}

ul#navi li {
float: left;
}

ul#navi a {
display: block;
text-decoration: none;
}

.navi-start {
height: 30px;
width: 28px;
float: left;
padding-left: 77px;
padding-right: 77px;
padding-top: 5px;
padding-bottom: 5px;
}

.navi-start, .brown {
background-color: #C85A17;
/* chocolate */
}

.navi-start, .navi-info, .navi-color,  .navi-news {
margin-right: 10px;
}

.navi-start, .navi-info, .navi-color,  .navi-news, .navi-contact {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.navi-info, .navi-color, .navi-news, .navi-contact {
height: 20px;
width: 162px;
float: left;
text-align: center;
font-size: 110%;
font-weight: bold;
padding: 10px;
}

.navi-info, .creme {
background-color: #fffacd;
/* lemonchiffon */
color: #800000;
/* maroon */
}

.navi-color, .green {
background-color: #32cd32;
/* limegreen */
color: #ffffff;
/* white*/
}

.navi-news, .orange {
background-color: #ff8c00;
/* darkorange */
color: #800000;
/* maroon */
}

.navi-contact, .red {
background-color: #b22222;
/* firebrick */
color: #ffffff;
/* white*/
}


.clicker {
font-family: 'Clicker Script', cursive;
font-weight: normal;
font-style: normal;
}


div#content {
width: 890px;  
margin-top: 10px;
padding: 30px;
overflow: hidden;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

div#content a {
	text-decoration: none;
	text-decoration-color: #ffcc00;
	color: #ffcc00;
}

div#datenschutz a {
	text-decoration: none;
	color: color: #C85A17;

}
	
}




div#content a:hover {
color: #fffacd;
}

#footer-box {
height: 30px;
}

ul#footer {
list-style-type: none;
margin: 0 auto;
padding: 0;
position: relative;
left: 50%;
margin-left: -390px;
margin-top: 10px;
text-decoration: none;

}

ul#footer div {
margin-right: 4px;
}

ul#footer li {
display: inline;
color: #C85A17;
float: left;
}

ul#footer a {
text-decoration: none;
color: #C85A17;
font-size: small;
font-weight: bold;
}

ul#footer a:hover {
color: #fffacd;
}