@import url("html5reset.php");
@import url("rotator.php");
@import url("form.php");


* {
	margin: 0;
	padding: 0;
}

img, embed, object, video {
	border: 0; 
	width: auto; 
	display: block; 
	max-width: 100%;
	width: auto\9; /* ie8 */
}
strong{
	font-weight: bold;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearer {clear: both;}

h1,h2,h3,h4,h5,h6,h7,h8{
	color: #25aae1;
}

h1{
	font-size: 12pt;
	font-weight: bold;	
}

h2{
	font-size: 10pt;
	font-weight: bold;
}

	a:link {color: #25aae1;text-decoration: none;}
	a:visited {color: #25aae1;text-decoration: none;}
	a:hover {color: #494949;text-decoration: none;}
	a:active {color: #25aae1;text-decoration: none;}

body {
	margin: 0px 0;
	font-family: "verdana";
	font-size: 100%;
	color: #000;
	height: 100%;
	background-color: #c0c0c0; 
	/*
	background-image:url('../img/bg.png');
	background-repeat:repeat; 
	*/
}



#wrapper{
	margin: 0 auto;
}

#container {
	margin: 0px auto;
	width: 90%;
	min-height: 776px; 
	margin-top: 10px;
	background-color: #fff;

	/* Borders */
	behavior: url(border-radius.htc);
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	behavior: url(border-radius.htc);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-image:url('../img/watermerk.png');
	background-repeat:no-repeat;
	background-position: right center; 
	margin-bottom: 10px;

	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}




header{
	display:block;
	width: 100%;
	height: 80px;
	background-color: #fff;

		/* Borders */
		behavior: url(border-radius.htc);
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;

}

#blockholder{
	margin-bottom: 20px;
}
	
	.logoblock,address{
		display:block;
		width: 308px;
		height: 100%;

		/* Borders */
		behavior: url(border-radius.htc);
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
	}


	.logoblock{
		float: left;
		padding: 20px;
	}

		#logo{
			width: 100%;
		}

	address{
		float: right;
		width: 35%;
		/* color: #FBB040; */
		color: #25aae1;
		font-style:normal;
		font-weight: bold;
		font-size: 130%;
		line-height: 1.4em;
		padding-top: 20px;
		padding-right: 20px;
		text-align: right;
	}

.steambow{
	clear: both;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}


.content{
	margin: 0 auto;
	width: 70%;
	height: 100%;
	line-height: 130%;
	font-size: 80%;
	/* background-color: #fff; */

	/* Borders */
	behavior: url(border-radius.htc);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding-bottom: 20px;
}

.content_columns{
	margin: 0 auto;
	width: 100%;
	height: 100%;
	margin-top: 20px;
	padding-left: 10px;
}

	.left_column{
		float: left;
		width: 195px;
		height: 100%;
		margin-bottom: 20px;
	}

	.columnfill{
		float: left;
		width: 5%;
		height: 100%;
		padding: 7px;
	}

	.middle_column{
		float: left;
		width: 195px;
		height: 100%;
		margin-bottom: 20px;
	}

	.right_column{
		float: left;
		width: 195px;
		height: 100%;
		margin-bottom: 20px;
	}

		.c_column{
			height: 280px;
			width: 195px;
			background-color: #25aae1;    
		}

			.c_column_foto{
				width: 185px;
				height: 166px;
				padding: 5px;
			}
			.c_column_text{
				padding: 5px;
				color: #fff;
				font-size: 12px;
				font-weight: bold;
			}
		
		.c_column_top{
			height: 20px;
			width: 185px;
			padding: 5px;
			background-color: #25aae1; 
			margin-bottom: 5px;
			color: #fff;
			font-size: 15px;
			text-align: center;
			line-height: 20px;
		}

		.c_column_bot{
			position: absolute;
			margin-top: -50px;
			height: 20px;
			width: 195px;
			background-color: #fff;
			border-top-left-radius: 100%30px;
			border-top-right-radius: 100%30px;
			z-index: 1;
		}

		.c_column_under{
			height: 30px;
			width: 195px;
			background-color: #25aae1;
			border-top-left-radius: 100%30px;
			border-top-right-radius: 100%30px; 
			z-index: 2;
		}

		.c_c_u_text{
			padding: 5px;
			color: #fff;
			line-height: 24px;
			text-size: 12px;
			text-align: center;
		}

.four_column_holder{
	margin: 0 auto;
	width: 85%;
	height: 100%;
	line-height: 110%;
	font-size: 80%;
	padding-bottom: 20px;
	margin-top: 20px;
}

.one_column{
	float: left;
	width: 25%;
	height: 100%;
}

.watermerk{
	position: absolute;
	width: 100%;
	height: 100%;
	margin-top: 100px;
	background-image:url('../img/watermerk.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:right center; 
}

		.banner{
				margin: 0 auto;
				width: 98%;
				height: auto;
				text-align: center;
				overflow: hidden;
				/* background-color: #25aae1; */
		}

		.breads{
			font-size: 70%;
			padding-top: 10px;
			padding-left: 10px;
		}


		.title{
			padding-top: 10px;
			padding-left: 10px;
		}

	.text{
		padding: 10px;

	}


footer{
	display:block;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	font-size: 70%;
}

.lijn{
	margin: 0 auto;
	width: 90%;
	height: 10px;
	background-image:url('../img/lijn.png');
	background-repeat: x-repeat;	
	margin-bottom: 10px;
}

.phone{
	color: #000;
	font-size: 120%;
}

		a.phone:link {color: #000;text-decoration: none;}
		a.phone:visited {color: #000;text-decoration: none;}
		a.phone:hover {color: #E4701E;text-decoration: none;}
		a.phone:active {color: #000;text-decoration: none;}

/* Contact */

.contact_left{
	float: left;
	width: 40%;
	height: auto;
}

.contact_right{
	float: left;
	width: 60%;
	min-height: 100px;
}

#map_canvas{
	width: 100%; 
	height: 300px;
	margin-top: 10px;
}

.bottom{
	width: 100%;
	min-height: 100px;
	line-height: 110%;
	font-size: 80%;
	background-color: #fff;
	margin-top: 10px;
}

	.bloktop{
		width: 100%;
		height: auto;
		line-height: 24px;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		color: #FF9900;
		background-color: #000;
		padding-bottom: 2px;
	}

	.blok-content{
		padding: 10px;
	}


/* media screen settings */


@media screen and (min-width: 1025px) {

	#container { width: 1000px;}
	header{height: 80px;margin-bottom: 0px;}

		.banner{
				margin: 0 auto;
				padding-top: 10px;
				width: 98%;
				height: auto;
				text-align: center;
				overflow: hidden;
		}

}




@media only screen and (min-width: 1024px) and (max-width: 5000px) {

	#container{
		width: 1000px;
	}

}

@media only screen and (min-width: 588px) and (max-width: 1023px) {
	#container{
		width: 100%;
	}
}



@media only screen and (min-width: 480px) and (max-width: 587px) {
	#container{
		width: 100%;
	}

header{
	height: 80px;
}

	#blockholder{
		
		width: 100%;
		min-height: 100px;

		/* Background */
		background-color: #000;

		/* Borders */
		behavior: url(border-radius.htc);
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
	}

	.logoblock{
		display:block;
		width: 33%;
		height: 100%;
		background-color: #000;
		font-style:normal;
		font-weight: normal;
		font-size: 60%;

	}

		.banner{
				margin: 0 auto;
				padding-top: 10px;
				width: 98%;
				height: auto;
				text-align: center;
				overflow: hidden;
		}

	address{
		display:block;
		width: 47%;
		height: 100%;
		background-color: #000;
		color: #FBB040;
		font-style:normal;
		font-weight: normal;
		font-size: 60%;
		text-align: right;
		padding-right: 1em;
		padding-top: 2em;
	}

}


@media only screen and (min-width: 0px) and (max-width: 479px) {

    #container {width: 100%;}

header{
	height: 70px;
}

	#blockholder{
		
		width: 100%;
		min-height: 100px;

		/* Background */
		background-color: #000;

		/* Borders */
		behavior: url(border-radius.htc);
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
	}

	.logoblock{
		display:block;
		width: 33%;
		height: 100%;
		background-color: #000;
		font-style:normal;
		font-weight: normal;
		font-size: 60%;

	}

		.banner{
				margin: 0 auto;
				padding-top: 10px;
				width: 98%;
				height: auto;
				text-align: center;
				overflow: hidden;
		}

	address{
		display:block;
		width: 47%;
		height: 100%;
		background-color: #000;
		color: #FBB040;
		font-style:normal;
		font-weight: normal;
		font-size: 60%;
		text-align: right;
		padding-right: 1em;
		padding-top: 2em;
	}

}

.icon-linkedin{
	font-size: 30px;
	margin-right: 10px;
}

.icon-facebook{
	font-size: 30px;
	margin-right: 10px;
}

.icon-twitter{
	font-size: 30px;
}