body {
  background-color:#c4b896; 
  font-family:serif;
  font-size:12pt;
  color:#850000;
}

img {
  border-width:0px;
}

ul {
  list-style-type:none;
}

a { text-decoration:none; color:#850000; }

/*------------------ für menü ------------------*/
#menu  { 
  position:absolute;
  top:20px;
  left:10px;
  text-align:right;
  width:170px; 
  min-height:500px;
  border-color:#850000;
  border-style:solid;
  border-width:1px;
}
#logo {
  background-image:url(reiter.gif);
  width:170px;
  height:244px;
}
#menu ul {
  padding: 0px;
  margin-right:10px;
  margin-top:30px;
  margin-bottom:32px;
}
#menu li {
  margin-bottom: 5px;
  background-repeat:no-repeat;
} 
#menu a:hover { color:#c4b896; background-color:#850000; }

/*---------------------- für alle seiten (inhalt) ------------------*/
#hellerbereich {
  position:absolute;
  top:20px;
  left:192px;
  min-height:502px;
  margin-bottom:20px;
  background-color:#d4c8a6;
}

#inhalt {
  max-width:610px;
  margin-left:45px;
  margin-right:45px;
  margin-top:10px;
  margin-bottom:10px;
  text-align:justify;
  
}

h3 {
  text-decoration:underline;
  margin-bottom:8px;
}
h4 {
  margin-top:5px;
  margin-bottom:5px;
}
h5 {
  margin-top:5px;
  margin-bottom:5px;
}


/* ------------ für startseite ---------------- */
#luftbild {
  margin-left:26px;
  margin-top:10px;
  width:648px;
  height:387px;
  background-image:url(luftbildklein.jpg);
  background-position:center 0px;
  background-repeat:no-repeat;
}
#leistungen {
   width:610px;
}
#leistungen td {
  font-size:14pt;
  font-weight:bold;
  text-align:center;
  width:50%; 
}
/* ------------ für preise ---------------- */
.preise {
  width:300px;
}
/* ------------ für veranstaltungen ---------------- */
.veranstaltungen td {
  vertical-align:top;
  padding-right:20px;
  padding-bottom:15px;
}
.datumrechts {
  text-align:right;
}
/* ------------ für leistungen ---------------- */
.aktionsliste {
  list-style-type:circle;
  margin-top:5px;
  margin-bottom:5px;
}

/*------------ für bildergalerie ----------------*/
#bildergalerie {
  text-align:left;
  margin-top:20px;
  margin-bottom:20px;
}

#bildergalerie img {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  margin-right:5px;
  margin-bottom:5px;
}
/*------------ für anlage ----------------*/
.bildlinks {
  float:left;
  margin-right:10px;
  margin-bottom:10px;
}
.clearleft {
  clear:left;
}
.bildrechts {
  float:right;
  margin-left:10px;
  margin-bottom:10px;
}
.clearright {
  clear:right;
}
/*------------ für zuchtverkauf ----------------*/

#zuchtverkauf li {
  margin-left:20px;
} 

#verkauf {
  margin-top:10px;
}

/*------------ für kontakt ----------------*/

#abstand50px {
  height:50px;
}
/* p {border:1px solid black;} */
/* div {border:1px solid red;}  */








