﻿/* CSS layout

a{}
 a:link,a:visited{}
 a:focus{}
 a:hover,a:active,li a.active{}
 */
body {
	margin: 0 auto;
	padding: 0;
	background-color: #FFF7BE;
	background-image: -ms-repeating-radial-gradient(left bottom, ellipse farthest-side, #F7FF08 0%, #21AD11 10%, #00A3EF 20%);
	width: 1399px;
}
#masthead {
	margin: 0 auto;
	max-width: 1200px;
}
#main {
	margin: 0 auto;
	width: 100%;
	background-color: #FFF7B7;
	box-shadow: 3px 3px 10px #000;
}
#logo {
	float: left;
	width: 200px;
}
#header {
	margin: 0 auto;
	padding-left: 100px;
}
#header img {
	width: 12%;
}
#container {
	clear: both;
	margin: 0 auto;
	min-width: 800px;
	max-width: 1400px;
	position: relative;
}
#left_col {
	float: left;
	width: 300px;
	min-height: 1024px;
	height: 100%;
}
#right_col {
	float: right;
	width: 300px;
	min-height: 1200px;
	padding-left: 10px;
}
#right_col img {
	margin: 0 auto;
	text-align: center;
}
p {
	font-family: Comic Sans MS, Garamond;
	font-size: 10pt;
	color: teal;
	text-align: left;
	margin-left: 10pt;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	position: relative;
	top: 10px;
}
p u {
	text-decoration: underline;
}
}
#page_content {
	margin: 0;
	position: absolute;
}
#content {
	margin-left: 0px;
	margin-right: 0;
}
#page_content p {
	font-family: Comic Sans MS, Garamond;
	font-size: 10pt;
	color: teal;
	text-align: left;
	margin: 0;
	font-weight: bold;
	position: relative;
	top: 10px;
}
#navcontainers {
	width: 240px;
	border-right: 2px solid #F5BA05;
	padding: 10px 0 10px 0;
	margin: 0 0 10px 14px;
	font-family: Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: small;
	background-color: #F5BA05; /* onderste streepje */;
	color: #FF00FF;
	border-radius: 10px;
}
ul#navcontainer {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
ul#navcontainer li {
	border-bottom: 1px solid #FFFFFF;
	margin: 0 auto;
}
ul#navcontainer li a {
	border-radius: 10px;
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #FF6600;
	border-right: 10px solid #E8D913;
	background-color: #800000;
	color: #fff;
	width: 80%;
}
html > body #navcontainer li a {
	width: auto;
}
ul#navcontainer li a:hover {
	border-left: 10px solid #800000;
	border-right: 10px solid #FF6600;
	background-color: #F5BA05;
	color: #800000;
}
ul#navcontainer li a:active {
	border-left: 10px solid #800000;
	border-right: 10px solid #FF6600;
	background-color: #FFF;
	color: #800000;
}
h1 {
	clear: both;
	font-family: Comic Sans MS, Book Antiqua;
	font-size: 24pt;
	color: teal;
	margin-left: 50px;
}
h3, h2 {
	color: #800000;
	font-family: Comic Sans MS, Book Antiqua;
	margin-left: 10pt;
}
h4 {
	font-family: Comic Sans MS, Book Antiqua;
	font-size: 14pt;
	color: teal;
	text-align: center;
}
#fotogroot {
	FLOAT: left;
	margin-top: 20px;
	margin-left: 30px;
	position:relative;
	-moz-box-shadow: 3px 3px 10px #000;
	-webkit-box-shadow: 3px 3px 10px #000;
	box-shadow: 3px 3px 10px #000;
}
#afbgroot {
	FLOAT: left;
	MARGIN: 0;
	height: 340px;
	width: 340px;
	-moz-box-shadow: 3px 3px 10px #000;
	-webkit-box-shadow: 3px 3px 10px #000;
	box-shadow: 3px 3px 10px #000;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 1s ease-in-out;
}
#afbgroot:hover {
	FLOAT: left;
	height: 350px;
	width: 350px;

	z-index: 1;
	display: block;
	text-align: center;
	-webkit-transform: translate(-1em,1em);
	-moz-transform: translate(-1em,1em);
	-o-transform: translate(-1em,1em);
	-ms-transform: translate(-1em,1em);
}
#fotoklein {
	FLOAT: left;
	margin-left: 10px;
}
.afbklein {
	cursor: pointer;
	height: 160px;
	width: 160px;
	margin-top: 20px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 1s ease-in-out;
	-moz-box-shadow: 3px 3px 10px #000;
	-webkit-box-shadow: 3px 3px 10px #000;
	box-shadow: 3px 3px 10px #000;
}
.afbklein:hover {
	-webkit-transform: translate(-1em,1em);
	-moz-transform: translate(-1em,1em);
	-o-transform: translate(-1em,1em);
	-ms-transform: translate(-1em,1em);
}
.afbkleinn {
	margin-top: 30px;
	margin-left: 30px;
	cursor: pointer;
	height: 160px;
	width: 160px;
	position:relative;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 1s ease-in-out;
	-moz-box-shadow: 3px 3px 10px #000;
	-webkit-box-shadow: 3px 3px 10px #000;
	box-shadow: 3px 3px 10px #000;
}
.afbkleinn:hover {
	-webkit-transform: translate(-1em,1em);
	-moz-transform: translate(-1em,1em);
	-o-transform: translate(-1em,1em);
	-ms-transform: translate(-1em,1em);
}
#doos {
	margin-left: 320px;
	padding: 0;
	width: 100%;
}
.afbdoos {
	border-width: 0px;
	overflow: hidden;
	z-index: 1;
	padding: 0;
	margin: 0;
	float: right;
	height: 200px;
	width: 200px;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.afbdoos:hover {
	position: relative;
	-webkit-transform: translate(-1em,1em);
	-moz-transform: translate(-1em,1em);
	-o-transform: translate(-1em,1em);
	-ms-transform: translate(-1em,1em);
	transform: translate(-1em,1em);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	height: 350px;
	width: 350px;
	-moz-box-shadow: 3px 3px 10px #000;
	-webkit-box-shadow: 3px 3px 10px #000;
	box-shadow: 3px 3px 10px #000;
	z-index: 101;
	display: block;
	text-align: center;
}
.afbkl {
	height: 55px;
	width: 55px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.afbkl:hover {
	-webkit-transform: translate(-1em,1em);
	-moz-transform: translate(-1em,1em);
	-o-transform: translate(-1em,1em);
	-ms-transform: translate(-1em,1em);
	height: 100px;
	width: 100px;
	-moz-box-shadow: 3px 3px 10px #000;
	-webkit-box-shadow: 3px 3px 10px #000;
	box-shadow: 3px 3px 10px #000;
}
#fotokleinl {
	font: 10px/15px Arial, Helvetica, sans-serif;
	float: left;
}
.borderimage {
	border: 1px solid #0000FF;
	padding: 3px;
	margin-left: 10pt;
	margin-right: 10pt;
	margin-top: 10pt;
	margin-bottom: 10pt;
	-moz-box-shadow: 3px 3px 10px #000;
	-webkit-box-shadow: 3px 3px 10px #000;
	box-shadow: 3px 3px 10px #000;
}
.fotoright {
	float: none;
	width: 260px;
	margin: 0 auto;
	background-color: #99FF99;
	padding: 10px;
	border-top: 1px solid teal;
	border-right: 1px solid #66CCFF;
	border-bottom: 1px solid #66CCFF;
	border-left: 1px solid teal;
}
div.fotoright img {
	margin: 0 auto;
	border-top: 1px solid #0000FF;
	border-right: 1px solid teal;
	border-bottom: 1px solid #0000FF;
	border-left: 1px solid #0000FF;
}
.ct {
	text-align: center;
	margin: 0 auto;
}
a {
	color: #800000;
	text-decoration: none;
}
a:hover {
	color: #800020;
	text-decoration: underline;
}
.COPYRIGHT {
	font-family : Arial, Helvetica, ms sans-serif;
	color: #999966;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
}
.COPYRIGHT A {
	color: #999966;
	text-decoration: underline;
}
.clearall {
	clear: both;
}
#footer {
	margin: 0 auto;
	width: 80%;
	clear: both;
	background-color: #FFF7B0;
	-moz-border-top-left-radius: 75px 55px;
	-moz-border-top-right-radius: 75px 55px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	border-top-left-radius: 75px 55px;
	border-top-right-radius: 75px 55px;
	background-image: url('../images/vliegje.gif');
	background-position: right;
	background-repeat: no-repeat;
	border-top: 15px #F5BA05 solid;
	border-left: 2px solid #F5BA05;
	border-right: 2px solid #F5BA05;
}
#col_footer {
	width: 240px;
	padding: 10px 0 10px 0;
	margin: 0 0 10px 14px;
	background-color: #FFF7B0;
	border-radius: 25px;
	border-top: 12px #F5BA05 solid;
	border-left: 2px solid #F5BA05;
	border-right: 2px solid #F5BA05;
}
hr {
	padding: 0 20px 0 100px;
}
.spiraal {
	border-width: 0px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.spiraal:hover {
	position: relative;
	-webkit-transform: translate(-5px,5px);
	-moz-transform: translate(-5px,5pxm);
	-o-transform: translate(-5px,5px);
	-ms-transform: translate(-5px,5px);
	transform: translate(-5px,5px);
}

