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

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #ecb241;
}

#wrapper {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 990px;
	height: auto;
	top: 0px;
}

#logo {
	position: relative;
	float: left;
	background-image: url(../images/logo.png);
	height: 130px;
	width: 421px;
	margin-top: 20px;
	margin-left: 280px;
	z-index: 100;
}

img {
	border: 0px;
}

#content {
	position: relative;
	width: 984px;
	height: 680px;
	background-image: url(../images/content_bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 0;
}

#profiel {
	position: relative;
	float: left;
	background-image: url(../images/profile.jpg);
	height: 218px;
	width: 187px;
}

#vlinder {
	position: absolute;
	float: right;
	background-image: url(../images/vlinder.png);
	height: 159px;
	width: 118px;
}

#content_container {
	position: relative;
	float: left;
	width: 887px;
	height: auto;
	margin-left: 48px;
	margin-top: -30px;
}

#left {
	position: relative;
	float: left;
	height: auto;
	width: 187px;
}

#right {
	position: relative;
	float: left;
	width: 630px;
	height: 50px;
	margin-left: 20px;
}

#right p {
	color: #fff4d0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#contact {
	position: relative;
	float:left;
	width: 187px;
	height: auto;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff4d0;
}

ul {
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
}

li {
	display: block;
	float: left;
	text-decoration: none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff4d0;
	font-size: 16px;
	font-weight: bold;
	height: 61px;
}

li img {
	bottom: 0px;
}

li a {
	border: 0px;
	padding-left: 69px;
	padding-right: 69px;
}

#content_p {
	position: relative;
	float: left;
	margin-top: 130px;
}

.gallery {
	margin-top: -80px;
	z-index: 0;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #fff4d0;
	font-family: Arial, Helvetica, sans-serif;
}

#menu_container {
	position: relative;
	float: left;
	background-image: url(../images/menu_bg.png);
	width: 936px;
	height: 67px;
	margin-left: 24px;
	margin-top: -20px;
}

.contact_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff4d0;
	font-weight: bold;
}

.contact_field {
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 12px;

}

.error_display {
	color: #FF0000;
}
