a:visited.menu {
	color: #818181;
	text-decoration: none;
}
a:link.menu {
	color: #818181;
	text-decoration: none;
}
a:hover.menu {
	color: #d44c83;
	text-decoration: none;
}
a:visited.activemenu {
	color: #000000;
	text-decoration: none;
}
a:link.activemenu {
	color: #000000;
	text-decoration: none;
}
a:hover.activemenu {
	color: #d44c83;
	text-decoration: none;
}
a:visited {
	color: #818181;
	text-decoration: none;
}
a:link {
	color: #818181;
	text-decoration: none;
}
a:hover {
	color: #d44c83;
	text-decoration: none;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	margin: 0px;
	padding: 0px;
	background-image: url(img/background.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
.navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #818181;
}
.abendmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #d44c83;
	padding: 10px;
}

/* ---------------------------------------------------------------------- */
/* Box-Links (Speisekarten, Events, ...)                                  */
/* ---------------------------------------------------------------------- */
a.box {
  display: block;
  font: 10px Arial, Helvetica, sans-serif;
  color: #818181;
  width: 240px;
  border: 1px solid #cccccc;
  height:74px;
  margin-bottom: 10px;
}
a.box:hover { 
  border: 1px solid #e69fbc;
  background: #f8e3eb;
}
.box img { 
  float: left;
  margin-right: 10px;
}
.box strong {
  display: block;
  margin: 15px 0 10px;
  font-weight: bold;
  font-size: 12px;
  color: #d44c83;
}
.box em {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color: #d44c83;
  margin-top:5px;
  margin-bottom:3px;
}

/* Weinempfehlung */
.weinempfehlung strong { 
  margin-top: 8px;
}

/* Events */
.event em { 
  margin: 2px 0 0 0;
}
.event strong { 
  font-size: 11px;
  margin: 2px 0 0 0;
  color: #818181;
}
a.event { 
  font-size: 11px;
}

/* ---------------------------------------------------------------------- */

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #818181;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #d44c83;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-bottom:10px;
	margin-top:25px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-bottom:5px;
	margin-top:8px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #cccccc;
}
.formfield {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	color: #d44c83;
}
form {
	margin: 0px;
}
.formbutton {
	border: 1px solid #cccccc;
	background-color: #E5E5E5;
	color: #818181;
}
td.german {
   color: #666666;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	width: 360px;
}
td.english {
	color: #999999;
	font-size: 10px;
	text-align: left;
	font-weight: normal;
	width: 360px;
}

td.fett {
   color: #666666;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
}

td.liter {
   color: #999999;
   font-size: 10px;
   text-align: right;
}

td.preis {
   color: #333333;
   font-size: 11px;
   text-align: right;
}

img.galerie {
  display: block;
  float: left;
  padding: 10px;
}
img {
	border: 0px;
}


#newsbox {
  cursor: pointer;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9px;
  position: absolute;
  left: 50%;
  margin-left: -165px;
  top: 29px;
  z-index: 10;
  background-color: #fff6fe;
  width: 246px;
  height: 56px;
  border: 1px #c5004d solid;
  text-align: left;
}

#newsbox p {
  color: #c5004d;
  margin: 5px;
  padding: 0;
  line-height: 110%;
}

  #newsbox a {
  font-weight: bold;
  }
