body,html
{
	padding: 0;
	margin: 0;
	font-family: Trebuchet MS;
	background: url('../img/navy_blue.png');
	color: white; 
}

.float_photo
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid gray;
	clear: both;
}

.clear
{
	clear: both;
}

img{
	border: 0;
}

a
{
	border: 0;
	font-weight: bold;
	text-decoration: none;
	color: #cccccc; 
}
a:hover
{
	text-decoration: none;
	color: #8c1813;
}

h2.selected
{
	font-size: 20px;
	color: #8c1813;
	padding-top: 0px;
	margin-top: 0px;
}

h2.unselected
{
	cursor: pointer;
	font-size: 20px;
	color: #1d1b16;
	opacity: 0.4;

}

h2.unselected:hover
{
	font-size: 20px;
	color: #8c1813;
	opacity: 0.8;
}

h3
{
	font-size: 16px;
}

#wrapper
{
	width: 100%;
	height: 100%;
}

#center
{
	width: 920px;
	margin: auto; 
	padding: 0;
	min-height: 400px;
	height: 100%;
}

#header
{
	height: 120px;
	background: url('../img/wit.png');
}

#header_center
{
	width: 920px;
	margin: auto; 
	height: 80px;
	padding: 20px;
    /* FIX VERTICAL ALIGNMENT */
    display: flex;
    align-items: center; 
}

#header_text
{
    /* FIX: Verwijderde float: left en margin-top: 10px; */
}

#header_logo
{
	float: left;
	margin-left: 50px;
}

#header_fb
{
	float: right;
	margin-right: 10px;
	margin-top: 30px;
}

#navigation_bar
{
	width: 100%; 
	height: 65px;
	position: absolute;
	border-top: 1px solid #656565;
	border-bottom: 1px solid #770000;
	background: #232323;
	position: relative;
	z-index: 5;
}

#navigation_center
{
    /* FIX HORIZONTAL ALIGNMENT: Breedte teruggezet naar contentbreedte */
	width: 920px; 
	margin: auto; 
	border-left: 1px solid #111111;
    white-space: nowrap; 
}

.nav_item
{
	cursor: pointer;
	font-style:italic;
	font-weight: bold;
	font-size: 12px;
	color: white;
	float: left;
	text-align: center;
	padding: 22px;
    /* FIX: Padding nog verder verkleind zodat Motor knoppen passen binnen 920px */
	padding-left: 5px; 
	padding-right: 5px;
	height: 21px;
	border-right: 1px solid #111111;
	border-left: 1px solid #3b3b3b;
}

