/***************************** Allgemein ******************************/
* {
  margin: 0;
  padding: 0;
}

html {
  background-color: #f1d682;
}

body {
  width: 765px;
  margin: 15px auto;
}

img {
  border: 0;
}

#end {
  width: 756px;
  text-align: right;
  padding-right: 10px;
}

#end a {
  color: #87160a;
  text-decoration: none;
}

#end a:hover {
  text-decoration: underline;
}

#header {
  width: 765px;
  height: 250px;
  background: url("images/header.jpg");
}

#header #logo {
  position: relative;
  top: 100px;
  left: 50px;
  width: 135px;
  height: 135px;
}

#navi {
  width: 765px;
  height: 35px;
  background: url("images/bg1.gif");
}

#navi ul {
  list-style-type: none;
  margin-left: 15px;
}

#navi ul li {
  margin-top: 6px;
  float: left;
  margin-right: 10px;
}

#navi .navi-icon {
  margin-right: 5px;
  position: relative;
  top: -10px;
}

#navi ul li a {
  color: #f1d682;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  font-family: Tahoma;
}


#main {
  border-left: 1px solid #87160a;
  border-right: 1px solid #87160a;
  width: 763px;
  min-height: 200px;
}

#main #content {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  width: 490px;
  padding: 5px;
  /*background-color: #fbfbfb;*/
  /*border: 1px outset #f1d682;*/
  min-height: 200px;
}

#main #content h2 {
  color: #87160a;
  border-bottom: 1px dotted #87160a;
  margin-bottom: 7px;
}

#main #content p {
  margin: 7px 0;
}

#main #sidebar {
  float: left;
  padding: 10px;
}

#main #sidebar img {
  border: 1px solid #87160a;
}


#main #style-bar {
  width: 6px;
  height: 200px;
  background-color: #87160a;
  position: relative;
  left: 235px;
  /*top: -50px;*/
}

#footer {
  width: 765px;
  background: url("images/bg1.gif");
  color: #f1d682;
  text-align: center;
  padding: 3px 0;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
}

#footer a {
  color: #f1d682;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}


/***************************** MODULE ******************************/

  /* Kontakt */
  #EmailForm {
    
  }
  
  #EmailForm fieldset {
    border: 0;
  }
  
  #EmailForm h3 {
    color: #87160a;
    border-bottom: 1px dotted #87160a;
    margin-bottom: 7px;
  }
  
  #EmailForm label {
    clear: left;
    width: 150px;
    font-weight: bold;
    display: block;
    float: left;
    margin-bottom: 5px;
    margin-right: 12px;
  }
  
  
  #EmailForm input, #EmailForm select, #EmailForm textarea {
    width: 325px;
    margin-bottom: 5px;
    border: 1px solid #87160a;
  }
  
  #EmailForm .button {
    background-color: #87160a;
    color: white;
    border: 1px outset white;
  }
  

  /* Gästebuch */
  .guestbook_top {
    background: url("images/bg1.gif");
    color: white;
    padding: 5px;
    margin: -5px;
    margin-bottom: 5px;
  }
  
  
  /* Speisekarte */
  .speisekarte {
    width: 100%;
    border-collapse: collapse; border: 0;
  }
  
  .speisekarte td {
    border-bottom: 0px dotted #87160a;
    padding: 3px 5px;
    vertical-align: top;
  }
  
  .speisekarte td p {
    padding: 2; margin: 0;
  }
  
  /* Events */
  .event-month {
    border: 1px dotted #87160a;
    padding: 5px;
  }
  
  .event-month a.link {
    text-decoration: none;
    font-weight: bold;
    color: #87160a;
  }
  
  .event-toggle {
    display: none;
  }
  
  #CALx .navPeriod {
    padding: 0 10px;
  }
  
  #CALx .navPeriod a {
    text-decoration: none;
    color: #87160a;
    padding: 0 5px;
  }
  
  .CALxTable { margin-bottom: 10px; }
  
  .CALxTable th {
    width: 30px;
  }
  
  .CALxTable th, .CALxTable td {
    text-align: center;
  }
  
  .CALxTable td a {
    font-weight: bolder;
    background-color: #87160a;
    color: white;
    display: block;
    text-decoration: none;
    padding: 0 3px;
  }
  
  .bgClass { background-color: #87160a; }
  .fgClass { color: white; }
  .textFontClass { font-weight: bold; color: white; }
  
  /* Speissen & Getränke */
  .speissen-header {
    padding: 5px 0;
  }
  
  .speissen-header a {
    color: #87160a;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
  }
  
  .speissen-content {
    display: none;
    border: 1px dotted black;
  }
  
  #sitemap {
    margin-left: 20px;
    color: #87160a;
  }
  
  #sitemap a {
    text-decoration: none;
    color: #87160a;
  }
  
  #sitemap a:hover {
    text-decoration: underline;
  }