body {
	background-attachment: fixed;
	background-image:    url("../Logos/kopf_120.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-style:normal;
}
.head {
	position: absolute;
	right: 5px;
	top: 5px;
}
.logo {
	position: absolute;
	left: 15px;
	top: 1px;
	z-index:100;
}

.headline {
	background-image:   url("../Logos/headback.png");
	background-repeat:repeat;
/*	position: absolute;*/
	margin : 0px;
	margin-top: 90px;
	right: 0px;
	left: 0px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:13px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
	padding-right: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #336600;
	border-bottom-color: #336600;	
	color: #000000;
	font-style:normal;	
}

a.toplink:link {
	color: #000000;
	text-decoration: none;
}
a.toplink:visited {
	color: #000000;
	text-decoration: none;
}
a.toplink:hover {
	color: #000000;
	text-decoration: underline;
}
a.toplink:active {
	color: #DDDDDD;
}

