﻿/* CSS-Datei fuer schautafel.de */


/* Randabstand oben 10Pixel links + rechts 60 Pixel, Hintergrundfarbe gelb, 
Standard-Schrift "Times New Roman" Farbe dunkelgruen #ffcc00= 255 204 00 */
 body { margin-top:10px; margin-left:30px; margin-right:30px; background-color:#ffcc00; font-family:"Times New Roman"; color:#000000; }
 body.startseite { margin-top:10px; margin-left:15%; margin-right:30px; background-color:#ffcc00; font-family:"Times New Roman"; color:#000000; }
 body.humus { margin-top:10px; margin-left:0px; margin-right:0px; background-color:#996600; font-family:"Times New Roman"; color:#000000; }

/* Rand neu */
 .oben { margin-top:60px; }
 .links { margin-left:100px; }
 .rechts { margin-right:100px; }


/* Schriften */
/* klein, mittel, gross, Ueberschrift */
/* rot, rot-unterstrichen, rot-unterstrichen-fett - Schriftart Courier- */ 
/* rot-unterstrichen-fett- groesser */
/* Text fuer Startseite Aktuelles */
/* <kbd class="klein">   Text  </kbd> */
/* <kbd class="mittl">   Text  </kbd> */
/* <kbd class="gross">   Text  </kbd> */
/* <kbd class="ueber">   Text  </kbd> */
/* <kbd class="r">       Text  </kbd>*/
/* <kbd class="ru">      Text  </kbd>*/
/* <kbd class="ruf">     Text  </kbd>*/
/* <kbd class="ruf2">    Text  </kbd>*/
/* <p class="akt">       Text  </p>*/
kbd.klein  { font-size:8pt; font-family:"Times New Roman"; }
kbd.10     { font-size:10pt; font-family:"Times New Roman"; }
kbd.mittl  { font-size:11pt; font-family:"Times New Roman"; }
kbd.gross  { font-size:22pt; font-family:"Times New Roman"; }
kbd.ueber  { font-size:18pt; font-family:"Times New Roman"; font-weight:bold; }
kbd.r	   { color:#FF0000; }	
kbd.ru	   { color:#FF0000; text-decoration:underline;}
kbd.ruf    { color:#FF0000; text-decoration:underline; font-weight:bold; }
kbd.ruf2   { color:#FF0000; font-weight:bold; font-size:14pt; }
p.akt	   { font-size:8pt; font-family:"Times New Roman"; text-align:justify; }

/* Schriften neu-definiert */
/* Beispiel */
/* <span class="g140">   Text  </span> */

 .g60    { font-size:60%; }
 .g80    { font-size:80%; }
 .g100   { font-size:100%; }
 .g110   { font-size:110%; }
 .g120   { font-size:120%; }
 .g140   { font-size:140%; }
 .g200   { font-size:200%; }
 .g300   { font-size:300%; }
 .g400   { font-size:400%; font-weight:bold; }

 .c1   { color:#33ffff; }	
 .c2   { color:#00ffcc; }
 .c3   { color:#00ff99; }
 .c4   { color:#99ff00; }
 .c5   { color:#005d00; }
 .c6   { color:#996600; } /* braun fuer Humus-Link */
 .cw   { color:#ffffff; }
 .cr   { color:#ff0000; }
 .cb   { color:#0000ff; }
 .cy   { color:#ffff00; }
 .cg   { color:#00ff00; }
 .cs   { color:#000000; }

 .u      { text-decoration:underline;}
 .f      { font-weight:bold; }
 .i      { font-style:italic; }
 .k      { font-variant:small-caps; } /* Kapitaelchen */
 .w      { word-spacing:0.8em; } /* Wortabstände relativ zur Schriftgroesse x 0,8 */


 .m      { text-align:center; } /* nur in Verbindung mit <p> */
 .r	 { text-align:right; }
 .b      { text-align:justify; } /* Blocksatz */


/* Schrift-Einzug von links */
 .e10	 { margin-left:10px; }
 .e16	 { margin-left:16px; }
 .e30	 { margin-left:30px; }
 .e40	 { margin-left:40px; }
 .e50	 { margin-left:50px; }
 .e60	 { margin-left:60px; }
 .e100	 { margin-left:100px; }
 .e-16    { margin-left:-16px; }



/* Schrift farbig hinterlegen (dunkelgruen) */
/* <span class="darkgreen"> Text </span>  */
 .darkgreen { background-color:#005F00; color:white; }

/* Schrift farbig hinterlegen (gelb) */
/* <span class="gelb"> Text </span>  */
 .gelb { background-color:#ffcc00; color:white; }
 .gelb_schw { background-color:#ffcc00; color:black; }

/* Textumfluss rechts um das Bild mit 10px Abstand */
 .umfluss_rechts { float:left; margin-right:10px; } 



/* Schrift rechtsbündig */
/* <div align="right"> Text </div> */

/* Schrift vertikal (oben - unten) ausrichten */
 .oben  { vertical-align:top; }


/* Rahmen-Farbe um Bilder */
 .rahmen1 { border-color:#ff9900; }
 .rahmen2 { border-color:#0000ff; }

/* Rahmen ein / aus */
 .border_1 { border-style:solid; border-width:1px; }
 .border_0 { border-style:solid; border-width:0px; }
 .border_variabel { border-style:solid; border-width:0px; }





/* Links  allgemeine*/
A { text-decoration: underline; color:#0000ff; font-weight:bold; }
/* Linkfarbe beim Ueberfahren mit der Maus (nur IE) */
A:hover { color:#0000FF; }

/* TABELLEN */

/* Text in Tabellen-Zellen immer oben beginnen, linker und oberer Rand 10 Pixel */
td { vertical-align:top; padding-left:10px; padding-top:10px; padding-right:10px; border-color:blue; }

/* Text in Tabellen-Zellen immer von oben mittig und links beginnen und ohne Rand */
td.ohne { vertical-align:middle; padding-left:0px; padding-top:0px; padding-right:0px; }

/* Text in Tabellen-Zellen immer von oben mittig und links beginnen und ohne Rand */
td.ohne2 { vertical-align:top; padding-left:0px; padding-top:0px; padding-right:0px; }


/* Objekte vertikal mittig u. horizontal mittig */
td.m { vertical-align:middle; }
td.mm { vertical-align:middle; text-align:center; }
td.tm { text-align:center; }



*/ Listen */
/* Darstellung */
/* Beispiel: { style=list-style-type:disk; color:red; font-weight:bold; } */
/* style-types: disk sqare circle none */
ul { style=list-style-type:sqare; font-weight:bold; }
ul.map1 { font-weight:normal; style=list-style-type:circle; font-size:16pt; }
ul.map11 { font-weight:normal; style=list-style-type:circle; font-size:14pt; }
ul.map2 { font-weight:normal; style=list-style-type:disc; font-size:14pt; }
ul.map3 { font-weight:normal; style=list-style-type:sqare; font-size:10pt; }
li.1 { font-size:16pt; font-family:"Times New Roman"; }
li.2 { font-size:12pt; font-family:"Times New Roman"; }


/* NEU Liste mit Einzug in der 2. Zeile */
/* Beispiel: <li class="einz"><a href=... */
/*  */
li.einz { margin-left:0.4cm; text-indent:-0.4cm; }
