* { margin: 0; padding:0; border:0;}
body { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; font-size: 14px; }
img { border: 0; margin: 0; padding: 0;}
form { display: inline; }
a { color: #8C132C; text-decoration: none; }
a:hover { text-decoration: underline; color: black; }
h1 {color: #000; font-size: 16px;}

#page {                              
  background-color: #FFFBD6;
  height: 670px;                      /* Absolute Höhe der Seite */
  width: 1000px;                       /* Absolute Breite der Seite */
  margin:auto;                     /* Immer 50% */
  /*overflow: auto;*/                     /* erzeugt einen Scrollbalken falls die Seite doch höher oder breiter wird */
}

#border {
  position:relative;
  width: 1000px; 
  height: 200px;
}

#bilder {
  position:absolute;
  top:50px;
  left:600px;
}

#bilder img {
  border:1px solid white;
  margin-right:5px;
}

#navi {
  float: left;
  margin-bottom:20px;
}

#content{
  height: 355px;
  width: 735px;
  margin-top: 20px;
  float: left;
  margin-left:50px;
  overflow: auto;
position:relative;
}

#content ul{
}

#content li{
margin:0;
padding:0;
}

#ziele {
height:716px;
width:672px;
background:url(images/ausfluege_hinter.gif) top left no-repeat;
}

.team{
background-color: #8C132C;;
height: 171px;
width: 350px;
color: white;
}

.team img{
  float:left;
  margin-right: 10px;
}

.fotos{
  float: left;
}


.text{
  margin-left:12px;
  float: left;
}



.fotos-rechts{
  float:right;
  margin-right:50px;
  margin-top:20px;
}

.text-rechts{
  float:left;
  margin-top:20px;
}


#kontakt{
  font-size: 12px;
  color: #8C132C;

}

#footer {
  background-color: #8C132C; 
  height: 30px;
  width:1000px; 
  margin:10px 0 0 0;
  float:right;
}

#footer p{
  font-size: 12px;
  color: white;
  padding-top:8px;
  padding-left:40px;
}

#footer a{
  font-size: 12px;
  color: white;
  text-decoration: none;
}

#footer a:hover{
  font-size: 12px;
  color: white;
  text-decoration: underline;
}

#navi-bottom a{
  font-size: 11px;
  color: #8C132C;
  text-decoration: none;
}

#navi-bottom a:hover{
  font-size: 11px;
  color: black;
  text-decoration: underline;
}

span {
  color: #8C132C;
}

