					/* standaard pagina opmaak*/

body {
					background					: #F8EFE9;
					font-color					: #901F19;
					font-family					: tahoma, Verdana, Arial, Helvetica, sans-serif;
					font-size					: 13px; 
					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					: 13px;
					font-style					: normal;
					font-weight					: normal;
					text-align					: left top ;
					color						: #794726;
					text-decoration				: none;
					border-style               	: none;
					border-spacing             	: 0;
					border-collapse            	: collapse;     
					border-color			   	: #E9CFBA;

					
					

}

					/* standaard tabellen* met rand*/
.table1{
					font-family					: Tahoma, Verdana, Arial, Helvetica;
					font-size					: 13px;
					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;
					SCROLLBAR-HIGHLIGHT-COLOR:  #ffffff; 
					SCROLLBAR-ARROW-COLOR: #ffffff; 
					SCROLLBAR-TRACK-COLOR: #3C4B52; 	/* achtergrond kleur*/


}

					/* standaard tabellen* met rand en achtergrond kleur*/
.table2{
					font-family					: Tahoma, Verdana, Arial, Helvetica;
					font-size					: 15px;
					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					: 15px;
					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;
					cursor:hand;
					
}

					/* standaard tabel zonder rand met achtergrond kleur */
.table4{
					font-family					: Tahoma, Verdana, Arial, Helvetica;
					font-size					: 13px;
					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					: 15px;
					font-style					: normal;
					font-weight					: normal;
					text-align					: left top ;
					color						: #545258;
					text-decoration				: none
					border-style               	: solid;
					border-spacing             	: 0;
					border-collapse            	: collapse;     
					border-color			   	: #F8EFE9;
					background					: #F8EFE9;
					

}

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

}

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

}


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

}


					/* groter font kleur rood voor header*/
.font4{
					font-family					: Times New Roman,Tahoma, Verdana, Arial, Helvetica;
					font-size					: 37px;
					font-style					: normal;
					font-weight					: normal;
					text-align					: richt;
					
					color						: #901F19;

}

					/* groter font kleur wit voor header*/
.font5{
					font-family					: Tahoma, Verdana, Arial, Helvetica;
					font-size					: 26px;
					font-style					: normal;
					font-weight					: normal;
					text-align					: right;
					color						: #ffffff;

}

					/* groter font kleur wit klein voor header*/
.font6{
					font-family					: Tahoma, Verdana, Arial, Helvetica;
					font-size					: 9px;
					font-style					: normal;
					font-weight					: normal;
					text-align					: right;
					text-valign					: right;
					color						: #ffffff;

}

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

}




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;
}



h1{
					font-family					: Tahoma, Verdana, Arial, Helvetica;
					font-size					: 14px;
					font-style					: normal;
					font-weight					: normal;
					text-align					: center;
					color						: #545258;					
}

h2{
					font-family					: Tahoma, Verdana, Arial, Helvetica;
					font-size					: 12px;
					font-style					: normal;
					font-weight					: normal;
					text-align					: left;
					color						: #545258;					
}
