html, body {
	height: 100%;
}
body {
	background: url(images/body_background2.png) repeat-x;
}
div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	_height: 100%;
	min-height: 100%;
}
#logo {
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 3;
}
#logo a {
	border: none;	
}
div#header {
	height: 302px;
}
div#body {
	height: auto;
	margin: 0 auto;
	padding-bottom: 70px;
}
div#body div#hoofdinhoud, div#body div#rechts {
	float: left;
}
div#body div#hoofdinhoud {
	width: 610px;
	margin: 0 30px 15px 0;
	overflow:hidden;
}
div#body div#hoofdinhoud div#links {
	float: left;
	width: 290px;
	margin-right: 15px;
}
div#body div#hoofdinhoud div#midden {
	float: left;
	width: 290px;
	margin-left: 15px;
}
div#body div#rechts {
	float: left;
	width: 320px;
}
div#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 70px;
}

/* Global */
div.inhoud {
	width: 960px;
	margin: 0 auto;
}
div.clear_float, div.clear {
	clear: both;
}
img {
	border: none;
}
body.editor {
	background: none;
}

/* Tekst */
body, td {
	font: 12px/22px Arial, sans-serif;
	color: #646464;
}
input, textarea {
	font: 12px Arial, sans-serif;
	color: #646464;
}
form {
	margin: 0;
}
h2 {
	margin: 22px 0;
}
p {
	margin: 0 0 22px 0;
}
h1 {
	font: 20px "Lucida Sans Unicode", sans-serif;
	color: #4e6b84;
	margin: 9px 0;
}
h2 {
	font: 16px/22px "Lucida Sans Unicode", sans-serif;
	color: #b2bb34;
}
h3 {
	font: 14px/22px "Lucida Sans Unicode", sans-serif;
	margin: 0;
}
ul, ol {
	margin: 22px 36px;
	padding: 0;
}
a {
	color: #7e99b2;
	border-bottom: 1px dotted #7e99b2;
	text-decoration: none;
}
a:hover {
	color: #4e6b84;
	border-bottom: 1px dotted #4e6b84;
}
a:focus {
	outline: none;
}
h2 a {
	color: #b2bb34;
	border: none;
	display: block;
}
h2 a:hover {
	color: #4e6b84;
	border: none;
}
div#rechts h2 {
	margin: 11px 0;
}

/* Projects */
div.projecten {
	margin: 15px 0;
}
div.projecten div.element,
div.projecten div.element_even,
div.projecten div.element_odd {
	float: left;
	width: 154px;
	height: 74px;
	margin-bottom: 10px;
	border: 3px solid #e7e7e7;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: .7;
	-moz-opacity: .7;
	-khtml-opacity: .7;
	filter: alpha(opacity=70);
}
div.projecten div.element_even {
	width: 149px;
	margin-right: 5px;
}
div.projecten div.element_odd {
	width: 149px;
	margin-left: 5px;
}
div#links div.projecten div.element, div#links div.projecten div.element_even, div#links div.projecten div.element_odd,
div#midden div.projecten div.element, div#midden div.projecten div.element_even, div#midden div.projecten div.element_odd {
	width: 134px;
}
div.projecten div#element_active {
	border-color: #ddd;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
}
div.projecten div.element a,
div.projecten div.element_even a,
div.projecten div.element_odd a {
	display: none;
}
div.projecten div.element p,
div.projecten div.element_even p,
div.projecten div.element_odd p {
	display: none;
}
div.projecten div div.element_inner {
	display: none;
	height: 74px;
	background-position: center center;
	background-repeat: no-repeat;
}
div.projecten p.read_more {
	margin: 0;
	font-size: 11px;
}
div.projecten p.read_more a {
	color: #b1b1b1;
	border-bottom: none;
	padding-left: 10px;
	background: url(images/bullet_cc.gif) left center no-repeat;
}
div.projecten p.read_more a:hover {
	color: #666;
	background-image: url(images/bullet_b1.gif);
}
div.projecten a.button {
	display: block;
	width: 260px;
	height: 22px;
	padding: 5px 15px;
	color: #fff;
	font-size: 14px;
	background: #86abca url(images/frame_controller_background.png) -31px 0;
	border: none;
	cursor: pointer;
	font-family: "Lucida Sans Unicode", sans-serif;
}
div.projecten a.button:hover {
	background-image: url(images/frame_controller_background_active.png);
}

