body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #93979a;
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

input, textarea, select {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #6f6f6f;
	color: #454545;
	margin-top: 1px;
	margin-bottom: 1px;
}

.headline {
	color: #6f6f6f;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.menu_headline {
  color: #6f6f6f;
  font-weight: bold;
  font-size: 26px;
  padding-left: 90px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.matsedill_nr {
  color: #a5a5a5;
	font-size: 34px;
	font-weight: bold;
	padding-right: 15px;
}

.matsedill_price {
	font-size: 18px;
}

.matsedill_caption {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: -3px;
}

.matsedill_desc {
	font-size: 12px;
}

.on {
  background-image: url(img/menu_spec.gif);
}

.flyOver  {cursor : pointer;cursor : hand;}
.flyOut   {cursor : auto;}