@charset utf-8;


	
/* CSS Document */
* {
	margin:0;
}

html,body {
	height:100%;
	color:#4f4f4f;
}

img {
	border:0;
}

#wrapper {
	min-height:100%;
	height:auto!important;
	height:100%;
	margin:0 auto -343px;
}

#footer,#push {
	height:517px;
	background-color:#ffffff;
	clear:both;
}

.container {
	background-color:#ffffff;
	width:960px;
	padding-top:20px;
	margin:0 auto;
}


	
/* oude div-container*/
#container {
	background-color:#ffffff;
	width:960px;
	padding-top:20px;
	margin:0 auto;
}

#header-logo {
	float:left;
	background-image:url(images/header-logo.jpg);
	background-repeat:no-repeat;
	height:80px;
	width:215px;
	padding-right:32px;
	margin-bottom:50px; 
}


	
/* MENU */
#menu {
	height:65px;

	
/* 	width: 730px; */
	float:right;
	text-align:center;
	padding-left:3px;
	padding-top:7px;
	padding-bottom:8px;

	
/*background-color:#330099;*/
}

#nav {
	margin:0;
	padding-left:0;
	padding-right:0;
	padding-top:25px;
	padding-bottom:8px;
}

#nav li {
	list-style:none;
	height:65px;
	float:left;
	position:relative;
	margin-left:35px;
	height:65px;
}

#nav li a {
	text-decoration:none;
	font-size:25px;
	display:block;
	outline:none;
}

#menu ul li a:hover,#nav li a.active {
	color:#858585;
}

.current a {
	background-position:0 -65px;
}

a#home {
	background-image:url(images/menu-home.jpg);
	outline:none;
}

a#overons {
	width:154px;
	height:65px;
	background-image:url(images/menu-overons.jpg);
	outline:none;
}

a#diensten {
	width:150px;
	height:65px;
	background-image:url(images/menu-diensten.jpg);
	outline:none;
}

a#portfolio {
	width:140px;
	height:65px;
	background-image:url(images/menu-portfolio.jpg);
	outline:none;
}

a#contact {
	width:136px;
	height:65px;
	background-image:url(images/menu-contact.jpg);
	outline:none;
}

a#home:hover,a#overons:hover,a#diensten:hover,a#portfolio:hover,a#contact:hover {
	background-position:0 -65px;
}

.bar {
	float:left;
	height:1px;
	width:980px;
	border-bottom:1px solid #4f4f4f;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	padding-top:15px;
	padding-bottom:15px;
}

#sub-header {
	float:left;
	width:900px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
}

#sub-header-bg {
	margin-bottom:20px;
	float:left;
	background-image:url(images/sub-header-bg.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	width:100%;
	height:228px;
}

#sub-header-bg h1 {
	color:#fff;
	height:35px;
	width:940px;
	margin-top:20px;
	margin-bottom:20px;
	background-repeat:no-repeat;
	background-position:top left;
}

.xcontainer {
	background-image:url(images/sub-header-bg.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	width:960px;
	margin:0 auto;
	text-align:left;
}

.xcontainer a#offerte_aanvragen {
	text-align: center;
	padding-top:9px;
	width:270px;
	height:28px;
	background-image: linear-gradient(bottom, rgb(188,188,188) 55%, rgb(251,253,248) 97%);
	background-image: -o-linear-gradient(bottom, rgb(188,188,188) 55%, rgb(251,253,248) 97%);
	background-image: -moz-linear-gradient(bottom, rgb(188,188,188) 55%, rgb(251,253,248) 97%);
	background-image: -webkit-linear-gradient(bottom, rgb(188,188,188) 55%, rgb(251,253,248) 97%);
	background-image: -ms-linear-gradient(bottom, rgb(188,188,188) 55%, rgb(251,253,248) 97%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.55, rgb(188,188,188)),
		color-stop(0.97, rgb(251,253,248))
	);
	color: #484848;
	border-bottom:1px solid #d4d4d4;
	border-right:0;
	border-top:0;
	border-left:0;
	border-radius:5px;
	box-shadow:1px 1px 3px #4e6d0d, 1px 1px 3px #4e6d0d;
	font-size:21px;
	font-color:#000000;
	float:right;
	margin-top: 30px;
}

