/* DATEI: formate.css für Claudia Mog www.aida-akquisition.de */

body { margin-top:0px; margin-bottom:10px; margin-left:0px; margin-right:0px; color:black; background-color:#FAF8F0;}
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

p { margin-top:3px; margin-bottom:1px}

table { margin-left:0px; margin-right:0px; }
#dunkelbeige { background-color:#FFEECE; }
#hellbeige { background-color: #FAF8F0; }
#hellgruen { background-color: #DFF0E8; }
/* hellgruen: #DCF7EA  */

ul {list-style-image: url(aufzaehlung.jpg);}



p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family: Lucida Sans Unicode, Verdana, Arial; }

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; color:#606060; }
/* normaler Text */
/* font-size = Schriftgroesse */
/* 11pt = 11 Punkt, Wert aenderbar, 1em = 18pt */

/* Claim neben Logo */
h1 { font-size:18pt; margin-top:0px; margin-bottom:0px; color:#9AC9C5; letter-spacing:0.1mm; font-weight:bold}
/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt, Wert aenderbar */

/* Titel auf jeder Seite */
h2 { font-size:11pt; margin-top:0px; margin-bottom:20px; font-weight: lighter; color:#BFB195; }
/* Seitenueberschriften */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */

h3 { font-size: 12pt;}

h4 { font-size:8pt; font-family: Lucida Sans Unicode, Verdana, Arial; font-weight: lighter; margin-top:1px; margin-bottom:0px}
/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */

h6 { font-size: 0.7em; font-weight: lighter; }
/* ganz kleiner Text, nicht fett */

#schmal { margin-top:0px; margin-bottom:0px; font-size: 7pt;}
/* schmal für Impressum-Tabelle, damit die Zellenabstände klein sind */
/* font-family = Schriftart fuer Textelemente */

#schriftGroesser {font-size: 11pt; color: #BFB195; }
/* größere Schrift für Hervorhebungen */

#aktiverMenuepunkt {font-size: 10pt; color:#BFB195; font-weight:bold;}

#klein { font-size:3pt; }
/* Unterformat von h3: Zeile mit nur 3pt Zeilenhöhe, als Zwischenzeile einzufügen */
/* wird verwendet als Abstand zwischen den Menüpunkten */
/* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */
/* font-size = Schriftgroesse */
/* 11pt = 11 Punkt, Wert aenderbar */

/* Links */
a:link { font-size: 10pt; color:#9AC9C5; text-decoration:underline; font-weight:bold; }
a:visited { font-size: 10pt; color:#9AC9C5; text-decoration:underline; font-weight:bold; }
a:active { font-size: 10pt; color:#9AC9C5; text-decoration:none; font-weight:bold; }
/* gruen: #6ACCB4 */
/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */