body {
 margin: 0;
 padding: 0;
 background: #EEEEEE url(img/bg_body.gif) repeat-x left top;/* #D3D3D3 #C6FBA2 */;
 color: #000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: small;
}

#wrap {
 margin: 0 auto;
 padding: 0;
 background: #FFFFFF url(img/background.gif) repeat-y left top;
 color: #000000;
 border-left: 1px solid #000000;
 border-right: 1px solid #000000;
 border-bottom: 1px solid #000000;
 width: 802px;
 height: inherit;
}

#header {
 float: left;
 margin: 0;
 padding: 15px 0;
 color: #000000;
 background-color: #FFFFFF;
 width: 100%;
 height: inherit;
}

#header img {
 float: left;
 margin: 5px 5px 5px 45px;
 padding: 0;
}

#header h1 {
 float: left;
 margin: 15px 0 0 55px;
 padding: 0;
 font-size: 250%;
}

#header h2 {
 float: right;
 margin: 15px 10px 0 0;
 padding: 0;
 font-size: 120%;
 text-align: center;
}

#trim {
 clear: both;
 margin: 0;
 padding: 0;
 color: #FFFFFF;
 border-top: 1px solid #000000;
 background: #02CA07 url(img/trim.gif) no-repeat right top;
 height: 68px;
}

#menue {
 float: left;
 margin: 10px 0 0 0;
 padding: 0;
 color: #FFFFFF;
 background-color: #02CA07;
 width: 160px;
 height: 60%;
 min-height: 360px;
}
 
#menue ul{
 margin: 0;
 padding: 0;
 list-style: none; 
}

#menue h2 {
 margin: 0 0 4px 20px;
 padding: 0;
 font-size: 110%;
 background-color: #02CA07;/*#02CA07;*/
 color: #FFFFFF;
 text-decoration: underline;
}

#submenue {
 margin: 0;
 padding: 0;
 color: #FFFFFF;
 background-color: #02CA07;
 border-right: none;
 list-style: none;
 width: auto;
}

#menue li {
 margin: 0 0 0 20px;
}

#submenue li {
 margin: 0 0 0 7px;
}

#menue a {
 margin: 0;
 padding: 0 0 0 16px;
 background: #02CA07 url(img/menue.gif) no-repeat left top;
 color: #FFFFFF;
 font-size: 104%;
 text-decoration: none;
}

#submenue a {
 margin: 0;
 padding: 0 0 0 16px;
 background: #02CA07 url(img/submenue.gif) no-repeat left top;
 color: #FFFFFF;
 font-size: 100%;
 text-decoration: none;
}

#menue a:hover {
 text-decoration: underline;
}

.active a, #submenue li.active a{
 font-size: 104%;
 font-weight: bold;
}

.inactive a, #submenue li.inactive a{
 font-size: 104%;
 font-weight: normal;
}

#content {
 float: right;
 color: #000000; 
 background-color: #FFFFFF;
 border-bottom: 1px solid #000000;
 width: 641px;
 overflow: auto;
 height: 60%;
 min-height: 360px;
 margin-bottom: auto;
 padding-bottom: 10px; /* --> aufgrund der Menüverschiebung um 10px nach unten */
}

#content-inner {
 margin: 10px 16px;
 padding: 0;
}

#footer{
 clear: both;
 margin: 0;
 padding: 2px 8px 4px 0;
 background-color: #02CA07;
 color: #FFFFFF;
 text-align: right;
}

#icons {
 margin: auto;
 padding: 10px 0;
 width: 180px;
}

#icons img {
 border: 0;
}

.ueberschrift {
 font-family: Arial, Helvetica, sans-serif;
 font-size: large;
 font-weight: bold;
}

.mittelschrift{
 font-family: Arial, Helvetica, sans-serif;
 font-size: larger;
 font-weight: bold;
}

.text{
 font-family: Arial, Helvetica, sans-serif;
 font-size: small;
 font-weight: normal;
}

.ctext{
 font-family: Arial, Helvetica, sans-serif;
 font-size: small;
 font-weight: normal;
 text-align: center;	
}

a.linktext {
 font-family: Arial, Helvetica, sans-serif;
 font-size: small;
 font-weight: normal;
 color: #666666;
 background-color: #FFFFFF;
 text-decoration: none;
}

a.linktext:hover {
 font-family: Arial, Helvetica, sans-serif;
 font-size: small;
 font-weight: normal;
 color: #999999;
 background-color: #FFFFFF;
 text-decoration: underline;
}

em.u {
 text-decoration: underline;
}

em.k {
 font-style: italic;
}