/*	Service-Bar unvisited links							*/
a.servicebar:link {
color: F80000;
text-decoration:none;
font-size:11pt;
font-family: "arial";
font-weight:bold;
}

/*	Service-Bar visited links							*/
a.servicebar:visited {
color: F80000;
text-decoration:none;
font-size:11pt;
font-family: "arial";
font-weight:bold;
}

/*	Service-Bar links when hovered over (MSIE only)				*/
a.servicebar:hover {
color: F80000;
text-decoration:none;
font-size:11pt;
font-family: "arial";
font-weight:bolder;
}

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

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

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


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

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

/*	Unvisited links							*/
a:link {
color: 000000;
}

/*	Visited links							*/
a:visited {
color: 808080;
}

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

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

}

