/* style.css by Carsten Schwiecker (c)2006. */

a {
	text-decoration: underline;
	color: #000000;
	background-color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #660000;
}
	
.tabelle {
	font-size: 11px;
	background-color: #660000;
	color: #ffffff;
	font-weight: bold;
}

.tabelle a:link {
	text-decoration: none;
	color: #ffffff;
	background-color: #660000;
}

.tabelle a:visited {
	text-decoration: none;
	color: #ffffff;
	background-color: #660000;
}

.tabelle a:active {
	text-decoration: none;
	color: #ffffff;
	background-color: #660000;
}

.tabelle a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
}

.text_links {
	margin-left: 25%;
	color: #808080;
	background-color: #ffffff;
	font-size: 8pt;
	font-family: 'Arial', Verdana, sans-serif;
}

.text_rechts {
	margin-right:25%;
	color: #808080;
	background-color: #ffffff;
	font-size: 8pt;
	font-family: 'Arial', Verdana, sans-serif;
}

body {
	background: #ffffff;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family: 'Tahoma', Arial, sans-serif;
	background-image: none;
}

/* End of style.css */