@charset "utf-8";
.menue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F1DDB4;
	text-align: center;
}

.menue:link, .menue:visited, .menue:hover, .menue:active { text-decoration: none; 
}
.menue:hover {
	color: #D7A031;
	text-decoration: none;
}

#textarea {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

.invisible { 
position:absolute; left:-1000px; top:-1000px; width:1px; height: 1px; overflow:hidden; display:inline;}