.nav_item:hover
{
	border-bottom: 1px solid #a40001;
	background: rgb(75,75,75); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(75,75,75,1) 1%, rgba(33,33,33,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(75,75,75,1)), color-stop(100%,rgba(33,33,33,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(75,75,75,1) 1%,rgba(33,33,33,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(75,75,75,1) 1%,rgba(33,33,33,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(75,75,75,1) 1%,rgba(33,33,33,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(75,75,75,1) 1%,rgba(33,33,33,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#212121',GradientType=0 ); /* IE6-9 */

}

.active
{
	background: rgb(13,0,12); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(13,0,12,1) 0%, rgba(33,33,33,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(13,0,12,1)), color-stop(100%,rgba(33,33,33,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(13,0,12,1) 0%,rgba(33,33,33,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(13,0,12,1) 0%,rgba(33,33,33,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(13,0,12,1) 0%,rgba(33,33,33,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(13,0,12,1) 0%,rgba(33,33,33,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000c', endColorstr='#212121',GradientType=0 ); /* IE6-9 */
}

.active:hover
{
	background: rgb(13,0,12); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(13,0,12,1) 0%, rgba(33,33,33,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(13,0,12,1)), color-stop(100%,rgba(33,33,33,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(13,0,12,1) 0%,rgba(33,33,33,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(13,0,12,1) 0%,rgba(33,33,33,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(13,0,12,1) 0%,rgba(33,33,33,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(13,0,12,1) 0%,rgba(33,33,33,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000c', endColorstr='#212121',GradientType=0 ); /* IE6-9 */
}

#center_image
{
	width: 1250px;
	position: absolute;
	margin-top: -200px;
	margin-left: -165px;
	z-index: 0;
	min-height: 475px;
	background: url('../img/opacity_background.png') no-repeat;

	z-index:3;
}

#content_block
{
	position: relative;
	z-index: 10;
	width: 920px;
	min-height: 200px;
	margin: auto;
	margin-top: 200px;

}

#white_block
{
	position: relative;
	font-size: 14px;
	z-index: 10;
	width: 900px;
	min-height: 50px;
	padding: 10px;
	margin: auto;
	margin-top: 20px;
	background: url('../img/wit.png');
	
	border-radius: 3px;
	-webkit-box-shadow:  2px 2px 10px 4px rgba(0, 0, 0, 0.1);
        
        box-shadow:  2px 2px 10px 4px rgba(0, 0, 0, 0.1);
	clear: both;
    color: #1d1b16 !important; 
}

#white_block img
{
	border: 1px solid gray;
	margin-bottom: 5px;
}

#half_white_block
{
	float: left;
	font-size: 14px;
	z-index: 10;
	width: 430px;
	min-height: 450px;
	padding: 10px;
	margin-top: 20px;
	background: url('../img/wit.png');
	
	border-radius: 3px;
	-webkit-box-shadow:  2px 2px 10px 4px rgba(0, 0, 0, 0.1);
        
        box-shadow:  2px 2px 10px 4px rgba(0, 0, 0, 0.1);
}

#third_white_block
{
	margin-right: 10px;
	position: relative;
	float: left;
	font-size: 14px;
	z-index: 10;
	width: 280px;
	min-height: 50px;
	padding: 10px;
	margin-top: 20px;
	background: url('../img/wit.png');
	
	border-radius: 3px;
	-webkit-box-shadow:  2px 2px 10px 4px rgba(0, 0, 0, 0.1);
        
        box-shadow:  2px 2px 10px 4px rgba(0, 0, 0, 0.1);
}


#footer
{
	margin-top: 20px;
	width: 100%;  /* FIX: Teruggezet naar 100% voor volledige breedte*/
	min-height: 150px;
	border-bottom: 1px solid #656565;
	border-top: 1px solid #770000;
	background: #232323;
	font-size: 12px;
	color: white;
}

#footer a
{
	color: white;
	text-decoration: none;
}

#footer a:hover
{
	color: #770000;
}

#footer-center
{
	margin: auto;
	width: 900px;
	padding: 10px;
}


#footer-left
{
	float: left;
	padding: 5px;
	width: 250px;
}

#footer-right
{
	float: left;
	padding: 5px;
	width: 540px;
	margin-left: 80px;
}

.tarieven
{

}

.tarieven td
{
	padding: 10px;
	border: 1px solid gray;
	border-radius: 3px;
}

#contact-left
{
	float: left;
	width: 350px;
	margin-left: 50px;
}

#contact-form
{
	float: left;
	margin-top: -35px;
}

input
{
	padding: 5px;
	width: 200px;
	border-radius: 3px;
	border: 1px solid gray;
}

textarea
{
	padding: 5px;
	font-family: tahoma;
	width: 200px;
	border-radius: 3px;
	border: 1px solid gray;
}

button
{
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	color: white;
	float: left;
	text-align: center;
	padding: 10px;

	border: 1px solid #3b3b3b;
	background: #232323;
	border-radius: 3px;
}

button:hover
{
		border: 1px solid #a40001;
	background: rgb(75,75,75); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(75,75,75,1) 1%, rgba(33,33,33,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(75,75,75,1)), color-stop(100%,rgba(33,33,33,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(75,75,75,1) 1%,rgba(33,33,33,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(75,75,75,1) 1%,rgba(33,33,33,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(75,75,75,1) 1%,rgba(33,33,33,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(75,75,75,1) 1%,rgba(33,33,33,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#212121',GradientType=0 ); /* IE6-9 */
}
.sponsoren
{
	float: left;
	text-align: center;
	width: 80px;
	padding-top: 6px;
	font-size: 12px;
}

.footer_title
{
	color: #8c1813;
	font-size: 12px;
}

.contact_button
{
	margin-right: 10px;
	margin-left: 20px;
	float: left;
	width: 50px;
	height: 50px;
	/* Paden gecorrigeerd */
	background: url('../img/contact_icon.png');
}


.facebook_button
{
	float: left;
	width: 50px;
	height: 50px;
	/* Paden gecorrigeerd */
	background: url('../img/facebook_icon.png');
}


.footer_contact_button
{
	margin-left: 10px;
	float: left;
	width: 60px;
	height: 60px;
	/* Paden gecorrigeerd */
	background: url('../img/e-mail_2_small.png') no-repeat;
}

.footer_contact_button:hover
{
	/* Paden gecorrigeerd */
	background: url('../img/e-mail_2_small_hover.png') no-repeat;
}

.footer_facebook_button
{
	margin-left: 10px;
	float: left;
	width: 60px;
	height: 60px;
	/* Paden gecorrigeerd */
	background: url('../img/facebook_2_small.png') no-repeat;
}

.footer_facebook_button:hover
{
	/* Paden gecorrigeerd */
	background: url('../img/facebook_2_small_hover.png') no-repeat;
}

.twitter_button
{
	margin-left: 20px;
	float: left;
	width: 50px;
	height: 50px;
	/* Paden gecorrigeerd */
	background: url('../img/twitter_icon.png');
}


.footer_twitter_button
{
	margin-left: 10px;
	float: left;
	width: 60px;
	height: 60px;
	/* Paden gecorrigeerd */
	background: url('../img/twitter_2_small.png') no-repeat;
}

.footer_twitter_button:hover
{
	/* Paden gecorrigeerd */
	background: url('../img/twitter_2_small_hover.png') no-repeat;
}


.sponsor
{
	float: left;
	padding: 5px;
	margin-right: 10px;
	margin-left: 6px;
	margin-top: 10px;
	border: 1px dashed gray;
	border-radius: 3px;
}

.sponsor_title
{
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

.sponsor_image
{
	margin-top: 5px;
	text-align: center;
}

.sponsor_url
{
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
}

.red_error
{
	color: red;
}

/* NULSTEL de verticale marges van de koppen in de header, zodat Flexbox de verticale uitlijning kan overnemen. */
#header_text h2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0;
}

}