/* Snelkoppelingen */
div#snelkoppelingen {
	position: relative;
	height: 30px;
	font-size: 11px;
}
div#snelkoppelingen ul {
	float: right;
	margin: 0;
	list-style: none;
	background: url(images/shortcuts_background.png) repeat-x;
	border-right : 1px solid #494949;
	border-left: 1px solid #232323;
}
div#snelkoppelingen ul li {
	float: left;
}
div#snelkoppelingen ul li a {
	display: block;
	float: left;
	padding: 4px 12px;
	border: none;
	border-right : 1px solid #232323;
	border-left: 1px solid #494949;
	color: #969696;
}
div#snelkoppelingen ul li a.active {
	background: #3c3c3c;
}
div#snelkoppelingen ul li a:hover {
	color: #aaa;
}
div#snelkoppelingen-line {
	position: absolute;
	top: 29px;
	left: 0;
	width: 960px;
	height: 1px;
	overflow: hidden;
	background: url(images/line-1.png);
}

/* Banner */
div#banner {
	height: 240px;
	background-repeat: no-repeat;
	background-position: center center;
}
div#banner div#slogan {
	float: right;
	width: 400px;
	height: 240px;
}
div#banner div#slogan div#slogan_inner {
	float: right;
	background: #4f6982;
	color: #fff;
	padding: 10px 20px;
	margin-top: 110px;
	font-weight: bold;
	opacity: .9;
	-moz-opacity: .9;
	-khtml-opacity: .9;
	filter: alpha(opacity=90);
}


/* Hoofdnavigatie */
div#navigatie {
	height: 32px;
	font-size: 11px;
	font-weight: bold;
}
div#navigatie ul {
	float: left;
	height: 32px;
	margin: 0;
	list-style: none;
}
div#navigatie ul li {
	float: left;
}
div#navigatie ul li a {
	display: block;
	float: left;
	padding: 5px 10px;
	border: none;
	color: #fff;
}
div#navigatie ul li a.active {
	background: url(images/navigation_background3.gif);
}
/* Dropdown */
div#main_nav_container {
	position:absolute;
	float:left;
	width:960px;
	overflow:hidden;
	z-index:3;
}
div#main_subnav_container {
	width:960px;
	height:32px;
	overflow:hidden;
}
div#main_subnav_overlay {
	width:958px;
	background-color:#fff;
	height:100%;
	background: #fff;
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
}

div#navigatie ul li div.main_subnav_item,
div#navigatie ul li ul li {
	float: none;	
}

div#navigatie ul li div.main_subnav_item a,
div#navigatie ul li ul li a{
	background: url(images/bullet_cc.gif) 12px 9px no-repeat;
	color: #666;
	font-weight: normal;
	padding: 1px 18px 1px 25px;
	float: none;
	color: #7e99b2;
	width: 210px;
	height: 22px;
	overflow:hidden;
}
div#navigatie ul li div.main_subnav_item a:hover,
div#navigatie ul li ul li a:hover {
	background: url(images/bullet_b1.gif) 12px 9px no-repeat;
	color: #4e6b84;
	text-decoration: underline;
}
div#navigatie ul li div.main_subnav_collection,
div#navigatie ul li ul  {
	padding: 7px 0;
	left:0;
}



div.main_subnav_frame {
	position:absolute;
	float:left;
	width:490px;
	height:600px;
	display:none;
	background-color:#fff;
	overflow:hidden;
}
div.main_subnav_subframe {
	position:absolute;
	width:245px;
	height:600px;
	display:none;
	overflow:hidden;
	top:0;
	margin-left:245px;
	background-color:#fff;	
}
div#main_border {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-top:3px;
	background: #b8a285 url(images/dropdown_background.gif);
	width: 100%;
	height: 3px;
	z-index:1;
}

