/*	Algemene stylesheet voor de content van de website. 
	Bevat standaard-stijlen voor de body-tag, a-tag, table-tag en td-tag
	Bevat specifieke klasses voor sommige delen van de content
	Bevat klasses voor opmaak onderste tabel met adres vh bedrijf
*/

/* ALGEMENE STYLES */
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: #000000;
	background-color: #ffffff;
}
A:link{
 color: #0000FF;
}
A:visited{
 color: #000066;
}
A:active{
 color: #0000FF;
}
A:hover{
 text-decoration: none;
}
TABLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: #000000;
}
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: #000000;
}
INPUT {
	border-style : none;
	border-width : 1px;
	font-size : 9pt;
	border-color : Gray;
	background-color : #DCDCDC;
}
SELECT {
	border-style : none;
	border-width : 1px;
	font-size : 9pt;
	background-color : #DCDCDC;
}


/* SPECIFIEKE STYLES */
.PageTitle {
 font-family: Arial, Helvetica, sans-serif;
 FONT-SIZE: 12pt; 
 FONT-WEIGHT: bold; 
 COLOR: #0000a0;
}
.SubTitle {
 font-family: Arial, Helvetica, sans-serif;
 FONT-SIZE: 10pt; 
 FONT-WEIGHT: bold; 
 COLOR: #0000a0;
}
.GreenText {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 font-weight: bold;
 color: #008000;
}
.GreenTextGroter {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10,5pt;
 font-weight: bold;
 color: #008000;
}
.GreyText {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 font-weight: normal;
 color: #333333;
}
.MainTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: #000000;
	background-color: #ffffff;
}
.Knop {
	background-color: Silver; 
	font-family: arial,helvetica,sans-serif; 
	font-size: 10pt;
	border-style : outset;
}
.RechtsKlein {
	text-align:left;
	font-size:8pt;
}
.klein {
	font-weight:bold;
	font-size:8pt;
	background-color: #F8F8F8;
}
.verkoopsvoorwaarden {
	font-size:8pt;
}



/* EKTRON EXPRESS STYLES */
TD.main {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
TD.subnav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}
TD.mainnav {
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}



