/* Stylesheet-Definitionen */



body         { 
	font-family: verdana,arial,sans-serif; 
}


p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:verdana,arial,helvetica,sans-serif; }

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Verdana, Arial und serifenlose Schrift, Wert aenderbar */


p,ul,ol,li,div,td,th,address,nobr,i { font-size:12pt; }

/* normaler Text */
/* font-size = Schriftgroesse */
/* 12pt = 12 Punkt, Wert aenderbar */

.klein8 { font-family: verdana, arial, helvetica, geneva, sans-serif; font-size: 8pt; }


.klein { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; }


.kleinrotfett { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; color: 
               #800000; font-weight: bold; }
               
.kleinrot { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; color: 
               #800000; }

.kleingruenfett { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; color: 
               #003300; font-weight: bold } 


/* ------------------- Link1 ------------------ */
p.link
	{
		font-family: verdana, arial, helvetica, geneva, sans-serif;
		font-size: 9pt
	}

a.link:link {
background-color: transparent;
font-family: verdana, arial, helvetica, geneva, sans-serif;
font-size: 12pt;
color: #0000FF;
text-decoration: none;
font-weight: normal;
}

a.link:visited {
background-color: transparent;
font-family: verdana, arial, helvetica, geneva, sans-serif;
font-size: 12pt;
color: #0000FF;
text-decoration: none;
font-weight: normal;
}

a.link:hover {
background-color: transparent;
font-family: verdana, arial, helvetica, geneva, sans-serif;
font-size: 12pt;
color: #8080FF;
text-decoration: underline;
font-weight: normal;
}

a.link:active {
background-color: transparent;
font-family: verdana, arial, helvetica, geneva, sans-serif;
font-size: 12pt;
color: #8080FF;
text-decoration: none;
font-weight: normal;
}

/* ------------------- Menue ------------------ */
p.menue
	{
		font-family : Arial, Verdana,Geneva,Helvetica,sans-serif; font-size: 8pt
	}

a.menue:link {
background-color: transparent;
font-family: verdana, arial, helvetica, geneva, sans-serif;
font-size: 10pt;
color: #FFFFFF;
text-decoration: none;
font-weight: normal;
}

a.menue:visited {
background-color: transparent;
font-family: verdana, arial, helvetica, geneva, sans-serif;
font-size: 10pt;
color: #FFFFFF;
text-decoration: none;
font-weight: normal;
}

a.menue:hover {
background-color: transparent;
font-family: verdana, arial, helvetica, geneva, sans-serif;
font-size: 10pt;
color: #FFFF80;
text-decoration: underline;
font-weight: normal;
}

a.menue:active {
background-color: transparent;
font-family: verdana, arial, helvetica, geneva, sans-serif;
font-size: 10pt;
color: #C0C0C0;
text-decoration: none;
font-weight: normal;
}

/* ------------------- Fusszeile ------------------ */
p.fusszeile
	{
		font-family : Arial, Verdana,Geneva,Helvetica,sans-serif; font-size: 8pt
	}

a.fusszeile:link {
background-color: transparent;
font-family: verdana, arial, helvetica, geneva, sans-serif;
font-size: 8pt;
color: #000000;
text-decoration: none;
font-weight: normal;
}

a.fusszeile:visited {
background-color: transparent;
font-family: verdana, arial, helvetica, geneva, sans-serif;
font-size: 8pt;
color: #000000;
text-decoration: none;
font-weight: normal;
}

a.fusszeile:hover {
background-color: transparent;
font-family: verdana, arial, helvetica, geneva, sans-serif;
font-size: 8pt;
color: #808080;
text-decoration: underline;
font-weight: normal;
}

a.fusszeile:active {
background-color: transparent;
font-family: verdana, arial, helvetica, geneva, sans-serif;
font-size: 8pt;
color: #808080;
text-decoration: none;
font-weight: normal;
}


