/****** Allgemein ****** */

* {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

p {
  margin-bottom: 15px;
}

ul {
  padding-left: 20px;
}

li {
  margin-bottom: 15px;
}

/****** Body ****** */

body {
  font-size: 100.01%;
  font-family: Verdana, san-serif;
  background: white;
  color: #504f4f;
  text-align: center;
  min-width: 1280px;
}

/* ****** Div ****** */

#container {
  text-align: left;
  margin: 0 auto;
  width: 1024px;
  background-position: top;
  background-repeat: no-repeat;
  border: 1px solid #504f4f;
  border-top: 14px solid #77110d;
  min-height: 300px;
}

#navi {
  float: left;
  width: 10em;
  padding: 0;
  margin-top: 150px;
  margin-left: -5em;
}

#inhalt {
  width: 750px;
  min-height: 500px;
  margin: 30px auto 0 auto;
  border-top: 1px dashed #504f4f;
  padding-top: 30px;
}

#angebot {
  background-image: url(../bilder/angebote.jpg);
  background-repeat: repeat-x;
  width: 166.2px;
  float: left;
  padding: 10px;
  border-left: #504f4f solid 1px;
  border-bottom: #504f4f solid 1px;
  text-align: center;
}

#angebot img {
  padding-top: 20px;
  padding-bottom: 20px;
}

#angebotrechts {
  background-image: url(../bilder/angebote.jpg);
  background-repeat: repeat-x;
  width: 166.2px;
  float: left;
  padding: 10px;
  text-align: center;
  border-left: #504f4f solid 1px;
  border-right: #504f4f solid 1px;
  border-bottom: #504f4f solid 1px;
}

#angebotrechts img {
  padding-top: 20px;
  padding-bottom: 20px;
}

#angebotfusszeile{
  clear: left;
  margin-top: 20px;
}

#angebotfusszeile p {
  padding-top: 20px;
}

#angebotfusszeile a:link, #angebotfusszeile a:visited{
  color: #501010;
  font-size: 0.8em;
  text-decoration: none;
  font-weight: bold;
}

#angebotfusszeile a:hover, #angebotfusszeile a:active, #angebotfusszeile a:focus {
  color: #77110d;
}

#inhalt a:link, #inhalt a:visited{
  color: #501010;
  text-decoration: none;
  font-weight: bold;
}

#inhalt a:hover, #inhalt a:active, #inhalt a:focus {
  color: #77110d;
}

#vbestellformular {
  margin-top: 20px;
  margin-bottom: 20px;
}

#vbestellformular label {
  float: left;
  width: 14em;
}

#vbestellformular input {
  font-size: 0.9em;
  margin-bottom: 4px;
}

.fehler {
  color: red;
  font-style: italic;
}

.fehlerfeld {
  background-color: #ea6969;
}

/* ****** Titel ****** */

#container h1 {
  font-size: 1.3em;
  padding-bottom: 20px;
}

#container h1 a {
  text-decoration: none;
  color: #504f4f;
}

#angebot h1 {
  padding: 0 0 20px 0;
  font-weight: bold;
}

#angebotrechts h1 {
  padding: 0 0 20px 0;
  font-weight: bold;
}

.hinweis {
  padding-top: 20px;
  font-size: 0.9em;
  font-style: italic;
}

/* ****** Menü left ****** */

#navi ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#navi li {
  margin:  0 0 1px 0;
}

#navi li a:link, #navi li a:visited {
  background-color: #aeb4b7;
  background-image: url(../bilder/navi.jpg);
  color: #501010;
  text-decoration: none;
  font-weight: bold;
  border-left: 12px solid #501010;
  padding: 5px 5px 5px 0.5em;
  display: block;
  width: 100%;
}

html>body #navi li a {
  width: auto;
}

#navi li a:hover, #navi li a:active, #navi li a:focus {
  border-left: 12px solid #77110d;
  background-color: #aeb4b7;
  color: #F3F8EF;
}

/* ****** Menü unten ****** */

#fusszeile{
  margin-bottom: -1.5em;
  font-size: 0.8em;
}

#fusszeile ul {
  list-style-type: none;
  display: inline;
  margin-left: 0;
  padding-left: 0;
}

#fusszeile li {
  display: inline;
  padding: 3px 15px;
}

#fusszeile li a:link, #fusszeile li a:visited{
  color: #501010;
  text-decoration: none;
  font-weight: bold;
}

#fusszeile li a:hover, #fusszeile li a:active, #fusszeile li a:focus {
  color: #77110d;
}
