/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	Copyright (c) 2009, 
	Werkstatt fuer Softwareentwicklung 
	Thomas Schwarz
  
  http://com-werkstatt.de
 
  All Rights Reserved.
  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 

#masthead {
  background-image: url(img/bkg.masthead.flat.jpg);
  height: 375px;
}

#bwurf {
  position: absolute;
  top: 160px;
  font-size: 8pt;
  line-height: 10pt;
  color: #f6f6f6;
  padding-left: 3px;
}

#bwurf td {
  font-size: 8pt;
  line-height: 10pt;
  padding-right: 7px;  
}

#bwurf img {
  display: block;
  position: absolute;
  top: 7px;
  left: 200px;
}

#passthundcover {
  display: block;
  float: left;
  padding-top: 8px;
  padding-right: 10px;
}

.gobutton {
  position: absolute;
  top: 48px;
  width: 40px;
  height: 27px;
  text-indent: -5000px;
  text-decoration: none;
  border: none;
}

#goflat {
  left: 928px;
  background-image: url(img/bn.goflat.gif);
}

#goflat:hover {
  background-image: url(img/bn.goflat.hover.gif);
}

#gogolden {
  left: 442px;
  background-image: url(img/bn.gogolden.gif);
}

#gogolden:hover {
  background-image: url(img/bn.gogolden.hover.gif);
}

#mastimg {
  display: block;
  position: absolute;
  top: 69px;
  left: 298px;
}

#mastimg2 {
  display: block;
  position: absolute;
  top: 45px;
  left: 590px;
}


