@CHARSET "ISO-8859-1";

.row-centered {
	text-align: center; 
}

.col-centered { 
	display: inline-block; 
	float: none;  
	text-align: left; 
	margin-right: -4px; 
}

div.logo { 
	background-image: url("img/logoVDMVerhuur.png");
	background-repeat: no-repeat;
	height: 108px; 
}

div.advies { 
	height: 108px; 
}

div.cat {
	position: relative;
	float:left;  
	height: 160px; 
	width: 160px; 
	margin-right: 10px; 
	padding-bottom: 0px; 
	padding-left: 0px;
	padding-right: 0px;
}

div.category {
	position: relative;
	float:left;  
	height: 160px; 
	width: 160px; 
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat; 
	background-position: center;
}

div.catDescription {
	position: relative; 
	float: left;
	height: 160px; 
	width: 210px; 
	margin-right: 10px; 
	padding-bottom: 0px;
}

div.catDescriptionWide {
	position: relative; 
	float: left;
	height: 160px; 
	width: 160px; 
	margin-right: 10px; 
	padding-bottom: 0px;
	padding-left: 0px; 
	padding-right: 0px; 
}

div.catTopText { 
	width: 100%; 
	height: 25px; 
	text-align: center;	
	font-weight: bold;	
 	color: #000000;	
	font-size: 16px; 
}

div.catBottomText {
	width: 160px; 
	height: 45px; 
	text-align: center;	
	font-weight: bold;	
 	color: #000000;	
	font-size: 16px; 
	padding-left: 0px;
	padding-right: 0px;
}

div.marginBottom { 
	padding-bottom: 25px; 
}

div.noPadding { 
	padding-left: 0px; 
	padding-right: 0px; 
}

div.alternateBackground { 
	background-color: lightblue;
}

div.subCategory {
	position: relative; 
	width: 260px;
	height: 60px; 
	text-align: center;	
	font-weight: bold;	
 	color: #000000;	
	font-size: 16px; 
	margin-top: 0px; 
}

div.catHoogwerker { 
	background-image: url("img/catHoogwerkers.jpg");
	background-repeat: no-repeat; 
}

div.catRolsteiger { 
	background-image: url("img/catRolsteigers.jpg");
	background-repeat: no-repeat;	
}

div.footer { 
	text-align: center; 
}

tr.specs:nth-child(odd) { 
	background-color: white;
}

tr.specs:nth-child(even) { 
	background-color: lightgrey;
}

td.specs { 
	width: 50%;
	padding-right: 10px;
}


