body, html, #container-page {
	height: 100%;
	min-height: 100%;
}

html>body, html>body #container-page {
	height: auto;
}

body {
	margin: 0;

	/* Voor Mouse Trail: 
	overflow: scroll;
	overflow-x: hidden;*/
}

#container-page {
	position: absolute;
	top: 0;
	left: 0;
	
	width: 100%;
	text-align: left;

	font-family: Verdana, "MS Sans Serif", Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	
	background: #FFFCF2 url(images/design/front_bg2.jpg);
}

#container-foot {
	border: 0;
	
	background-color: #FFDD41;
	
	border-top: 2px solid #FFFFFF;
	
	position: absolute;
	bottom: 0px;
	left: 0;
	
	margin-bottom: 0;
	
	height: 23px;
	width: 100%;
	
	clear: both;
}

#foot {
	padding-top: 3px;
	padding-right: 8px;
	text-align: right;
	font-size: 12px;
	color: #21365D;
}

#content-front
{
	margin-top: 0px;
	
	line-height: 1.2em;
	
	text-align: left;
}

#front-head-image {
	padding-left: 8px;
	padding-top: 5px;
}

#front-welkom {
	margin-top: 0px;
	margin-bottom: 8px;
	
	font-family: verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #DD0000;
	
	border: 3px solid #D8DA81;
	background-color: #FEFFED;
	
	padding: 8px;
	
	width: 300px;
}

#front-box-container {
	margin-top: 40px;
	width: 100%;
}

#front-box-left, #front-box-middle, #front-box-right {
	width: 200px;

	background-color: #FEFFED;
	
	padding: 10px;
	
	border: 3px solid #D8DA81;
	
	text-align: left;
}

#front-box-left {
	text-align: center;
}

#front-box-middle {
	width: 400px;
}

#front-shop {
	height: 74px; 
	margin-left: 20px;
	padding: 3px;
	
	text-align: center;
	font-size: 1.0em;
	
	background-color: #006A00;
	border: 3px solid #3D8000;
	
	color: #FFFFFF;
}

#front-shop a {
	color: #FFFFFF;
}

#front-shop a:hover {
	color: #CC0000;
}

#front-shop img {
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}
#underConstruction {
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	padding: 10px;
	background-color: #FEFFED;
	border: 2px solid #3D8000;
}

#front-box-left {
	/*background:url(images/design/front_box_bg/1.jpg);*/
}

#front-box-middle {
	/*background:url(images/design/front_box_bg/2.jpg);*/
}

#front-box-right {
	/*background:url(images/design/front_box_bg/3.jpg);*/
}

#front-box-container a:link, #front-box-container a:visited, #front-box-container a:active {
	text-decoration: none;
	border-bottom: 1px dashed #000000;
	color: #000000;
}
	
#front-box-container a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #000000;
	color: #000000;
}

span.box-header {
	text-align: center;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: -11px;;
}

ul.no-margin {
	margin: 0px;
	margin-top: 15px;
	padding-top: 19px;
	padding-left: 18px;
}

ul.no-margin li {
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #DD0000;
	text-decoration: underline;
}

a.copyright:link, a.copyright:visited, a.copyright:active {
	color: #21365D;
	text-decoration: none;
	border-bottom: 1px dashed #21365D;
}

a.copyright:hover {
	color: #21365D;
	text-decoration: none;
	border-bottom: 1px dashed #21365D;
}

input.text {
	background-color: white;
	font-family: arial, verdana, sans-serif;
	border: 1px solid #CCCCCC;
	font-size: 0.9em;
}

input.button {
	border: 1px solid #CCCCCC;
	font-family: arial, verdana, sans-serif;
	font-size: 0.9em;
}

/* Misboekje Advertisement */
#misboekje-ad {
	position: absolute;
	top: 85px;
	left: 7%;
}

#nieuwsbrief_ad {
	position: absolute;
	top: 85px;
	right: 6.5%;
}