* {
margin: 0;
padding: 0;
}
html, body { 
top: 0;
right: 0;
left: 0;
min-height: 100%;
width: 100%;
}
body { 
position: absolute;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 1.3;
background: #fff;
color: #647986;
}
img{
	border: 0px;
}


.text {
        font-size: 12px;
        color: #314568;
        font-weight: normal;
        text-decoration : none;
}

.hund_tit{
	font-size: 11px;
	color: #314568;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}
.untersuchung {
        font-size: 10px;
        color: #314568;
        font-weight: normal;
        text-decoration : none;
}
A.zucht {
	font-size: 12px;
	color: #000098;
	font-weight: bold;
	text-decoration: underline;
}
A.zucht:visited {
	font-size: 12px;
	color: #000098;
	font-weight: bold;
	text-decoration: underline;
}
A.zucht:hover {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
.ahn_bild {
	position: absolute;
	float: right;
	top: 3px;
	right: 5px; /*background: Aqua;*/
}
/*pedigree*/
img.h_g{
	height: 16px;
	width: 16px;
}
img.h_farb{
	height: 19px;
	width: 24px;
}

.elt{
	margin-bottom: 0px;
	margin-top: 5px;
	border: 0px;
	border-collapse: collapse;
}

.elt td {
	height: 30px;
	padding: 2px;
	
}

#pedigree{
	width: 100%;
	height: 100%;
	table-layout: fixed;
	margin-bottom: 0px;
	border: 1px;
	border-color: #000;
	border-style: solid;
	border-collapse: collapse;
	
	
}
#pedigree td {
	padding: 2px;
	
	text-align: left;
	
	font-size: 10px;
	color: #0F2D6B;
   font-weight: normal;
	
	border: 1px;
	border-color: #000;
	border-style: solid;	
	border-collapse: collapse;
}

#pedigree .inh {
	width: 100%;
	height: 35px;
	border: 0px;	
	border-collapse: collapse;
}
#pedigree .inh td {
	border: none;
}

#pedigree .tit_a {
	float: left;
	font-size: 100%;
	font-style: italic;
}
#pedigree .tit_s {
	text-align: right;
	font-size: 100%;
	font-style: italic;
}
#pedigree .name {
	font-weight: bold;
	font-size: 105%;
	clear: both;
}
#pedigree .geb {
	text-align: center;
}
/*end pedigree*/