/* CSS fuer Schrifttypen */

/* body             { font-family: Verdana, Arial, Helvetica, sans-serif; background-color: rgb(198,211,216); color: rgb(161,78,69) } */
body             { font-family: Verdana, Arial, Helvetica, sans-serif; background-color: rgb(255,255,255); color: rgb(97,97,97) }

.headLine1       { font-size: 20px; font-weight: bold; color: rgb(97,97,97) }
.headLine2       { font-size: 24px; font-weight: bold; color: rgb(97,97,97) }
.headLine2red    { font-weight: bold; color: #990000 }
.status          { font-size: 12px; font-weight: bold; color: #990000 }

.smallText       { font-size: 10px; color: rgb(97,97,97) }
.contentBLeft    { margin-left: 40px; text-align:justify}
.contentBRight   { margin-right: 20px; text-align:justify }
.contentBLR      { margin-left: 40px; margin-right: 20px; text-align:justify }
.menuRahmen      {
                   border-top-width:10px;
                   border-bottom-width:4px;
                   border-style:solid;
                   border-color:white;
                   background-color: #990000 
                 }

a                { text-decoration: none; }
a:hover          { text-decoration: none; }
.aMenuLink       { font-size: 12px; color: rgb(255,255,255) } /*rgb(198,211,216) */
.aMenuLink:hover { text-decoration: underline; color: #FFFFFF }
.aTextLink       { font-size: 12px; color: #990000 }
.aTextLink:hover { text-decoration: underline; color: #990000 }

td               { font-size: 12px }
h1               { margin: 0cm 0cm 0cm 0cm }

input            { font-size: 12px; color: #990000; border:1px solid #990000 }
select           { font-size: 12px; color: #990000; border:1px solid #990000 }
textarea         { font-size: 12px; color: #990000; border:1px solid #990000 }

.gbhead			{ color: #990000; background-color: rgb(230,230,230) }
.gbtext			{ color: rgb(97,97,97) }
.gbcomment		{ color: #990000; font-size: 10px }