/* Kruimelpad */
div#trace {
	font-size: 11px;
	color: #b1b1b1;
}
div#trace p {
	margin: 7px 0;
}
div#trace a {
	color: #b1b1b1;
	border: none;
}
div#trace a:hover {
	color: #666;
}

/* Tools */
ul#tools {
	margin: 0;
	height: 33px;
	padding-left: 15px;
	list-style: none;
	background: url(images/tools_background.gif) repeat-x;
	font-size: 11px;
}
ul#tools li {
	float: left;
	padding-top: 6px;
}
ul#tools li a {
	color: #a49d94;
	border: none;
}
ul#tools li a:hover {
	color: #666;
	text-decoration: underline;
}
ul#tools li#tools_print a {
	display: block;
	background: url(images/icon_print.gif) 0 2px no-repeat;
	padding-left: 21px;
	padding-right: 10px;
}
ul#tools li#tools_taf a {
	display: block;
	background: url(images/icon_taf.gif) 0 2px no-repeat;
	padding-left: 19px;
	padding-right: 10px;
}
ul#tools li#tools_favorites a {
	display: block;
	background: url(images/icon_favorites.gif) 0 4px no-repeat;
	padding-left: 19px;
}

/* Footer */
div#footer div.inhoud {
	border-top: 3px solid #e9e9e9;
	font-size: 11px;
	color: #b1b1b1;
	height: 47px;
	padding: 10px 0;
}
div#footer div.inhoud p {
	margin: 0;
}
div#footer div.inhoud p a:link, div#footer div.inhoud p a:visited {
	color: #b1b1b1;
	text-decoration: none;
	border: none;
}
div#footer div.inhoud p a:hover {
	color: #b2bb34;
	border-bottom: 1px dotted #b2bb34;
}

/* Nieuwsweergave */
div#news_view {
	margin: 15px 0;
	/*border-top: 3px solid #e9e9e9;*/
	border-bottom: 3px solid #e9e9e9;
	font-size: 11px;
}
div#news_view h2 {
	margin: 22px 10px;
}
div#news_view h3 {
	margin: 0;
	font-size: 11px;
	font-weight: normal;
}
div#news_view p {
	margin: 0
}
div#news_view div.highlight {
	margin: 10px;
}
div#news_view div.highlight p.details {
	color: #b1b1b1;
}
div#news_view ul.elements {
	margin: 0;
	list-style: none;
}
div#news_view ul.elements li {}
div#news_view ul.elements li a {
	display: block;
	padding: 1px 10px;
	border: none;
	border-top: 1px dotted #b6b6b6;
}
div#news_view ul.elements li a:hover {
	background: url(images/bullet_b1.gif) 270px center no-repeat;
}

/* Voorpagina */
div.voorpagina {
	font-size: 11px;
	margin: 0 0 11px 0;
}
div.voorpagina h2 {
	margin: 0;
	font-size: 14px;
	color: #fff;
}
div.voorpagina h2 a {
	display: block;
	width: 270px;
	padding: 5px 10px;
	color: #fff;
	background: url(images/heading_background2.png);
}
div#rechts div.voorpagina h2 a {
	width: 300px;
}
div.voorpagina h2 a:hover {
	color: #fff;
}
div.voorpagina div.inner {
	position: relative;
	border: 1px dotted #e5e5e5;
	border-top: none;
	padding: 5px 10px 0 10px;
	height: 158px;
}
div.voorpagina div.inner a.more {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
div.voorpagina div.inner p {
	margin: 0 0 10px 0;
}
div.voorpagina div.inner ul,
div.voorpagina div.inner ol {
	margin: 0 15px 10px 15px;
}
div.voorpagina div.inner ul li,
div.voorpagina div.inner ol li {
	line-height: 19px;
	margin: 3px 0;
}

/* Vragen */
div.vragen {
	border-top: 3px solid #e9e9e9;
	border-bottom: 3px solid #e9e9e9;
	font-size: 11px;
	padding: 0 10px;
	margin: 15px 0;
}
div.vragen h2,
div.vragen p {
	margin: 10px 0;
}
div.vragen ul {
	margin: 0 36px 10px 36px;
}
div.vragen div.cb_online {}
div.vragen div.cb_online input.cb_chatbutton {
	margin-bottom: 10px;
}

/* Midden snelkoppelingen */
ul#midden_snelkoppelingen {
	margin: 15px 0;
	list-style: none;
}
ul#midden_snelkoppelingen li {}
ul#midden_snelkoppelingen a {
	display: block;
	padding: 6px 10px;
	background: url(images/midden_shortcuts_background.gif);
	border-bottom: 1px solid #fff;
	font: 14px/18px "Lucida Sans Unicode", sans-serif;
	color: #eee;
}
ul#midden_snelkoppelingen a:hover {
	border-bottom: 1px solid #666;
	color: #fff;
}

