/* generic */td, p, div, input   { color: black; font-size: 11px; font-family: Verdana; }body   { background: #cccccc url(header.gif) no-repeat; margin-top: 0px; margin-right: 0px; margin-left: 50px; }/* assigned CSS */.color    { color: #FFFFFF}.title1   { color: #000; font-weight: normal; font-size: 24px; padding-bottom: 10px ; margin: 0px; }.title2   { color: #fff; font-weight: bold;  }.small    { font-size: 10px }p.list { margin: 0px; padding: 0px 10px  5px  0px ;}p.text { margin: 0px; padding: 0px 20px 10px  0px; line-height: 15px; }/* Seitenaufteilung */div.header     { margin: 0px 0px  0px 0px ; padding-top: 50px; }div.content    { margin: 50px 140px 20px 0px ; }div.footer     { margin: 50px 140px 20px 0px ;font-size: 10px; border-top: 1px dotted #fff; padding-top: 5px; }.tabheader  { font-weight: bold; font-size: 10px }.tabline1   { border-top: 1px dotted #fff; padding: 5px 0px 10px 0px ;  }.tabline2   { border-right: 10px none #69f; padding: 5px 0px 10px 0px ;  border-bottom: 1px dotted #339; }/* links generic */a:link        { color: #666; text-decoration: none }a:visited     { color: #666; text-decoration: none }a:hover      { color: #c000; text-decoration: underline }a:active     { color: #c666; text-decoration: underline }/* links main menu */a.main1:link     { color: #000; font-weight: bold; font-size: 10px; text-decoration: none }a.main1:visited  { color: #000; font-weight: bold; font-size: 10px; text-decoration: none }a.main1:hover    { color: #000; font-weight: bold; font-size: 10px; text-decoration: underline }a.main1:active   { color: #000; font-weight: bold; font-size: 10px; text-decoration: underline }a.main2:link     { color: #666; font-weight: bold; font-size: 10px; text-decoration: none }a.main2:visited  { color: #666; font-weight: bold; font-size: 10px; text-decoration: none }a.main2:hover    { color: #000; font-weight: bold; font-size: 10px; text-decoration: underline }a.main2:active   { color: #666; font-weight: bold; font-size: 10px; text-decoration: underline }/* forms */input       { color: #fff; font-weight: bold;   font-size: 10px; background-color: #999 ; }input.text  { color: #000; font-weight: normal; font-size: 11px; background-color: #fc9; vertical-align: bottom; border: solid 1px #eee; width: 140px; height: 16px }