/* ==============================================
    CSS STYLES FOR Skin and Construction Kit 1.0
   ==============================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: "Arial Black", Arial, Helvetica;
    font-size:  11px;
    font-weight: normal;
    color: black;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

.HeaderPane {
	background-image: url(Wilskracht7.gif);
	background-repeat: no-repeat;
    	background-position:left, top ;
	background-color: #FFFFFF;

}

.LoginPane {
}

.MenuPane {
}

.LeftPane {
}

.SecondLeftPane {
}

.ContentPane {
}

.SecondContentPane {

}
.BottomPane1 {

}
.BottomPane2 {

}
.BottomPane3 {

}
.RightPane {

}
.SecondRightPane {

}
.LeftInnerPane {

}
.FillerPane1 {

}
.FillerPane2 {

}
.RightInnerPane {

}
.FooterPane {
}
.SecondFooterPane {
}
.Footer1 {

}
.Footer2 {

}
.Footer3 {

}

.CreditsPane {
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 14px;
    color: black;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: black;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
    color:black;
    font-family: verdana,Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    font-size: 10px;
    text-decoration:    none;
    color:black;
}

A.OtherTabs:visited  {
    font-size: 10px;
    text-decoration:    none;
    color:black;
}

A.OtherTabs:active   {
    font-size: 10px;
    text-decoration:    none;
    color:black;
}

A.OtherTabs:hover    {
    font-size: 10px;
    text-decoration:    underline;
    color:black;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: #439133;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:20;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #CCCCCC; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #439133;
	border-left: #000000 0px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #439133; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: #000000; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: #CCCCCC; 
	cursor: pointer; 
	cursor: hand; 
	color: #663366; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: normal; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 13pt; 
	color: #663366; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 13pt; 
	cursor: pointer; 
	cursor: hand;
}