/* Nieuwspagina */
div#news_page {}
div#news_page div#highlights {}
div#news_page div#highlights div.first_element {
	height: 224px;
	border-top: 3px solid #e6e6e6;
	border-bottom: 3px solid #e6e6e6;
}
div#news_page div#highlights div.first_element a.thumbnail {
	display: block;
	border: none;
	float: left;
	opacity: .7;
	-moz-opacity: .7;
	-khtml-opacity: .7;
	filter: alpha(opacity=70);
}
div#news_page div#highlights div.first_element a.thumbnail:hover {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	border-color: #ddd;
}
div#news_page div#highlights div.first_element a.thumbnail img {
	float: left;
	margin: 20px 10px 20px 0;
	border: 3px solid #e6e6e6;
}
div#news_page div#highlights div.first_element h2 {
	margin-bottom: 0;
}
div#news_page div#highlights div.first_element p.details {
	margin-top: 5px;
	color: #b1b1b1;
}
div#news_page div#highlights div.element,
div#news_page div#highlights div.element_even,
div#news_page div#highlights div.element_odd {
	float: left;
	width: 295px;
	height: 206px;
	padding: 20px 20px 0 0;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	font-size: 11px;
	line-height: 20px;
}
div#news_page div#highlights div.element_odd {
	padding-right: 0;
}
div#news_page div#highlights div.element a.thumbnail,
div#news_page div#highlights div.element_even a.thumbnail,
div#news_page div#highlights div.element_odd a.thumbnail {
	display: block;
	float: left;
	margin: 0 10px 20px 0;
	opacity: .7;
	-moz-opacity: .7;
	-khtml-opacity: .7;
	filter: alpha(opacity=70);
	border: none;
}
div#news_page div#highlights div.element a.thumbnail:hover,
div#news_page div#highlights div.element_even a.thumbnail:hover,
div#news_page div#highlights div.element_odd a.thumbnail:hover {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	border-color: #ddd;
}
div#news_page div#highlights div.element a.thumbnail img,
div#news_page div#highlights div.element_even a.thumbnail img,
div#news_page div#highlights div.element_odd a.thumbnail img {
	border: 3px solid #e6e6e6;
}
div#news_page div#highlights div.element div.thumbnail a,
div#news_page div#highlights div.element_even div.thumbnail a,
div#news_page div#highlights div.element_odd div.thumbnail a {
	border: none;
}
div#news_page div#highlights div.element h2,
div#news_page div#highlights div.element_even h2,
div#news_page div#highlights div.element_odd h2 {
	margin: 0;
	font-size: 16px;
	line-height: 22px;
}
div#news_page div#highlights div.element p.details,
div#news_page div#highlights div.element_even p.details,
div#news_page div#highlights div.element_odd p.details {
	color: #b1b1b1;
}
div#news_page div#highlights div.element p,
div#news_page div#highlights div.element_even p,
div#news_page div#highlights div.element_odd p {
	margin: 11px 0;
}
div#news_page div#days {
	border-bottom: 3px solid #e7e7e7;
}
div#news_page div#days div.element {
	float: left;
	width: 281px;
	height: 87px;
	padding: 0 10px;
	margin: 10px 0;
	overflow: hidden;
}
div#news_page div#days div.element h2 {
	font-size: 11px;
	line-height: 17px;
	margin: 0 0 3px 0;
}
div#news_page div#days div.element p {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
}
div#news_page div#days div.element div.element_left {
	float: left;
	margin-right: 10px;
	text-align: center;
}
div#news_page div#days div.element div.element_left a.thumbnail {
	display: block;
	float: left;
	opacity: .7;
	-moz-opacity: .7;
	-khtml-opacity: .7;
	filter: alpha(opacity=70);
	border: none;
}
div#news_page div#days div.element div.element_left a.thumbnail:hover {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	border-color: #ddd;
}
div#news_page div#days div.element div.element_left a.thumbnail img {
	border: 3px solid #e6e6e6;
	margin-top: 2px;
}
div#news_page div#days div.element div.element_left p.date {
	margin-top: 3px;
	color: #aaa;
	clear: both;
}
div#news_page div#message {
	position: relative;
}
div#news_page div.social {
	position: absolute;
	top: 33px;
	right: 0;
	width: 96px;
}
div#news_page div.vacancies div.social {
	top: 2px;
}
div#news_page div#message p.details {
	margin-top: 5px;
	border-bottom: 3px solid #e7e7e7;
	padding-bottom: 10px;
	color: #999;
}
div#news_page div#message p.details a {
	color: #b1b1b1;
	border-bottom: none;
}
div#news_page div#message p.details a:hover {
	color: #969696;
	border-bottom: 1px dotted #969696;
}
div#news_page div#message img.thumbnail {
	float: left;
	margin: 3px 15px 15px 0;
	border: 3px solid #e7e7e7;
}
div#news_page p.read_more {
	font-size: 11px;
	font-weight: bold;
}
div#news_page ul#archief_per_maand {}

