/*
-------------------------------
Opnieuw gedefinieerde HTML tags
------------------------------- 
*/

body {
	background-image: url(images/achterg.gif);
	margin: 0px;
	padding: 0px;
	scrollbar-3dlight-color: #FFCCCC;
	scrollbar-arrow-color: #CC3333;
	scrollbar-base-color: #CCCCCC;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff; 
	scrollbar-track-color:#cccccc; 
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #676767;
	line-height: 15px;
	text-align: justify;
	border: 0px none;
}

img {
	border: 0px none;
}

input {
	border: 1px solid #AABBCE;
}

h2 {
	font-size: 12px;
	margin-bottom: 0px; 
	color: #000000;
}

p {
	margin-top: 0px;
}

/*
-------------------------------
CSS link eigenschappen
------------------------------- 
*/

a:link {
	color: #cc3333;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #cc3333;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: none;
}





/*
-------------------------------
CLASS styles
------------------------------- 
*/

.titel {
	color: #ffffff;
	background-image: url(images/product/titel.achterg.gif);
}

.info {
	color: #cccccc;
	background-image: url(images/product/info.achterg.gif);
	background-repeat: repeat-x;
	background-color: #6E8DAE;
}
	
.info2 {
	color: #cccccc;
}

.prijs {
	color: #ffffff;
	font-size: 11px;
	position: relative;
	left: 0px;
	top: 3px;

}

.voetnootmidden {
	background-image: url(images/product/voetnoot.achterg.gif);
	background-repeat: repeat-x;
}

.lijnrechts {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.achtergvulling {
	background-image: url(images/achtergvulling.gif);
	background-repeat: repeat-y;
	background-position: right;
}

input[type="image"] {
	border: none;
}
