

.show table {
    width: 100%;
    border-collapse: collapse;
    font-size: .7em;
	margin-top:20px;}

.show tr,td {
	border:1px solid #426339;
	margin: 0;
}

.show th, td {
    padding: 5px 10px;
    vertical-align: top;
}

.show th {
    text-align: left;
    background: #406339;
}

.pedigree table {
    width: 100%;
    border-collapse: collapse;
    font-size: .7em;
	margin-top:20px;}

.pedigree tr,td {
	border:1px solid #426339;
	margin: 0;
}

.pedigree th, td {
    padding: 5px 10px;
    vertical-align: middle;
}

.pedigree th {
    text-align: left;
    background: #406339;
}

.bild_hund {
	float:right;
	margin-right:20px;
	margin-top:10px;
	border:1px solid #406339;
} 
.bild_memory {
	float:right;
	margin-right:5px;
	margin-bottom:10px;
	margin-left:10px;
}
.opener {
	font-size:0.8em;
	background-color:#1F2E19;
	padding:5px 10px 5px 10px;}

.opener h4 {
	font-family:snickles;
	font-size:1.7em;
	font-weight:lighter;}
	
	
img.alignleft {
    float: left;
    margin: 5px;
	border:1px solid #406339;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;} 

img.alignleft a:hover {
	border:1px solid #ECD87C;
	}
	
img.alignright {
    float: right;
    margin: 5px;
	border:1px solid #406339;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;} 