/* Zoeken */
div#search {
	margin-bottom: 22px;
}
div#search input#text {
	border: 1px solid #e7e7e7;
	height: 14px;
	width: 200px;
	padding: 2px 3px;
	font-size: 11px;
}

/* Zoekpagina */
div#search_page {}
div#search_page input#text {
	border: 1px solid #e7e7e7;
	height: 14px;
	width: 200px;
	padding: 2px 3px;
	font-size: 11px;
}
div#search_page div.element, div#search_page div.element_noresults {
	border-top: 1px solid #e7e7e7;
	padding-top: 22px;
}
div#search_page div.element_noresults  {
	border-top: 3px solid #e7e7e7;
	margin-top: 22px;
}
div#search_page div.element_noresults p {
	margin-top: 0;
}
div#search_page div.element  h2 {
	margin-top: 0;
}
div#search_page p#search_header {
	border-bottom: 2px solid #e7e7e7;
	padding-bottom: 22px;
	margin-bottom: 0;
}
div#search_page div#navigation {
	border-top: 3px solid #e7e7e7;
	padding: 22px 0;
	position: relative;
}
div#search_page div#navigation div.prev, div#search_page div#navigation div.page_info, div#search_page div#navigation div.next {
	width: 203px;
	position: absolute;
	top: 11px;
}
div#search_page div#navigation div.prev {
	left: 0;
	text-transform: capitalize;
}
div#search_page div#navigation div.page_info {
	left: 203px;
	text-align: center;
}
div#search_page div#navigation div.next {
	left: 406px;
	text-align: right;
	text-transform: capitalize;
}

/* Subnavigation */
ul#subnavigation {
	list-style-type: none;
	padding: 0;
	margin: 15px 0 0 0;
}
ul#subnavigation li.element_even,
ul#subnavigation li,
ul#subnavigation li.element_odd {
	float: left;
	margin: 0 10px 0 0;
	width: 150px;
}
ul#subnavigation li.element_odd {
	margin-right: 0;
}
ul#subnavigation li a:link, ul#subnavigation li a:visited {
	border: none;
	border-bottom: 1px dotted #ccc;
	padding: 2px 5px;
	font-size: 11px;
	display: block;
	width: 140px;
}
ul#subnavigation li a:hover, ul#subnavigation li a.active:link, ul#subnavigation li a.active:visited {
	background: url(images/bullet_b1.gif) 135px center no-repeat;
	color: #4e6b84;
}
div#body div#rechts ul#subnavigation li h2, h2#subnavigation_title {
	margin: 0;
	margin: 11px 0 0 0;
	border-bottom: 3px solid #e9e9e9;
	padding-bottom: 11px;
}
div#body div#rechts ul#subnavigation li h2 a:link, div#body div#rechts ul#subnavigation li h2 a:visited {
	width: auto;
	font: 16px/22px "Lucida Sans Unicode", sans-serif;
	color: #b2bb34;
	border: none;
}
div#body div#rechts ul#subnavigation li h2 a:hover {
	background: none;
	color: #4e6b84;
}
ul#subnavigation li.mainitem {
	padding: 0;
	float: none;
	display: block;
	border: none;
	width: auto;
}
#subnavigationborder {
	position: relative;
	top: -3px;
	left: 0;
	width: 310px;
	z-index: 2;
	background: #fff;
	height: 1px;
	border-top: 3px solid #e9e9e9;
}

