 * {
  margin: 0;
  padding: 0;
}
body {
  font-size: 100.01%;
  font-family: Corbel, sans-serif;
  background: #FFFFFF  repeat-x fixed;
  text-align: center;
  
}
#container {
  text-align: left;
  margin: 0 auto;
  width: 980px;
  border: 2px solid #ff9900;
}
#small-col { 
 float: left; 
 width: 980px; 
 background: white url(bilder/getreidekoerner.jpg);
 border-bottom: 2px solid #ff9900;
}

#kopf {
  background-color: #A1B184;
  color: #FFF;
  margin-bottom: 0;
}
#kopf h1 {
  padding-bottom: 25px;
  padding-top: 25px; 
  text-align: center;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#navigation {
  float: left; 
  width: 100%;
  background-color: #918955;
  font-size: 1.35em;
  font-weight: bold;
  line-height: normal;
  border-bottom: 2px solid #ff9900;
  border-top: 2px solid #ff9900;
}
#navigation h1 {
  color: #3A3532;
  text-transform: uppercase;
  font-size: 1.5em;
  padding-right: 25px;
  text-align: right;
  border-bottom: 1px solid #A9A9A9;
  clear: left;
  background-color: #669966; 
}
#navigation ul {
  padding: 10px 10px 0 70px;
  list-style-type: none;
}
#navigation li {
  float: left;
}
#navigation a, #navigation strong {
  display: block;
  padding-left: 4px;
  text-decoration: none;
}
#navigation a {
   background:  no-repeat left top;
}
#navigation a span, #navigation strong span {
  display: block; 
  padding-top: 4px;
  padding-bottom:8px;
  padding-left:30px;
  padding-right:5px;
  color: #FFF;
}
#navigation a span {
   background: no-repeat right top;
}

#navigation a:hover, #navigation a:focus, #navigation a:active, #navigation strong {
  background: 0% -42px no-repeat;
}
#navigation a:hover span, #navigation a:focus span, #navigation a:active span, #navigation strong span {
  background:  100% -42px no-repeat;
  color: #3A3532;
}
#inhalt {
  clear: left;
  background-color: #f6f3e0;
  color: #000; 
  padding: 25px;
}
#inhalt ul {
  margin: 0 25px 25px 25px;
}
#inhalt li {
   margin-left: 25px;
   padding: 0;
   color: #000000;
}

#fuss {
  padding: 5px; 
  background-color: #d1caa8;
  color: #666666;
  font-weight: normal; 
  font-size: 80%;
  border-top: 2px solid #ff9900;
  text-align:center;
}

h1{
  color: #006633;
  font-size: 1.3em;
}

p { 
  padding-bottom: 25px;
}

a:link, a:visited {
   color:  #48513C;
   font-weight: bold;
   text-decoration: none;
}
a:hover, a:focus, a:active {
  color:  #000000;
}
img.links {
  float: left; 
  padding-right: 5px;
}
img.rechts {
  float: right; 
  padding-left: 5px;
}

