body {
	background-color: #003366; /* background color */
	color: #ffffff; /* text color */
	font-family: Arial; /* font name */
	font-size: x-small; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
}

.phpmaker {
	color: #ffffff; /* text color */
	font-family: Arial; /* font name */
	font-size: x-small; /* font size */	
}

input, textarea, select {	
	font-family: Arial; /* font name */
	font-size: x-small; /* font size */
} 
/* lay out */
.bg_kop{
/* background: #003366 url(gif/logo-beekman.gif) no-repeat fixed left top*/
background:#003366 url(gif/logo-beekman.gif) no-repeat left top;
}

.bg_keus{
background: #003366 url(gif/bg-keus-beekman.gif) no-repeat fixed left top
}

/* menu.. */

a.nav,.nav:link, .nav:visited, .nav:active
{
padding: 0 5px 0 5px;
background: silver;
color: navy;
border-left: 1px solid #CCCCCC; /*high */
border-top: 1px solid  #CCCCCC;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
text-decoration: none;
}

a.nav:hover{
padding: 0 5px 0 5px;
background: lavender;
color: black;
border-left: 1px solid #000000; /*high */
border-top: 1px solid  #000000;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
text-decoration: none;
}



/* nav1 */
a.nav1, .nav1:link, .nav1:visited, .nav1:active
{
width: 110px;
padding: 0 5px 0 5px;
background: silver;
color: navy;
border-left: 1px solid #CCCCCC; /*high */
border-top: 1px solid  #CCCCCC;
border-right: 1px solid  #000000;
border-bottom: 1px solid #000000;
text-decoration: none;
}

a.nav1:hover{
width: 110px;
padding: 0 5px 0 5px;
background: lavender;
color: black;
border-left: 1px solid #000000; /*high */
border-top: 1px solid  #000000;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
text-decoration: none;
}



/* eind nieuw menu */

a:link, a:visited
{
color: #FFFFFF;
}
a:hover{
color: #ffff00;
}

/* main table */
.ewTable {
	width: 800; /* table width */	
	color: #ffffff; /* text color */
	font-family: Arial; /* font name */
	font-size: x-small; /* font size */
	border-collapse: collapse;
	border: none;
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #25344D;  /* table background color */
}

/* main table header cells */
.ewTableHeader {
	background-color: #25344D; /* header color */
	color: #ffffff; /* header font color */	
	vertical-align: top;	
}

.ewTableHeader a {	
	color: #33FFFF; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #003D79;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
    width: 600;
	background-color: #003366; /* alt row color 2 */	
}

/* main table footer section */
.ewTableFooter {
	background-color: #FFFFFF;	
}