
@charset "utf-8";

html,body
{
  overflow: hidden;
  height: 100%; 
  max-height: 100%; 
}
body
{
  background: #ffffff;
  margin: 0px;
  padding: 0px;
  border: none;
}

div.clear
{
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  overflow: hidden;
}

#pageContainer
{
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 24px;
  right: 0px;
  overflow: auto;
  background: transparent;
  margin: 0px;
  padding: 0px;
  border: none;
}
#footer
{
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 30px;
  line-height: 24px;
  text-align: center;
  font-family: Arial, Verdana, Helvetica, Helv;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none; 
  color: #333333;
  background-color: #f9bf01; 
  margin: 0px;
  padding-top: 7px;
  border: none;
}

#topDummy
{
  height: 463px;
  background: #ffffff url(Bilder/hintergrund.jpg) repeat-x;
  margin: 0px;
  padding: 0px;
  border: none;
}
#contentContainer
{
  width: 869px;
  margin: 0px;
  padding: 0px;
  border: none;
}

#logo
{
  position: relative;
  left: 0px;
  top: 54px;
  width: 603px;
  height:409px;
}

#home
{
  position: absolute;
  left: 741px;
  top: 173px;
  width: 81px;
  height: 43px;
}
#vita
{
  position: absolute;
  left: 822px;
  top: 173px;
  width: 66px;
  height: 43px;
}
#kontakt
{
  position: absolute;
  left: 888px;
  top: 173px;
  width: 92px;
  height: 43px;
}
#menu
{
  position: absolute;
  left: 603px;
  top: 216px;
  width: 183px;
  height: 124px;
}
#image
{
  position: absolute;
  left: 786px;
  top: 216px;
  width: 194px;
  height: 139px;
}

#links
{
  position: relative;
  left: 100px;
  top: 250px;
  width: 220px;
}

#content-image
{
  float: left;
  width: 209px;
  height: 326px;
  margin: 0px 0px 0px 65px;
  padding: 0px;
  border: none;
}

#content
{
  float: right;
  width: 479px;
  margin: 0px;
  padding: 0px;
  border: none;
}

#bottom a:hover
{
  color: #e58309;
}

#menu
{
  text-align: left;
  background: #929a8d;
  padding-top: 7px;
}
#menu ul
{
  display: inline-block;
}
#menu ul.top-level
{
  margin-left: 0;
}
#menu ul
{
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  text-align: left;
}
#menu li
{
  margin: 0;
  padding: 0;
}
#menu a
{
  display: block;
  font: normal normal bold 12px Arial, Verdana, Helvetica, Helv, sans-serif;
  color: #ffffff;
  background: transparent;
  line-height: 15px;
  text-decoration: none;
  padding: 0 15px;
} 
#menu h1
{
  display: block;
  font: bold 12px Arial, Verdana, Helvetica, Helv, sans-serif;
  color: #feda5d;
  text-decoration: none;
  padding: 0px 15px;
}

#menu a:hover
{
  color: #fed64b;
}

#contentimpressum {
  position:absolute;
  width:400px;
  padding-left:20px;
  padding-top:5px;
  padding-right:20px;
  padding-bottom:20px;
  border:1px solid #fff;
  background-color:#E0C29E ;
}

