/* Hintergrundfarbe definieren */

body { background-color:#aaaaaa; background-image:url(bilder/background.jpg); }

/* h1 Schattenschrift definieren */

.schatten {
text-shadow:#000000; font-size:16pt; line-height:28pt; color:#ff0000; text-decoration:none;
font-family:'Comic Sans MS','Times New Roman',Arial; font-weight:bolder;
}

/* h1 und h2 und h3 Textüberschrift definieren */

h1 {
font-size:20pt; color:#ff0000; text-decoration:none;
font-family:'Comic Sans MS','Times New Roman',Arial; font-weight:900,800,700,600,500,400,300,200,100;
}
h2 {
font-size:16pt; color:#ff0000; text-decoration:none;
font-family:'Comic Sans MS','Times New Roman',Arial; font-weight:900,800,700,600,500,400,300,200,100;
}
h3 {
font-size:12pt; color:#ff0000; text-decoration:none;
font-family:'Comic Sans MS','Times New Roman',Arial; font-weight:900,800,700,600,500,400,300,200,100;
}

/* Normaltext definieren */

p {
font-size:14pt; line-height:20pt; color:#000000; text-decoration:none;
font-family:'Comic Sans MS','Times New Roman',Arial;
}

/* Linktext definieren */

a {
font-size:14pt; line-height:16pt;  color:#0000ff; text-decoration:none;
font-family:'Comic Sans MS','Times New Roman',Arial;
}

a.klein {
font-size:10pt; line-height:12pt; color:#0000ff; text-decoration:none;
font-family:'Comic Sans MS','Times New Roman',Arial;
}


/* Textdekoration für Verweise */

a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:none; color:#ff00ff; }
a:active { text-decoration:none; color:#10ff10; }

/* Tabellenhintergrund */

table { background-color:#ededed; }