html 
{
	overflow-y: scroll;
}

body
{
	font-family: Arial;
	font-size: 12px;
	color: white;
	background: black url(../images/bck.gif) repeat-x ;
}
.basis
{
	font-family: Arial;
	font-size: 12px;
	color: white;
}
.titel
{	
	font-family: Arial;
	font-size: 14px;
	color: white;
	font-weight:bold;
}
A
{
	text-decoration: underline;
	/*color: #ebbc71;*/
	color: white;
}


input 
{
	color:Black;
	background-color:White;
	}



p
{
	margin: 0px;
	padding: 0px;
}


#divContainer
{
	position: relative;
	margin: auto;
	width: 936px;
	text-align: left;
}




/************************* NIEUWS ************************/

.nieuws_body
{
	font-size: 11px;
	color: #c6c7ce;
}

.nieuws_list_titel
{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

.nieuws_list_subtitel
{
	float:left;
	display:inline;
	font-size: 11px;
	color: #c6c7ce;
	width:210px;
}



/************************* PRODUCT ************************/

.product_body
{
	font-size: 12px;
	color: #c6c7ce;
}

.product_list_titel
{
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
}

.product_list_subtitel
{
	float:left;
	display:inline;
	font-size: 12px;
	color: #c6c7ce;
	width:190px;
}


/************************* PRODUCT KLEUR ************************/

.img_color
{
	border: solid 2px #c6c7ce;
}
.img_color_selected
{
	border: solid 2px #ebbc71;
}


#logo
{
	position: absolute;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	left: -60px;
	top: 92px;
	width: 316px;
	height: 200px;
}



/************************* PAGENR's ************************/
.pagenr
{
	font-size: 14px;
	color: #c6c7ce;
	font-weight: bold;
}
.pagenr_selected
{
	font-size: 18px;
	color: #ebbc71;
	text-decoration: none;
	font-weight: bold;
}



/************************* PRODUCT DETAILS ************************/
.product_property td
{
	vertical-align: middle;
}

.product_property .key
{
	color: #c6c7ce;
	padding: 5px 3px 0px 5px;
}
.product_property .value
{
	color: white;
	padding: 5px 3px 0px 1px;
}
.product_property .prijs
{
	font-size: 16px;
	color: white;
	padding: 5px 3px 0px 1px;
}


.product_property .btnBestel
{
	padding: 5px;
	border: 0px;
	font-weight: bold;
	font-size: 16px;
	border-style: solid;
	background-color: #99999a;
	text-decoration: none;
	width: 140px;
}



.btn_previous
{
	padding: 6px 4px 3px 4px;
	border: 0px;
	font-weight: bold;
	font-size: 12px;
	border-style: solid;
	background-color: #99999a;
	text-decoration: none;
	width: 140px;
}




/************** POPUP voor modalBackground **************/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=30);
	opacity: 0.3;
}

#tblPopup td
{
	color: black;
}

#tblPopup .tb_formulier
{
	background-color: #cdd0d2;
	border: solid 1px black;
}
#tblPopup .titel_formulier
{
	color: black;
	font-size: 14px;
	font-weight:bold;
}





/************************* MENU ************************/

.menu_1
{
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	margin-right: 20px;
	font-weight: normal;
}
.menu_1_selected
{
	display: block;
	float: left;
	color: #ebbc71;
	text-decoration: none;
	font-size: 14px;
	margin-right: 20px;
	font-weight: bold;
}



.menu_2
{
	display: block;
	float: none;
	color: white;
	text-decoration: none;
	font-size: 14px;
	padding: 8px 8px 5px 5px;
}

.menu_2:hover
{
 background-color: #484848;
}

.menu_2_selected
{
	float: none;
	display: block;
	color: white;
	text-decoration: none;
	font-size: 14px;
	padding: 8px 8px 5px 5px;
	background-color: #484848;
	font-weight:bold;
}



/************************* FOOTER ************************/
.footer
{
	color: #cecfd0;
}
.footer a
{
	color: #cecfd0;
	text-decoration: none;
}
.footer a:hover
{
	text-decoration: underline;
}

/************************* ACCOUNT ************************/
.account
{
}

.account a
{
	color: #cecfd0;
	text-decoration: none;
}
.account a:hover
{
	text-decoration: underline;
}


