/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
	background-color: #663300;
	padding: 0px;
	margin: 0%;
    /*background-image: url(Pictures/Body_background.jpg)*/
}
	 

#box{
	background-color: #FFFFCC;
	padding: 0px;
	margin: 0px;
	position: relative;
	height: 600px;
	width: 800px;
	border: 1px solid #000000;

} 


.navbar{
	float: none;
	padding: 0px;
	text-align: left;
	width: 760px;
	height: 10px;
	background-color: #FFFFFF;
	position: absolute;
	margin: 0px;
	left: 20px;
	top: 65px;
} 


.werkruimte{
	float: none;
	padding: 2px;
	text-align: justify;
	width: 610px;
	height: 470px;
	border: 1px none #000000;
	position: absolute;
	left: 150px;
	top: 70px;
	clear: none;
	font-size: 9pt;
	overflow: visible;
	z-index: 1;
	} 


#header{
	clear: both;
	width: 800px;
	height: 60px;
	font-color: #330066;
	margin: 0px;
	text-align: center;
	position: relative;
	left: 0px;
	top: 0px;
    background-image: url(Pictures/Header_background.jpg)
}


#footer {
	clear: none;
	width: 800px;
	height: 35px;
	font-family: Arial, sans-serif;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 565px;
	font-size: 9pt;
	font-color: #000000;
	background-image: url(Pictures/Footer_background.jpg);
} 
	

h1 {
      font: bold 150%;
      color: #663300;
      margin: 0px 0px 8px;}
	  
h2 {
	color: #006699;
	margin: 15px 5px 5px 0px;
	font-size: 110%;
	font-weight: bold;
}
	  
h3 {
      font: bold 115%;
      color: #FF9900;
      margin: 2px 2px 5px 0px;}
	  
.paginaaanwijzer {
	margin: 0px;
	padding: 0px;
	width: 134px;
	height: 450px;
	position: absolute;
	left: 8px;
	top: 70px;
	text-align: left;
	font-size: 8pt;
	border: 0px none #000000;
	color: #336666;
	float: left;
	clear: none;
	overflow: auto;
	
}
	
a:link, a:visited{
	color: #FF9900;
	text-decoration: none;
}

a:hover{
	color: #0000CC;
	text-decoration: none;
}


table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}




.halfmoon{margin-bottom: 1em;}

.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #929492;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 1px solid #DDD;
color: black;
font-size: 13px;
background: #FFFFFF url(pictures/tabright.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: black;
}

.halfmoon li a:hover{
background-color: #CDDADA;
color: navy;
}

