/* CSS Document */


body 
	{
		background-color: #FFFFFF;
		margin-top: 3px;
		
		font-family: verdana,arial;
		font-size: 10px;
		color: #000000;
		line-height: 15px;
	}
	
.opmerking
	{
		font-family: verdana,arial;
		font-size: 10px;
		color: #974578;
		font-weight: bold;
		text-decoration: none;
	}
	
/* form */

.textfield
	{
		font-size: 10px; 
		font-family: verdana, Arial, Helvetica, "Avant Garde"; 
		background-color: #fff; 
		border: solid 1px #e77817;
		text-align: left;
	}
	
.submit { 
	font-size: 10px; 
	font-family: verdana, Arial; 
	color: #FFFFFF;
	background-color: #e77817; 
	border: solid 1px #e77817; 
	}

/* links */

.TopMenuLink
	{
	padding: 0px 0px 0px 0px;
	margin: 8px 15px 0px 0px;
	width: 75px;
	float: center;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;

	}
	
.TopMenuLink:hover
	{
	padding: 0px 0px 0px 0px;
	margin: 8px 15px 0px 0px;
	width: 75px;
	float: center;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	background-color:#E8E8E8;

	}

.MenuLink
	{
		font-family: verdana,arial;
		font-size: 10px;
		color: #974578;
		font-weight: bold;
		text-decoration: none;
	}

.MenuLink:hover
	{
		text-decoration: underline;
	}

.MenuSubLink
	{
		font-family: verdana,arial;
		font-size: 10px;
		color: #666666;
		font-weight: bold;
		text-decoration: none;
	}

.MenuSubLink:hover
	{
		text-decoration: underline;
	}

.MenuMemberLink
	{
		font-family: verdana,arial;
		font-size: 10px;
		color:#000000;
		font-weight: bold;
		text-decoration: none;
	}

.MenuMemberLink:hover
	{
		text-decoration: underline;
	}

.footerlink
	{
		font-family: verdana,arial;
		font-size: 9px;
		color: #CCCCCC;
		font-weight: lighter;
		text-decoration: none;
	}

.pagelink
	{
		font-family: verdana,arial;
		font-size: 10px;
		color: #e77817;
		line-height: 15px;
		text-decoration: none;
	}

.pagelink:hover
	{
		text-decoration: underline;
	}

.geenlijn
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-stretch:ultra-expanded;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	}
.geenlijn:hover
	{
		text-decoration: underline;
	}
	
/* tabellen */

.grijzerij {
background-color:#FDF4FD;

}

.menutabel {
	border:#CCCCCC;
	border-style:solid;
	border-width:1px;
	background-color:#FFFFFF;
}

.tabellijnonder {
	border-bottom-style:solid;
	border-bottom-color: #e77817;
	border-bottom-width:1px;
}

.streepjestabel {
	border:#CCCCCC;
	border-style:solid;
	border-width:1px;
	border-bottom-style:solid;
	border-bottom-color: #e77817;
	border-bottom-width:3px;
	background-image:url(../images/streepjes.gif);
}

.membertabel {
	border:#CCCCCC;
	border-style:solid;
	border-width:1px;
}


.footertabel {
	border-bottom-style:solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width:1px;
	border-top-style:solid;
	border-top-color: #CCCCCC;
	border-top-width:1px;
	background-color:#F7F7F7;
}

.koptekst {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-stretch:ultra-expanded;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:n;
}

.lijnrechts {
	border-right-width:1px;
	border-right-color:#e77817;
	border-right-style:solid;
	}

.lijnrechtswit {
	border-right-width:1px;
	border-right-color:#FFFFFF;
	border-right-style:solid;
	}

.lijnrechtsonder {
	border-right-width:1px;
	border-right-color:#e77817;
	border-right-style:solid;
	border-bottom-style:solid;
	border-bottom-color: #e77817;
	border-bottom-width:1px;
	}

.lijnlinksonder {
	border-left-width:1px;
	border-left-color:#e77817;
	border-left-style:solid;
	border-bottom-style:solid;
	border-bottom-color: #e77817;
	border-bottom-width:1px;
	}

.lijnlinks {
	border-left-width:1px;
	border-left-color:#e77817;
	border-left-style:solid;
	}