 /*
  * style.css
  *
  * Cascading-Style-Sheet
  *
  * $Id: style.css,v 1.5 2002/11/11 15:56:01 anders Exp $
  */


body { margin-left:10px; margin-right:0px; margin-top:0px; margin-bottom:0px; }

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

body,p,h1,h2,h3,h4,ul,ol,li,div,table,td,th,address,blockquote,nobr,b,i,pre,textarea,samp
     { font-family:Verdana,Helvetica,Arial,sans-serif; }

textarea,input,select,option
   { font-family:Verdana,Helvetica,Arial,sans-serif; font-size:8pt; }

.bildinfo { font-size:9pt; }

/* textarea { font-family:monospace; font-size:8pt;} */

/* font-family = Schriftart fuer Textelemente */

/* h1 { font-size:18pt; } */

/* font-size = Schriftgroesse */

/* h2 { font-size:16pt; } */

/* Seitenueberschriften */
/* font-size = Schriftgroesse */

/* h3 { font-size:12pt; } */

/* font-size = Schriftgroesse */

/* h4 { font-size:10pt; } */

/* font-size = Schriftgroesse */

/*
all.sehrgross { font-size:13pt ;}
all.gross { font-size:12pt ;}
all.normal{ font-size:11pt ;}
all.klein { font-size:10pt ;}
all.sehrklein { font-size:9pt ;}
*/
/*all.input { color:#FF0000; font-style:italic; font-size:5pt; }*/
/*small.input { color:#FF0000; font-style:italic; font-size:5pt; }*/

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

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

/* tt { font-family:Courier New,Courier; font-size:11pt; } */

/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */

/* Meine Farbvorschläge: 
   link: #0000CC #CC0040 
   alte Farben: link: #AA5544 visited: #772200 active: #000000
*/

a:link { color:#0000CC; text-decoration:none; }
a:visited { color:#0000CC; text-decoration:none; }
a:active { color:#FFFFFF; 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 */
/* color = Farbe */
/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

a.an { text-decoration:none; }


