/* Body */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #477294;
}

/* Links */

a:link {
	color: #477294;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #477294;
}
a:hover {
	text-decoration: underline overline;
	color: #477294;
}
a:active {
	text-decoration: none;
	color: #477294;
}
/* Text */

.normal {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #477294;
	float:l eft;
}
.ueberschrift {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #477294;
	font-weight: bold;
}
.ueberschrift_tabelle {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #477294;
	font-weight: bold;
	border-bottom: 1px solid #477294;
}
