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

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

/*	Unvisited links							*/
a:link {
color: #00008B;
 text-decoration : underline;
}

/*	Visited links							*/
a:visited {
color: #00008B;
 text-decoration : underline;
}

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

/*	Unvisited links							*/
a.menueunten:link {
text-decoration:none;
color:#FDFDFF;
}

/*	Visited links							*/
a.menueunten:visited {
text-decoration:none;
color: #FDFDFF;
}

/*	Links when hovered over (MSIE only)				*/
a.menueunten:hover {
color:#00000F;
text-decoration:none;
}

/*	Unvisited links							*/
a.drucker:link {
font-size:8pt;
text-decoration:none;
color:#6B87C0;
}

/*	Visited links							*/
a.drucker:visited {
font-size:8pt;
text-decoration:none;
color: #6B87C0;
}

/*	Links when hovered over (MSIE only)				*/
a.drucker:hover {
font-size:8pt;
color:#00000F;
text-decoration:none;
}

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

}

