/* - - - - - - - - - - - - - - - - - - - - */
/* BODY */
/* - - - - - - - - - - - - - - - - - - - - */
body, html {
background: #F4FBDA url(images/topbg.jpg);
background-repeat:repeat-x;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #000000;
margin: 0 0 5px 0;
padding: 0;
}
/* - - - - - - - - - - - - - - - - - - - - */
/* AEUSSERE CONTENTBOX */
/* - - - - - - - - - - - - - - - - - - - - */
#inhalt {
margin:10px auto;
text-align:left;
width: 894px;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* TOPNAV */
/* - - - - - - - - - - - - - - - - - - - - */
#topnav {
border-top: 1px solid #3C712F;
border-bottom: 1px solid #3C712F;
background-color: #CBD745;
padding: 6px 0px 6px 6px;
text-align: right;
color: #000000;
}
#topnav a {
text-decoration: none;
color: #006600;
background-color: #E3EA8D;
padding: 6px;
border-left: 1px solid #3C712F;
}

#topnav a:hover {
color: #000000;
background-color: #F5FBDE;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Footer */
/* - - - - - - - - - - - - - - - - - - - - */
#footer {
background: #D7E5AA url(images/footer.jpg);
background-repeat:no-repeat;
padding: 0px;
text-align: center;
color: #000000;
height: 128px;
}
#footer a {
text-decoration: none;
color: #006600;
padding: 6px;
}

#footer a:hover {
color: #000000;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Content */
/* - - - - - - - - - - - - - - - - - - - - */
#content {
background-color: #F5FBDD;
padding: 0px;
color: #000000;
}

#content h3 {
margin: 0;
padding: 6px;
color: #4B7E36;
line-height: 1.5em;
}

#content p {
margin: 0;
padding: 6px;
color: #000000;
line-height: 1.5em;
}

.contentbox {
background-color: #FFFFD8;
padding: 0px;
color: #000000;
border-bottom: 1px solid #3C712F;
margin-bottom: 10px;
}

#content a {
text-decoration: underline;
color: #006600;
}

#content a:hover {
color: #000000;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Menue */
/* - - - - - - - - - - - - - - - - - - - - */
#menue {
background-color: #F5FBDD;
padding: 0px;
color: #000000;
}

.menuebox {
background-color: #FFFFD8;
padding: 0px;
color: #000000;
border-bottom: 1px solid #3C712F;
margin-bottom: 10px;
}

.menuebox p {
margin: 0;
padding: 6px;
color: #000000;
line-height: 1.5em;
}

.menuebox a {
text-decoration: underline;
color: #006600;
}

.menuebox a:hover {
color: #000000;
}

.menuebox2 {
background-color: #FFFFD8;
padding: 0px;
font-size: 10px;
color: #000000;
border-bottom: 1px solid #3C712F;
margin-bottom: 10px;
}

.menuebox2 p {
margin: 0;
padding: 6px;
font-size: 10px;
color: #000000;
line-height: 1.5em;
}

.menuebox2 a {
text-decoration: underline;
font-size: 10px;
color: #006600;
}

.menuebox2 a:hover {
font-size: 10px;
color: #000000;
}

.nav a {
display: block;
text-decoration: none;
color: #006600;
padding: 6px;
border-bottom: 1px solid #E2F3A0;
background-color: #FFFFdf;
}

.nav a:hover {
color: #000000;
background-color: #E9DE47;
}
