body{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	background-image: url(../media/bg_vv.jpg);
	background-repeat: repeat-x;
	background-color: #FD7F32;
	font-family: "Comic Sans MS", Arial, Verdana;
	font-size: 14px;
}

/*#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; /*ET*/
}

p.small{
width: 70%; /*tekst niet over foto (ET)*/
}

#topsection{
height: 150px; /*Height of top section (ET)*/
margin-left: 20px;
}

#topsection h1{
background-image: url(../media/logo_sup.jpg);
background-repeat: no-repeat;
margin: 0;
padding-top: 105px;
text-indent: -9000px; /*tekst valt dan buiten beeld, alleen logo zichtbaar*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentwrapper a:link {color: Maroon;}
#contentwrapper a:visited {color: Maroon;}
#contentwrapper a:hover {color: White;}
#contentwrapper a:active {color: Blue;}

#contentcolumn{
margin-left: 250px; /*Set left margin to LeftColumnWidth*/
width: 500px;
}

#leftcolumn{
float: left;
width: 250px; /*Width of left column*/
margin-top: 50px; /*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;
}
