/* DATEI: format.css fuer Bauernhof.net*/
/* <link rel="stylesheet" type="text/css" href="../_style/format.css"> */

/* =============== Hintergrund ================ */
body { background-color:#FFFF99;
       font-family:Verdana,sans-serif;
       margin-top:0px; margin-bottom:4px;margin-left:0px; margin-right:0px;
       SCROLLBAR-HIGHLIGHT-COLOR: #FFFF99;
       SCROLLBAR-ARROW-COLOR: black; }
       
/* =============== Raender ================ */
ul   { text-indent: 0; margin-left: 20; margin-right: 0 }

/* =============== Schrift ================ */
h1, h2, h3, h4, h5, h6 {font-family:Arial,sans-serif; }
p, ul, ol, div, td, th {font-size:10pt}


h1 { font-size:20pt; }
/* h1 wird nicht benutzt */

h1.start { font-size:18pt; }
/* Startseite Begruessung */

h2 { font-size:16pt; }
/* h2 wird nicht benutzt */

h2.titel { font-size:16pt; }
/* Titel Bauernhof.net oben  */

h3 { font-size:14pt; font-weight:500; }
/* Seitenueberschrift */

h3.lexikon { font-size:14pt; margin-left:11px;}
/* Seitenüberschrift Lexikon */

h4 { font-size:12pt; }
/* h4 Zwischenueberschriften */

h4.startseite { font-size:14pt; font-weight:750 }
/* h4 Ueberschrift Startseiten */

h5 { font-size:10pt; }
/* h5 Unterueberschriften */

h6 { font-size:8pt; }
/* h6 wird nicht benutzt */


.ordner {
	font-family:Arial,sans-serif;
	font-size:8pt;
}
/* Ordnerangabe Bauernhof.net oben */

p.klein { font-family:Arial,sans-serif; font-size:8pt; }
/* kleine Schrift */

p.gross { font-family:Arial,sans-serif; font-size:14pt; }
/* grosse Schrift */

p.index { font-size:10pt; margin-top:2px; margin-bottom:2px; }
/* Schrift Index Lexikon */

p.lexikon { font-size:10pt; margin-top:4px; margin-bottom:4px; margin-left:10px; margin-right:4px; }
/* Schrift Lexikon */

.copyr { font-family:Arial,sans-serif; font-size:8pt; }
/* Schrift Copyright */

small { font-size:70%; }
/* Schrift kleiner*/

nobr { font-size:70%; }
/* Schrift kleiner*/


.tabelle { width:600px }
/* Tabellenbreite Mitte */

.inforahmen { background-color:#F0F0F0; border-left: 2px solid rgb(0,0,0); border-right: 6px inset rgb(0,0,0); border-top: 2px solid rgb(0,0,0); border-bottom: 6px inset rgb(0,0,0); padding: 4px}
      


/* =============== Links ================ */

a:link { color:#0000EE; text-decoration: none; }
a:visited { color:#551A8B; text-decoration: none; }
a:hover {color:#FF0000; text-decoration: underline; }
a:active { color:#FF0000; text-decoration:none; }

a.an { text-decoration:none; }