html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
		
body {
	font-family: arial;
	font-size: 90%;
}

h1,h2,h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#header {
	height: 112px;
	background-image:url(i/bgtop.gif);
	background-repeat:repeat-x;
}

#right {
	margin:0px 0px 0px 271px;
	padding:0px;
	}
	
#left {
	height: 100%;
	position:absolute;
	top:0px;
	left:0px;
	width:271px;
	padding:0px;
	background-image:url(i/bgleft.gif);
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:271px;
	}
/* Again, "be nice to Opera 5". */
body>#left {width:271px;}

#contentsholder {
	background-image: url(i/paard2.gif);
	background-repeat: no-repeat;
	background-position: top right;

}

#contents {
	padding: 10px;
	color: #333;
	font-size: 12px;
	width: 550px;
}

#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 271px;
	padding-top: 115px;
	font-size: 16px;
	font-weight: normal;
}

#menu a {
	color: #333;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	height: 20px;
}

#menu a:hover {
	color: #666;
}

#topleft {
	height: 307px;
	background-image:url(i/paard.gif);
	background-repeat:no-repeat;
}

#logo {
	float: right;
	background-image:url(i/logo.gif);
	background-repeat:no-repeat;
	width: 273px;
	height: 112px;
	margin: 0;
	padding: 0;
}

#logo b {
	visibility: hidden;
}

#logo a {
	width: 273px;
	height: 112px;
	display: block;
}






a {
	text-decoration: none;
	color: DarkRed;
	font-weight: bold;
}

a:hover {
	color: Black;
}


/********** formulieren ************/

legend {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}

fieldset {
	padding: 15px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

label {
	display: block;
	float: left;
	margin-bottom: 10px;
	text-align: right;
	width: 150px;
	padding-right: 20px;
	font-size: 12px;
	font-weight: bold;
}


input {
	font-size: 14px;
}

select {
	font-size: 14px;
}

textarea {
	font-size: 14px;
	width: 300px;
	font-family: Arial, Helvetica;
	height: 100px;
}

input.submit
{
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	
	padding-left: 18px;
	background-image: url(images/button.gif);
	background-position: left;
	background-repeat: no-repeat;
	
}


/***** meldingen *******/

.errors {
	background-color: #ff0000;
	padding: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	color: white;
}

.succes {
	background-color: #3ba10f;
	padding: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	color: white;
}
