/* Style_1.css für Loosdorfer Homepage */



body { margin-top:15px; margin-bottom:10px; margin-right:30px }


p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-family:Arial,sans-serif; margin-top:0mm; margin-bottom:0mm; }

/* Seitenueberschrift */
h1 { font-size:22pt; letter-spacing:1.0mm; word spacing:3.0mm; color:#003031; text-transform:uppercase; text-decoration:underline; font-weight:bold; margin-bottom:1.0mm; }

/* Seitenueberschrift */
h2 { font-size:20pt; letter-spacing:0.5mm; word spacing:1.0mm; color:#000000; text-decoration:underline; }

/* Seitenüberschriften link weg von h2 - doch nicht */
h3 { font-size:17pt; letter-spacing:0.5mm; word spacing:1.0mm; color:#000000; text-decoration:underline; }


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







/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */
a:link { color:#000099; text-decoration:underline; }
a:visited { color:#000099; text-decoration:underline; }
a:active { color:#CC3300; text-decoration:none; }
a:hover { color:#CC3300; text-decoration:underline; }
/* a.an { text-decoration:none; } */


