html {
	height:100%;
}
body {
	height:100%;
	font-family: arial;
	font-size: 10pt;
	color: #000000;
	margin: 0px;
	overflow-y:scroll;
	background-color:#000;
	background-image:url('/images/back_03.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100%;
	background-attachment:fixed;
}

.error{
	color: red;
}

.highlight{
	color: blue;
	font-style: italic;
}
.note{
	font-style: italic;
	font-size: 85%;
}

#contact fieldset{
	border: 0px;
}

#contact fieldset label{
	float: left;
	border: 0px solid red;
	width: 150px;
	display: block;
}

#contact fieldset label.error{
	float: none;
	clear: right;	
}

.contact {
	width:100%;
	margin-bottom:20px;
}

#container {
	background-color:rgba(255,255,255,0.9);
	min-height:100%;
}
#header {
	background-color:#eee;
}
#content {
	margin-bottom:20px;
}
#footer {
	font-size:14px;
	color:#777;
}

/*** Drop down menu ***/
.dropdown-menu {
	background-color:#000!important;
}
.dropdown-menu a {
	color:#f00!important;
	color:#fff!important;
}
.submenu a {
	padding:15px;
	display:block;
}
.submenu .padd {
	display:block;
}
.submenu a:hover {
	background-color:#333!important;
}
.dropdown-menu {
	font-size:inherit!important;
	min-width:200px;
}

.paginering li { display: inline-block; margin-right:10px; }

/*** foto's ***/
.thumb_link {
	display:inline-block;
	border:1px solid #9da4b0;
	margin-left:20px;
	margin-bottom:20px;
}

/*** header full or small for mobile ***/
.image_full { display:block; }
.image_mobile { display:none; }
@media (max-width: 500px) {
	.image_full { display:none; }
	.image_mobile { display:block; }
}

/*** facebook ***/
.fb-page,
.fb-page span,
.fb-page span iframe[style] {
	width:100%!important;
}
.fb-page {
	margin-top:20px;
}

/*** navbar ***/
.navbar {
	border-radius:0;
}

/*** slider ***/
.centersliderimg {
	width:100%;
}
.centersliderimg img {
	display:block;
	margin:auto;
}

/*** Used for the captcha. ***/
.zcapz { display:inline-block!important; width:125px; }
.acapa { display:none; }
.bcapb { background-color:#000; color:#fff; font-size:20px; }
