Content-Type: text/css


/* body and td elements */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 98%;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 98%;
}

/* links */
a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:link {
         color:#990000;
}

a:visited {
         color:#cc0000;
}

a:hover {
	color:#ff0000;
}

a:active {
	color:#990000;
}

a.navlink {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 98%;
	text-decoration: none;
}

a:link.navlink {
	color: #000000;
}

a:visited.navlink {
	color: #000000;
}

a:hover.navlink {
	color: #000000;
}

/* toplink */
a.toplink {
        font-size: 91%;
        font-weight:bold;
}

a:link.toplink {
         color:#990000;
}

a:link.toplink {
         color:#990000;
}

a:visited.toplink {
         color:#cc0000;
}

a:hover.toplink {
	color:#ff0000;
}

a:active.toplink {
	color:#990000;
}

/* content */
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

/* text */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 91%;
}

/* textsmall */
.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
/* textsmallcentered */
.textsmallcentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
}

/* navtext */
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.navtext_gesperrt {
	color: #808080;
}

h1 {
	font-size: 120%;
	font-weight: bold;
}

h2 {
	font-size: 115%;
	font-weight: bold;
}

h3 {
	font-size: 110%;
	font-weight: bold;
}