.xcontainer a#offerte_aanvragen:hover {
	background-image: linear-gradient(bottom, rgb(179,179,179) 55%, rgb(251,253,248) 97%);
	background-image: -o-linear-gradient(bottom, rgb(179,179,179) 55%, rgb(251,253,248) 97%);
	background-image: -moz-linear-gradient(bottom, rgb(179,179,179) 55%, rgb(251,253,248) 97%);
	background-image: -webkit-linear-gradient(bottom, rgb(179,179,179) 55%, rgb(251,253,248) 97%);
	background-image: -ms-linear-gradient(bottom, rgb(179,179,179) 55%, rgb(251,253,248) 97%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.55, rgb(179,179,179)),
		color-stop(0.97, rgb(251,253,248))
	);
}

.xcontainer h1{
	font-size: 21px;
}

#content {
	width:980px;
	font-family:Verdana, "Times New Roman", Times, serif;
/* 	padding-right: 20px; */
	padding-top:50px;
}

	
	#content h1.cufon {
		float:left;
		margin-bottom:20px;
		font-size: 20px;
		width: 976px;
		text-align: left;
	}
	
	#content > p{
		float:left;
		margin-bottom:25px;
	}

	
/* FOOTER */
#footer-container {
	margin:0 auto;
	width:100%;
	height:417px;
	background-image:url(images/footerbg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#060606;
	color:#ffffff;
}

#terugomhoog {
	margin:0 auto;
	width:980px;
	height:100px;
	padding-top:5px;
	padding-bottom:5px;
	border:0;
}

#footer-block {
	width:980px;
	padding-top:10px;
	margin:0 auto;
}

#footer-quickmenu {
	float:left;
	width:238px;
	padding-right:20px;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:20px;
}

#footer-quickmenu ul {
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:22px;
	list-style-type:none;
	padding:0 0 0 15px;
}

#footer-quickmenu li.sitemap {
	margin-top:15px;
}

#footer-quickmenu ul a {
	color:#ffffff;
	text-decoration:none;
	font-style:normal;
}

#footer-diensten {
	float:left;
	width:355px;
	padding-right:20px;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:20px;
	margin-left:10px;
	margin-right:10px;
}

span.diensten-footer {
	color:#96cc19;
	font-style:italic;
}

#footer-contact {
	float:left;
	width:238px;
	padding-right:20px;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:20px;
}

.footer-1px-bar {
	float:left;
	width:1px;
	border-right:1px solid #96cc19;
	height:220px;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	margin-top:15px;
	margin-bottom:1px;
}

#footer-bar {
	float:left;
	width:980px;
	border-bottom:4px solid #96cc19;
	height:5px;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	padding-top:15px;
	padding-bottom:15px;
}

#footer-bottom {
	float:right;
	width:980px;
	padding-top:28px;
	padding-bottom:18px;
	background-image:url(images/footer-.png);
	background-position:right 15px;
	background-repeat:no-repeat;
}


	
/* FOOTER -> Contact info */
table#footer-contact-informatie {
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:13px;
	margin-left:16px;
}

table#footer-contact-informatie tr {
	height:24px;
}

table#footer-contact-informatie td.informatie-indicator {
	width:40px;
	color:#92c516;
	text-align:left;
}

table#footer-contact-informatie td.informatie-twitter {
	background-image:url(images/contact-twitter.png);
	background-position:left;
	background-repeat:no-repeat;
	height:40px;
}


	
/* TEKST OPMAAK */
div.h1 {

	
/* 	float:left; */
	height:35px;
	width:940px;
	margin-top:20px;
	margin-bottom:20px;
	background-repeat:no-repeat;
	background-position:top left;
}

div.footer-h1 {
	height:19px;
	width:100px;
	margin-top:20px;
	margin-bottom:20px;
	background-repeat:no-repeat;
	background-position:top left;
}

.seo-opt {
	margin:0;
	display:block;
	text-indent:-9999px;
	line-height:1px;
}

h1 {
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	line-height:64px;
}

h2 {
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight:normal;
	line-height:64px;
}

h3 {
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	font-weight:normal;
}

h4 {
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight:normal;
	line-height:64px;
	float:left;
}

.h1-wit {
	margin-left:20px;
}

.h2-groen {
	color:#92c516;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:26px;
}

#terugomhoog a {
	outline:none;
}

a:link,a:visited,a:active {
	color:#96cc19;
	font-style:none;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#68a000;
}


	
/* HOME */
#home-content-left {
	margin-top:20px;
	width:475px;
	float:left;
}

#home-content-left p {
	width:400px;
}

