/* Hintergrundfarbe setzen */body          {background-color: #FFFFFF; }/* Standardlinks, wenn keine Klasse angegeben wird */a             { font-family: Verdana; font-size: 9px; color: #174493; text-decoration: none; font-weight: bold }a:hover       { font-family: Verdana; font-size: 9px; color: #174493; text-decoration: underline; font-weight: bold }/* Links in der Navi */a.menue      { font-family: Verdana; font-size: 10px; color: #FFFFFF; font-weight: bold;                text-decoration: none; width: 100%; height: 100%; vertical-align: middle; line-height: 24px;}a.menue:hover      { font-family: Verdana; font-size: 10px; color: #FFFFFF; font-weight: bold; text-decoration: none; width: 119px; height: 25px; background-color: #174493; }a.coll       { font-family: Verdana; font-size: 10px; color: #174493; text-decoration: none; font-weight: bold }a.coll:hover       { font-family: Verdana; font-size: 10px; color: #FFFFFF; text-decoration: none; font-weight: bold }/* Linksformatierung in Listings */a.list        { font-family: Verdana; font-size: 10px; color: #FFFFFF; font-weight: bold;                text-decoration: none;}a.list:hover  { font-family: Verdana; font-size: 10px; color: #FFFFFF; font-weight: bold;                text-decoration: none;}/* Fließtexte in den Collectionenseiten */td.newcoll   { border-top: 1 solid #C0C0C0; border-bottom: 1 solid #C0C0C0; line-height: 150%  }/* Fließtext */td.zeilen    { line-height: 150% }/* nur Hintergrundfarbe */td.frame     { background-color: #C9D2E1; }/* nur Hintergrundfarbe und Abstand oben und unten z.b. für Tabellen*/td.frame2     { background-color: #C9D2E1; padding-top: 2 px; padding-bottom: 2 px;}/* Standardtext in Tabellenzellen (außerhalb gibt es sowieso keinen Text */td                 { font-family: Verdana; font-size: 10px; color: #555555; text-decoration: none }/* Unterübschriften in eigens formatierter Zelle */td.subhead   { font-family: Verdana; font-size: 10px; color: #174493; text-decoration: none;                font-weight: bold }/* Textfelder */input        { font-family: Verdana; font-size: 8pt }/* Formatierung in Schuhlisten */.listlinetop  { font-weight: bold; color: #FFFFFF;  background-color: #8690C4; padding-left: 5px; }.listbottom     { padding-left: 4px; padding-top: 4px;}.listunten    { border-style: solid; border-width: 1px; border-color: #8690C4; border-top: none;}/* diverse Formatierungen zum hinzufügen an bestehende Klassen, z.B. td rahmen */.rahmen       { border-width: 1px; border-style: solid; border-color: #E9E9E9; }.printlist    {font-family: Arial; font-size: 10pt; color: #000000;}.dunkelrahmen { border-width: 1px; border-style: solid; border-color: #AAAAAA; padding: 3px;}/* versteckter Text */.schlagworte {color: #ff0000; display:none; }/* Definition für Boxen, mit Standardzelle und Bildzelle */table.box { border-collapse:collapse; border-style:solid; border-width:1px; border-color:#8690C4; margin-bottom:13px; }.kopf { background-color:#8690C4; color:#ffffff; height: 22px; font-weight: normal; font-size: 10px;}table.box td { padding: 5px; }table.box td.bildinhalt { padding: 0px; }/* Definition für Newsoxen, mit Standardzelle und Kopfzelle */table.newsbox {border-collapse: collapse; border-style: solid; border-width: 1px; border-color: #8690C4; margin-bottom: 12px;}table.newsbox th {align: left; background-color: #8690C4; border-style: solid; border-width: 1px; color: #FFFFFF; font-weight: bold; font-size: 9px; padding: 5px;}table.newsbox td {padding: 5px; border-style: solid; border-width: 1px; border-color: #8690C4; line-height: 150%;}