html, body {
	margin: 0;
}

.mensel {
	color: #FF0000;
	text-decoration: none;
	font-size: 16pt;
	font-weight: normal;
}

.men {
	color: #00FF00;
	text-decoration: none;
	font-size: 16pt;
	font-weight: normal;
}

.men:hover {
	color: #FF0000;
}

.submensel {
  color: #FF0000;
  text-decoration: none;
  font-size: 12pt;
  font-weight: normal;
}

.submen {
  color: #00FF00;
  text-decoration: none;
  font-size: 12pt;
  font-weight: normal;
}

.submen:hover {
  color: #FF0000;
}


.buttonlink {
	color: #000000;
	text-decoration: none;
}

.impressum {
	position:fixed; 
	z-index:1; 
	bottom:5px; 
	left:35px; 
	font-size:10pt; 
	color:#00ff00; 
	text-decoration: none;
}

.impressum:hover {
	color:#ff0000;
}
