/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  Copyright (c) 2008 
  Thomas Schwarz
  Werkstatt fuer Softwareentwicklung
  
  http://com-werkstatt.de
 
  All Rights Reserved.
  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Created          : 02.02.2008
	Created By       : ts & bs
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

dl.entry {
	clear: both;
}

dl.entry dt {
	display: block;
	float: left;
	padding-right: 20px;
	margin-bottom: 10px;
}

span.name {
	font: 18px "Trebuchet MS", "Lucida Sans Unicode", Verdana, Arial,	sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #4a4b53;
	padding-right: 8px;
}

span.pedigree {
	font: 18px "Trebuchet MS", "Lucida Sans Unicode", Verdana, Arial,	sans-serif;
	font-weight: bold;
}

a img {
	border: none;
}

#content {
  padding-top: 0px;
  position: relative;
  top: -30px;
}
  
#contentsection {
  padding-top: 0px;
}

#contentsection h2 {
  clear: both;
  padding-top: 1.5em;
}
  
