html, body {
	margin: 10px;
	padding: 0;
	background-color: #FFF;
}
div, h1, h2, a {
	font: 9pt arial, hevetica, sans-serif; color: #000;
}
hr {background-color: #999999; color: #999999; height: 1px; border: 0px;}
hr.header {clear:both;}
a {color: #000099;}
a:hover {color: #000; text-decoration: none;}

h1 {
	margin: 0;
	font-weight: bold;
	font-size: 130%;
	font-size: 100%;
}
h2 {
	margin: 5px 0 10px 0;
	font-weight: bold;
}
div.page {
	width:650px;
}
div.logo {
	width: 650px;
	height: 120px;
}
div.header {
	clear:both;
	width:650px;
}
div.head_titel {
	padding: 3px 10px 3px 0px;
}
div.head_navigation {
	padding:5px 10px 20px 0px;
}
div.head_navigation ul li a:hover {
	background-color: #F7F7F7;
}
div.head_inhalt {
	padding:5px 10px 20px 0px;
}
div.content {
	clear:both;
	width: 650px;
}
div.content_uberschrift {
	padding: 3px 10px 3px 0px;
	font-weight: bold;
}
div.content_text {
	padding: 5px 10px 5px 0px;
}
div.content_totop {
	margin: 0 0 15px 0px;
	text-align: left;
	width: 60px;
}
div.content_totop a {
	padding: 2px;
	font-size: 80%;
	font-weight:bold;
	text-decoration:none;
	color: #969696;
}