/*
	
  Copyright ©2000 by unik. Neue Medien GmbH. All rights reserved!  
  http://www.getunik.com || info@getunik.com

  CSS-File für WeinWisser.com
  Macintosh-Version

*/

/* Seitenformatierungen */
body { background-color:#000066;  }

/* Titelformatierungen */
h1 { font-family: Arial, Helvetica, sans serif; font-size: 12pt; color: #000000; font-weight : bold; }
h2 { font-family: Arial, Helvetica, sans serif; font-size: 11pt; color: #000000; font-weight: normal }

/* Allgemeine Textformatierungen */
p { font-family: Arial, Helvetica, sans serif; font-size: 9pt; color: #000000; text-align: left; }

/* Allgemeine Link-Formatierungen */
a { font-family: Arial, Helvetica, sans serif; font-size: 9pt;  text-decoration:none;}
a:visited, a:link { color: #000000;}
a:active, a:hover { color: #FF0000; }

/* Verwendung auf Homepage, linker Bereich */
a.home:visited, a.home:link { color: #FFFFFF;}
a.home:active, a.home:hover { color: #FF0000;}

/* Verwendung auf Homepage, linker Bereich */
a.home-text:visited, a.home-text:link { color: #FF0000;}
a.home-text:active, a.home-text:hover { color: #FF0000;}

/* Verwendung in Agenda/Arena für neuen Eintrag */
a.additem:link, a.additem:visited, a.additem:active, a.additem:hover { font-size:8pt; color: #FF0000; font-weight:bold;}

/* Verwendung auf Weinarchiv/Textarchiv */
a.archiv:visited, a.archiv:link { color: #FF0000; text-decoration: none}
a.archiv:active, a.archiv:hover { color: #FF0000; text-decoration: none}


/* Tabellen */
td { font-family: Arial, Helvetica, sans serif; font-size: 9pt; color: #000000; text-align: left; vertical-align:top; }

/* unabhängige Klassen */
.middle {vertical-align: middle; }
.bottom {vertical-align: bottom; }
.ultrasmall  { font-size:8pt}
.ultrasmall-red  { font-size: 8pt; color: #FF0000}

/* Auflistungen */
ul { font-family: Arial, Helvetica, sans serif;font-size: 9pt; color: #000000; margin-left:0.5cm;}
li { font-family: Arial, Helvetica, sans serif; font-size: 9pt; color: #000000; margin-left : 0pt; margin-top : 4pt;}
