/*Globalformatierung für das ganze Projekt, definiert Hintergrundbild, Schriftart, Einrückung*/
body {background-color: #000000; font-size:12px; font-family:verdana; color:#000000} 

/* Test */
#button {
width: 85px;
padding: 0 0 1px 0;
margin-bottom: 1px;
font-family: Verdana, Lucida, Geneva, Helvetica, 
  Arial, sans-serif;
color: #FF6600;
}

#button ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#button li {
border-bottom: 1px solid #A9070C;
margin: 0;
}

#button li.einr {
border-bottom: 1px solid #5599FF;
border-left: 7px solid #5599FF;
width: 88px;
margin: 0;
}

#button li.einr a {
border-left: 3px solid #1958b7;
margin: 0;
padding: 3px 3px 3px 0.5em;
font-size:10px;
}

#button li.einr a:hover {
border-left: 3px solid #1958b7;
margin: 0;
padding: 3px 3px 3px 0.5em;
font-size:10px;
}

#button li a {
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

#button li a:hover {
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

/* Top Banner */
td.bg {background-image: url(gfx/topbanner.jpg); background-repeat:no-repeat;}

/*Definitionen für Grafiken */  
.img {border:0;}

font{font-size:12px; font-family:verdana; color:#000000}
font.small{font-size:10px; font-family:verdana; color:#000000}
font.bold{font-size:12px; font-family:verdana; font-weight:bold; color:#000000}

a:link{font-size:12px; font-family:verdana; color:#000000; text-decoration:none;}
a:visited{font-size:12px; font-family:verdana; color:#000000; text-decoration:none;}
a:active{font-size:12px; font-family:verdana; color:#000000; text-decoration:none;}
a:hover{font-size:12px; font-family:verdana; color:#FFFFFF; text-decoration:none;}

td.frame{border-width:1px; border-color:#000000; border-style:solid;}

input.inp{border-width:1px; border-color:#000000; border-style:solid; background-color:#E5E2DB; color:#000000; font-size:12px; font-family:verdana;}
input.sub{border-width:1px; border-color:#000000; border-style:solid; background-color:#E5E2DB; color:#000000; font-size:12px; font-family:verdana;}
textarea.inp{border-width:1px; border-color:#000000; border-style:solid; background-color:#E5E2DB; color:#000000; font-size:12px; font-family:verdana;}
select.inp{border-width:1px; border-color:#000000; border-style:solid; background-color:#E5E2DB; color:#000000; font-size:12px; font-family:verdana;}