body{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	background-image: url(../media/bg_main.jpg);
	background-repeat: no-repeat;
	background-color: #FD7F32;
	font-family: "Comic Sans MS", Arial, Verdana;
	font-size: 10pt;
}

/*#maincontainer{
	background-image: url(../media/achtergrond_new6.jpg);
	background-attachment:scroll;
	background-repeat: no-repeat;
	background-position: left top;
}*/	

b{font-size: 110%;}

p{text-align: justify;}

p.small{width: 70%;}

#topsection{
height: 190px; /*Height of top section*/
margin-left: 335px;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 250px; /*Set left margin to LeftColumnWidth*/
width: 500px;
}

#leftcolumn{
float: left;
width: 250px; /*Width of left column*/
margin-top: 43px; /*ET*/
margin-left: -102%; /*menu verder naar links, was 100% (ET)*/
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: url(../media/bladlist_trans.gif) no-repeat left center;
list-style-type: none;
padding-left: 25px; /*tekst verder van listgif, was 20px (ET)*/
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(../media/bladlist_trans.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}