/* General */


body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	text-align:left;
        color: #333333;

	overflow-x: hidden;
	overflow: -moz-scrollbars-vertical;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.ueberschrift {
	color: #0D4079;
	font-size:18px;
}
.ueberschrift_klein {
	color: #0D4079;
	font-size:14px;
}

.klein {
	color:#9C8D6B;
	font-size:10px;
}
.mittel {
	color:#524936;
	font-size:11px;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #888480;
}
a:active {
	text-decoration: none;
	color: #333333;
}