@charset "utf-8";
/* CSS Document */

<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #383838;
}
body {
	background-color: #4c4c4c;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

a:link {color: #cf0700;text-decoration: underline;}
a:visited {text-decoration: underline;color: #cf0700;}
a:hover {text-decoration: none;color: #cf0700;}
a:active {text-decoration: underline;color: #cf0700;}

a.navi:link {color: #cbcbcb;text-decoration: none; font-weight:bold; font-size:12px;}
a.navi:visited {text-decoration: none;color: #cbcbcb; font-weight:bold; font-size:12px;}
a.navi:hover {text-decoration: underline;color: #cbcbcb; font-weight:bold; font-size:12px;}
a.navi:active {text-decoration: none;color: #cbcbcb; font-weight:bold; font-size:12px;}

.Stil1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.Stil2 {color: #ababab}
-->