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

html, body {
	background: #fff;
	font: 9pt Arial, Helvetica, sans-serif;
	height: 100%;
}

* { padding: 0px; margin: 0px; }

/* Header */
#header {
	background: url('../images/header_breedte.png') repeat-x;
	width: 100%;
	height: 174px;
}

#header .menu {
	background: url('../images/menu_header.png') no-repeat;
	width: 192px;
	height: 174px;
	float: left;
}

#header #logo {
	background: url('../images/header.png') no-repeat;
	width: 578px;
	height: 174px;
	float: left;
	z-index: 10;
}

/* Container */
#container {
	background: #fff url('../images/menu_inhoud.png') repeat-y;
	width: 920px;
	height: auto;
	overflow: hidden;
}

/* Menu */
#menu {
	width: 192px;
	padding-top: 10px;
	float: left;
	margin-right: 20px;
}

#menu a img {
	border: none;
	margin-top: 5px;
	z-index: 1;
}

#inhoudpagina
    {
        width: 192px;
		height: 700px;
    }


/* Content */
#content {
	width: 700px;
	height: auto;
	margin-left: 30px;

}

#content #links {
	width: 350px;
	height: auto;
	float: left;
}


#content #rechts #border {
}

#content #rechts {
	width: 250px;
	height: auto;
	float: left;
}

#content #rechts .wrapper {
	margin: 0px 0px 0px 10px;
	padding-bottom: 10px;
	border-top: 1px solid #477400;
}

#content #rechts h2 {
	font: 11pt Arial, Helvetica, sans-serif;
	color: #477400;
	text-decoration: underline;
	padding-top: 5px;
}

#content #rechts img {
	margin: 10px 5px 0px 0px;
	clear: left;
}

#content #links .paard1 {
	background: url('../images/content1_paard1.png') no-repeat;
	width: 181px;
	height: 149px;
	float: left;
}

#content #links .paard2 {
	background: url('../images/content1_paard2.png') no-repeat;
	width: 131px;
	height: 149px;
	float: left;
}

#content #links h1 {
	font: 14pt Arial;
	color: #457200;
	clear: left;
}

/* Footer */
#footer {
	background: url('../images/footer.png') repeat-x;
	width: 100%;
	height: 67px;
	clear: left;
}