#home-content-right {
	margin-top:20px;
	width:500px;
	float:left;
}

#home-over-ons {
	position:relative;
	margin-top:10px;
	width:400px;
	height:420px;
}
	#home-over-ons ul li {
		font-size: 12px;
		line-height: 26px;
		color: #96CC19;
		margin-bottom: 10px;
	}

		#home-over-ons ul li span {
			color: #2E2E2E;
		}
		
	#home-over-ons p {
		padding-bottom:20px;
	}

#home-lopende-projecten {
	margin-top:52px;
	width:500px;
}

.home-blogbericht {
	padding-top:23px;
	width:488px;
	position:relative;
	padding-bottom:23px;
	background:url(images/blog-bg.jpg) no-repeat left top;
}

.home-blogbericht a {
	font-size:19px;
	color:#96CC19;
	text-decoration:none;
	font-style:normal;
}

.home-blogbericht h3 {
	width:470px;
	margin-bottom:3px;
}

.home-blogbericht a:hover {
	color:#858585;
}

.home-blogbericht span,.home-blogbericht span a {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.home-blog-kalender {
	margin-left:27px;
	background:url(images/kalender.jpg) no-repeat left top;
	width:80px;
	height:72px;
	float:left;
}

.home-blog-kalender .date {
	margin-top:20px;
	padding-left:21px;
	font-size:19px;
}

.home-blogbericht p {
	width:430px;
	margin:0 auto;
	margin-bottom:5px;
}

.home-blog-bericht img {
	float:left;
	border:1px solid #DFDFDF;
}

.home-blog-kalender p {
	margin-top:-10px;
	margin-left:21px;
	font-size:13px;
}

.berichttekst {
	height:200px;
	width:425px;
	margin:0 auto;
	overflow:hidden;
}

.berichttekst p {
	float:left;
	font-size:12px;
	color:#2e2e2e;
}

.berichttekst p a {
	font-size:12px;
	text-decoration:underline;
}

.berichttekst ul {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	float:left;
	color:#444444;
}

.alignleft {
	float:left;
	margin-right:10px;
	border:1px solid #DBDBDB;
	margin-top:9px;
	-moz-box-shadow:0 2px 5px #ccc;
	-webkit-box-shadow:0 2px 5px #ccc;
	box-shadow:0 2px 5px #ccc;
}

.blog-bericht {
	height:310px;
}

.blog-bericht p {
	width:450px;
	float:left;
}

a.lees-meer {
	background:url(images/leesverder.png) no-repeat;
	width:187px;
	height:28px;
	font-size:12px;
	color:#000;
	text-decoration:none;
	padding-top:8px;
	padding-left:20px;
	position:absolute;
	bottom:5px;
	right:0;
}

a.lees-meer:hover {
	background:url(images/leesverder-hover.png) no-repeat;
	text-decoration:none;
}

#home-content-left h1 {
	margin-top:5px;
	font-size:20px;
}

#home-content-right h1 {
	margin-top:5px;
	margin-left:14px;
	margin-bottom:10px;
	font-size:20px;
}

#home-lopende-projecten h1 {
	margin-bottom:10px;
}


	
/* Slider */
#slider-bg {
	float:left;
	width:500px;
	height:261px;
	margin-left:-22px;
	margin-top:-8px;
	background:url(images/slider-bg.png) no-repeat left top;
}

#slider-bg-left {
	margin-top:-17px;
	position:absolute;
	margin-left:-1495px;
	width:1500px;
	height:265px;
	background:url(images/slider-bg-left.png) repeat-x left top;
}

#slider-tekst {
	height:400px;
}

#slider-tekst p {
	margin-top:10px;
	font-size:13px;
	margin-left:-15px;
	line-height:22px;
	width:28px 0;
}

.slider-leesmeer {
	background:url(images/slider-leesmeer.png) no-repeat right center;
	float:right;
	width:185px;
	height:28px;
	margin-top:10px;
	padding-left:10px;
	position:absolute;
	right:10px;
	bottom:0;
}

.slider-leesmeer a {
	text-decoration:none;
	font-style:normal;
	font-size:12px;
	padding-left:11px;
	color:#fff;
}

.slider-leesmeer a:hover {
	text-decoration:underline;
}

.slider-foto {
	width:420px;
	height:248px;
	margin-left:23px;
	margin-top:-19px;
}

