/* CSS Document */

/*
<style type="text/css">
A.ersterlink:link {color:yellow; background:#fff; text-decoration:none;}
A.ersterlink:hover {color:blue; background:#fff; text-decoration: underline;}
A.zweiterlink:link {color:green; background:#fff; text-decoration:none;}
A.zweiterlink:hover {color:red; background:#fff; text-decoration: underline;}
</style>

<body>
<a class="ersterlink" href="#">Erster Link</a> 
<a class="zweiterlink" href="#">Zweiter Link</a> 
</body>
*/

html{ background: url(image/background4.gif) repeat-x left top; background-color: #CDCBCB}

li{
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
}

table{
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
}

.text{
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
}

.ueberschrift{
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
text-decoration:underline;
}
.fett{
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
}

.pflicht{
color:#800000;
}

.zusatz{
color:#666666;
}

.navigation{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(image/tab_background.jpg);
	}	

a.navi:link { text-decoration:none; color:#000000;}
a.navi:visited { text-decoration:none; color:#000000;}
a.navi:hover { text-decoration:none; color:#A000000; }
a.navi:active { text-decoration:none; }
a.navi:focus { text-decoration:blink; }

a.footer:link { text-decoration:none; color:#A81F5C;}
a.footer:visited { text-decoration:none; color:#A81F5C;}
a.footer:hover { text-decoration:none; color:#A81F5C; }
a.footer:active { text-decoration:none; }
a.footer:focus { text-decoration:blink; }

a.news:link { text-decoration:underline; color:#A81F5C;}
a.news:visited { text-decoration:none; color:#A81F5C;}
a.news:hover { text-decoration:none; color:#A81F5C; }
a.news:active { text-decoration:underline; }
a.news:focus { text-decoration:blink; }




