/* algehele beeldelementen */

body {
	text-align:center;
	border:1px solid gray;
	font-family:Arial, Helvetica, sans-serif;
	}

.master {
	border-left:1px solid darkgray;
	border-right:1px solid darkgray;
	}

.Normal {
font-family:Arial, Helvetica, sans-serif;
}
/* menu td */

/* Main Menu */

.MainMenu_RootMenuItem, .MainMenu_RootMenuItem a
{
	color:red;
	font-weight:bold;

}

.MainMenu_RootMenuItemActive, .MainMenu_RootMenuItemActive a 
{
		cursor: pointer; 
	border:2px solid yellow;
	font-weight:bold;
	}
	
.MainMenu_SubMenuItemActive, .MainMenu_SubMenuItemActive a {
	cursor: pointer; 
	background-color:yellow;
	color:blue;
	font-weight:bold;
	}
	
.MainMenu_RootMenuItemSelected, .MainMenu_RootMenuItemSelected a {
	cursor: pointer; 
	background-color:red;
	color:white;
	font-weight:bold;
	}
	
.MainMenu_SubMenuItemSelected, .MainMenu_SubMenuItemSelected a {
	cursor: pointer; 
	color:red;
	font-weight:bold;
	}
	
.MainMenu_MenuContainer {
	cursor: pointer; 
	background-color: white; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	height:16;
	background-color: white;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	color: #666667; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight:lighter; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: #999999 1px solid; 
	border-top: white 0px solid;  
	border-right: gray 0px solid;
	background-color: white;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	background-color: #FFFFFF; 
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 0px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #FFFFFF; 
	height: 0px;
		cursor: pointer; 
}

	

/* Menu item hover */

.MainMenu_MenuItemSel {

	cursor: pointer;  
	color: red; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight:lighter; 
	font-style: normal;
	background-color: #FFFFFF;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 

}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
}
	
.menu,  {
	padding-right:15px;	
	border-top:1px solid darkgray;
	border-bottom:1px solid darkgray;
	height:30px;
	}
	
/* footer td */
	
.footer {
	padding-left:15px;
	padding-right:15px;
	border-top:1px solid darkgray;
	border-bottom:1px solid darkgray;
	height:30px;
	}
	
/* footer links */

.footer a, .footer a:link, .footer a:visited, .footer a:active, .footer a:hover, .copyright {
	font-size:10px;
	color:#666666;
	font-weight:bold;
	}

	
		
p {
	color:#404040;
	font-size:10px;
	}

/* horizontale en verticale lijn */

.hlijnx {
	color:black;
	margin:10px;
			}

.hlijny {
	background-position:center center;
	background-image:url('img/hry.gif');
	background-repeat:repeat-y;
			
}



/* taalkeuze rechtsonderin de pagina */

.landenlinks, .landenlinks a, .landenlinks a:hover, .landenlinks a:visited, .landenlinks a:link, .landenlinks a:hover
{
    text-transform:uppercase;
    text-decoration:none;
	font-size:10px;
	color:#666666;
	font-weight:bold;
}

.landenlinks a:active, .landenlinks a:focus {
	text-transform:uppercase;
    text-decoration:none;
	font-size:10px;
	color:#FF0000;
	font-weight:bold;
	}
	
/* Zoekveld en zoeklabel */
	
.ZoekVeld {
	font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
	color:black;
	border:1px solid black;
	}
.ZoekLabel {
	font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
    font-weight: bolder;
	color:red;
	}

a, a:link, a:visited, a:hover {
color:#ff0000;
}































