html, body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;

		background-color: #FFCC00; 
		BACKGROUND: url(aa.jpg);
		font-family: AvantGarde Bk BT, Tahoma, Verdana, sans-serif;
	  font-size: 11pt;
}

div#main {
    width: 700px;
    height: 100%;
			  margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
 
    background-color: white;
	  background: url(profiel.jpg) white no-repeat;
    text-align: left;
}

div#header {
    height: 140px;
		margin-left: 140px; 
	  margin-top: 25px;
		background: url(vlp100ph.jpg) white no-repeat;
}

div#menubar {
    padding-right: 13px;
    margin-left: 130px;
    text-align: right;
    letter-spacing: 0.15em;
}

a.menu {
    color: #008a8a;
    text-decoration: none;
    padding-left: 5px;
    border-left: 1px solid #555; 
}

a.menu:hover {
    text-decoration: underline;
}

a.menuselected {
    color: #008a8a;
    font-weight: bold;
    text-decoration: none;
    padding-left: 5px;
    border-left: 1px solid #555;
}

a.menuselected:hover {
    text-decoration: underline;
}

div#menu_left {
    width: 120px;
    margin-top: 1px;
    margin-left: 5px;
    float: left;
    padding-right: 13px;
    text-align: right;
}

a.submenu {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    color: #008a8a;
    text-decoration: none;
    width: 100%;
}

a.submenu:hover {
 
					background-color: #d58f7c;
}

a.submenuselected {
    color: #008a8a;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
}

a.submenuselected:hover {
    background-color: #d58f7c;
}

div#content {
    width: 530px;
    text-align: left;
    margin-left: 140px;
    padding-left: 10px;
}

div.menuheader {
    display: block;
    text-align: center;
    color: white;
    font-size: 1.1em;
    width: 126px;
    padding: 2px;
    font-weight: bold;
    letter-spacing: 0.5em;
		margin-top: 50px;    
    margin-bottom: 5px;
    background-color: #af2724;
		

}

