/* Datei: bienenhaltung_11.css*/
/* update 10.10.2008*/
/* Version bienenhaltung_00.00*/

/* Zugehörige Sicherungsdatei im Verzeichnis ../neuimker/modidoc/bienenhaltungsave_01.00.css*/



body { background-color:#FFFFFF; color:#000000 }

/* background-color = Hintergrundfarbe */
/* color = Textfarbe */


body { margin-top:10px; margin-bottom:10px }

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel */




p { margin-top:0px; }
p { margin-bottom:0px }

h1 { margin-top:0px; }
h1 { margin-bottom:0px }

h2 { margin-top:30px; }
h2 { margin-bottom:5px }


h3,h4 { margin-top:20px; }
h3,h4 { margin-bottom:5px }

h5 { margin-top:10px; }
h5 { margin-bottom:0px }

/* Abstand/Rand eines Elements zu seinem vorausgehenden bzw. nachfolgenden */



h1,h2,h3,h4,h5
     { font-family:Verdana,Arial,sans-serif; }

/* font-family = Schriftart fuer Textelemente (Überschriften) */
/* Verdana, Wert aenderbar */


p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Verdana,Arial,sans-serif; }

/* font-family = Schriftart fuer Textelemente */
/* Verdana, Wert aenderbar */




h1 { font-size:18pt; color:#008000 }

/* gilt nur fuer Seitenüberschriften */
/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt */
/* color:#008000; = grün */ 


h2 { font-size:14pt; color:#008000  }

/* Abschnittsüberschriften */
/* font-size = Schriftgroesse */
/* 14pt = 14 Punkt */
/* color:#008000 = grün */ 



h3 { font-size:12pt; color:#008000  }

/* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */
/* font-size = Schriftgroesse */
/* 12pt = 12 Punkt, Wert aenderbar */
/* color:#008000 = grün */ 


h4 { font-size:10pt; color:#008000 }

/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
/* color:#008000 = grün */ 

h5 { font-size:10pt; color:#008000 }

/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
/* color:#008000 = grün */ 


p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }

/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt */


a:link		{ color: #008000; text-decoration:none; }
a:visited	{ color: #008000; text-decoration:none; }
a:active	{ color: #FF0000; text-decoration:none; }
a:hover		{ color: #FF0000; text-decoration:none; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* a:hover = Verweise, währed der Anwender mit der Maus darüber fährt */
/* text-decoration:none = Textstil, nicht unterstrichen */
