/*	Service-Bar unvisited links							*/
a.servicebar:link {
color: #60765A;
text-decoration:none;
font-size:8pt;
font-family: "arial";
}

/*	Service-Bar visited links							*/
a.servicebar:visited {
color: #60765A;
text-decoration:none;
font-size:8pt;
font-family: "arial";
}

/*	Service-Bar links when hovered over (MSIE only)				*/
a.servicebar:hover {
color: #60765A;
text-decoration:underline;
font-size:8pt;
font-family: "arial";
}

/*	Menu unvisited links							*/
a.menue:link {
color: #000000;
text-decoration:none;
font-size:9pt;
font-family: "arial";
}

/*	Menu visited links							*/
a.menue:visited {
color: #000000;
text-decoration:none;
font-size:9pt;
font-family: "arial";
}

/*	Menu links when hovered over (MSIE only)				*/
a.menue:hover {
color: #6E6B64;
text-decoration:underline;
font-size:9pt;
font-family: "arial";
}

/*	Menu obere Naviagtion unvisited links							*/
a.menueoben:link {
color: #60765A;
text-decoration:none;
font-size:14pt;
font-family: "arial";
}

/*	Menu obere Naviagtion visited links							*/
a.menueoben:visited {
color: #60765A;
text-decoration:none;
font-size:14pt;
font-family: "arial";
}

/*	Menu obere Naviagtion links when hovered over (MSIE only)				*/
a.menueoben:hover {
color: #000000;
text-decoration:underline;
font-size:14pt;
font-family: "arial";
}

/*	Menu obere Naviagtion links when hovered over (MSIE only)				*/
a.menueoben:active {
color: #AEAEAE;
text-decoration:underline;
font-size:14pt;
font-family: "arial";
}


/* Überschriften */
h1 {
font-family: "arial";
font-size:16pt;
}

h2 {
font-family: "arial";
font-size:12pt;
}

/*	Unvisited links							*/
a:link {
color: #6E6B64;
}

/*	Visited links							*/
a:visited {
color: #6E6B64;
}

/*	Links when hovered over (MSIE only)				*/
a:hover {
color: #6E6B64;
text-decoration:none;
}

a.kalender {
	font-size:7pt;
}

/* normaler Text */
p,ul,table,tr,td {
font-family: "verdana, arial";
font-size:10pt;

}

span.klein {
font-family: "verdana, arial";
font-size:8pt;
}

