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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000066;
	background-color: #3399FF;
	background-image: none;
	line-height: 1.166;
	background-attachment: scroll;
}

/******* code uit basis html fixt 1 kolom *******/

.oneColFixCtr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #CCFFFF;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #0000FF;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

hr {
	font-size: small;
	color: #003300;
}

h1{
	font: bold 120% Verdana,Arial,sans-serif;
	color: #000066;
	margin: 0px;
	padding: 0px;
}



h2{
	font: bold 114% Verdana,Arial,sans-serif;
	color: #000066;
	margin: 0px;
	padding: 0px;	
}

h3{
	font: bold 100% Verdana,Arial,sans-serif;
	color: #000066;
	margin: 0px;
	padding: 0px;
}

h4{
	font: 100% Verdana,Arial,sans-serif;
	color: #000066;
	margin: 0px;
	padding: 0px;
}

h5{
	font: 100% Verdana,Arial,sans-serif;
	color: #000066;
	margin: 0px;
	padding: 0px;
}

HR.top{
	color:#660099;
	height:5
}

HR.rest{
	color:#660099;
	height:2
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	background-color: #FFCCFF;
	max-width: 1024px;
	min-width: 800px;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: -190px;
	left: 45px;
	right: 2%;
	min-width: 800px;
	max-width: 1024px;
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #FFCCFF;
	font: small Verdana,sans-serif;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #663366;
	border-bottom-color: #663366;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #663366;
}
