@charset "utf-8";
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-attachment: fixed;
	background-color: #90bee4;
	background-image: url(gfx/boerderij02.gif);
	background-repeat: no-repeat;
	background-position: 240px 100px;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 975px;
	background-image: url(gfx/alpha_75.png);
	background-repeat: repeat;
	border-right: 1px solid #4885c5;
}
#container#header {
	height: 295px;
	width: 975px;
	background-image: url(gfx/headers/header_titel_backgrnd.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.navigatie {
	height: 55px;
	font-size: 13px;
	color: #006699;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	line-height: 55px;
	word-spacing: 1pt;
	background-image: url(gfx/dot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}
.maincontent {
	width: 975px;

}
.actueel {
	clear: both;
	float: left;
	width: 228px;
	margin-top: 45px;
	margin-left: 28px;
	margin-bottom: 45px;
	margin-right: 55px;
	border: 1px solid #a0ccdf;
	background-color: #ffffff;
	text-decoration: none;
}
.actueel:hover {
	border: 1px solid #4885c5;
	text-decoration: none;
}
.actueel a:hover{
	text-decoration: none;
}
.actueel_backend {
	clear: both;
	float: left;
	width: 228px;
	border: 1px solid #a0ccdf;
	background-color: #ffffff;
}
.actueel_backend:hover {
	border: 1px solid #4885c5;
}

.thick {
	border: 1px solid #4885c5;
}
/* .actueel img {
	border-bottom: 1px solid #a0ccdf;
} */
.actueelContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 9px;
	padding-right: 11px;
	padding-bottom: 10px;
	padding-left: 12px;
}
.afbeeldingLinks {
	clear: both;
	float: left;
	width: 228px;
	margin-top: 45px;
	margin-left: 28px;
	margin-bottom: 45px;
	margin-right: 55px;
	border: 1px solid #4885c5;
	background-color: #ffffff;
}
.pageContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	clear: none;
	float: left;
	width: 565px;
	margin-top: 33px;
	margin-bottom: 45px;
}
.pageContent p {
 	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
 }
 .footer {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #006699;
	clear: both;
	width: 975px;
	height: 35px;
	line-height: 32px;
	border-bottom: 1px solid #4885c5;
	border-right: 1px solid #4885c5;

}
input {
	border: 1px solid #4885c5;
	background-color: #e3eff8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 2px;
	margin: 0px;
	width: 250px;
}
input:hover {
	border: 1px solid #006699;
	background-color: white;
}
textarea {
	border: 1px solid #4885c5;
	background-color: #e3eff8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 2px;
	margin: 0px;
	width: 250px;
	height: 125px;
	scrollbar-face-color: #DFEEF4;
	scrollbar-arrow-color: #a5c2e2;
	scrollbar-track-color: #e3eff8;
	scrollbar-shadow-color: #a5c2e2;
	scrollbar-highlight-color: #DFEEF4;
	scrollbar-3dlight-color: #a5c2e2;
	scrollbar-darkshadow-color: #e3eff8;
}
textarea:hover {
	border: 1px solid #006699;
	background-color: white;
}
.submit{
	border: 1px solid #4885c5;
	background-color: #e3eff8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	width: 100px;
	height: 22px;
	line-height: 18px;
}
.submit:hover{
	border: 1px solid #006699;
	background-color: #90bee4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	width: 100px;
	height: 22px;
	line-height: 18px;
}
.fotos {
	clear: both;
	float: left;
	width: 415px;
	height: 290px;
	margin-top: 45px;
	margin-left: 28px;
	margin-bottom: 45px;
	margin-right: 55px;
}
.thumbOverzicht1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	clear: none;
	float: left;
	width: 406px;
	margin-top: 45px;
	margin-bottom: 45px;
}

.error
{
	padding:5px;
	color:red;
	border: 1px solid #006699;
	background-color: white;
}

.succes
{
	padding:5px;
	color:green;
	border: 1px solid #006699;
	background-color: white;
}

.hand
{
	border:0px;
	cursor:pointer;
}

.actueelDivider {
	clear: both;
	float: left;
	width: 228px;
	margin-top: 45px;
	margin-left: 28px;
	margin-bottom: 45px;
	margin-right: 55px;
}

.actueelExtra {

	float: left;
	width: 228px;
	margin-top: 45px;
	margin-left: 28px;
	margin-bottom: 45px;
	margin-right: 0px;
	border: 1px solid #a0ccdf;
	background-color: #ffffff;
	text-decoration: none;
}

.actueelExtra:hover {
	border: 1px solid #4885c5;
	text-decoration: none;
}
.actueelExtra img {
	border-bottom: 1px solid #a0ccdf;
}