/* eigenschappen van de achtergrond van het hele scherm */
body{
margin: 5px;
text-align: center;
}

.pagebackground {
	background-color: #000000;
	background-image: url(../media/markup/background.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}

/* eigenschappen van de gecentreerde hoofd container */
div#main_container{
	width: 800px;
	text-align: left;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow:hidden; /*laat achtergrond doorlopen tot onderkant divs (left en center)*/
	background-color: #005657;
	background-image: url(../media/markup/bgdivcenter.png);
	background-repeat: repeat-y;
	background-position: left 175px;
}

/*header van de pagina*/
div#headerbox{
	height: 150px;
}

/*Volgende regel oplossing om 2 extra pixels onder een image geplaatst in een div in IE6 kwijt te raken.*/
/*http://www.w3.org/TR/html4/struct/objects.html#h-13.7.4*/
div#headerbox img  {vertical-align:bottom;}

/*linker kolom********************************************************************************/
div#leftbox{
	background-color: #FFFFFF;
	width: 200px;
	height: 100%;
	float:left
}

/*het menu wordt opgebouwd uit de volgende 2 divs*/
/*topplaatje van 25 pix hoog.*/
div#div200top{
	height: 25px;
	width: 200px;
	background-image: url(../media/markup/bgdivtop.png);
	margin-top: 0px;
}
/*gedeelte dat wordt gebruikt voor content zoals menu.*/
div#div200center{
	height: 300px;
	width: 200px;
	background-image: url(../media/markup/bgdivcenter.png);
	padding: 0px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-repeat: no-repeat;
	font-size: 18px;
	background-color: #005657;
}

div#div200center a:link {
	color: #FFFFFF;
	text-decoration: none;
}

div#div200center a:active {	
	color: #FFFFFF;
	text-decoration: none;
}
		
div#div200center a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

div#div200center a:hover {	
	color: #009999;
	text-decoration: none;
}

div#div200bottom{
	height: 35px;
	width: 200px;
	background-color: #005657;
}

div#contentfiller{
height:1050px;
width:1px;
float:left;
}

/*midden/rechter kolom*/
div#centerbox{
	background-color: #ffffff;
	width: 600px;
	height: auto;
	float:left;
        padding: 0px;
        margin: 0px;
        display: inline;
}



/*content********<div style="height:100px;width:1px;float:left;"> </div>****************************************/
div#test{
height:500px;
width:1px:;
float:left;
}


div#contentbox{
	background-color: #ffffff;
	padding: 0px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	}

div#contentbox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #009999;
	font-weight: 900;
}

div#contentbox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #009999;
	font-weight: 900;
}

div#contentbox h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #009999;
	font-weight: 900;
}

div#contentbox h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009999;
	font-weight: 900;
}

div#contentbox h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #009999;
	font-weight: 900;
}

div#contentbox h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #009999;
	font-weight: 900;
}

div#contentbox img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*EDIT PAGINA***********************************************************************************************/
.editbackground {
	background-color: #666666;
}

/* eigenschappen van de gecentreerde hoofd container */
div#main_container_edit{
	width: 800px;
	text-align: left;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #999999;
}

/*header van de pagina*/
div#main_container_headerbox{
	background-image: url(../media/markup/headerbw.png);
	height: 150px;
	width: 800px;
	background-color: #006666;
}

div#main_container_edit textarea{
	background-color: #ffffff;
}



