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

body {
	background-color:#e5e5e5;
}

#container {
	height:601px;
	width:850px;
	margin-left:-425px;
	margin-top:-300px;
	left:50%;
	top:50%;
	position:absolute;
	border: 1px solid #282600;
	background-color:#fff;
}

#header {
	height:131px;
	overflow:hidden;
}

#menu {
	height:23px;
	background-color:#282600;
	color:#fff;
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
}

#menu span {
	margin-right: 5px;
	margin-left: 5px;
}

#menu span a {
	color: #fff;
	text-decoration: none;
}

#menu span a:hover {
	color: #fff;
	text-decoration: underline;
}

#body {
	height:427px;
	background-color:#fff;
	color:#000;
	font-family: Arial, Helvetica;
	font-size: 12px;
	margin-top: 15px;
}

#body_left {
	clear:left;
	float:left;
	width: 582px;
	height: 400px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: auto;
}
#body_right {
	clear:right;
	float:left;
	width: 208px;
	text-align:center;
	padding-left: 15px;
	padding-right: 15px;
}

#body_left_zoogdieren {
	clear:left;
	float:left;
	width: 128px;;
	padding-left: 15px;
	padding-right: 15px;
}

#body_right_zoogdieren {
	clear:right;
	float:left;
	width: 652px;
	height: 400px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: auto;
}
#body_sub {
	clear:left;
	float:left;
	width: 800px;
	height: 410px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: auto;
}

h1 {
	font-size:16px;
	margin:0px;
}

h2 {
	font-size:14px;
	margin:0px;
}

a {
	color: #282600;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	color: #282600;
}

hr {
	margin-bottom:10px;
}

.sub_zoogdieren li {
	list-style-type:square;
	margin-left:-10px;
}

