/* Body & Container */

body, html{
	height: 100%;
	padding: 0;
	margin: 0;
	background: url(../img/content_bg.jpg) repeat-x #9db2c6;
	font-family: "Comic Sans MS";
	font-size: 11px;
	color:#fff;
}

#body
{
	background: url(../img/body_bg.jpg) repeat-x #9db2c6;
}

.container{
	width: 983px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/container.jpg) repeat-y;
	overflow: hidden;
	
}

/* Tekst Opmaak */

h1{
	font-family: "Comic Sans MS";
	font-size: 24px;
	font-weight: bold;
}

a {
	color: #dfc86e;
	text-decoration: none;
}

a:hover{
	color: #dfc86e;
	text-decoration: none;
}

/* Header */

.header{
	width: 983px;
	height: 138px;
	background: url(../img/header.jpg) no-repeat;
	position: relative;
}

/* Menu Settings */

.menutop {
	margin: 0;
	padding: 0;
	width: 534px;
	list-style: none;
	float:right;
	margin-top: 107px;
}

.menutop li {
	padding: 0;
	margin: 0;
	height: 26px;
	display: block;
	list-style: none;
	border: 0px;
	background-repeat: no-repeat;
}
.menutop li a, .menutop li a:visited {
	display: block;
	font-size: 11px;
	height: 20px;
	color: #fff;
	text-decoration: none;
	border: 0px;
	float:left;
	text-align: center;
	padding-top: 6px;
}

.algemeen a{ background: url(../img/menu_algemeen.jpg) no-repeat; width: 160px; padding-left: 5px;}
.algemeen a:hover { background: url(../img/menu_algemeen_h.jpg) no-repeat; width: 160px; padding-left: 5px; color: #343434 !important;}
.algemeen_active a { background: url(../img/menu_algemeen_h.jpg) no-repeat; width: 160px; padding-left: 5px; color: #343434 !important;}

.diensten a{ background: url(../img/menu_diensten.jpg) no-repeat; width: 123px; }
.diensten a:hover { background: url(../img/menu_diensten_h.jpg) no-repeat; width: 123px; color: #343434 !important;}
.diensten_active a { background: url(../img/menu_diensten_h.jpg) no-repeat; width: 123px;  color: #343434 !important;}

.ervaring a{ background: url(../img/menu_ervaring.jpg) no-repeat; width: 122px; }
.ervaring a:hover { background: url(../img/menu_ervaring_h.jpg) no-repeat; width: 122px; color: #343434 !important;}
.ervaring_active a { background: url(../img/menu_ervaring_h.jpg) no-repeat; width: 122px;  color: #343434 !important;}

.contact a{ background: url(../img/menu_contact.jpg) no-repeat; width: 124px; }
.contact a:hover { background: url(../img/menu_contact_h.jpg) no-repeat; width: 124px; color: #343434 !important;}
.contact_active a { background: url(../img/menu_contact_h.jpg) no-repeat; width: 124px;  color: #343434 !important;}

.menutop:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.menutop li {float: left;}

/* Content */

.content_wrap{
	width: 983px;
	position: relative;
}

.left{
	width: 449px;
	float:left;
	text-align: center;
}

.left_img{
	width: 449px;
	height: 372px;
	background: url(../img/img_bottom.jpg) no-repeat bottom;
	margin: 0 auto;
}
.left_img_bar{
	width: 449px;
	height: 7px;
	background: url(../img/img_bottom.jpg) no-repeat;
}

.right{
	width: 534px;
	min-height: 373px;
	_height: 373px;
	color: #FFD700;
	background: url(../img/content_bg.jpg) no-repeat;
	float:right;

}

.content_space{
	width: 442px;
	line-height: 1.5;
	margin-left: 54px;
	margin-top: 34px;
	margin-bottom: 90px;
	position: relative;
}

/* Footer */

.footerbg{
	width: 100%;
	height: 78px;
	background: url(../img/footer_fill.jpg) repeat-x;
	margin-top: -78px;
	position: relative;
	
}

.footer{
	width: 983px;
	height: 30px;
	background: url(../img/footer2.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
	
}

.footer p {
	text-align:right;	
	color: #a9a9a9;
	font-size: 10px;
	margin: 0;
	padding: 0;
	margin-right: 200px;
	padding-top: 5px;
}
