html,body {
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding: 0px;
font-family:Arial;
font-size: 9pt;
background-color: #FBD510;
scrollbar-base-color: #042E5E;      /* ?                     */ 
scrollbar-3dlight-color: #FFFFFF;   /* außen links,oben 1px breit   */ 
scrollbar-arrow-color: #FFFFFF;      /* Pfeile wenn aktiv         */ 
scrollbar-darkshadow-color: #FFFFFF;/* außen rechts,unten 1px breit   */ 
scrollbar-face-color: #042E5E;      /* gesamte oberflaesche         */ 
scrollbar-highlight-color: #042E5E;   /* 2außen links,oben 1px breit   */ 
scrollbar-shadow-color: #FBD510;   /* 2außen rechts,unten 1px breit*/ 
scrollbar-track-color: #FBD510;      /* scroll-spur               */    
}

td.kopfrehi {

background-position: right;
background-repeat: no-repeat;
}

select.news {
color: #000000;
background-color: #CCCCCC;
border-bottom-color: #FFFFFF;
border-bottom-style: solid;
border-bottom-width: 1px;
border-top-color: #FFFFFF;
border-top-style: solid;
border-top-width: 1px;
border-left-color: #FFFFFF;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #FFFFFF;
border-right-style: solid;
border-right-width: 1px;
font-family : Arial;
font-size: 8pt;
text-align: center;
}

table.team {
border-left-style: solid;
border-left-color: #042E5E;
border-left-width: 1px;
border-right-style: solid;
border-right-color: #042E5E;
border-right-width: 1px;
border-bottom-style: solid;
border-bottom-color: #042E5E;
border-bottom-width: 1px;
}

tr.team1 {
background-color: #042E5E;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
}

tr.team2 {
background-color: #FBD510;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
}

/* allgemeine Links */
/* Links Navigation Adminbereich */
a:link {color: #003399; text-decoration: none;}
a:visited {color: #990000; text-decoration: none;}
a:active {color: #0066CC; text-decoration: none;}
a:hover {color: #FFFFFF; text-decoration: underline;}
a: {color: #0066FF; text-decoration: none;}

a.team:link {color: #000000; text-decoration: none;}
a.team:visited {color: #000000; text-decoration: none;}
a.team:active {color: #000000; text-decoration: none;}
a.team:hover {color: #0066CC; text-decoration: underline;}
a.team: {color: #00000; text-decoration: none;}

a.team2:link {color: #FFFFFF; text-decoration: none;}
a.team2:visited {color: #FFFFFF; text-decoration: none;}
a.team2:active {color: #FFFFFF; text-decoration: none;}
a.team2:hover {color: #000066; text-decoration: underline;}
a.team2: {color: #FFFFF; text-decoration: none;}