.slider-shadow-foto {
	margin-top:-15px;
	margin-left:-15px;
	width:502px;
	height:50px;
	background:url(images/shadow-slider-foto.png) no-repeat;
	z-index:99!important;
	position:absolute;
}


	
/* BLOG BOX */
div.blog-box-container {
	float:right;
	height:680px;
	width:307px;
	margin-left:6px;
	background-image:url(images/portfoliobox-bottom.png);
	background-position:100% 100%;
	background-repeat:no-repeat;
}

div.blog-box-top {
	float:right;
	width:307px;
	height:15px;
	margin-left:6px;
	background-image:url(images/portfoliobox-top.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:left;
}

div.blog-box-middle {
	float:right;
	width:247px;
	height:567px;
	margin-left:6px;
	padding:15px 30px;
	background-image:url(images/portfoliobox-middle.png);
	background-position:top left;
	background-repeat:repeat-y;
	text-align:left;
}

div.blog-box-middle .berichttitel,div.blog-box-middle .berichttitel a {
	float:left;
	color:#4f4f4f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	line-height:34px;
}

div.blog-box-middle a {
	color:#4f4f4f;
	text-decoration:none;
}

div.blog-box-middle a span.leesverder {
	color:#96cc19;
	text-decoration:underline;
}

div.blog-box-middle span.postdatum {
	float:left;
	color:#4f4f4f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:7px;
	padding-bottom:16px;
}

div.blog-box-middle p.berichttekst a {
	float:left;
	color:#4f4f4f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-style:normal;
	width:;
}


	
/* PNG FIX TEST */
DD_belatedPNG.fix {
}


	
/* EINDE PNG FIX TEST */

	
/* PORTFOLIOBOX */
#portfolioleft {
	width:440px;
	float:left;
	margin-top: 70px;
}

#portfolioright {
	margin-left:50px;
	width:440px;
	float:left;
	margin-top: 50px;
}

div.portfoliobox {
	border-top:1px solid #cdc7bb;
	border-left:1px solid #cdc7bb;
	float:left;
	width:400px;
	height:238px;
	background-repeat:no-repeat;
	text-align:left;
	cursor:pointer;
	margin: 0 157px 50px auto;
	-moz-box-shadow:1px 1px 8px #000;
	-webkit-box-shadow:1px 1px 8px #000;
	box-shadow:1px 1px 8px #000;
	position:relative;
}

	div.portfoliobox.odd {
		margin:0 0 50px auto;
	}

div.portfoliobox-spacer {
	float:left;
	width:307px;
	height:340px;
	margin-left:6px;
}

div.portfoliobox h2 {
	padding-top:20px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:34px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4f4f4f;
}

div.portfoliobox .thumb {
	background-position:center;
	background-repeat:no-repeat;
	background-color:#ffffff;
	height:130px;
	width:220px;
	cursor:pointer;
	width:100%;
	height:100%;
}

div.portfoliobox-hovertekst {
	background:#fff url(images/pijltje-hover.png) no-repeat center center;
	width:400px;
	height:238px;
	z-index:9;
}

div.portfoliobox .list {
	text-align:left;
	padding-left:52px;
	line-height:18px;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4f4f4f;
}

div.portfoliobox div.leesverder {
	float:left;
	position:absolute;
	width:307px;
	margin-top:300px;
	margin-left:40px;
	text-align:left;
	text-decoration:underline;
	cursor:pointer;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#96cc19;
}

div.portfoliobox div.leesverder:hover {
	color:#68a000;
}

.mobiel {
	width:92px;
	height:165px;
	background:url(images/iphone.png) no-repeat;
	float:right;
	z-index:15999999;
	margin-top:-140px;
	margin-right:-20px;
	position:absolute;
	right:-10px;
}

.mobiel img {
	margin-top:46px;
	margin-left:7px;
}


	
/* Diensten pagina -- Webdesign/CMS/SEO & Full Service */
div.diensten-box-webdesigncmsseo {
	float:left;
	width:427px;
	margin-top:30px;
	margin-right:30px;
	margin-bottom:30px;
}

div.diensten-box-fullservice {
	float:right;
	width:427px;
	margin-top:30px;
	margin-left:30px;
	margin-bottom:30px;
}

div.diensten-box-top {
	height:48px;
	background-position:top;
	background-repeat:no-repeat;
}

div.diensten-box-content {
	text-align:left;
	background-image:url(images/blok-content.jpg);
	min-height:360px;
	background-position:top;
	background-repeat:no-repeat;
	background-color:#d7d7d7;
	padding:20px 30px 20px 20px;
	border-left:1px solid #bdbdbd;
	border-right:1px solid #bdbdbd;
}

