/* Erzeugt grauen Rahmen mit 1px breite */
.tabrahmen         { border: 1px solid #BBBABC }

/* Navibuttons */
a.tablink          { font-family: Verdana; font-size: 10px; color: #486CB1; text-decoration: none; font-weight: bold }
a.tablink:hover    { font-family: Verdana; font-size: 10px; color: #CC0000; text-decoration: none; font-weight: bold }

/* Standardlink: Formatierung für alle Links, die bis jetzt noch keine Formatierung erhalten haben */
a            { font-size: 10px; font-family: Verdana; color: #DF3800; font-weight: bold; text-decoration: none }
a:hover      { font-family: Verdana; font-size: 10px; color: #808080; font-weight: bold; text-decoration: none }

/* einzelne Rahmenfragmente zum Zusammensetzen in der Class-Angabe */
.menuelinks        { border-left: 1 solid #BBBABC; border-top: 1 solid #BBBABC; border-bottom: 1 solid #BBBABC }
.menuerechts       { border-right: 1 solid #BBBABC; border-top: 1 solid #BBBABC; border-bottom: 1 solid #BBBABC }
.menueobenunten    { border-top: 1 solid #BBBABC; border-bottom: 1 solid #BBBABC }
.menueobenuntenlinks{ border-top: 1 solid #BBBABC; border-bottom: 1 solid #BBBABC; border-left: 1 solid #BBBABC }
.menueoben         { border-top: 1 solid #BBBABC; border-left: 1 solid #BBBABC; border-right: 1 solid #BBBABC }
.menueunten        { border-bottom: 1 solid #BBBABC; border-left: 1 solid #BBBABC; border-right: 1 solid #BBBABC }
.menuelr           { border-left: 1 solid #BBBABC; border-right: 1 solid #BBBABC }

/* weitere Rahmendefinitionen */
.content           { border-right: 1 solid #BBBABC; border-top: 1 solid #BBBABC }               
.menuel            { border-left: 1 solid #BBBABC }
.menuer            { border-right: 1 solid #BBBABC }

/* Standardzelle */
td                 { font-family: Verdana; color: #808080; font-size: 10px}

/* Links, die nicht als solche erkennbar sind */
a.unsichtbar       { font-family: Verdana; color: #808080; font-size: 10px; text-decoration: none; font-weight:normal; }
a.unsichtbar:hover { font-family: Verdana; color: #808080; font-size: 10px; text-decoration: none; font-weight:normal; }

/* Überschrift */
.titel             { font-family: Verdana; font-size: 10px; color: #486CB1; text-decoration: none; font-weight: bold }

/* Formularfelder */
input        { position: relative; width: 215px; height: 16px; font-size: 10px; font-family: 
               Verdana; background-color: #FFFFFF; border: 1 solid #C0C0C0; }
textarea           { position: relative; width: 215px; height: 160px; font-size: 10px; font-family: 
               Verdana; border: 1 solid #C0C0C0 }
caption      { font-family: Verdana; font-size: 10px; color: #486CB1; text-decoration: none; 
               font-weight: bold; text-align: left; line-height: 350% }