* {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-size: 12px; 
  color: #808080;
  background: url('../images/bg.gif') repeat-x;
  text-align: center;
}

td {
  font-size: 12px; 
}

#page {
  background: white;
  margin: 0 auto;
  text-align: left;
  width: 670px;
  overflow: auto;
}

#head {
  height: 90px;
  background: url('../images/dukatz_logo.jpg') no-repeat;
}

#splash {
  height: 90px;
}

#menu {
  width: 150px;
  float: left;
}

#content {
  margin-left: 150px;
  padding: 25px 20px;
  border-right: 1px solid #d2d2d2;
  height: min-300px;
}

#menu a {
  display: block;
  text-decoration: none;
  padding: 6px 0 6px 8px;
  color: #8b9780;
}

#menu a:hover {
  color: white;
}

#footer {
  clear: both;
  overflow: auto;
}

#copy {
  background: #d2d2d2;
  color: white;
  font-size: 10px;
  float: right;
  padding: 4px 12px;
}

#finish {
  clear: both;
}

a.home { border-left: 15px solid #afc3a5; }
a.home:hover { background: #afc3a5; }

a.restaurant { border-left: 15px solid #cec387; }
a.restaurant:hover { background: #cec387; }

a.bar { border-left: 15px solid #f1c362; }
a.bar:hover { background: #f1c362; }

a.patisserie { border-left: 15px solid #ffc341; }
a.patisserie:hover { background: #ffc341; }

a.pressespiegel { border-left: 15px solid #f1a630; }
a.pressespiegel:hover { background: #f1a630; }

a.fotos { border-left: 15px solid #d47921; }
a.fotos:hover { background: #d47921; }

a.anfahrt { border-left: 15px solid #ac3f11; }
a.anfahrt:hover { background: #ac3f11; }

a.kontakt { border-left: 15px solid #840802; }
a.kontakt:hover { background: #840802; }

strong.title {
  color: #843e4b;
  display: block;
  margin-bottom: 15px;
}

span.title {
  color: #843e4b;
}

img.border {
  border: 1px solid #d2d2d2;
  border-left: 9px solid #d2d2d2;
  border-bottom: 9px solid #d2d2d2;
}

a {
  color: #0A4A85;
  text-decoration: none;
}

a:hover {
  color: #3677B4;
}