/* Standard-Elemente */

/* Seite allgemein */
body         { bgcolor: #EEE8AA; background-image: url(../Grafik_global/background.jpg); background-repeat: repeat; }

/* Absatz */ 
p		{ font-family: Arial; font-size: 10pt }

/* Überschrift Ebene 1 */
h1		{ font-family: Verdana; font-size: 16pt; color: #666666; font-style: italic; }

/* Aufzählung */
li		{ list-style-type: disc; font-family: Arial; font-size: 10pt }

/* links allgemein, bei mouseover, besucht */
a            { font-family: Arial; font-size: 10pt; color: black; text-decoration: underline; }

a:visited 	{ font-family: Arial; font-size: 10pt; color: black; text-decoration: underline; }

a:hover	{ font-size: 10pt; font-family: Arial; color: red }
