/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;	
	background-color: white;
	background-repeat: no-repeat; 
	
		

}
.skinmaster {
	width: 925px;
	background-image: url(middenbalkje.jpg);
	background-repeat: horizontal repeat;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	margin-top: -1px; 
	margin-bottom: -15px; 
}


/* 
HET BOVENSTUK VAN DE WEBSITE
*/
.bovenstuk {
	background-image: url(bovenstuk.jpg);
	background-repeat: no-repeat;
	width:925px;
	height:251px;
}


/* 
HET middenstuk VAN DE WEBSITE
*/
.middenstuk {
	background-image: url(middenstuk.jpg);
	background-repeat: no-repeat;
	width:925px;  
	height:517px;
	margin-bottom:0px;
}


/* 
HET ONDERSTUK VAN DE WEBSITE
*/
.onderstuk {
	background-image: url(onderstuk.jpg);
	background-repeat: no-repeat;
	margin-bottom:-1px;
	height:134px;
	width:925px;
}

.controlpanel {
	width: 100%;
	background-color: white;
}


/* 
EIGENSCHAPPEN VAN JE DIVERSE PANES waaronder CONTENTPANE
*/

.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width:700px;
	background-color: transparent;
	padding-left:5px;
	padding-right: 20px;
	padding-top: 15px;

}
.rightpane {
	width: 150px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 12px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
	margin-left:50px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background-color: Transparent;

}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 12pt; 
	width: 150px;
	height: 21px;
	background-color: Transparent;
	font-family: Tahoma; 
	
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	height: 0px;
	width: 0px;
	background-color: Transparent;

}
.MainMenu_SubMenu {
	background-color: white;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#fbd475', Direction=155, Strength=11); 
}
.MainMenu_MenuBreak {
	height: 20px;
}
.MainMenu_MenuItemSel {
	background-color: Transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: red; 
	font-size: 12pt;  
	font-family: Tahoma;
}
.MainMenu_MenuArrow {
	border-top: #000000 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 

}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;

}
.StandardButton {
  background: white none; 
  color: #000000;
  font-family: Tahoma; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma;
   font-size:  18px;
   font-weight: bold;
   height:28px;
   color: Red;
}

