/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  Copyright (c) 2006, Schwarz & Schwarz 
  Werkstatt fuer Softwareentwicklung
  Thomas Schwarz
  
  http://com-werkstatt.de
 
  All Rights Reserved.
  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Created          : 13.11.2006
	Created By       : ts
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 
 
#masthead {
    width: 980px;
    height: 114px;
	background: #515156 url(img/refgal.header.gif) no-repeat left top;
}
 
#masthead span {
    display: none;
}

#content {
	background: #515156 url(img/content.bkg.gif) repeat-y left top;
}


#navhome {
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 330px;
    height: 100px;
    text-indent: -5000px;
}

#traumhundcover {
    display: block;
    position: absolute;
    top: 155px;
    left: 27px;     
    padding: 6px 14px 12px 4px;
    background-image: url(img/traumhund.cover.bkg.gif);
}

#hundeverhaltencover {
    display: block;
    position: absolute;
    top: 155px;
    left: 27px;     
    padding: 6px 14px 12px 4px;
    background-image: url(img/hundeverhalten.cover.bkg.gif);
}

#passthundcover {
    display: block;
    position: absolute;
    top: 155px;
    left: 27px;  
    padding: 5px 13px 11px 5px;
    background-image: url(img/passt.hund.cover.bkg.gif);
}

#goldencover {
    display: block;
    position: absolute;
    top: 155px;
    left: 27px;     
    padding: 6px 14px 12px 4px;
    background-image: url(img/golden.cover.bkg.gif);
}

#descr {
    padding-top: 60px;
    margin-left: 400px;
    width: 470px;
}

#descr h2 {
    font-size: 18px;
    padding-bottom: 0.5em;
}

#imgdeco {
    margin-left: 400px;
    padding-top: 24px;
}

#imgdeco img {
    padding-right: 10px;
}



