body {
	background-color: #313431;
	color:  #000;	
}

a:link, a:visited {
	color: #5C6297;
}

#container {
	width: 920px;
	border: 1px solid #cbcbcb;
}



#hoofding {
	background-image: url(images/hoofding_audiovision.jpg);
	background-repeat: no-repeat;
}

#hoofding #winkelinfo {
	margin-left: 365px;
	margin-top: 95px;
	width:275px;
	color:#FFF;
}


span.winkelnaam {
	color:#000;
}

#topmenu{
	background-image: url(images/knopbg.jpg);
	margin-left: 5px;
	margin-right: 5px;
}

#topmenu td.knop{
	/*background-color: #5C6297;*/
	border: none;
}

#leftmenu #datumvandaag {
	display:none;
}


/******** linkermenu **********/
		#leftmenu .item {
			width:130px;
			/*background: #D1D2D4;*/
			background-image: url(images/titelbg.jpg);
			border: 1px solid #b8bcbd;
			border-top:none;
			color:#000;
			/* width: 130px; */
		}
		
		#leftmenu .folder {
			border: 1px solid #808080;
		}

		/* hoofdcategorieen */
		#leftmenu #menu-hcat ul {
			color: #3A3434;
		}
		
#topmenu a:link, #topmenu a:visited {
	color: #000;
}

#leftmenu .item a:link, #leftmenu .item a:visited {
	color: #000;
}


#footer, #footer table, #footer a:link, #footer a:visited {
	color:#737373;
}


table.openingsuren {
	background-color: #eee;	
}

.openingsuren td.open {
	background-color:#ddd;
}
.openingsuren td.vandaag {
	background-color: #ffd700;
}

/******** content ********/
#content {
	margin:5px 5px 15px 0px;	
}

#footer {
	width: 920px;
}

/******** titels en prijs ************/
.titelbalk {
	border: 0px solid #F2BD84;	
	/*background: #D1D2D4;*/
	background-image: url(images/titelbg.jpg);
	color:#000;
}

.titelbalk2 {
	border-bottom: 2px solid #E37500;	
	background: #eee;
	color:#000;
}

.prijslabel2 {
	color: #759C86;
}

.promobalk {
	background: #ff921e;
	color:#fff;
}

.promoprijs {
	background: #F2DDC6;
	color: #E37500;	
}


