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: #660000;
	background-color: #CC9966;
	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: #FFCC99;
}
.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: #660000;
	text-decoration: inherit;
}

a:hover{
	text-decoration: underline;
}

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

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

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



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

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

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

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

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

HR.rest{color:#cc3300; 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: #FFCC99;
	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: #FFCC99;
	font: small Verdana,sans-serif;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CC6600;
	border-bottom-color: #CC6600;
}

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



/************ mijn eigen tag styles -***************/









table.nav1{
	border:0;
	font-size:small;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.nav2{border:0; background:}


table.small{ font: medium; }

text{color:#660000}



a:link{color:#990000}

a:active{color:#ff0000}

a:visited{color:#cc0000}

a:hover{color:#ccffcc}
