/* Hauptgruppen */
body {
font-family: Verdana, Arial, sans-serif;
margin-top: 40px;
background-color: white;
font-size: small;
color: #3e3e3e;
}

#balken-grau {
position: relative;
top: 95px;
background-color: #cac8c9;
height: 100px;
}

#container-zentrieren {
position: absolute;
top: 30px;
margin: auto;
width: 100%;
text-align: center;
}

#container {
width: 980px;
margin: auto;
text-align: left;
}

#header {
height: 46px;
background-image: url(grafiken/header-balken.gif);
background-position: top left;
background-repeat: repeat-x;
}

#box {
height: 50px;
background-color: #454546;
margin-top: 40px;
color: #c9c7c8;
padding: 35px 15px;
}

#mitte {
margin-top: 45px;
overflow: hidden;
}

#mitte-links {
float: left;
width: 195px;
}

#mitte-inhalt {
margin-left: 200px;
color: #3e3e3e;
width: 780px;
}

#mitte-clear {
clear: both;
height: 45px;
width: 100%;
}

#footer {
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
font-size: x-small;
color: #515151;
padding: 8px 8px;
}


/* Header */
#header-logo {
margin-left: 60px;
}

/* Box */ 
#box-titel {
color: #ffedae;
font-size: 13pt;
font-weight: bold;
}

/* Mitte */
.menu-titel, .menu-titel-hervorheben {
font-weight: bold;
margin-top: 18px;
text-decoration: none;
}

.menu-titel a, .menu-untertitel a {
text-decoration: none;
color: #3e3e3e;
}
.menu-titel a:hover, .menu-untertitel a:hover, .menu-titel-hervorheben a:hover, .menu-untertitel-hervorheben a:hover {
text-decoration: none;
color: #71b24c;
}

.menu-titel-hervorheben a, .menu-untertitel-hervorheben a {
text-decoration: none;
color: #71b24c;
}

/* Sonstiges */
h1 {
margin-top: 15px;
padding: 0px;
color: #71b24c;
font-size: 18pt;
font-weight: bold;
}
