/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}


body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#12110f;
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #463328;
}
body a {
	color: #7b9d33;
}
body a:hover {
	color: #cf8b1f;
}
h2 {
	font-size: 24px;
	line-height: 36px;
	color: #7b9d33;
}
h3 {
	color: #ff6601;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	width: 960px;
	height: 120px;
	margin-bottom: 29px;
}
#nav {
  	width: 960px;
  	height: 41px;
	background:white;
}

#l-nav { background: #333333; width:920px; height:41px; margin: 0px 0px 0px 20px; padding:0; }
#l-nav a { background-image:url(../images/navigatie.jpg); outline-color:-moz-use-text-color; outline-style:none; outline-width:medium; text-indent:-9999px;}
#l-nav li, #l-nav a {  height:41px; display:block; }
#l-nav li { float:left; list-style:none; display:inline;  }

#l-home a { width: 112px; background-position: 0px 0px;}
#l-diensten a { width: 128px; background-position: -112px 0px;}
#l-portfolio a { width: 131px; background-position: -240px 0px;}
#l-concepten a { width: 125px; background-position: -371px 0px;}
#l-contact a { width: 108px; background-position: -496px 0px;}

#l-home a:hover { background-position: 0px -82px;}
#l-diensten a:hover { background-position: -112px -82px;}
#l-portfolio a:hover { background-position: -240px -82px;}
#l-concepten a:hover { background-position: -371px -82px;}
#l-contact a:hover { background-position: -496px -82px;}

body#home #l-home a { background-position: 0px -41px;}
body#diensten #l-diensten a { background-position: -112px -41px;}
body#portfolio #l-portfolio a { background-position: -240px -41px;}
body#concepten #l-concepten a { background-position: -371px -41px;}
body#contact #l-contact a { background-position: -496px -41px;}


#content {
	width: 960px;
	background: #FFF;
	padding: 20px 0;
}
#content ul {
	margin: 0px 0px 0px 15px;
}
#tagline {
	width: 920px;
	height: 38px;
	margin: 20px;
	border-top: solid 1px #e3d7c5;
	border-bottom: solid 1px #e3d7c5;
}
#tagline p {
	text-align:center;
	margin: 0px 10px 0px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 38px;
}

#content-left {
	width: 440px;
	float: left;
	margin: 0 40px 0 20px;
}
#content-right {
	width: 440px;
	float: right;
	margin:0 20px 0 0;
}
#content-left p {
	margin: 20px 0;
}
#content-right p {
	margin: 0 0 20px;
}
#main {
	width: 580px;
	float: left;
	margin: 0 40px 0 20px;
}
body#contact #main {
	width: 430px;
}

#main p {
	margin: 20px 0;
}
#sidebar {
	width: 300px;
	float: right;
	margin: 0 20px 0 0;
}
body#contact #sidebar {
	width: 450px;
}
#wide-column { 
	padding: 0 20px;
}
#wide-column p {
	margin: 20px 0;
}
#wide-column img {
	background: #e3d8c5;
	padding: 5px;
}
#footer {
	padding: 20px;
}
#footer a {
	color: silver;
}

/* Slider */
#slider-container { 
	width: 920px;  
	background: #e3d8c5;
	margin: 0 20px;
	padding: 5px 0;
}
#slider {
	margin: 0 5px;
}
#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
		}
#slider li { 
/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
*/ 
	width: 910px;
	height: 240px;
	overflow: hidden; 
}
span#prevBtn { 
	display: none; 
}
span#nextBtn { 
	display: none; 
}
/* End Slider */

/* Random Classes */

.port-img {
	background: #e3d8c5;
	padding: 5px;
	margin-top: 20px;
}
.port-button {
	margin: 20px 5px;	
}

.port-item-left {
	width: 440px;
	float: left;
	margin: 20px 40px 20px 0;
}
.port-item-right {
	width: 440px;
	float: left;
	margin: 20px 0 20px 0;
}
.clear {
	clear: both;
}
.top-margin {
	margin-top: 20px;
}
#google-maps {
	padding: 5px;
	border: 1px solid grey;
}
ul#advantages {
margin: 18px 0px 18px 0px;	
}
ul#advantages li {
margin: 0px 0px 0px 15px;	
}