body {
	background-color: #FFF0C4;
	font-family: Georgia;
	font-size: 0.9em;
	padding: 0.98em;
}

h1 span {
	display: none;
}

h1 {
	height: 120px;
	background-repeat: no-repeat;
	background-position: 190px 40px;
	margin: 0px;
}

#pageHolder {
	background-color: white;
	padding: 1.5em;
	margin: 0.5em auto;
	border: 1px solid #F7B600;
	max-width: 60em;
	min-width: 47em;
}

#header {
	background-image: url("image/dog.gif");
	background-repeat: no-repeat;
	background-position: 25px 0px;
}

#header strong {
	display: none;
}

#navbar {
	background-color: #F7B600;
}

#languageHolder {
	background-color: #CE4100;
	width: 12em;
	color: white;
}

#language {
	padding: 0.5em 0.25em 0.5em 1.1em;
}

#language a {
	color: white;
}

#menuHolder {
	float: left;
	background-color: white;
	width: 12em;
}

#menu {
	border-right: 1px solid #CE4100;
}

#contentHolder {
	border-left: 12em solid #CE4100;
}

#content {
	background-color: white;
	padding: 1.4em 0em 1.5em 1.3em;
	min-height: 20em;
	_height: 20em;
}

#footer {
	clear: both;
	text-align: right;

	color: gray;
}

h2 {
	margin: 0px 0px 0.5em 0px;
	color: #CE4100;
	font-size: 1.5em;
}

p {
	
}



div#contentHolder.operamove {
	background-position: -8px 0px;
}

/* ############################ menu ##################################### */

.ddmx {
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 0.9em;
}

.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;

    background: white;
    color: black;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	padding-left: 1em;
}

.ddmx .item1-active:hover,
.ddmx .item1-active,
.ddmx .item1:hover {
    background: #CE4100;
	color: white;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #FFF3C6;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: white;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #F7B600;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #CE4100;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

/* ################################################### */

.contact {
	width: 30em;
	
	border-collapse: collapse;
}

.contact th, .contact td {
	padding: 0.3em;
}

.contact th {
	width: 9em;
	text-align: right;
}

h3 {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	background-color: #CE4100;
	padding: 0.5em;
	font-size: 1em;
	color: white;
}

h4 {
	margin: 0.5em;
	font-size: 1.1em;
	clear: both;
}

a {
	color: #CE4100;
}

.doglist {
	margin-bottom: 1em;


	width: 100%;
	border-collapse: collapse;
	font-size: 0.9em;
}

.doglist th {
	margin-top: 0.5em;
	margin-bottom: 0.5em;

	color: black;
	/*background-color: #FFF0C4;*/

	padding: 0em 0em 0.1em 0em;
	text-align: left;
	font-size: 1.4em;
	border-bottom: 1px solid #CE4100;
}

.doglist ul {
	margin: 0.2em 0.5em 0.2em 0.5em;
	padding: 0.2em 0.5em 0.2em 0.5em;
	list-style: none;
}

.doglist ul li {
	padding: 0.25em 0em 0.25em 0em;
}

.doglist td {
	padding: 1em;
	vertical-align: top;

}

.doglist td.image {

	padding-top: 1.5em;
	width: 150px;
	text-align: right;
}

.doglist img {
	border: 1px solid #CE4100;
	padding: 3px;
}

.lineage {
	font-size: 0.75em;
	border-collapse: collapse;
}

.lineage td {
	padding: 0.3em;
	border: 1px solid #CE4100;
}

div.image {

	width: 160px;
	height: 155px;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin: 0em;
	font-size: 0.8em;
}

div.image img {
	border: 1px solid #CE4100;
	padding: 3px;
}

.photolist {
	width: 100%;
	border: 1px solid #CE4100;
}

.photolist td {
	text-align: center;
	vertical-align: middle;
	font-size: 0.8em;
	padding: 1em;
	width: 30%;
}

.photolist img {
	border: 1px solid #CE4100;
	padding: 3px;
}

.pager {
	margin-bottom: 1em;
}

a.currentpage {
	text-decoration: none;
	color: black;
}

.k9sk {
	width: 400px;
	height: 400px;
	background-image: url("image/k9-sk.gif");
}

.k9en {
	width: 400px;
	height: 400px;
	background-image: url("image/k9-en.gif");
}

.k9sk div, .k9en div {
	display: none;
}

.parents td {
	width: 50%;
}

.litter {
	margin-bottom: 1.5em;
}

.litter td {
	padding: 1em;
}

.litter td.father {
	text-align: right;
}

.litter td.father,
.litter td.mother {
	padding: 0.5em;
}

.litter tr.namerow td.father,
.litter tr.namerow td.mother {
	padding-top: 1em;
}

.litter td.parentHolder {
	padding: 0px;
	width: 100px;
}

.litter td.mother {
	padding-right: 1em;
}

.litter td.link {
	text-align: right;
}

.litter tr.chars td {
	font-style: italic;
	font-size: 0.9em;
}

.number {
	font-family: Times;
	font-size: 1.1em;
}

table.parents td { 
	padding: 0px;
}

table.parents td.father { 
	padding: 0px 10px 0px 0px;
}

table.parents td.mother { 
	padding: 0px;
}

.parentchars {
	font-size: 0.9em;
}
