@charset "UTF-8";
/* CSS Document */

html, body {
		background-color:#0087A6;
		font-family:Arial, Helvetica, sans-serif;
		font-size:	12px;
		color:		#333;
		height:		100%;
		width:		100%;
}

#background {
	background-color:#FFFFFF;
	width:			800px;
	height: 		100%;
	background-position:center;
	margin-top:		0px;
	margin:			auto auto;
}

#header {
	border-bottom: 1px solid #CCCCCC;
	height: 		90px;
	margin-left:	40px;
	margin-right:	40px;
	margin-top:		0px;
}

#logo_depuralina {
	background-image: url('../images/depuralina.jpg');
	background-repeat:no-repeat;
	float:			left;
	height:			55px;
	width:			250px;
	margin-top:		20px;
	margin-left:	0px;
}

#wit {
	background:		#FFFFFF none repeat scroll 0 0;
	float:			left;
	height:			90px;
	width:			270px;	
}

#logo_gah {
	background-image:url('../images/logogah.jpg');
	display:		block;
	height:			50px;
	width:			200px;
	float:			left;
	margin-top:		20px;
}

#content {
	margin-top:		20px;
	width:			100%;
	background-color:#FFFFFF;
	float:			left;
}

#banner {
	width:			100%;
	height:			34px;
	float:			left;
}

#bannergah {
	background:		#0b2c64;
	float:			left;
	width:			700px;
	height:			34px;
	margin-left:	50px;
	color:			#fff;
	text-align:		center;
	line-height:	25px;
	border:			2px solid #1bb8eb;
}

#film {
	background:		#ffffff;
	width:			560px;
	height:			340px;
	float:			left;
	margin:			40px 120px 0px 120px;
}

#tekst {
	width:			450px;
	display:		inline;
	margin-left:	40px;
	margin-right:	40px;
	margin-top:		20px;
	text-align:		left;
	float:			left;
}

#doorlinken {
	color:			#FFFFFF;
    width:          231px;    
    height:         auto;
	float:			left;
    margin-right:   0px;
	margin-top:		20px;
}

.banner1 {
	width:			230px;
	height:			305px;
	border:			1px solid #CCCCCC;
	margin-top:		20px;
	padding:		0px;
}

.banner2 {
	background-image:url('../images/poeder.jpg');
	background-repeat:no-repeat;
	background-position:center;
	width:			230px;
	height:			305px;
	border:			1px solid #CCCCCC;
	margin-top:		90px;
	padding:		0px;
}

h2 {
	color:			#0087A6;
	font-size:		16px;
	font-weight:	bold;
	margin-bottom:	12px;	
}

h3 {
	color:			#0087A6;
	font-size:		12px;
	font-weight:	normal;
	margin-bottom:	5px;
	margin-top:		20px;
}

h4 {
	background-color:#0087A6;
	line-height:	17px;
	font-size:		12px;
	color:			#FFFFFF;
	text-align:		left;
	width:			170x;
	height:			35px;
	margin-top:		60px;
	padding:		5px 10px 5px 10px;
}

h5 {
	background-color:#0b2c64;
	float:			left;
	font-size:		12px;
	line-height:	17px;
	color:			#FFFFFF;
	width:			125px;
	height:			35px;
	margin-top:		20px;
	padding:		5px 10px 5px 10px;
}

#bestel {
	background-color:#0b2c64;
	background-position:center;
	display:		block;
    float:          right;
	text-decoration:none;
	text-align:		center;
	font-size:		11px;
	line-height:	17px;
	color:			#FFFFFF;
	width:			50px;
	height:			35px;
	padding:		5px 5px 5px 5px;
	margin-left:	20px;
	margin-top:		20px;
}

div#footer {
	float:					left;
	padding:				15px 0px 15px 40px;
	background:				/*#89b9bf*/#f6f6f6;
	width:					760px;
	
}


div.footer_kolom {
	width:					200px;
	float:					left;
}

div.footer_kolom a {
	float:					left;
	width:					200px;
	color:					#666;
	text-decoration:		underline;
	line-height:			20px;
}

div.footer_kolom a:hover {
	text-decoration:		none;	
}