/* Contactformulier */
div.mailer_ext {
	margin: 22px 0;
}
div.mailer_ext h2 {
	margin: 0 0 22px 0;
}
div.mailer_ext div.message, .wzStep .message {
	cursor: pointer;
}
div.mailer_ext div.message p.error, .wzStep .message .message-heading {
	border-top: 3px solid #e9e9e9;
	font-weight: bold;
	padding-top: 10px;
	margin: 0;
}
div.mailer_ext div.message ul, .wzStep .message ul {
	border-bottom: 3px solid #e9e9e9;
	margin: 0 0 22px 0;
	padding-bottom: 11px;
	list-style-type: none;
	font-size: 11px;
}
div.mailer_ext div.message br, .wzStep .message br {
	display: none;
}
div.mailer_ext label, .wzStep label {
	display: block;
	float: left;
	width: 110px;
}
div.mailer_ext input, .wzStep input {
	margin-bottom: 5px;
	width: 160px;
}
div.mailer_ext textarea, .wzStep textarea {
	width: 270px;
	height: 80px;
}
div.mailer_ext input.versturen, .wzButtons input {
	text-transform: capitalize;
	cursor: pointer;
	width: auto;
}
div.mailer_ext div.textarea label {
	display: block;
	width: 270px;
}
div.mailer_ext div.textarea textarea {
	width: 270px;
	margin-top: 3px;
}
div.mailer_ext div.radio_buttons {
	margin-bottom: 18px;
}
div.mailer_ext div.radio_buttons label, .wzRadioOptions label {
	float: none;
	display: block;
	width: auto;
}
div.mailer_ext div.radio_buttons input, .wzRadioOptions input {
	width: auto;
	border: none;
}
div.mailer_ext div.radio_buttons input.tekst {}


/* Portfolio overzicht */
div#portfolio_overzicht {
	width:630px;
}
div#portfolio_overzicht div.element {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 22px;
	margin-bottom: 22px;
	width: 190px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
	height: 170px;
}
div#portfolio_overzicht div.element h2 {
	margin: 0;
}
div#portfolio_overzicht div.element p {
	margin: 0;
}
div#portfolio_overzicht div.element div.image {
	width: 184px;
	height: 70px;
	margin-bottom: 10px;
	border: 3px solid #e7e7e7;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: .7;
	-moz-opacity: .7;
	-khtml-opacity: .7;
	filter: alpha(opacity=70);
	display: block;
}
div#portfolio_overzicht div.element div.image div.image_inner {
	width: 184px;
	height: 70px;
	display: none;
	background-position: center center;
	background-repeat: no-repeat;
}
div#portfolio_overzicht div.element div#image_active {
	border-color: #ddd;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
}
div#portfolio_overzicht div.element div.text {
	height: 88px;
	overflow: hidden;
	padding: 0 10px;
}
div#portfolio_list {
	width:630px;
}
/* Portfolio news view */
div#portfolio_list div.element {
	margin: 0 10px 20px 0;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 22px;
	margin-bottom: 22px;
	width: 190px;
	margin-right: 20px;
	float: left;
	height: 206px;
	overflow: hidden;
}
div#portfolio_list div.element h2,
div#portfolio_list div.element p {
	margin: 0;
}
div#portfolio_list div.element p.details a {
	color: #b1b1b1;
	border-bottom: none;
}
div#portfolio_list div.element p.details a:hover {
	border-bottom: 1px dotted #969696;
	color: #969696;
}
div#portfolio_list div.element div.text {
	height: 110px;
	overflow: hidden;
}
div#portfolio_list div.element a.thumbnail {
	width: 184px;
	height: 70px;
	margin: 6px 0;
	border: 3px solid #e7e7e7;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: .7;
	-moz-opacity: .7;
	-khtml-opacity: .7;
	filter: alpha(opacity=70);
	display: block;
}
div#portfolio_list div.element a.thumbnail:hover {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
}
/* Portfolio view rechts */
div#rechts div#portfolio_list {
	width: 340px;
	overflow: hidden;
}
div#rechts div#portfolio_list div.element {
	width: 150px;
	margin: 0 20px 22px 0;
	height: 184px;
}
div#rechts div#portfolio_list div.element a.thumbnail, div#rechts div#portfolio_list div.element a.thumbnail img {
	width: 142px;
	height: 55px;
	margin-top: 0;
}
div#rechts div#portfolio_list div.element div.text {
	height: 88px;
}
div#rechts div#portfolio_list div.element h2 {
	font: 14px/22px "Lucida Sans Unicode", sans-serif;
}
div#rechts div#portfolio_list div.element h2 a {
	color: #7e99b2;
}
div#rechts div#portfolio_list div.element h2 a:hover {
	color: #4e6b84;
}

