/* Algemene stijlkenmerken die voor de gehele pagina gelden */
BODY {
	font-family		: verdana;
	font-weight		: bold;
	font-size		: 7pt;
	color			: #000000;
	text-decoration	: none;
	}
	
H4 {
	font-family		: Verdana;
	font-size		: 10pt;
	font-weight		: bold;
	color			: #9B4E0C;
	}

H5 {
	font-family		: Verdana;
	font-size		: 9pt;
	font-weight		: bold;
	color			: #FF7800;
	}

H6 {
	font-family		: Verdana;
	font-size		: 9pt;
	font-weight		: bold;
	color			: #D58D01;
	}

/* opmaak standaard link*/
a {
	font-family		: verdana;
	font-weight		: light;
	font-size		: 8pt;
	color			: #000000;
	text-decoration: underline;
	}
	
/* opmaak link onMouseOver (alleen IE) */
a:hover {
	text-decoration: none;
	}
/* standaardopmaak menu items */
a.menu {
	font-family		: verdana;
	font-weight		: bold;
	font-size		: 8pt;
	color			: #FCF3DE;
	text-decoration	: none;
	}

a.SubMenu {
	font-family		: verdana;
	font-weight		: bold;
	font-size		: 7pt;
	color			: #E77919;
	text-decoration	: none;
	line-height		: 1.8;
	}

a.Submenu:hover {
	color: #9B4E0C;
	}

a.nieuws {
	font-family		: verdana;
	font-weight		: light;
	font-size		: 7pt;
	color			: #000000;
	text-decoration	: underline;
	}

a.nieuws:hover {
	text-decoration: none;
	}

/* standaardopmaak tabelcellen */
td {
	font-family		: verdana;
	font-weight		: light;
	font-size		: 7pt;
	color			: #000000;
	text-decoration	: none;
	}

.home {
	font-family		: verdana;
	font-weight		: light;
	font-size		: 8pt;
	color			: #000000;
	text-decoration	: none;
	line-height		: 1.6;
	}

/* standaardopmaak menu items */
.kop {
	font-family		: verdana;
	font-weight		: bold;
	font-size		: 7pt;
	color			: #000000;
	text-decoration	: none;
	}
	
	
.adres2 {
	font-family		: verdana;
	font-weight		: bold;
	font-size		: 7pt;
	color			: #041446;
	text-decoration	: none;
	}
	
.right {
	font-family		: verdana;
	font-weight		: bold;
	font-size		: 7pt;
	color			: #50718C;
	text-decoration	: none;
	}
.kopright {
	font-family		: verdana;
	font-weight		: bold;
	font-size		: 13pt;
	color			: #041446;
	text-decoration	: none;
	}

/* NIEUWSBRIEF */
.news_top {
	font-family		: Verdana;
	font-size		: 10pt;
	font-weight		: bold;
	color			: #9B4E0C;
	}

.newskop{
	font-family		: Verdana;
	font-size		: 9pt;
	font-weight		: bold;
	color			: #9B4E0C;
	}

.news_normal{
	font-family		: verdana;
	font-weight		: light;
	font-size		: 8pt;
	color			: #000000;
	text-decoration	: none;
	}

	
	
/* standaardopmaak inputboxen (alleen IE) */
input {
	font-size		: xx-small;
	font-style		: normal;
	line-height		: normal;
	font-weight		: normal;
	font-variant	: normal;
	text-transform	: none;
	color			: #000000;
	text-decoration	: none;
	background-color: #FFFFFF;
	border			: 1px solid #E77919;
	}


input.formbutton {
	FONT-WEIGHT		: bold; 
	FONT-SIZE		: 7pt; 
	FONT-FAMILY		: Verdana; 
	line-height		: 12pt
	}	

/* opmaak inputvelden (geen buttons!!) (alleen IE) */
input.veld {
	background-color	:#FFFFFF;
	color				:#E77919;
	width				:100px;
	}

.forminput {  
	font-family			: Verdana; 
	font-size			: 11px; 
	border				: #E77919; 
	border-style		: groove; 
	border-top-width	: 1pt; 
	border-right-width	: 1pt; 
	border-bottom-width	: 1pt; 
	border-left-width	: 1pt
	}
textarea {
	FONT-SIZE				: 8pt; 
	FONT-FAMILY				: Verdana; 
	text-decoration			: none;
	background-color		: #FFFFFF;
	border					: 1px solid #E77919;
	}

.inputCheckbox {
	border			: 0px #E77919 inset;
	margin-top		: 0px;
	margin-right	: 0px;
	margin-bottom	: 0px;
	margin-left		: 0px;
	padding-top		: 0px;
	padding-right	: 0px;
	padding-bottom	: 0px;
	padding-left	: 0px;
	clip			: rect(0px 0px 0px 0px);
	height			: 13px;
	width			: 13px
}
.tableborder {  
	border-color		: #D4D4D4; 
	border-style		: solid; 
	border-top-width	: 1px; 
	border-right-width	: 1px; 
	border-bottom-width	: 1px; 
	border-left-width	: 1px; 
	}
input.commonButton {
  font-family			: Verdana, Arial, Helvetica, sans-serif;
  font-size				: 10px;
  font-weight			: bold;
  color					: #000000;
  background-color		: #cccccc;
  background-image		: url(../images/btn_bg.gif);
  border				: none;
}
	