@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#page {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	background-image: url(assets/Auf-den-Punkt-gebracht.gif);
	background-repeat: no-repeat;
	background-position: center 210px;
}
#page #logohead {
	height: 290px;
	width: 960px;
	text-align: right;
}
.displaynone {
	color: #FFFFFF;
}

#page #text {
	width: 960px;
}
#page #text p {
	font-size: 9px;
	text-align: justify;
	letter-spacing: 0.15em;
}
#page #navigation {
	width: 960px;
	height: 30px;
	color: #000000;
}
#page #navigation a:link, #page #navigation a:visited {
	color: #000000;
	text-decoration: none;
	padding-right: 30px;
}
#page #navigation a:hover {
	color: #B51621;
	text-decoration: none;
	padding-right: 30px;
}
#page  #content {
	width: 560px;
	margin-left: 370px;
}
#page  #content  h3 {
	font-size: 12px;
}
#page #content a:link, #page #content a:visited {
	color: #000000;
	text-decoration: none;
}
#page #content a:hover {
	color: #B51621;
	text-decoration: none;
}
#page #content img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

