/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  Copyright (c) 2007, Schwarz & Schwarz 
  Werkstatt fuer Softwareentwicklung
  Thomas Schwarz
  
  http://com-werkstatt.de
 
  All Rights Reserved.
  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Created          : 20.04.2007
	Created By       : ts
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 

#canvas {
  position: relative;
	background-repeat: no-repeat;	
	padding-top: 480px;
}

#navbar {
	top: 401px;
	background-image: url(img/nav.00.jpg);
}

#navhome a {
	width: 69px;
	background-image: url(img/nav.00.home.gif);
}

#navhome a:hover {
	background-image: url(img/nav.00.home.hover.gif);
}

#navhunde a {
	width: 80px;
	background-image: url(img/nav.00.hunde.gif);
}

#navhunde a:hover {
	background-image: url(img/nav.00.hunde.hover.gif);
}

#navzucht a {
	width: 74px;
	background-image: url(img/nav.00.zucht.gif);
}

#navzucht a:hover {
	background-image: url(img/nav.00.zucht.hover.gif);
}

#navwurfplanung a {
	width: 146px;
	background-image: url(img/nav.00.wurfplanung.gif);
}

#navwurfplanung a:hover {
	background-image: url(img/nav.00.wurfplanung.hover.gif);
}

#navkontakt a {
	width: 95px;
	background-image: url(img/nav.00.kontakt.gif);
}

#navkontakt a:hover {
	background-image: url(img/nav.00.kontakt.hover.gif);
}

#hdrwillkommen {
  width: 255px;
  height: 50px;
	background: url(img/hdr.willkommen.gif) no-repeat left top;
	text-indent: -5000px;	  ¨
}

#hdrneuigkeiten {
  width: 200px;
  height: 50px;
	background: url(img/hdr.neuigkeiten.gif) no-repeat left top;
	text-indent: -5000px; 
}

dl.newsentry {
    margin-bottom: 1em;    
}
 
dl.newsentry dt {
    font-weight: bold;
    color: #fff;
}
 
dl.newsentry dd {
}

dl.last {
    margin-bottom: 0;
}

.portrait {
	position: relative;
	top:-40px;
	left:-10px;
	padding-left:40px;" 
}



