@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #A79268;
	background-image: url(../bilder/hund.jpg);
	background-position: 10px 100%;
	background-repeat: no-repeat;
	overflow: hidden;
	line-height: 17px;
	background-attachment: fixed;
}
#heinz {
	bottom: 0px;
	right: 0px;
	position: absolute;
	z-index: 0;
}
#nav {
	position: absolute;
	left: 25px;
	top: 135px;
}
#nav li {
	background-image: url(../bilder/button.jpg);
	text-align: center;
	list-style-type: none;
	font-size: 16px;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 0 4px 0;
	line-height: 33px;
	background-position: 5px 4px;
	width: 153px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #000000;
	display: block;
	border: none;
	background-color: transparent;
}
#nav a:hover {
	color: #FFFFFF;
}
.head2 {
	font-size: 40px;
}
.head1 {
	font-size: 30px;
	margin-bottom: 33px;
}
#head {
	text-align: center;
	position: absolute;
	left: 215px;
	top: 20px;
}
p {
	margin: 0px 0px 9px 0;
}
#tafel {
	background-image: url(../bilder/tafel.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 215px;
	top: 137px;
	width: 441px;
	height: 450px;
	z-index: 10;
	padding-top: 1px;
	padding: 15px 30px 15px 15px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 9px 0px;
}
table {
	border: none;
	padding: 0;
	margin: 0;
}
td {
	padding-right: 15px;
	padding-bottom: 5px;
	text-align: left;
	vertical-align: top;
}
#scroller {
	height: 432px;
	width: 425px;
	padding-right: 30px;
	overflow: auto;
}
.noMarginBottom {
	margin-bottom: 0px;
}
.klein {
	font-size: 11px;
}
hr {
	color: #695030;
	background-color: #695030;
	height: 1px;
	margin: 10px 0;
	border: none;
}
.floatRight {
	float: right;
}
#scroller a {
	color: #582A1C;
	text-decoration: none;
	border-bottom: 1px solid #582A1C;
}
#scroller a:hover {
	background-color: #CCCCCC;
}
