/*
    by tak - 05/18 - ihr-moebelmacher.de
#FFF7D3 - hell Gelb
#764421 - dkl Braun
#A0592B - hell Braun
#437722 - Blattgrün
#FFCC00 - Eichelgelb
*/

body
{
  background-color      : #FFF7D3;
  margin                : 0;
  padding               : 0;
  text-align            : left;
  background-image      : url('bk.png');
  background-attachment : fixed;
}

html
{
  margin                : 0;
  padding               : 0;
  font-family           : "Century Gothic",sans-serif;
}

*
{
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  font-family: 'Century Gothic',sans-serif;
  margin: 0;
  padding: 0;
  text-decoration       : none;
  color : #764421;
}

p.mittig
{
  text-align            : center;
  padding               : 0;
}

p.block
{
  text-align: justify;
}

h1
{
  font-size: 24px;
  font-weight: bold;
}

h2
{
  font-size: 24px;
  font-weight: normal;
}

a
{
  text-decoration: none;
  font-weight: normal;
  color  : #764421;
}

a:link
{
  text-decoration: underline;  
  font-weight: bold;
  color  : #764421;
}

a:visited
{
  text-decoration: none;
  color  : #764421;
}

a:hover
{
  text-decoration: underline;
  color: #437722; /*#3264B6;*/
}

img.logo
{
  float: none;
  position: relative;
  right: -550px;
  top: 15px;
}

#contoben
{
  margin: 0px auto 0px auto;
  display: block;
  background-image: url('bkoben.png');
  background-repeat: no-repeat;
  background-position-y: 32px;
  height: 168px;
  width: 964px;
}

#contnavi
{
  margin: 0px auto 0px auto;
  display: block;
  position: relative;
  left: auto;
  top: -62px;
  width : 964px;
  height: 27px;
}

#contnavi a
{
  display: inline-block;
  width:111px;
  height:27px;
  text-align: center;
  text-decoration: none;
}

#contnavi a:link
{
  color:#764421;
}

#contnavi a:visited
{
  color: #764421;
}

#contnavi a:hover
{
  color: #764421;
  background-color: #FFF7D3;
}

#contmitte
{
  margin: -50px auto 0px auto; /*margin: -48px auto 0px auto;*/
  padding:18px;
  display: block;
  background-color: #ffffff;
  height: auto;
  width: 928px;  /*964 px std-breite minus 2 x padding!*/ 
}

#contunten
{
  display: block;
  margin: 12px auto 12px auto;
  width: 928px;  /*964 px std-breite minus 2 x padding!*/ 
  height: 20px;
  /*background-color: #ffffff;*/
  background-image: url('bkoben.png');
  padding: 0px 18px 0px 18px;
  font-size: 12px;
  text-align: right;
}

#contunten a
{
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
}

#contunten a:link
{
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
}


#dia
{
  margin: 2% auto;
  width : auto;
  height: auto;
  text-align: center;
  background-color: transparent;
  padding: 30px 0px 0px 0px;
  background-image: url('closebtn.png');
  background-position: center top;
  background-repeat: no-repeat;
}

#picbox
{
  width: 100%;
  height:100%;
  display: block;
  background-image: url('bkpicbox.png');
  background-color: transparent;
  float: none;
  left:0;
  top:0;
  position: fixed;
  z-index:1;
  visibility: hidden;
  text-align: center;
}

#picbox img
{
  margin: 2% auto;
  width : auto;
  height: auto;
  text-align: center;

}

#picbox a
{
  width : auto;
  height: auto;
  text-align: center;
  color: white;
}

#picbox a:link
{
  color: white;
  height: 250px;
}

#picbox a:visited
{
  color: white;
}
#picbox a:hover
{
  color: yellow;
}
