.PntEenKol {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.PntEenKol #container {
	width: 100%; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

@media screen and (min-width: 1280px) {		
.PntEenKol #container {
	width: 70%; 
}
}

@media screen and (min-width: 1536px) {		
.PntEenKol #container {
	width: 60%; 
}
}

.PntEenKol #header {
	background: #FFFFFF;
  padding:20px 0px 10px 5px;
} 
.PntEenKol #mainContent {
	float: left;
	width: 100%; 
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	color: #000000;
	font-family: "Arial","Helvetica", sans-serif;
	font-size: 1.05em;
	text-align: left;
}
.PntEenKol #footer {
		width: 99%; 
    margin:0 0px;
    padding:0px 0px 0px 0px;
	font-size: 0.9em;
	clear: both;
	background: #f7e5f5;
} 
.PntEenKol #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 0px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.kop {
	text-align: left;
	font-size: 1.8em;
}
.klein {
	font-size: 10%;
}
.klein {
	font-size: x-small;
	font-family: "Arial","Helvetica", sans-serif;
}
.bold {
	font-weight: bold;
}
.quote {
	font-weight: bold;
	font-size: 1.05em;
	font-style: italic;
	color: #6e063c;
}
.quote1 {
	font-weight: normal;
	font-size: 0.80em;
	color: #000000;
	
}
/* unvisited link */
a:link {
    color: #9f11e1;
}

/* visited link */
a:visited {
    color: #9f11e1;
}

/* mouse over link */
a:hover {
    color: white;
    background-color: #9f11e1;
}

/* selected link */
a:active {
    color: #9f11e1;
}


-->
/* Opmaak voor menubalk */
.PntEenKol #nav {
    list-style-type: none;
		width: 98%; 
    margin:0 0px;
    padding:0px 0px 0px 10px;
    overflow: hidden;
    background-color: #f7e5f5;
}

ul#nav li {
    float: left;
}

ul#nav li a {
    display: inline-block;
    color: #666;
    font-size: 1.10em;
	  font-weight: bold;
    text-align: center;
    padding: 14px 6px;
    text-decoration: none;
}

ul#nav li a:hover:not(.active) {
    background-color: #f7edf6;
}

ul#nav li a.active {
    color: white;
    background-color: #9f11e1;
}

-->
/* Opmaak voor sections en relatieve floating boxes */

.section {
		float: left;
		width:240px;
		height:auto;
    text-align:center;
    margin:10px 0px 10px 20px;
}

@media screen and (min-width: 1024px) {
.section{
    margin:0px;
		float: right;
    padding:40px 0px 30px 0px;
}
}		
		
.section2 {
		float: left;
		width:90%;
		height:auto;
    text-align:left;
    margin:0px 20px;
}

@media screen and (min-width: 1024px) {
.section2{
width:60%;
}
}
		
.section3 {
		float: left;
	clear: left;
    margin:10px 20px 10px 20px;
		width:240px;
		height:auto;
    text-align:center;
}

@media screen and (min-width: 1024px) {		
.section3 {
    margin:0px;
		float: right;
    padding:30px 0px 20px 0px;
	clear: right;
}
}
		
.floating-box1 {
    display: inline-block;
    width: 200px;
    height: 25px;
    margin: 0px;
		color: #fd0909;
		font-size: 1.10em;
}
.floating-box1:hover {
    background-color: #f7e5f5;
		color: #000000;
}

.floating-box2 {
    display: inline-block;
    width: 110px;
    height: 20px;
    margin: 0px;
		color: #9b0955;
		font-size: 1.10em;
}
.floating-box2:hover {
    background-color: #f7e5f5;
		color: #000000;
}

.floating-box3 {
    display: inline-block;
    width: 110px;
    height: 20px;
    margin: 0px;
		color: #f70fde;
		font-size: 1.10em;
}
.floating-box3:hover {
    background-color: #f7e5f5;
		color: #000000;
}
.floating-box4 {
    display: inline-block;
    width: 110px;
    height: 20px;
    margin: 0px;
		color: #9f11e1;
		font-size: 1.10em;
}
.floating-box4:hover {
    background-color: #f7e5f5;
		color: #000000;
}

.floating-box5 {
    display: inline-block;
    width: 110px;
    height: 20px;
    margin: 0px;
		color: #f28009;
		font-size: 1.10em;
}
.floating-box5:hover {
    background-color: #f7e5f5;
		color: #000000;
}

.floating-box6 {
    background: #f7e5f5;
		display: inline-block;
    max-width: 300px;
    height: auto;
    margin: 10px;
		color: #000000;
}

.floating-box7 {
    background: #f7e5f5;
		display: inline-block;
    width: 190px;
    height: 22px;
    margin: 0px 0px 20px 0px;
		color: #000000;
		font-weight: bold;
		font-size: 0.98em;
}
.floating-box7:hover {
    background-color: #9f11e1;
		color: #FFFFFF;
}

-->
/* Einde sections en relatieve floating boxes */



