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

body {
	background: #efefef;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width: 780px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #aaaaaa;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	min-width: 700px;
}
#containerdiap {
	width: 780px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #000;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	min-width: 700px;
}
#videoblok {
	background: #000;
	border: 1px solid #000;
	text-align: center;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#videoblokwit {
	background: #fff;
	text-align: center;
	}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.kop {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 30px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	letter-spacing: 5px;
	font-weight: bold;
	line-height: 0px;
	color: #000000;
	text-shadow: #ccc 0.3em 0.3em;
}
.kopdiap {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	letter-spacing: 5px;
	font-weight: bold;
	line-height: 0px;
	color: #fff;
	text-shadow: #767 0.3em 0.3em;
}
.kopkerst {
	font-size: 19px;
	margin: 0;
	font-weight: bold;
	line-height: 0px;
	color: #99F;
}
#mainContent {
	padding: 0px 30px;
	background: #FFFFFF;
	font-size: 13px;
	position: relative;
}
#mainContentwitag {
	padding: 0px 110px;
	background: #FFFFFF;
	font-size: 13px;
	position: relative;
}
#mainContentdiap {
	padding: 0px 110px;
	color: #fff;
	font-size: 15px;
}
#kerstvrouw {
	background-image: url(/g/kerstvrouw50.png);
	background-position: center;
	background-repeat: no-repeat;
}
#footer {
	padding: 0px; 
	background:#fff;
	text-align: center;
}
#footerdiap {
	font-size: 14px;
	padding: 0px;
	background:#000;
	text-align: center;
}
#footer p {
	margin: 0;
	padding: 7px 0; 
}
#copy {
	z-index: 10;
	margin-top: -10px;
}
.rood {
	color: #FF0000
}
.groen {
	color: #00FF00
}
.blauw {
	color: #0000FF
}
.lichtblauw {
	color: #09F
}
.grijs {
	font-size:13px;
	color: #ABABAB;
	text-align: center;
}
.verbreed {
	letter-spacing: 5px;
}
.uwsite {
	letter-spacing: 5px;
	color: #acacac;
	line-height: 0, 5;
}
#pakket1 {
	position: inherit;
	left: 0px;
	top: 0px;
	width: 260px;
	height: 100px;
	text-decoration: none;
	z-index: 10;
	background-color: #FF8080;
	float: left;
	font-size: 14px;
	background-image: url(../g/agpaket1.png);
}
#pakket2 {
	position: inherit;
	left: 350px;
	top: 0px;
	width: 260px;
	height: 100px;
	text-decoration: none;
	z-index: 10;
	background-color: #80FF80;
	float: left;
	font-size: 14px;
	background-image: url(../g/agpaket2.png);
}
#pakket3 {
	position: inherit;
	top: 0px;
	width: 260px;
	height: 100px;
	text-decoration: none;
	z-index: 10;
	background-color: #8080FF;
	float: right;
	font-size: 14px;
	background-image: url(../g/agpaket3.png);
}
#prijzen {
	font-size:20px;
	font-weight: bold;
}
#prijzentekst {
	font-size:18px;
	font-weight: bold;
}
.rood {
	color:#C00;
}
.donkergroen {
	color:#080;
}
.donkerblauw{
	color:#00E;
}

