/* Set the colors of the website */
body {
	background-color: #FFFFFF;
}
body,td,th {
	color: #000000;
}
P{
	font-size: 14px;
	font-family: "Arial";
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
/* Set the placement of the fields */
.Header {/* Titelbalk */
	text-align: center;
	width: 100%;
	font-size: 48px;
	font-family: "Arial";
	position: absolute;
	color: #101846;
} 
.PaddingNav {/*The navigation on the left side, positioned absolutely*/
	top: 0px;
	margin-top: 125px;
	left: 3px;
	width: 15%;
	height: auto;
	text-align: left;
	background: #101846;
	position: absolute;
	padding: 10px;
    }
.Navigation {/*The navigation on the left side, positioned absolutely*/
	margin-top: 3px;
	text-align: left;
	background: #FFFFFF;
	padding: 5px;
	}
.Logo {/*The navigation on the left side, positioned absolutely*/
	top: 0px;
	margin-top: 5px;
	margin-left: 3%;
	margin-right: 72%;
	height: auto;
	text-align: left;
	position: absolute;
    }     
.LogoR {/*The navigation on the left side, positioned absolutely*/
	top: 0px;
	margin-top: 5px;
	margin-left: 86%;
	margin-right: 3%;
	height: auto;
	text-align: left;
	position: absolute;
    }                       
.Padding {/*this is the main content area*/       
    margin-top: 110px;
	margin-bottom: 300px;
	margin-left: 19%;
    margin-right: 19%;
	width : 58%;
    font-size: 24px;
	position: absolute;
	background: #101846;
	padding: 10px;
	position: absolute;
    }
.Inhoud {/*this is the main content area*/       
	margin-top: 3px;
	font-size: 24px;
	background: #FFFFFF;
	padding: 5px;
    }
.PaddingNavR {/*The navigation on the left side, positioned absolutely*/
	top: 0px;
	margin-top: 125px;
	right: 3px;
	width: 15%;
	height: auto;
	text-align: left;
	background: #101846;
	position: absolute;
	padding: 10px;
    }                	
.NavRechts {/*The navigation on the left side, positioned absolutely*/
	margin-top: 3px;
	text-align: left;
	background: #FFFFFF;
	padding: 5px;
    }                
.Footer {
width: 100px; 
height: 50px;
bottom: 3px;
margin-bottom: 1%; 
position: absolute;
}
.TitelStyle {
	font-size: 48px;
}
.MenuStyle {
	font-size: 16px;
	font-family: "Arial";
}
.TekstStyle {
	font-size: 20px;
	font-family: "Arial";
}
.TekstStyleKlein {
	font-size: 14px;
	font-family: "Arial";
}
.TekstStyleMenu {
	font-size: 14px;
	font-style:bold;
	font-family: "Arial";
}
/* Rounded Corners OLD */
.roundedcornr_box {
   background: #FFFFCE;
}
.roundedcornr_top div {
   background: url(images/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
   background: url(images/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(images/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(images/roundedcornr_br.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content { margin: 0 30px; }

/* Foute rounded corners
.roundedcornr_box {
	background: url(images/roundedcornr_221185_tl.png) no-repeat top left;
}
.roundedcornr_top {
	background: url(images/roundedcornr_221185_tr.png) no-repeat top right;
}
.roundedcornr_bottom {
	background: url(images/roundedcornr_221185_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom div {
	background: url(images/roundedcornr_221185_br.png) no-repeat bottom right;
}
.roundedcornr_content {
	background: url(images/roundedcornr_221185_r.png) top right repeat-y;
}

.roundedcornr_top div,.roundedcornr_top_221185,
.roundedcornr_bottom div, .roundedcornr_bottom_221185 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content, .roundedcornr_bottom_221185 {
	margin-top: -19px;
}
.roundedcornr_content { padding: 0 15px; }


*/