/* Overige referenties */
div.references {
	width: 630px;	
}
div.reference_list {
	float: left;
	width: 190px;	
	margin-right: 20px;
}
div.reference_list ul {
	margin: 22px 0;
	padding: 0;
	list-style-type: none;
}
div.reference_list ul li {
	padding-left: 15px;
	background: url(images/bullet_b1.gif) left center no-repeat;
	font-size: 11px;
}

/* Heading 1 margin fixes */
div#search_page h1, div#news_page h1, div#news_page div#message, div#portfolio_overzicht h1 {
	margin: 11px 0;
}

/* Frame controller */
div.frame_controller {
	margin: 22px 0 22px 0;
	height: 204px;
	background: #fff;
}
div.frame_controller h2 {
	margin: 0;
	font-size: 14px;
}
div.frame_controller h2 span {
	display: block;
	width: 260px;
	height: 22px;
	padding: 5px 15px;
	color: #fff;
	background: #86abca url(images/frame_controller_background.png) -31px 0;
	cursor: pointer;
}
div.frame_controller h2 span:hover {
	background: #98bad7 url(images/frame_controller_background_active.png) -31px 0;
}
div.frame_controller div.element_content {
	display: none;
	overflow: hidden;
	background: #fff url(images/frame_controller_element_background.gif) 0 bottom repeat-x; 
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
div#rechts div.frame_controller h2 {
	margin: 0;
}
div#rechts div.frame_controller h2 span {
	width: 290px;
	background-position: 0% 0%;
}
div#rpc {
	margin: 10px 15px;
}
div#rpc a {
	color: #a7b023;
	border: none;
}
div#rpc a:hover {
	color: #929b14;
	text-decoration: underline;
}

/* Google maps */
div#google_maps {
	border: 1px solid #e7e7e7;
	background: #fff;
	padding: 5px;
	cursor: pointer;
}
div#google_maps div.google_maps_container {
	width: 100%;
	height: 400px;
}
div#google_maps_navigation {
	margin: 22px 0;
}
div#google_maps_navigation input.text {
	border: 1px solid #e7e7e7;
	height: 14px;
	width: 200px;
	padding: 2px 3px;
	font-size: 11px;
}
div#google_maps_navigation input.google_maps_button {
	margin-left: 5px;
}

