body {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	background-color: #FFF;
	font-family: arial, sans-serif;
	text-align:justify;
	font-size: 0.80em;

}

h1{
	color: #C8373B;	
}

hr { display: block; height: 1px;
    border: 0; border-top: 1px solid #C8373B;	
    margin: 1em 0; padding: 0; }

a{
	color: #C8373B;
}

#wrapper {
	width: 1171px;
	margin: 0px auto;
	min-height:100%;
}

#navbar {
	width: 650px;
	height: 38px;
	float:right;
	margin-top: 12px;
	margin-left: 10px;
	background: white;
	font-size: 20px;
	z-index:10;
	position: relative;
	top: -153px;
}

#navbar ul {
	list-style: none;
	margin: 0px;
	margin-left:150px;
	padding: 0px;
}

#navbar li {
	float:left;
	padding: 12px 16px 12px 16px;
}

#navbar img {
	display:none;
}

#navbar li a{
	text-decoration:none;
	color:Black;
	
}

.wat{
	background-image:none !important;
}

.voor-wie{
	background-image:none !important;
}

.ik-ben{
	background-image:none !important;
}

.verhalen{
	background-image:none !important;
}

.contact{
	background-image:none !important;
}

#navbar li:hover {
	background-image: url("/images/Select.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	display: block;
}

.selected {

	background-image: url("/images/Select.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	display: block;
}

#header {
	width: 478px;
	height: 75px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 18px;
	padding-bottom: 60px;
	background-size: 100% 290px;
	background-repeat: no-repeat;
}

#main_content {
	width: 1171px;
	margin-top: -30px;
	min-height: 834px;
	height: auto;
	float: right;
	position: relative;

}

#tekstvlak{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding-right:120px;
	width:850px;
	float:right;
}

.logo_klein_onder{
 float:right;
 padding-right:50px;
 padding-top: 2px;
}

#logo_onder {
	width:159px;
	height:0px;
	position: relative;
	bottom: 270px;
}

#contact{
	float:right;
	text-align:right;
	margin-right: -69px;
}

#contact p{
	margin-right:100px;
}



#footer {
	width: 100%;
	height: 57px;
	background-color: #C8373B;
	color:#fff;
	clear: both;
	font-size: 0.90em;
	padding-top:5px;
	padding-bottom:5px;
}

#footer a{
	color:#fff;
}

