body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	background-color:#DFE4FD;
}


.all {
	width:1000px;
	height:1200px;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#b9c1ef;
	border-color:#358515;
	border-style:solid;
	border-width:1px;
	}
	
.head {
	width:1000px;
	height:230px;
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(../images/head.jpg);
	border-bottom-color:#358515;
	border-bottom-style:solid;
	border-bottom-width:1px;
	}
	
.navi_home {
	width:100px;
	height:30px;
	position:absolute;
	left:20px;
	bottom:0px;
	vertical-align:middle;
	line-height:30px;
	}
	
.navi_kontakt {
	width:200px;
	height:30px;
	position:absolute;
	right:10px;
	bottom:0px;
	vertical-align:middle;
	line-height:30px;
	color:#FFFFFF;
	}

.contentareaall {
	width:1000px;
	height:600px;
	position:absolute;
	left:0px;
	top:230px;
	}
	
.subnavi_pferde {
	width:200px;
	height:255px;
	position:absolute;
	left:10px;
	top:10px;
	}

.subnavi_hunde {
	width:200px;
	height:195px;
	position:absolute;
	left:10px;
	top:275px;
	}
	
.table_head {
	height:20px;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:10px;
	background-color:#465adf;
	}

.table_body {
	height:20px;
	color:#465adf;
	padding-left:10px;
	background-color:#9ac48e;
	}

.contentarea {
	width:770px;
	height:950px;
	position:absolute;
	left:220px;
	top:10px;
	background-color:#FFFFFF;
	}

.content {
	width:750px;
	height:900px;
	position:absolute;
	left:10px;
	top:10px;
	text-align:justify;
	}
	
.copyright {
	width:750px;
	height:15px;
	position:absolute;
	left:10px;
	bottom:3px;
	font-size:11px;
	color:#666666;
	text-align:center;
	border-top-style:solid;
	border-top-color:#000000;
	border-top-width:1px;
	padding-top:3px;
	}
