/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  Copyright (c) 2008 
  Thomas Schwarz
  Werkstatt fuer Softwareentwicklung
  
  http://com-werkstatt.de
 
  All Rights Reserved.
  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Created          : 02.02.2008
	Created By       : ts & bs
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#masthead {
	width: 980px;
	height: 100px;
	background: url(img/bkg.masthead.page.gif) no-repeat left top;	
}

#masthead img {
	margin-left: 10px;
	margin-top: 15px;
}

#gohome {
	display: block;
	position: absolute;
	top: 12px;
	left: 10px;
	width: 960px;
	height: 82px;
	/*text-indent: -5000px;*/
	outline: none;
}

.pedigree3gen {
	
}

.pedigree3gen td {
	font-size: 13px;
	padding-left: 4px;
	vertical-align: middle;	
}

.G8 { 
	color: white; 
	background-color: #666666;
	border-bottom: 1px solid #fbfae5;
	padding: 2px;
	width: 30%;
}

.G4 { 
	color: white; 
	background-color: #808080;
	border-bottom: 1px solid #fbfae5;
	border-left: 1px solid #fbfae5;
	padding: 2px;
	width: 35%;
}

.G2 { 
	color: white; 
	background-color: #a0a0a0;
	border-bottom: 1px solid #fbfae5;
	border-left: 1px solid #fbfae5;
	padding: 2px;
}

#bngallery {
	clear: both;
	display: block;
	width: 85px;
	height: 74px;
	background: url(img/bn.gallery.gif) no-repeat left top;
	text-indent: -5000px;	
}

#bngallery:hover {
	background: url(img/bn.gallery.hover.gif) no-repeat left top;
}

div.newsentry {
	clear: both;
	margin-bottom: 2em;
}

img.newsimg {
	display: block;
}

div.newsentry .left {
	float: left;
	padding-right: 10px;
}
	


