html,body{
	font-family: Arial, sans-serif;
	font-size:10pt;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#content{
	width:700px;
}

.header{
	background:#33cc33;
	width:700px;
	height:109px;
}

.menue{
	margin-top:20px;
	width:650px;
	align:center;
}

.menueitem{
	border:1px solid #000;
	background:#33cc33;
}	

.txtheader{
	font-weight:bold;
	font-size:14pt;
	text-align:center;
}
