*{
	margin:0;
	padding: 0;
}
html, body, #container {
	height: 100%;
}

#container {
	width: 1000px;	
	margin: 0 auto;
	height: auto; 
	min-height: 100%;
}
#containerMob {
	width: 500px;	
	margin: 0 auto;
	height: auto; 
	min-height: 100%;
}
#header{
   	/*height: 190px;*/
   	height:190px;
}
#header, #main{	
	margin: 0px auto;
	width: 986px;

}
#headerMob{
   	/*height: 190px;*/
   	height:95px;
}
#headerMob, #mainMob{	
	margin: 0px auto;
	width: 493px;

}

#main {
	padding-bottom: 179px; /*HOOGTE VAN FOOTER PLAATJE*/
	min-height: 196px;
	/*height:196px;*/
}  

/* layouts */

.two_column_equal{
	width:480px;	
	float: left;
	
}

.two_column_small{
	width: 310px;
	float:left;
	
}


.two_column_large{
	width: 650px;
	float: left;
	
}

.three_column_left{
	width: 200px;
	float: left;
}


.three_column_right{
	width: 350px;
	float: right;
}

.three_column_center{
	padding-left: 200px;
	padding-right: 360px;
}

.one_column{
	width: 960px;
	float:left;

}

/* layouts met lijntjes */

.three_column_left_line{
	width: 200px;
	float: left;
	border: 2px solid black;
}


.three_column_right_line{
	width: 300px;
	float: right;
	border: 2px solid black;
}

.three_column_center_line{
	padding-left: 200px;
	padding-right: 310px;
	border: 2px solid black;
}

.two_column_equal_line{
	width:480px;	
	float: left;	
	border: 1px dashed blue;
}

.two_column_small_line{
	width: 310px;
	float:left;
		
	border: 1px dashed purple;
}


.two_column_large_line{
	width: 650px;
	float: left;
	border: 1px dashed purple;
}

.one_column_line{
	width: 960px;
	float:left;
	border: 1px dashed green;
}


#two_column_left, #two_column_left_homepage{
	width: 430px;

	float:left;

}
#two_column_right{
	width: 430px;
	float:right;
}


#twee_derde{
	width:650px;
	float:left;
	

}

#een_derde{
	width:186px;
	float:left;
}
#text{
	height: 15px;

}
#footer {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	margin-top: -179px; /*HOOGTE VAN FOOTER PLAATJE*/

	height: 179px; /*HOOGTE VAN FOOTER PLAATJE*/
	clear:both;
} 

#footer2{
	width: 1000px;
	margin: 0 auto;
	height: 175px;
	
}

#footer2 .credits{
	float: left;
	width:180;
	margin-top: 10px;
	margin-left: 30px;

}

/* CLEAR 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 */
