html, body
{
	margin:0px;
	margin:0px auto;
	background:url(images/background.jpg) no-repeat; 
	background-position:center top;
	background-color:#49304d;
	font-size:11px;
}
.maintable
{
	width:100%;
	height:100%;
}
.subtable
{
	height:100%;
}
.header
{
	background:url(images/header.gif) no-repeat;
	width: 891px;
	height: 150px;
	padding-top:10px;
	text-align:right;
	vertical-align:bottom;
}
.menubalk
{
	background:url(images/menubalk.gif) no-repeat;
	width: 891px;
	height: 42px;
}
.leftpane
{
	background:url(images/BGLinkerMenu.gif) repeat-y;
	width: 165px;
	height: 100%;
	vertical-align:text-top;
}

.linkermenuonder
{
	/*background:url(images/BGLinkerMenuOnder.jpg) no-repeat;*/
	background:url(images/BGLinkerMenu.gif) repeat-y;
	width: 165px;
	vertical-align:bottom;
	/*height: 163px;*/
	
}
.contentpane
{
	background: url(images/BGContent.jpg) no-repeat;
	background-color: #ffffff;
	text-align: left;
	width: 700px;
	vertical-align:text-top;

}
.BGbovenlinksTDmain
{
	vertical-align:top;
	text-align:right;
}
.BGbovenlinksTABLEmain
{
	height: 100%;
	width: 100%;
}
.BGbovenlinks
{
	height: 590px;
}
.BGonderlinks
{
	background: url(images/BackgroundOnderLinks.jpg) repeat-y;
	background-position:right top;
	vertical-align:top;
}

.BGbovenrechtsTABLEmain
{
	height: 100%;
	width: 100%;
}
.BGbovenrechtsTDmain
{
	vertical-align:top;
}
.BGbovenlinks
{
	height: 590px;
}
.BGonderrechts
{
	background: url(images/BackgroundOnderRechts.jpg) repeat-y;
	background-position:left top;
	vertical-align:top;

}



/*-------------- MENU STYLES ----------------*/

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: transparent;
}
.MainMenu_MenuItem {
	border-left: #5a785d 0px solid; 
	border-bottom: #5a785d 1px solid; 
	border-top: #5a785d 1px solid; 
	border-right: #5a785d 0px solid;
	cursor: hand; 
	color: white;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
}
.MainMenu_MenuIcon {
	background-color: #5a785d; 
	border-left: #5a785d 1px solid; 
	border-bottom: #5a785d 1px solid; 
	border-top: #5a785d 1px solid;  
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #5a785d;  
	z-index: 1000; 
	color: black;
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	border-bottom: #CECDCD 2px solid; 
    border-left: #CECDCD 2px solid; 
    border-top: #CECDCD 2px solid;  
    border-right: #CECDCD 2px solid;  
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #5a785d 1px solid; 
	border-bottom: #5a785d 1px solid; 
	border-top: #5a785d 0px solid;
	/*font-family: webdings; */
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	/*font-family: webdings; */
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


.MainMenu_RootMenuItem
{
    background: transparent;
	height: 50px;
} 
.MainMenu_RootMenuItemActive 
{
    background-image: url(bg_menu_over.gif);
    height: 50px;
	 color: white;
}
.MainMenu_RootMenuItemSelected
{
    /*border: solid 10px purple;
    background-color: Lime;*/
	background-color: transparent;
    height: 50px;
	color: white;
}

.MainMenu_SubMenuItemBreadcrumb
{   
    background-color: #5a785d;
    height: 25px; 
	color: black;
}
.MainMenu_SubMenuItemSelected
{
    background-color: #5a785d;
	 color: black;
    height: 25px;
}
.MainMenu_SubMenuItemActive
{
    background-color: #5a785d;
	 color: black; 
    height: 25px;
}
.MainMenu_separator
{
	background-image: url(1.gif);
	background-repeat: repeat;
	background-color: transparent;
	background: transparent;
}




