@media screen {
a.men {
	border : none;
	display : inline-block;
	padding : 3px;
	text-align : center;
	text-decoration : none;
	width : 150px;	
}

a.men:link {
	background-color : transparent;
	color : #000000;
}

a.men:visited {
	background-color : transparent;
	color : #333333;
}

a.men:hover {
	background-color : #519B39;
	color : White;
}

a.men:active {
	background-color : #519B39;
	color : White;
}

a.txt:link {
	color : Black;
	text-decoration : none;
}

a.txt:visited {
	color : #B1B1B1;
	text-decoration : none;
}

a.txt:hover {
	color : #FF0000;
	text-decoration : underline;
}

a.txt:active {
	color : #FF0000;
	text-decoration : none;
}
body {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : 400;
	text-decoration : none;
	background-image : url(img/hof_bg.jpg);
	background-position : right top;
	background-repeat : no-repeat;
	background-attachment : fixed;
	background-color : #FFFFCC;
	border : 0px;
	margin : 0px;
	
}

p {
	line-height : 150%;
	margin-top : 10px;
	padding : 15px 0px 0px 0px;
}

p.unter {
	margin-top : 0px;
	padding : 0px 0px 0px 20px;
}

.hidden {
	display : none;
}

.titel {
	font-size : 16pt;
	font-weight : 500;
	letter-spacing : 2px;
	color : #336666;
	float : left;
}

#haupt {
	background-color : #ffffcc;
	color: Black;
	float: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	left: 10%;
	line-height: 150%;
	margin-bottom: 30px;
	padding: 10px 20px 10px 20px;
	position: absolute;
	text-align: justify;
	top: 200px;
	visibility: visible;
	width: 500px;
	z-index: 2;
	margin-left: 0px;
	font-weight: bolder;
}

#menu {
	
	background-image : url(img/menubg.jpg);
	border : 0px solid #666666;
	color : #000005;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : 900;
	height : 125px;
	left : 0px;
	line-height : 200%;
	padding-bottom : 5px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 60px;
	position : absolute;
	text-align : right;
	top : 0px;
	visibility : visible;
	width : 65%;
	z-index : 2;
	background-repeat : repeat-x;
}

#menu[id] {
	position: fixed;
}

h2 {
	color : Black;
	font-size : 180%;
	line-height : 120%;
	clear : both;
	text-align : left;
}

h3 {
		font-size : 130%;
		clear : both;
}

}
