					/* standaard pagina opmaak*/

body {
					background					: #E7DCC9;
					font-color					: #901F19;
					font-family					: tahoma, Verdana, Arial, Helvetica, sans-serif;
					font-size					: 10pt; 
					SCROLLBAR-FACE-COLOR: #69090A; /* voorgrond kleur*/
					SCROLLBAR-HIGHLIGHT-COLOR:  #ffffff; 
					SCROLLBAR-ARROW-COLOR: #ffffff; 
					SCROLLBAR-TRACK-COLOR: #3C4B52; 	/* achtergrond kleur*/
}

					/* standaard tabellen* zonder rand*/
table{
					font-family					: Tahoma, Verdana, Arial, Helvetica;
					font-size					: 10pt;
					font-style					: normal;
					font-weight					: normal;
					text-align					: left top ;
					color						: #704223;					//794726;
					text-decoration				: none
					border-style               	: solid;
					border-spacing             	: 0;
					border-collapse            	: collapse;     
					border-color			   	: #E9CFBA;
					
					

}

					/* standaard tabellen* met rand*/
.table1{
					font-family					: Tahoma, Verdana, Arial, Helvetica;
					font-size					: 10pt;
					font-style					: normal;
					font-weight					: normal;
					text-align					: left top ;
					color						: #794726;	
					text-decoration				: none
					border-width               	: 0 0 0 0;
					border-style               	: solid;
					border-spacing             	: 0;
					border-collapse            	: collapse;     
					border                     	: 1px solid #E9CFBA;


}

					/* standaard tabellen* met rand en achtergrond kleur*/
.table2{
					font-family					: Tahoma, Verdana, Arial, Helvetica;
					font-size					: 11pt;
					font-style					: normal;
					font-weight					: normal;
					text-align					: left;
					color						: #ffffff;	
					text-decoration				: none
					border-width               	: 0 0 0 0;
					border-style               	: solid;
					border-spacing             	: 0;
					border-collapse            	: collapse;     
					border                     	: 1px solid #E9CFBA;
					background					: #901F19;

}

					/* standaard tabellen* met rand en achtergrond kleur maar minder breed gebruikt bij offerte aanvraag*/
.table3{
					font-family					: Tahoma, Verdana, Arial, Helvetica;
					font-size					: 11pt;
					font-style					: normal;
					font-weight					: normal;
					text-align					: left;
					color						: #901F19;	
					text-decoration				: none
					border-width               	: 0 0 0 0;
					border-style               	: solid;
					border-spacing             	: 0;
					border-collapse            	: collapse;     
					border                     	: 1px solid #E9CFBA;
					background					: #F3E5DA;
					width						: 750;
}

					/* standaard tabel zonder rand met achtergrond kleur */
.table4{
					font-family					: Tahoma, Verdana, Arial, Helvetica;
					font-size					: 10pt;
					font-style					: normal;
					font-weight					: normal;
					text-align					: left top ;
					color						: #901F19;
					text-decoration				: none
					border-style               	: solid;
					border-spacing             	: 0;
					border-collapse            	: collapse;     
					border-color			   	: #E9CFBA;
					background					: #F3E5DA;
					

}

					/* gebruikt bij offerte aanvragen shownaam */

.table5{
					font-family					: Tahoma, Verdana, Arial, Helvetica;
					font-size					: 11pt;
					font-style					: normal;
					font-weight					: normal;
					text-align					: left top ;
					color						: #A8251E;
					text-decoration				: none
					border-style               	: solid;
					border-spacing             	: 0;
					border-collapse            	: collapse;     
					border-color			   	: #A8251E;
					background					: basis-afbeeldingen/cel.jpg;
					

}

					/* standaard font kleur grijs*/
.font1{
					font-family					: Tahoma, Verdana, Arial, Helvetica;
					font-size					: 10pt;
					font-style					: normal;
					font-weight					: normal;
					text-align					: left;
					color						:#545258;

}

					/* groter font kleur grijs*/
.font2{
					font-family					: Tahoma, Verdana, Arial, Helvetica;
					font-size					: 11pt;
					font-style					: normal;
					font-weight					: normal;
					text-align					: left;
					color						: #545258;

}


					/* standaard font kleur grijs*/
.font3{
					font-family					: Tahoma, Verdana, Arial, Helvetica;
					font-size					: 10pt;
					font-style					: normal;
					font-weight					: normal;
					text-align					: left;
					color						: #ffffff;

}


a:link{
					color						: #545258;
					font-size					: 13px;
					font-family					: tahoma;
					font-style					: normal;
					font-weight					: normal;
					text-decoration				: underline;
					font-variant				: normal;
					text-transform				: normal;
					cursor						: hand;
}

a:hover{
					color						: #A8251E;
					font-size					: 13px;
					font-family					: tahoma;
					font-style					: normal;
					font-weight					: normal;
					text-decoration				: underline;
					font-variant				: normal;
					text-transform				: normal;
}

a:visited{
					color						: #545258;
					font-size					: 13px;
					font-family					: tahoma;
					font-style					: normal;
					font-weight					: normal;
					text-decoration				: underline;
					font-variant				: normal;
					text-transform				: normal;
}