/* Smidt Ontwerp */ 
html, body{ 
	margin: 10px 0px 0px 0px; 
	padding:0px 0px 0px 0px; 
	text-align:center; 
	background-color: #7bb9de;
} 
 
#pagewidth{ 
	width:996px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 
 
#header{
	position:relative; 
	min-height:10px;
	max-height: 60px;
	background-color:#7bb9de; 
	width:100%;
} 
 
 
#wrapper-twocols{
	width:996px%;
	position:relative; 
  }
  
#leftcol{
	width:50%;
	min-height: 600px;
	float:left; 
	position:relative; 
	background: #ffffff url(../images/back-left.png) no-repeat left;
 } 
 
#rightcol{
	width: 50%;
	min-height: 600px;
	float: right;
	position: relative;
	background: #8fa20a url(../images/back-right.png) no-repeat right;
}
 
#portcontainer {
	margin: 124px 0px 0px 50px;
}
 
#footer{
	height: 80px;
	width:996px;
	background: #8fa20a url(../images/back-footer.png) no-repeat bottom;
	clear: both;
} 


#logo {
	margin: 34px 0px 0px 60px;
} 

#navigatie {
	margin: 54px 0px 0px 60px;
}


#content {
	margin:60px 30px 0px 60px;
	font-family: "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
}

.tagline {
	margin: 26px 0px 0px 60px;	
}
 
 
img {
	border: 0px;
}
 
 /* *** Float containers fix: *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  



