h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 24pt;
	font-weight: bold;
	color: #333333;

}
p,li {
	font-family: "Courier New", Courier, mono;
	font-size: 12pt;
}
a,a:hover,a:visited,a:active {
	font-family: "Courier New", Courier, mono;
	font-size: 12pt;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 12pt;
	color: #666666;
	text-decoration: underline;
}
div.titel {
	position:absolute;
	top:19px;
	z-index:2;
	left: 16px;

}
div.text {
	position:absolute;
	left:20px;
	top:90px;
	width:600px;
	z-index:2;
	height: 83px;

}

div.menu {
	position:absolute; left:550px; top:90px; width:201px; height:310px;
	z-index:3;
}

