/* Cascading Style Sheets (CSS) */

/* SwissDolphin WebCreating */
/* Datum: 01.03.2002 */
/* Autor: Alex Meier */

body { background-color:#FFFFFF; }

a:link { color:#0064C8; text-decoration:underline; }
a:visited { color:#0064C8; text-decoration:underline; }
a:activ { color:#0080FF; text-decoration:none; }
a:hover { color:#FFFFFF; text-decoration:none; background-color:#004080;}


p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,nobr,b,i { font-family:verdana,arial,helvetica,sans-serif; color:#000000; }

	/* p = Textabsätze */
	/* h[1-6] = Überschriften der Ebenen 1-6 */
	/* ul = Aufzählungslisten */
	/* ol = nummerierte Listen */
	/* li = Listeneinträge */
	/* div = Bereiche mit mehreren Elementen */
	/* td =  Datenzellen */
	/* th =  Kopfzellen */
	/* nobr = automatischen Zeilenumbruch verhindern */
	/* b = Textauszeichnung fett */
	/* i = Textauszeichnung kursiv */
	/* u = Textauszeichnung unterstrichen */
	/* font-family = Schriftart */
	/* verdana,arial,helvetica = Reihenfolge der Schriftarten */
	/* color = Farbe */

p,ul,ol,li,div,td,th,nobr,b,i { font-size:10pt; }

h1 {font-size:16pt;color:#3333CC;font-weight:bold;text-decoration:none;}

h2 { font-size:14pt; color:#3333CC; font-weight:bold; text-decoration:none; }

h3 { font-size:12pt; color:#3333CC; font-weight:bold; text-decoration:none; }

h4 { font-size:12pt; color:#3333CC; font-weight:normal; text-decoration:none; }

h5 { font-size:10pt; color:#3333CC; font-weight:bold; text-decoration:none; }

h6 { font-size:10pt; color:#3333CC; font-weight:normal; text-decoration:none; }

h6.small { font-size:8pt; color:#FFFFFF; }

.menue {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; font-style: normal; font-weight: bold; font-variant: normal;}

a.menue:link { color:#FFFFFF; text-decoration:underline; }
a.menue:visited { color:#FFFFFF; text-decoration:underline; }
a.menue:activ { color:#004080; text-decoration:none; }
a.menue:hover { color:#000000; text-decoration:none; background-color:#FFFFFF; }

.balken {  font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; font-variant: normal;}

a.balken:link { color:#FFFFFF; text-decoration:none; }
a.balken:visited { color:#FFFFFF; text-decoration:none; }
a.balken:activ { color:#80FFFF; text-decoration:none; }
a.balken:hover { color:#80FFFF; text-decoration:none; }
