body {
	background-image : url(images/weinladen_flyer.jpg);
	background-color : #8d0d34;
	background-position : top;
	background-repeat : no-repeat;
}

a.navi:link, a.navi:visited, a.navi:active {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;

}

a.navi:hover {
  text-decoration: underline;
  color: #FFFFFF;
  background-color: #8d0d34;
  font-family: Verdana, Arial, Helvetica;
  font-size: 18px;
}

a:link, a:visited, a:active, a:hover, a:focus {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
}

