
/* menue oben */

#menu2 a , #menu2 a:visited , #menu2 a:active {
 display: block;
 background: url("images/bu.gif");
 color: #ffffff;
 text-decoration: none;
 font: normal 12px verdana, sans-serif;
 line-height: 26px;
 text-decoration: none;
 padding: 0px 6px 0px 6px;
 text-align: center;
 border-left: solid 1px #000000;
}


#menu2 a:hover {
 background: url("images/bu2.gif");
 color: #000000;
 text-decoration: none ;
}


/* menue links */

#menu1 a , #menu1 a:visited , #menu1 a:active {
 display: block;
 color:  #FFEEDF;
 font: normal 11px verdana, sans-serif;
 line-height: 24px;
 text-decoration: none;
 padding: 0px 0px 0px 0px;
 text-align: right;
 width: 168px
}


#menu1 a:hover {
 background-color: #FFE9D5;
 color: #B35500;
 text-decoration: none ;
}


/* schriftstil,abstände */

body {
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 background-color: #000000;
}


table,td {
 font: normal 13px/19px "Trebuchet MS",verdana, sans-serif;
 color: #000000;
}


/* hauptgerüst */

.li {
 background-color: #000000;
 width: 20px;
 border-right: solid 1px #000000;
}


.re {
 background-color: #000000;
 width: 20px;
 border-left: solid 1px #000000;
}


h3 {
 font: normal 16px geneva,arial, sans-serif;
 color: #ff7b10;
}


#box {
 font: normal 11px/18px  geneva, arial,verdana, sans-serif;
 color: #FFFFFF;
 text-align: right;
 padding: 5px 9px 5px 5px;
}


#logob {
 border-right: solid 0px #737196;
 background-color: #ffffff;
 height: 229px;
 background: url("../images/head.jpg");
 vertical-align:top;
 border-bottom: solid 0px #ff7b10;
}


#hpname {
 font: normal  35px  geneva,"Trebuchet MS",arial, sans-serif;
 color: #ff7b10;
 background: transparent;
 padding: 2px;
 border: solid 0px #737196;
 height: 200px;
 padding-left: 30px;
 padding-bottom: 40px;
}


#fussb {
 font: normal 11px verdana, sans-serif;
 color: #000000;
 background-color:#eeeeee;
 padding: 2px;
 border-top:solid 1px #afafaf;
 height: 24px;
}


#ina {
 border-left:solid 0px #737196;
 border-left:solid 0px #AFAFAF;
 background-color:#ffffff;
}


#inb {
 padding-top: 20px;
 padding-left: 30px;
 padding-right: 30px;
 padding-bottom: 40px;
 border-right: solid 0px #ffffff;;
 background-color: #ffffff;
}


/* scrolleiste internet explorer ab vers.5.5 */

body {
 scrollbar-arrow-color: #000000;
 scrollbar-base-color: #ffffff;
 scrollbar-highlight-color: #000000;
 scrollbar-shadow-color : #ffffff;
 SCROLLBAR-TRACK-COLOR: #e6e6e6;
}


/* allgemeine links im text */

a:link, a:visited, a:active {
 font: normal 12px/18px verdana, times, serif;
 text-decoration: underline;
 font: normal 13px/19px "Trebuchet MS", arial, sans-serif;
 color: #000000
}


a:hover {
 text-decoration: none;
 color: #B35500;
}


/* Fehlerausgabe */

.error-message {
 background-color: #FBE3E4;
 border: 1px dashed #B92025;
 text-align: center;
}