html, body {

	background-image: url(framebg.jpg); 
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #C9D092;
	text-align: center;
	font-family: verdana, helvetica;
	font-size: 11px;
}

a:link, a:visited, a:active {
	color: #F3F6D6;
	text-decoration: none;
}

a:hover {
	color: #FFF776;	
	text-decoration: none;
}

.dog {
	width: 70%; 
	margin: auto;
}

table {
	width: 40%;
	text-align: center;
	margin: auto;
	}

td.uebersicht {
	text-align: center;	
	font-size: 11px;
	width: 50%;
	padding-top: 20px;
}


table.gallery {
	width: 70%;
	}
	
td.gallery {	
	font-size: 11px;
	text-align: left;
	padding: 5px;
	vertical-align: top;
}
td.gallery11 {	
	font-size: 11px;
	text-align: left;
	padding: 5px;
	vertical-align: top;
	width: 80px;
}


img#foto {
	width: 165px;
	height: 43px;
	float: right;
}

p#clear {
	clear: right;
}

div#spacer {
	padding-bottom: 85px;
}

input, textarea   {background: transparent;
	border: 1px solid black;
	color: #C9D092;
	font-family: verdana, helvetica;
	font-size: 11px;
	}
