body , td , p
{
  font-family : Arial, Helvetica, sans-serif ;
  font-size : 13px ;
}

.foto
{
  margin-left : 20px ;
  margin-bottom : 40px ;
}

img
{
  border : none ;
}

h1
{
  font-family : Arial, Helvetica, sans-serif ;
  font-size : 25px ;
  margin-top : 31px ;
  margin-bottom : 11px ;
  color : #ffc020 ;
}

h2
{
  font-family : Arial, Helvetica, sans-serif ;
  font-size : 19px ;
  margin-top : 31px ;
  margin-bottom : 11px ;
  color: #ffc020;
}

h3
{
  font-family : Arial, Helvetica, sans-serif ;
  font-size : 15px ;
  margin-top : 25px ;
  margin-bottom : 11px ;
  color: #ffc020;
}

h4
{
  font-family : Arial, Helvetica, sans-serif ;
  font-size : 13px ;
  margin-top : 25px ;
  margin-bottom : 11px ;
  color: #ffc020;
}

ul , li
{
  font-family : Arial, Helvetica, sans-serif ;
  font-size : 13px ;
  list-style : square ;
  list-style-image : url(/img/quadrat.gif) ;
}

.menu
{
  font-family : Arial, Helvetica, sans-serif ;
  font-size : 13px ;
}

.menu a
{
  text-decoration : none ;
  color : #2222aa ;
}

.menu a:hover
{
  text-decoration : underline ;
  color : #2222aa ;
}

#titel
{
  color : #ffc020 ;
  margin-top : 0px ;
  margin-bottom : 0px ;
  margin-right : 20px ;
}

p.fusszeile
{
  font-size : 11px ;
  margin : 2px 0px 30px 0px ;
  text-align : center ;
}


h2.galerie
{
}

p.galerie
{
 margin-left : 49px ;
 width : 700px ;
}

div.galerie
{
 margin-left : 49px ;
 width : 700px ;
}

div.gLinks
{
  background-color : #eeeeee ;
  line-height : 0px ;
  height : 0px ;
  width : 700px ;
}

a.gPrev
{
  background : transparent url(/img/galerie_prev.gif) no-repeat left 15% ;
  display : block ;
  filter : alpha(finishopacity=20) ; /*IE*/
  height : 500px ;
  left : 0px ;
  opacity : 0.20 ; /*FF*/
  position : relative ;
  top : 0px ;
  width : 350px ;
}
* html a.gPrev
{
  float : left ;
  height : 32px ;
}

a.gPrev:hover
{
  filter : alpha(opacity=100) ; /*IE*/
  opacity : 1.00 ; /*FF*/
}

a.gNext
{
  background : transparent url(/img/galerie_next.gif) no-repeat right 15% ;
  display : block ;
  filter : alpha(finishopacity=20) ; /*IE*/
  height : 500px ;
  left : 350px ;
  opacity : 0.20 ; /*FF*/
  position : relative ;
  top : -500px ;
  width : 350px ;
}
* html a.gNext
{
  float : right ;
  height : 32px ;
  left : 0px ;
  position : none ;
  top : 0px ;
}

a.gNext:hover
{
  filter : alpha(opacity=100) ; /*IE*/
  opacity : 1.00 ; /*FF*/
}