div.diensten-box-content p {
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:14px;
	color:#4f4f4f;
	padding-top:16px;
}

div.diensten-box-bottom {
	height:1px;
	background-color:#bdbdbd;
}

img.diensten-box-h2 {
	margin:0 79px 20px 80px;
}

div.diensten-slide {
	display:none;
}

a.slidehandler {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:26px;
}

ul.diensten-list {
	list-style-type:none;
	padding:0;
	margin:0;
	text-align:left;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:26px;
}

.diensten-list li {
	list-type:inside;
	list-style-type:disc;
	padding-left:18px;
	margin-left:36px;
}

.box {
	width:300px;
	height: 650px;
	float:left;
	border:1px solid #b8b8b8;
	background:#f2f2f2;
	margin-right:20px;
	margin-bottom:20px;
	position: relative;
}

	button.belmijbutton {
		width:91px;
		height:26px;
		background:url(images/belmij.png);
		border:0;
		position: absolute;
		bottom: 11px;
		right: 11px;
	}
	
		button.belmijbutton:hover {
			background:url(images/belmij-hover.png);
		}
	
	.box p {
		width:260px;
		margin:0 auto;
		line-height:30px;
	}

#sebdelight {
	width:287px;
	height:85px;
	margin:10px auto;
	background:url(images/sebdelight.png);
}

	#sebdelight:hover {
		background:url(images/sebdelight-hover.png);
	}

#sebapps {
	width:287px;
	height:85px;
	margin:10px auto;
	background:url(images/sebapps.png);
}

	#sebapps:hover {
		background:url(images/sebapps-hover.png);
	}

#eseb {
	width:287px;
	height:85px;
	margin:10px auto;
	background:url(images/eseb.png);
}

#eseb:hover {
	background:url(images/eseb-hover.png);
}


	
/* CONTACT */
div#contact-form-container {
	float:left;
	width:539px;
	height:500px;
	padding-right:60px;
	margin-bottom:40px;
	background-color:#ffffff;
	text-align:right;
	border-right:1px solid #4f4f4f;
}

div#contact-informatie-container {
	float:left;
	width:280px;
	height:480px;
	padding-left:60px;
	padding-top:20px;
	margin-bottom:40px;
	background-color:#ffffff;
}

div.contact-regel {
	float:left;
	width:100%;
	padding-top:20px;
	background-color:#ffffff;
}

div.contact-regel label {
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:14px;
	padding-right:40px;
	color:#92c516;
}

label#bericht-label {
	float:right;
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:14px;
	padding-top:30px;
	padding-right:40px;
	color:#92c516;
}

textarea#bericht-textarea {
	margin-top:20px;
	float:right;
}

input.input-field,textarea.input-field {
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:15px;
	width:330px;
	background-image:url(images/form-bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	border:1px solid #a0a0a0;
	padding:8px;
}

input.submit-field {
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:15px;
	color:#4f4f4f;
	width:100px;
	background-image:url(images/form-submit-bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	border:1px solid #a0a0a0;
	padding:8px;
}

table#contact-informatie {
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:14px;
}

table#contact-informatie tr {
	height:30px;
}

table#contact-informatie td.informatie-indicator {
	width:80px;
	color:#92c516;
}

table#contact-informatie td.informatie-twitter {
	background-image:url(images/contact-twitter.png);
	background-position:left;
	background-repeat:no-repeat;
	height:40px;
}

table#contact-informatie td.informatie-skype {
	background-image:url(images/skype.png);
	background-position:left;
	background-repeat:no-repeat;
	height:40px;
}

table#contact-informatie td.informatie-vcard {
	background-image:url(images/contact-vcard.png);
	background-position:left;
	background-repeat:no-repeat;
	height:40px;
}

table#contact-informatie td.informatie-rss {
	padding-top:10px;
	height:20px;
}

table#contact-informatie td.informatie-qrcode {
	height:170px;
}


	
/* OVER ONS */
div#werkwijze-container {
	float:left;
	width:539px;
	height:760px;
	padding-right:60px;
	margin-top:40px;
	margin-bottom:40px;
	background-color:#ffffff;
	text-align:left;
	border-right:1px solid #4f4f4f;
}

