/* CSS fuer beyer-bilder.de
** (c) Micha Beyer, 18.11.05
*/

body       { font-size: 10pt; font-family: Arial, Helvetica, sans-serif; background-color: #cc9; margin-top: 5px; margin-bottom: 5px }
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* font-family = Schriftart fuer Textelemente */
/* Arial, Helvetica,sans-serif = Arial, Helvetica und serifenlose Schrift */

a:link     { color: #780000; text-decoration: underline }
/* a:link = Verweise zu noch nicht besuchten Seiten */
/* color = Farbe */
/* #AA5522 = beige */
/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert */

a:visited    { color: #500000; text-decoration: underline }
/* a:visited = Verweise zu bereits besuchten Seiten */
/* color = Farbe */
/* #800030 = weinrot */
/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert */

a:active    { color: #c00; text-decoration: underline }
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #CC0000 = rot */
/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i   { font-family: Arial, Helvetica, sans-serif }
/* font-family = Schriftart fuer Textelemente */
/* Arial, Helvetica,sans-serif = Arial, Helvetica und serifenlose Schrift */

p,ul,ol,li,td,th,nobr,b,i     { font-size: 10pt; line-height: 12pt }
/* normaler Text */
/* font-size = Schriftgroesse */

h1,h2,h3,h4,h5,th    { color: #780000 }
/* color = Farbe */
/* #780000 = weinrot */

h1     { font-weight: bold; font-size: 18pt; line-height: 24pt }
/* gilt nur fuer die erste Überschrift auf der Einstiegsseite */
/* font-size = Schriftgroesse */

h2     { font-weight: bold; font-size: 12pt; line-height: 15pt }
/* Seitenueberschriften */
/* font-size = Schriftgroesse */

h3         { font-weight: bold; font-size: 10pt; line-height: 12pt }
/* Zwischenueberschriften */
/* font-size = Schriftgroesse */

h4     { font-size: 10pt; line-height: 12pt }
/* Absatzueberschriften */
/* font-size = Schriftgroesse */

h5  { font-weight: bold; font-size: 8pt }
/* Absatzueberschriften */
/* font-size = Schriftgroesse */

li            { margin-bottom: 6px }

img {
   border:none;
   }
   
div {font-size:12pt; }
/* hervorgehobener Text */
/* font-size = Schriftgroesse */

address {font-size:8pt; }
/* Adressen */
/* font-size = Schriftgroesse */

pre  { color: navy; font-size: 10pt; font-family: "Courier New", Courier }
/* Zitate */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten */
/* font-size = Schriftgroesse */
/* color = Farbe */
/* navy = blau */

.klein      { font-size: 8pt; line-height: 10pt }
/* kleine Schrift */

.gross { font-size: 12pt }
/* grosse Schrift */

.fett   { color: #780000; font-weight: bold }

.grau {background-color:#DDDDDD; }
/* Boxen mit hellgrauem Hintergrund */
/* background-color = Hintergrundfarbe */
/* #DDDDDD = hellgrau */

.box {background-color:#CCCCCC; }
/* Boxen mit grauem Hintergrund */
/* background-color = Hintergrundfarbe */
/* #CCCCCC = grau */

.dkl {background-color:#BBBBBB; }
/* Boxen mit dunkelgrauem Hintergrund */
/* background-color = Hintergrundfarbe */
/* #BBBBBB = dunkelgrau */

.schwarz  { color: yellow; background-color: #000000 }
/* Boxen mit schwarzem Hintergrund und gelber Schrift */
/* color = Farbe */
/* yellow = gelb */
/* background-color = Hintergrundfarbe */
/* #000000 = schwarz */
   
/*
** Ende
*/
