/* CSS-File für die WebSite einer Pseudo-Gemeinde */

.hi, .h2, .p, .p_f { font-family:Arial, Helvetica;  }

/* font-family = Schriftart fuer Textelemente */

.h1 { font-size:30px; font-weight:bold; font-family:Arial, Helvetica; }
.p1 { font-size:12px; font-style:italic; vertical-align:text-bottom; }

/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt, Wert aenderbar */
/* h1_k = für Kapitälchen im negativen einzug bei fliesstext*/

.h2 { font-size:20px; margin-bottom:-18px; }

/* font-size = Schriftgroesse */
/* 14pt = 14 Punkt, Wert aenderbar */

.p { font-size:16px; }
.p_f { font-size:16px; margin-left: 10px; text-align: left; text-indent: -10px; margin-bottom:-18px;  }
.p_h { font-size:10px; vertical-align: super; }

/* line-height = Zeilenabstand */
/* margin-left = abstand von links (im zusammenhang mit "text-indent" - so entstehen die negativen einzüge */
/* text-align = textausrichtung links */
/* text-indent = einzug der ersten zeile bei fliesstext - negative werte ergeben negative einzüge 
(bedingt aber einen linken einzug beim text */
/* p_f = für fliesstext */

a:link { color: #FF3333; text-decoration: none } 
a:active { color: #000000; text-decoration: none } 
a:visited { color: #666666; text-decoration: none } 
a:hover { text-decoration: underline } 

body { background-color: #FFFFFF; leftmargin="20" topmargin="0" marginwidth="20" margin height="0" }



