/* Scrollbars einfärben */
body { scrollbar-pase-color: #E87B14; scrollbar-face-color: #E87B14; scrollbar-dark-shadow-color: #E87B14; scrollbar-highlight-color: #F3B176; scrollbar-shadow-color: #E87B14 }

/* Standardzellen */
td           { font-size: 8pt; font-family: Verdana }

/* Spezielle Zellen */
td.portal    { font-size: 8pt; font-family: Verdana; line-height: 130% }
td.titel     { font-size: 12px; font-family: Verdana; color: #FFFFFF; font-weight: 900; 
               background-color: #E87B14; text-align: center; position: 
               relative; height: 22px; border: 1 solid #E87B14 }
td.navi     { font-size: 10 px; font-family: Verdana; color: #CCCCCC; font-weight: 900; 
               background-color: #F4BB88; text-align: center; position: 
               relative; height: 22px;}
td.titelklein  { font-size: 8pt; font-family: Verdana; color: #FFFFFF; font-weight: bold; 
               background-color: #E87B14; text-align: center; position: 
               relative; height: 18px; border: 1 solid #E87B14 }
td.fuss     { font-size: 8pt; font-family: Verdana; color: #FFFFFF; font-weight: bold; 
               background-color: #E87B14; text-align: center; position: 
               relative; height: 18px; border: 1 solid #E87B14 }

/* Standardlinks */
a            { color: #000000; font-family: Verdana; font-size: 8pt; text-decoration: none; 
               font-weight: bold }
a:hover      { color: #B45E10; font-family: Verdana; font-size: 8pt; text-decoration: none; 
               font-weight: bold }

/* spezielle Links */
a.portal            { color: #E87B14; font-family: Verdana; font-size: 8pt; text-decoration: none }
a.portal:hover      { color: #E87B14; font-family: Verdana; font-size: 8pt; text-decoration: underline; 
               font-weight: bold }    
a.weiss      { color: #FFFFFF; font-family: Verdana; font-size: 8pt; text-decoration: none; 
               font-weight: bold }
a.weiss:hover { color: #000000; font-family: Verdana; font-size: 8pt; font-weight: bold; text-decoration: none; }

/* Texteingabefelder */
input        { font-size: 8pt; font-family: Verdana; background-color: #F4BB88; 
               border: 1 solid #E87B14 }