div#het-team-container {
	float:left;
	width:280px;
	height:760px;
	margin-left:40px;
	padding-top:60px;
	margin-top:40px;
	margin-bottom:40px;
	background-image:url(images/h1-hetteam.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#ffffff;
}

div.het-team-box {
	float:left;
	width:290px;
	height:100px;
	background-color:#ffffff;
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:22px;
	font-style:italic;
}

div.het-team-box img {
	float:left;
	padding:2px;
	margin-right:22px;
	background-color:#ffffff;
	border:1px solid #e8e8e8;
}

div.het-team-box h3 {
	float:left;
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:22px;
	color:#92c516;
	font-style:normal;
}

div.het-team-box p {
	float:left;
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:22px;
}

.het-team-box p:last-child {
	padding-top: 15px;
}

	
/* OFFERTE AANVRAGEN */
#content .offerte {
	height:640px;
}

.offerte h1 {
	float:left;
}


	
/* PORTFOLIO */
div#portfolio-img-container {
	float:left;
	width:330px;
	padding-right:0;
	margin-top:20px;
	margin-bottom:40px;
	text-align:center;
}

div#portfolio-gallery {
	float:left;
	text-align:center;
	height:62px;
	width:308px;
	margin-left:9px;
}

div#portfolio-gallery img {
	padding:2px;
	margin-left:1px;
	background-color:#ffffff;
	border:1px solid #e8e8e8;
}

div#portfolio-tekst-container {
	float:left;
	width:539px;
	height:505px;
	padding-right:27px;
	margin-left:39px;
	margin-top:15px;
	margin-bottom:40px;
	text-align: justify;
}
	
	div#portfolio-tekst-container p {
		margin-bottom: 15px;
	}

div#portfolio-img-container img.portfolio-large {
	border:1px solid #e8e8e8;
	padding:2px;
	margin-left:0;
	background-color:#ffffff;
	margin-bottom:12px;
}

div#portfolio h1.cufon {
	width:889px;
	margin-top:20px;
	margin-bottom:10px;
	float:left;
	font-size:20px;
}

.bekijk-website {
	background-image:url(images/portfoliobutton.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:33px;
	width:190px;
	margin-top:40px;
	float:right;
}

a:hover.bekijk-website {
	background-image:url(images/portfoliobutton-hover.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:33px;
	width:190px;
	margin-top:40px;
	float:right;
}

div#portfolio-img-container ul.main {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:24px;
	margin-top:14px;
	padding-left:10px;
}

div#portfolio-img-container ul li.title {
	list-style:none;
	font-weight:bold;
}

div#portfolio-img-container ul li.item {
	margin-left:16px;
	text-indent:10px;
}

div#portfolio-img-container ul li.sub {
	text-indent:10px;
}

/* Filter portfolio items */
#filter {
	float:right;
	height: 45px;
	margin-top: -5px;
	width: 960px;
}

	#filter > strong, #filter select, #filter p{
		float: right;
		margin-right: 20px;
	}
	
	#filter p {
		clear: both;
	}
	
	#filter strong {
		margin-right: 5px;
	}
	
/* PORTFOLIO KEUZE MENU */
div.portfolio-keuzemenu-box {
	float:left;
	width:267px;
	height:300px;
	margin-left:6px;
	background-image:url(images/portfoliobox.png);
	background-repeat:no-repeat;
	text-align:left;
	padding:20px;
}

div.portfolio-keuzemenu-box p {
	font-size:14px;
	color:#96cc19;
}

div.portfoliobox select.input-field {
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:15px;
	width:100px;
	background-image:url(images/form-bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	border:1px solid #a0a0a0;
	padding:8px;
}

div.portfoliobox input.submit-field {
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:15px;
	color:#4f4f4f;
	width:100px;
	background-image:url(images/form-submit-bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	border:1px solid #a0a0a0;
	padding:8px;
}

div.email-adres {
	height:24px;
	width:119px;
	background-image:url(images/email-adres.png);
	background-repeat:no-repeat;
	margin:0;
	display:block;
	text-indent:-9999px;
	line-height:1px;
}


	
/* 404 */
ul.list li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:26px;
	padding-left:16px;
}

div#404 {
	float:left;
	width:960px;
}


	
/* IE6 melding */
div#ie6melding {
	width:100%;
	height:25px;
	float:left;
	background-color:#d6f38a;
	font-size:12px;
	padding:10px;
	border-bottom:1px solid #151515;
}

div#ie6melding p {
	font-size:12px;
}
