					/* standaard pagina opmaak*/

body {
					background					:#d3b493;

					font-color					: #8C5C35;
					font-family					: tahoma, Verdana, Arial, Helvetica, sans-serif;
					font-size					: 9pt; 
				
}


H1{
					font-size					: 9pt;
					
}
					
					/* standaard tabellen* zonder rand*/
table{
					font-family					: Tahoma, Verdana, Arial, Helvetica;
					font-size					: 9pt;
					font-style					: normal;
					font-weight					: normal;
					text-align					: left ;
					color						: #9E4B2D;
					text-decoration				: none
					border-style               	: solid;
					border-spacing             	: 0;
					border-collapse            	: collapse;     
					border-color			   	: #D8B58D;
}

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


}

					/* 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						: #8C5C35;	
					text-decoration				: none
					border-width               	: 0 0 0 0;
					border-style               	: solid;
					border-spacing             	: 0;
					border-collapse            	: collapse;     
					border                     	: 1px solid #E5CCA4;
					background					: #E5CCA4;
}

					/* 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						: #E5CCA4;	
					text-decoration				: none
					border-width               	: 0 0 0 0;
					border-style               	: solid;
					border-spacing             	: 0;
					border-collapse            	: collapse;     
					border                     	: 1px solid #D8B58D;
					background					: #D8B58D;
					width						: 750;
}

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

}

					/* gebruikt bij offerte aanvragen shownaam */

.table5{
					font-family					: Tahoma, Verdana, Arial, Helvetica;
					font-size					: 11pt;
					font-style					: normal;
					font-weight					: bold;
					text-align					: left ;
					color						: #901F19;
					text-decoration				: none
					border-style               	: solid;
					border-spacing             	: 0;
					border-collapse            	: collapse;     
					border-color			   	: #E1BA93;
					background					: #E1BA93;
					

}

					/* standaard font kleur grijs*/
.font1{
					font-family					: Tahoma, Verdana, Arial, Helvetica;
					font-size					: 9pt;
					font-style					: normal;
					font-weight					: normal;
					text-align					: left;
					color						: #663300;             /*#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						: #9E4B2D;

}


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

}

					/* groter font kleur grijs*/
.font4{
					font-family					: Tahoma, Verdana, Arial, Helvetica;
					font-size					: 11pt;
					font-style					: normal;
					font-weight					: bold;
					text-align					: center;
					color						: #9E4B2D;
					

}

					/* groter font kleur grijs*/
.h3{
					font-family					: Tahoma, Verdana, Arial, Helvetica;
					font-size					: 10pt;
					font-style					: normal;
					font-weight					: normal;
					text-align					: center;
					color						: #9E4B2D;
					

}

					/* groter font kleur grijs*/
.h1{
					font-family					: Tahoma, Verdana, Arial, Helvetica;
					font-size					: 10pt;
					font-style					: normal;
					font-weight					: normal;
					text-align					: center;
					color						: #9E4B2D;
					

}

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

hr{
					color						: #545258;

}
