/*HIERONDER WORDT DE ALGEHELE LAYOUT GEDEFINIEERD ~~~~~~~*/
/** {
	padding:0;
	margin: 0;
}
*/

* {margin:0;padding:0;}

html {
	height:100%;
	font-family: Verdana;
	background: url(mijnzandbak.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	overflow: -moz-scrollbars-vertical !important;
	overflow:scroll;
	overflow-x: hidden;
	overflow-y: scroll;
}
body {
	height:100%;
	font-size=100%;
}
#layout {
	width: 960px;
	max-width: 95%;
	margin: 0 auto;
	min-height:100%;
}
#header {
	padding-top: 10px;
	width: 960px;
	max-width: 100%;
	height: 135px;
}
#header-big-font {
	color: #fafad2;
	font-size: 375%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -3px;
}
#header-small-font {
	color: #fafad2;
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
#nav {
	margin: 0px 0px 10px 0px;
	color: #fafad2;
	width:100%;
	height:53px;
	-webkit-backface-visibility:hidden;
}
#content {
	color: #5B1356;
	margin: -10px 0px 0px 0px;
	font-size: 12px;
	line-height: 20px;
	background: rgb(255, 255, 255) transparent;
	background: rgba(255,255,255,0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF); /* IE 6/7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)"; /* IE8 */	
	width: auto;
	padding: 10px;
	padding-top: 20px;
	overflow:auto;
	padding-bottom: 60px;
}
#footer {
	margin-left: auto;
	margin-right:auto;
	color: #fafad2;
	font-size: 10px;
	background-color: #5B1356;
	width: 960px;
	max-width: 95%;
	clear: both;
	text-align: center;
	position: relative;
	margin-top: -30px; /* negative value of footer height */
	height: 25px;
	padding-top:5px;
	padding-right:0px;
	-webkit-backface-visibility:hidden;
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
	padding: 5px 10px;
}
select[size], select[multiple], select[size][multiple] {
	padding: 5px 3px;
}
input:not([type]), input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"] {
	padding: 3px 8px;
	margin-top: 3px;
	margin-bottom: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.google-maps {
}
.google-maps iframe {
	max-width: 100% !important;
	max-height: 100% !important;
}
a {
	color: inherit;
}
a href {
	text-decoration:underline;
}
a img {
	border: none; 
}
h1 {
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	margin-top: 0;
	padding-bottom:20px;
}
address {
	line-height: 12px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	padding-bottom:0px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	padding-top:8px;
	padding-bottom:8px;
}
p {
	padding-bottom:8px;
}
td.rightpaddedcell {
	padding-right:10px;
}
ul {
	padding:20px;
	padding-top:0px;
}
ul.circle {
	list-style-type:circle;
}
ul.disc {
	list-style-type:disc;
}
ul.square {
	list-style-type:square;
}
sup {
	vertical-align: top;
	font-size: 0.6em; 
	position: relative; 
	top: -0.5em;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*HIERONDER WORDT DE PRIJSLIJST GEDEFINIEERD~~~~~~~~~~~~~~*/
#prijslijst_tabel {
	border: thin;
}
#prijslijst_tabel td {
	padding: 3px;
}
#prijslijst_kop {
	padding-top: 20px;

	color: #FFF;
	font-weight: 900;
	background-color: #5B1356;
}
#prijslijst_lege_rij td {
	border: none;
}
#prijslijst_kop h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-bottom:0px;
}
#prijslijst_kolom_rechts {
	text-align: right;
	vertical-align: top;
	width: 75px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*HIERONDER WORDEN ALGEMENE TABELKENMERKEN GEDEFINIEERD~~~~~~~~~~~~~~*/
#highlight {
	background-color: #5B1356;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


@media screen and (max-width: 980px) {
	#layout {
		width: 95%;
	}
	#header {
		width: 100%;
	}
	#nav {
		clear: both;
	}
	img {
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
	}
}
@media screen and (max-width: 680px) {
	#header-big-font {
		font-size:230%;
	}
	#content {
		padding-bottom: 75px;
	}
	#footer {
		margin-top: -50px; /* negative value of footer height */
		height: 45px;
	}
}
@media screen and (max-width: 470px) {
	#header-big-font {
		font-size:180%;
	}
	#header-small-font {
		font-size: 73%;
	}
}
@media screen and (max-width: 390px) {
	#header-big-font {
		font-size:150%;
	}
	#header-small-font {
		font-size: 65%;
	}
}