/* layout CSS file*/
body {
	text-align:left;
	background-color:transparent !important;
	font-family: Arial;
	font-size: 12px;
	color:black;
}

SELECT {
	font-family: arial;
	font-size: 12px;	
}

a {
	font-weight: bold;	
}

a:link{
	text-decoration: none;
	color: #ED1C24;
	
}

a:visited{
	text-decoration: none;
	color: #ED1C24;
}

a:hover{
	color: #ED1C24;
	text-decoration: underline;
}

a:active{
	text-decoration: underline;
	color: #ED1C24;
} 

#selecteer {
	height:10px;
	width:635px;
}

#provincie {
	height:20px;
	width:200px;
}

#plaats {
	height:20px;
	width:200px;
}

#winkel {
	height:20px;
	width:255px;
}

#gegevens {
	height:155px;
	width:635px;
}

#winkelnaam{
	height:155px;
	width:635px;	
	padding-right: 20px;
}

#foto {
	height:155px;
	width:185px;
	padding-right: 15px;
}

#adres {
	height:155px;
	width:145px;
	z-index:999;
}

#dag {
	height:155px;
	width:145px;
}

#tijd {
	height:155px;
	width:145px;
}

#checked{
 	background:transparent url(http://www.videoland.nl/winkel/homepage/css/huur_automaat.gif) no-repeat scroll 0 0;
	height:150px;
	width:355px;
	position:relative;
	top:-158px;
	left:230px;
	z-index:1;
}
