/* - - - - - - - - - - - - - - - - - - - - */
/* Body */
/* - - - - - - - - - - - - - - - - - - - - */
body, html {
background: #ffffff url(images/bg.jpg);
font-family: Verdana, Arial, sans-serif;
font-size: 8px;
color: #000000;
margin: 0 0 5px 0;
padding: 0;
}
/* - - - - - - - - - - - - - - - - - - - - */
/* Aeussere Contentbox */
/* - - - - - - - - - - - - - - - - - - - - */
#inhalt {
background: #ffffff;
margin:10px auto;
text-align:left;
width: 750px;

padding: 0px;
}
/* - - - - - - - - - - - - - - - - - - - - */
/* Headerbereich */
/* - - - - - - - - - - - - - - - - - - - - */

#topbanner {
background: #ffffff url(images/bg2.jpg);
height: 85px;
border-bottom: 1px solid #ffffff;
}



/* - - - - - - - - - - - - - - - - - - - - */
/* CSS fuer Topnavigation */
/* - - - - - - - - - - - - - - - - - - - - */
#topmenue {
background-color: #ffffff;
background: #ffffff url(images/menuebg.jpg);

font-size: 11px;
}
#topmenue a {


color: #000000;
float: left;
font-weight: bold;
line-height: 25px;
padding: 0 10px;
text-decoration: none;
}
#topmenue a:hover {
background: #3a88fc;
background: #ffffff url(images/menuebg.jpg);
color: #7d7d7d;
}


/* - - - - - - - - - - - - - - - - - - - - */
/* Menue und Content */
/* - - - - - - - - - - - - - - - - - - - - */

#contenttop {
color: #000000;
padding: 3px 3px 3px 8px;
font-size: 10px;
font-weight: normal;
background: #40a528; 

white-space: nowrap;
}

#contenttop a {
color: #ffffff;
text-decoration: none;
}
#contenttop a:hover {
color: #000000;
text-decoration: underline;
}

#content {
color: #000000;
padding: 0px 0px 3px 0px;
font-size: 10px;
font-weight: normal;
background: #ffffff; 
vertical-align: top;
}
/* - - - - - - - - - - - - - - - - - - - - */
/* Footerbereich*/
/* - - - - - - - - - - - - - - - - - - - - */
#footer {
color: #7d7d7d;
padding: 3px;
font-size: 10px;
font-weight: normal;
background: #7d7d7d; 

text-align: center;
}

#footer a {
color: #7d7d7d;
padding: 3px;
font-size: 10px;
font-weight: normal;
text-decoration: none;
}
#footer a:hover {
color: #000000;
padding: 3px;
font-size: 10px;
font-weight: normal;
text-decoration: underline;
}


/* - - - - - - - - - - - - - - - - - - - - */
/* Standard Tabellen fuer Contentausgaben*/
/* - - - - - - - - - - - - - - - - - - - - */
.tbinnen {

margin-top: 8px;
margin-bottom: 5px;
}

.tbinnend {
padding: 3px;
font-size: 10px;
color: #000000;
line-height: 1.5em;
}

.tbinnenh1, .tbinnenh2, .tbinnenw {
padding: 3px;
font-size: 10px;
color: #000000;
line-height: 1.5em;
}

.tbinnend {
background: #ffffff;
font-weight: bold;
}

.tbinnenh1 {
background: #ffffff;
}

.tbinnenh2 {
background: #ffffff;
}

.tbinnenw {
background: #ffffff;
}

.tbinnend a {
color: #7d7d7d;
text-decoration: underline;
}
.tbinnend a:hover {
color: #7d7d7d;
text-decoration: underline;
}

.tbinnenh1 a, .tbinnenh2 a, .tbinnenw a {
color: #7d7d7d;
text-decoration: underline;
}
.tbinnenh1 a:hover, .tbinnenh2 a:hover, .tbinnenw a:hover {
color: #7d7d7d;
text-decoration: underline;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Formulare*/
/* - - - - - - - - - - - - - - - - - - - - */
form {display: inline;}

.mb {
background-color: #e5e5e5;
border: 1px solid #ffffff;
font-family: Verdana, Arial, sans-serif;
color: #000000;
font-size: 10px;
}

.los {
background-color: #7d7d7d;
border: 1px solid #ffffff;
color: #ffffff;
font-size: 11px;
}

.losred {
background-color: #7d7d7d;
border: 1px solid #000000;
color: #ffcc00;
font-size: 10px;
}

/* - - - - - - - - - - - - - - - - - - - - */
/* Fehler Hinweise rot/gruen*/
/* - - - - - - - - - - - - - - - - - - - - */
.tippred {
color: red;
font-weight: bold;
}

.tippgreen {
color: green;
font-weight: bold;
}

.copyright {
color: #c9c9c9;
font-size: 10px;
text-align: center;
}

.copyright a{
color: #c9c9c9;
text-decoration: underline;
}

#layer_upstatus {
position:absolute;
width:400px;
height:200px;
z-index:1;
background-color: #FFFFFF;
border: 1px solid #000000;
left: 50%;
margin-left: -195px;
top: 38%;
margin-top: -65px;
visibility: hidden;
}
/* - - - - - - - - - - - - - - - - - - - - */


