/* DATEI: styles1.css */

h1,h2,h3,p,a, ul {
 font-family:Helvetica,Arial,sans-serif; }


h1 { font-size:30px; color:#E2E2E2; font-variant:normal; font-weight:normal; letter-spacing:3px;
      margin:5px; margin-bottom:10px; }

h2 { font-size:16px; color:#FFFFFF; font-variant:normal; font-weight:normal; margin-bottom:12px; }

p { font-size:12px; color:#000000; font-weight:normal; margin-bottom:0px; align:justify;}

h3 { font-size:10px; color:#000000; font-weight:normal; margin-bottom:0px;}

a:link { color:#FFFFFF; font-size:12px; font-weight:normal; text-decoration:none; }

a:visited { color:#FFFFFF; font-size:12px; font-weight:normal; text-decoration:none; }

a:active { color:#FFFF00; font-size:12px; font-weight:normal; text-decoration:none; }

a:hover { color:#000000; font-size:12px; font-weight:normal; text-decoration:none;}

ul { color:#000000; font-variant:normal; font-size:12px; font-weight:normal; list-style-type:circle;}

body { font-size:12px; color:#000000; font-weight:normal; margin-bottom:0px; align:justify;}

#Bild {
 background-image:url(../pics/logo.gif); background-repeat:no-repeat;
 background-position:top right;
}