BODY  {
	BACKGROUND-COLOR: #2C393A;
	margin: 0px;
	padding: 0px;
}

TD#links {
	background-color: #295A59;  /*background-color: #4F8793;*/
}

TD#content {
	background-color: #f7fcea;
}
	
TD {	
	FONT-SIZE: 10pt;
	COLOR: #2C393A;
	FONT-FAMILY: Verdana, Courier New, Arial, Helvetica;
}

P {	
	COLOR: #2C393A;
	FONT-FAMILY: Verdana, Courier New, Arial, Helvetica;
	text-align:justify;
}

TD#footer {
	text-align:center;
	font-size: 9pt;
	color: #2C393A;
	background-color: #8BCFE2;
	padding-bottom: 8px;
	padding-top: 8px;
}

H2 {	
	FONT-SIZE: 12pt;
	COLOR: #2C393A;
	FONT-FAMILY: Verdana, Courier New, Arial, Helvetica;
}

H3 {	
	FONT-SIZE: 10pt;
	COLOR: #0A6077;
	FONT-FAMILY: Verdana, Courier New, Arial, Helvetica;
}

H4 {	
	FONT-SIZE: 10pt;
	COLOR: #2C393A;
	FONT-FAMILY: Verdana, Courier New, Arial, Helvetica;
	font-weight: bold;
}



.letter7pt {
	font-size: 7pt;
}

.letter8pt {
	font-size: 8pt;
}

.letter9pt {
	font-size: 9pt;
}


HR  {
    color:#8D95A0; 
    height:1px;
}

UL {
	list-style: circle;
	margin-bottom:1px
}



/* /////////// LINK STIJLEN /////////// */

A:link, A:visited {  
	FONT-SIZE: 10pt;
	COLOR: #295A59; 
	FONT-FAMILY: Verdana, Courier New, Arial, Helvetica;
	text-decoration: none;
}
A:hover {  
	FONT-SIZE: 10pt;
	FONT-FAMILY: Verdana, Courier New, Arial, Helvetica;
	COLOR: red; 
	text-decoration: none;
}



A.menu:link, 
A.menu:active, 
A.menu:visited {
	FONT-SIZE: 9pt;
	COLOR: #c8ddde;   /*   COLOR: #97D8DA;  COLOR: #97D8DA;*/ 
	FONT-FAMILY: Verdana, Courier New, Arial, Helvetica;
	text-decoration: none;
}
A.menu:hover {  
	FONT-SIZE: 9pt;
	FONT-FAMILY: Verdana, Courier New, Arial, Helvetica;
	COLOR: #FFFFFF; 
	text-decoration: none;
	/*background-image:url(pijltje.gif);*/
}

/* /////////// FORMULIER STIJLEN /////////// */

INPUT, SELECT  {
	background-color: #314256;
	FONT-FAMILY: Verdana, Courier New, Arial, Helvetica;
	FONT-SIZE: 10pt;
	color:#E6E6E6;
}

TEXTAREA {
	BORDER-TOP: 1px solid #8D95A0;
	BORDER-RIGHT: 1px solid #8D95A0;
	BORDER-BOTTOM: 1px solid #8D95A0;
	BORDER-LEFT: 1px solid #8D95A0;
	background-color: #314256;
	background-image:url();
	padding-left: 5px;
	
    SCROLLBAR-FACE-COLOR:      #314256; 
    SCROLLBAR-SHADOW-COLOR:    #314256; 
    SCROLLBAR-HIGHLIGHT-COLOR: #314256;        
    SCROLLBAR-3DLIGHT-COLOR:   #8D95A0;  
    SCROLLBAR-DARKSHADOW-COLOR:#8D95A0;  
    SCROLLBAR-TRACK-COLOR:     #314256; 
    SCROLLBAR-ARROW-COLOR:     #8D95A0; 
	color:#E6E6E6;
	WIDTH: 610px;
	HEIGHT: 150px;
}

.invulveld  {
	padding-left: 5px;
	WIDTH: 360px;
	BORDER-TOP: 0px solid #314256;
	BORDER-RIGHT: 0px solid #314256;
	BORDER-BOTTOM: 1px dotted #8D95A0;
	BORDER-LEFT: 0px solid #314256;
}


.cbg {
    BACKGROUND-COLOR: #FFFFFF;
	BORDER: 0px;
}

.button {
	FONT-FAMILY: Verdana, Courier New, Arial, Helvetica;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    COLOR: #cccccc;  
	width: 220px;
	height: 20px;
	letter-spacing: 3px;   

    BACKGROUND-COLOR: #333333;
	PADDING-TOP: 4px;
	PADDING-BOTTOM: 4px;
	BORDER: 0px;
	
    CURSOR: hand;
}

.buttonover {
	FONT-FAMILY: Verdana, Courier New, Arial, Helvetica;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    COLOR: #333333; 
	width: 220px;
	height: 20px;
	letter-spacing: 3px;   

    BACKGROUND-COLOR: #8D95A0;
	PADDING-TOP: 4px;
	PADDING-BOTTOM: 4px;
	BORDER: 0px;
	
    CURSOR: hand;
}

