body{
	font-size			: 13;
	font-family			: arial;
	color				: #FFFFFF;
}
h3{
	font-size			: 18;
	font-family			: arial;
	font-weight			: bolder;
	color				: black;
	Text-align			: center;
}
.scroll{
	margin-top			: 0px;
	margin-left			: 0px;
	overflow			: auto;
	height				: 100%;
	width				: 100%;
	scrollbar-base-color 		: #A7A7A7;
	scrollbar-border		: #CCCCCC 1px solid;
	scrollbar-base-color 		: #F9F2E0;
	scrollbar-arrow-color 		: #CCCCCC;
	scrollbar-face-color		: #FFFFFF;
	scrollbar-shadow-color		: #F1D5A6;
	scrollbar-highlight-color	: #CCCCCC;
	scrollbar-3dlight-color		: #FFFFCC;
	scrollbar-darkshadow-color	: #CCCCCC;
	scrollbar-track-color		: #F9F2E0;
	/*
	#CCCCCC
	#FFFFCC
	*/
}
a{
	color 		: #FFFFFF;
	font-size	: 14;
	font-family	: Arial,Verdana;
}
a:hover{
	color 		: FF1713;
	font-size	: 14;
	font-family	: Arial,Verdana;              
}
.tabel{
	font-size	: 12;
	font-family	: arial;
	color		: black;
}
.menuItem{
	color 		: black;
	font-size	: 14;
	font-family	: Verdana,Arial;
	font-weight	: bolder;
}
.menuHeader{
	color 		: black;
	font-size	: 12;
	font-weight	: bolder;
	font-family	: Verdana,Arial;
	border-bottom	: black 1px solid;
}

.productBG{
	BACKGROUND-IMAGE: url(../images/achtergrondproduct.jpg);	
	background-repeat	: no-repeat;
	background-attachment	: fixed;
}

.contactBG{
	BACKGROUND-IMAGE: url(../images/achtergrondcontact.jpg);	
	background-repeat	: no-repeat;
	background-attachment	: fixed;
}

.mainBG{
	BACKGROUND-IMAGE: url(../images/achtergrond.jpg);	
	background-repeat	: no-repeat;
	background-attachment	: fixed;
}	
.mainBorder{
	border		:black 1px solid;
}

.tabelBG{
	BACKGROUND-IMAGE: url(../images/);	
	background-attachment	: fixed;
	background-repeat	: no-repeat;
}




/*#############################-- LOGIN --######################################*/
.login{
	font-size		:10;
	border			:none;
	background-Color	:transparent;
}

.rowHeader{
	font-size		: 10;
	background-color	: #FFFCC;	
}
.rowValue{
	background-color	: #FFFCC;
	border			: #CCCCCC 1px solid;
}
.button{
	font-size		: 10;
	background-color	: #FFFCC;
	border			: #CCCCCC 1px solid;	
}
