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

<!--
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #52462a;
}
body {
	margin:0px; background-color: #e6dcc3;
	padding: 0px;
	background-image: url('Bilder/bg.gif');
	background-repeat: repeat-x
}

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

a.navi:link {color: #e6dcc3;text-decoration: none; font-size:14px; font-weight:bold;}
a.navi:visited {text-decoration: none;color: #e6dcc3; font-size:14px; font-weight:bold;}
a.navi:hover {text-decoration: none;color: #ffffff;}
a.navi:active {text-decoration: none;color: #e6dcc3; font-size:14px; font-weight:bold;}
.Stil1 {color: #aea07c}
.Stil2 {
	color: #a69c80;
	font-size: 10px;
}
-->