html {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #3A403B;
	background-image: url(images/bg_schrift.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #B8BEAB;
}
p {
	font-size: 0.75em;
}
a:link {
	color: #777E78;
	text-decoration: none;
}
a:visited {
	color: #777E78;
	text-decoration: none;
}
a:hover {
	color: #B8BEAB;
	text-decoration: none;
}
a:active {
	color: #E3AB6E;
	text-decoration: none;
}
.link_aktiv {
	color: #E3AB6E;
	text-decoration: none;
}
.mainlayer_home {
	border: 0px;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 130px;
	margin: 0px;
	z-index: 1;
}
.layer_links {
	background-image: url(images/bg_verlauf_li.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute; 
	width: 50%;
	left: 0px;
	top: 130px;
	z-index: 2;
}
.layer_rechts {
	background-image: url(images/bg_verlauf_re.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	width: 50%;
	left: 50%;
	top: 130px;
	z-index: 2;
}
.layer_rechts_noheight {

	background-image: url(images/bg_verlauf_re.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	width: 50%;
	left: 50%;
	top: 130px;
	z-index: 2;
}
.layer_hund_home {	
	position: absolute; 
	left: 0px; 
	top: 72px; 
	width: 50%; 
	height: 131px; 
	z-index: 2;
}
.layer_navigation {
	position: absolute;
	width: 40%;
	left: 50%;
	top: 115px;
	z-index: 3;
	margin-left: 30px;
}
.ende_li {
	overflow: hidden;
	position: absolute;
	height: 7px;
	width: 100%;
	background-image: url(images/ende_li.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.ende_re {
	overflow: hidden;
	position: absolute;
	height: 7px;
	width: 100%;
	background-image: url(images/ende_re.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.navi {
	color: #777E78;
	text-decoration: none;
	font-size: 0.75em;
}
.imageborder {
	border: 3px solid #222725;
	margin-left:10px;
	margin-top:10px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: oblique;
	color: #E3AB6E;
}
