/* DATEI: formate_main.css */

/* Hauptfarben #FAEBD7 = (antiquewhite) beige-Ton; #330000 = dunkelbraun; #FDF5E6 = beige-Ton (oldlace) */

body { margin-top:2px; margin-bottom:10px;background-color:#FAEBD7; background-image:url(../Bilder/H_Wein.jpg); background-attachment:fixed;font-family:Arial,Helvetica; text-align:center}

p { font-family:Arial,Helvetica; font-size:12pt; line-height:14pt; text-align:center; color:#330000; }
p.link { font-size:10pt; text-align:center }
p.link2 { font-size:8pt; text-align:center }

li,ul,ol { font-size:10pt; line-height:14pt; text-align:left; color:#330000; }

h1,h2,h3,h4,h5,h6,div,td,th,address,blockquote,nobr,table,td,br { font-family:Arial,Helvetica;color:#330000;text-align:center }

.klein { font-size:10pt; }
.kleiner { font-size:8pt; }
.left { text-align:left; }
.leftklein { text-align:left; font-size:10pt; }
.normal { font-size:12pt; }
.verd { font-family:Verdana,Arial,Helvetica; }
.verd1 { font-family:Verdana,Arial,Helvetica; font-size:10pt}
.center {text-align:center}
.nav { background-color:#FDF5E6; vertical-align:middle; text-align:center; font-family:Verdana,Arial,Helvetica; font-size:10pt}

table,td { font-size:12pt; vertical-align:top; text-align:left; color:#330000;}

table.kein { background-image:none; background-color:none } /* klappt irgendwie wohl nicht! */
table.ohne { background-image:url(../Bilder/H_Wein.jpg)}
table.farbe { background-color:#FDF5E6; }

hr { color : #FDF5E6 }

h1 { font-size:24pt; font-weight:bold;}
h2 { font-size:18pt; font-weight:bold}
h3 { font-size:16pt; font-weight:bold}
h4 { font-size:14pt; font-weight:600;}
h5 { font-size:12pt; font-weight:600;}
h6 { font-size:12pt; font-weight:normal;}

a h1, a h2, a h3, a h4, a h5, h1 a, h2 a, h3 a, h4 a, h5 a { text-decoration:none; }

blockquote { font-size:10pt; font-family:Verdana }
/* Zitat */

a:link { color:#660000; text-decoration:underline; }
a:visited { color:#990000; text-decoration:underline; }
a:active { color:#FF6600; text-decoration:none; }
a:hover { color:#FF6600; text-decoration:none; }
/* a:link = noch nicht besucht, a:visited = bereits besucht, a:active = gerade angeklickt, a:hover = Maus drüber (Anmerkung: funktioniert nicht zusammen mit <NOBR>, also Vermeidung Zeilenumbruch */
/* Farben: #660000 = braun, #990000 = hellbraun, #FF6600 = orangebraun */