/* Portfolio slider */
#portfolio-slider {
	min-height: 420px;
	position: relative;
}
#portfolio-slider h2, #portfolio-slider .details {
	margin: 0 0 12px 0;
}
#portfolio-slider .element {
	margin-bottom: 22px;
	background: #fff;
}
#portfolio-slider .overflow {
	height: 225px;
	margin-bottom: 22px;
	overflow: hidden;
}
#portfolio-slider .button a {
	border: none;
	background: #4e6b84 url(images/frame_controller_background.png) no-repeat;
	display: block;
	padding: 5px 10px;
	color: #fff;
	font: 14px/22px "Lucida Sans Unicode", sans-serif;
}
#portfolio-slider .button a:hover {
	background-image: url(images/frame_controller_background_active.png);
}
#portfolio-slider .gallery {
	position: relative;
	float: left;
	width: 400px;
	height: 280px;
}
#portfolio-slider .gallery a.thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 394px;
	height: 274px;
	border: 3px solid #e7e7e7;
	display: block;
	z-index: 3;
}
#portfolio-slider .gallery a.thumbnail:hover {
	border-color: #ddd;
}
#portfolio-slider .text {
	float: left;
	width: 190px;
	padding-right: 20px;
}
/* Portfolio gallerij-subnavigatie */
#portfolio-slider .subnavigation {
	position: absolute;
	bottom: 13px;
	right: 13px;
	z-index: 5;
}
#portfolio-slider .subnavigation span {
	margin-left: 12px;
	background: #fff;
	width: 12px;
	height: 12px;
	display: block;
	float: left;
	overflow: hidden;
	border: none;
	filter: alpha(opacity=70);
	-khtml-opacity: .7;
	-moz-opacity: .7;
	opacity: .7;
}
#portfolio-slider .subnavigation span.active {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-khml-opacity: 1;
}
/* Portfolio slider-navigatie */
#portfolio-slider .navigation {
	position: absolute;
	top: 302px;
	width: 630px;
	height: 76px;
	padding-bottom: 22px;
	border-bottom: 3px solid #e7e7e7;
}
#portfolio-slider .navigation .element {
	margin: 0;
}
#portfolio-slider .navigation a {
	border: none;
	display: block;
	float: left;
	margin-right: 20px;
	width: 184px;
	height: 70px;
	border: 3px solid #e7e7e7;
}
#portfolio-slider .navigation a img {
	filter: alpha(opacity=70);
	-khtml-opacity: .7;
	-moz-opacity: .7;
	opacity: .7;
	width: 184px;
	height: 70px;
	background-position: center center;
	background-repeat: no-repeat;
}
#portfolio-slider .navigation a:hover img,
#portfolio-slider .navigation .active a  img {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-khml-opacity: 1;
}
div#portfolio-slider p.details a {
	color: #b1b1b1;
	border-bottom: none;
}
div#portfolio-slider p.details a:hover {
	border-bottom: 1px dotted #969696;
}
/* Item gallerij */
#message .gallery {
	position: relative;
	width: 610px;
	height: 320px;
	margin-bottom: 20px;
}
#message .gallery .image {
	position: absolute;
	top: 0;
	left: 0;
	border: 3px solid #e7e7e7;
}

/* Wizard */
.wzStep .message {
	display: none;
}
div.wzInput {
	clear: both;
	padding-top: 5px
}
.wzStep input, .wzStep textarea, .wzTooltip {
	float: left;
	margin: 0;
}
.wzTooltip {
	margin: 0 0 0 5px;
} 
.wzButtons input {
	margin-bottom: 22px;
	float: none;
}
.wzRadio p, .wzTextArea label {
	margin: 5px 0 0 0;
}
.wzRadioOptions input {
	margin: 5px 5px 0 0;
}
#wzNamelijk label, #wzBudget-namelijk label {
	width: auto;
	margin: 0 5px 0 0;
}
.wzTextArea label {
	width: 100%;
	float: none;
}
.required-heading {
	margin: 22px 0;
	clear: both;
}

/* Social media */
#social-side {
	width: 31px;
	position: fixed;
	right: 0;
	top: 350px;
}
#social-side a {
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
	border: none;
}
.social-media {
	margin: 20px 0;
	overflow: hidden;
}

.social-media .el {
	float: left;
	overflow: hidden;
}

.social-media .plus {
	width: 50px;
}

.social-media .twit {
	width: 115px;
}

.social-media .fb {
	width: 120px;
}
