#header {
	position: relative;
	width: 100%;
	height: 100px;
	background-image: url('../images/nav/sub/sub-zorg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 5px solid #004489;
	border-bottom: 5px solid #5dcd19;
}

#header .wrapper {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
#header .wrapper .title {
	position: absolute;
	float: left;
	bottom: 0;
	background: #5dcd19;
	height: 20px;
	width: 232px;
	margin-left: 10%;
}
#header .wrapper .title .green {
	position: absolute;
}
#header .wrapper .title span {
	line-height: 25px;
	margin-right: 10px;
	color: #FFFFFF;
}
#header .wrapper .title span.venture {
	font-size: 15px;
	margin-left: 10px;
}
#header .wrapper .title span.sub {
	font-size: 12px;
	margin-left: 2px;
}

#header #home {
	position: absolute;
	float: left;
	bottom: 0;
	height: 20px;
	width: 10%;
	z-index: 22;
}
#header #home a, #header #home a:hover {
	font-size: 14px;
	background: rgba(0, 68, 137, 0.65);
	display: inline-block;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #FFFFFF;
	text-decoration: none;
}
#header #home a span {
	padding-left: 10px;
}
#header #home a:hover {
	background: rgba(93, 205, 25, 0.65);
}

#header #menu {
	margin-left: 232px;
	display: none;
}

#header #menu ul {
	list-style-type: none;
}
#header #menu ul li {
	list-style-type: none;
	float: left;
	height: 100px;
	width: 100px;
}
#header #menu ul li a {
	background: rgba(0, 68, 137, 0.65);
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    height: 100%;
    line-height: 180px;
    text-align: center;
    width: 100%;
}
#header #menu ul li a.active, #header .wrapper #menu ul li a:hover {
	background: rgba(93, 205, 25, 0.65);
	text-decoration: none;
}

#content {
	margin-top: 40px;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}

#content #menu {
	width: 100%;
	display: none;
}

#content #menu ul {
	list-style-type: none;
	display: inline-block;
}
#content #menu ul li {
	list-style-type: none;
	float: left;
	width: 100px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#content #menu ul li a {
	background: rgba(0, 68, 137, 0.65);
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    height: 100%;
    text-align: center;
    width: 100%;
    padding: 20px 0px;
}
#content #menu ul li a.active, #content #menu ul li a:hover {
	background: rgba(93, 205, 25, 0.65);
	text-decoration: none;
}

/*#content .image {
	text-align: center;
	width: 232px;
	float: left;
}
#content .text {
	margin-left: 232px;
}*/
#content .text h1 {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 10px;
}