@charset "utf-8";

html {
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(gfx/ges_bgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
#container {
	background-image: url(gfx/logo_geskieker.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 905px;
	margin-top: 132px;
	margin-left: 84px;
}
#header {
	height: 52px;
	width: 780px;
	margin-left: 100px;
	color: #6b9d31;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	text-align: right;
	clear: none;
	float: none;
	padding-top: 70px;
}
#header a{
	color: #1f4977;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
}
#header a:hover {
	color: #1f4977;
	text-decoration: underline;
}
#header img{
	border-width: 0px;
	padding-left: 8px;
}
a {
	color: white;
	text-decoration: underline;
}
a:hover {
color: #1f4977;
text-decoration: underline;
}
#menu {
	height: 40px;
	width: 779px;
	margin-left: 100px;
	background-image: url(gfx/green_alpha.png);
	padding-top: 35px;
	padding-left: 25px;
}
#menu img{
	border-width: 0px;
}
#content {
	width: 805px;
	margin-left: 100px;
	background-image: url(gfx/green_alpha.png);
	clear: none;
	float: left;
}
#boerderij {
	height: 319px;
	width: 319px;
	padding: 28px;
	background-image: url(gfx/white.gif);
	background-repeat: no-repeat;
	background-position: center center;
	clear: none;
	float: left;
}
#flash {
	height: 295px;
	width: 295px;
	background-color: #FFFFFF;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
	padding-top: 12px;
}
#terschelling {
	width: 395px;
	float: left;
	clear: none;
	margin-top: 28px;
	padding-bottom: 28px;
}
#terschelling p{
	margin-top: 0px;
	font-size: 11px;
	line-height: 17px;
	font-weight: 400;
}
h1 { 
	font-weight: bold;
}
input {
	background-color: #FFFFFF;
	padding: 2px;
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1f4977;
	border: 0px;
	border-style: none;
	margin-bottom: 10px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1f4977;
	padding: 2px;
	width: 250px;
	height: 125px;
	scrollbar-face-color: white;
	scrollbar-arrow-color: #81ab4f;
	scrollbar-track-color: white;
	scrollbar-shadow-color: #81ab4f;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #81ab4f;
	scrollbar-darkshadow-color: white;
	border: 0px;
	border-style: none;
	margin-bottom: 10px;
}	
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #573c23;
	background-color: 81ab4f;
	padding: 2px;
	margin: 0px;
	width: 256px;
}
.submit{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	border: 1px solid white;
	background-color: #81ab4f;
	padding: 2px;
	margin: 0px;
	width: 100px;
	line-height: -2px;
	text-transform: uppercase;
}
.submit:hover{
	border: 1px solid #1f4977;
	background-color: white;
	color: #1f4977;
	padding: 2px;
	margin: 0px;
	width: 100px;
	line-height: -1px;
}

