/**
 * ---------------------------
 * Client: Meijers Autobedrijf
 * URL: http://www.meijersautobedrijf.nl
 * Author: Harmen Janssen, Dutch Internet Works
 * Media: Screen
 * Browser: All
 *
 * Color guide;
 * ---------------------------
 * #e55b2b Accents and links
 * #0a0809 Body text
 * #b5b4b5 Borders
 * #fffdc5 Input focus styles
 * #90adc5 Input borders
 * #f2f3f3 Introduction box
 * ---------------------------
 * Notes;
 * This stylesheet provides styles only applicable to the homepage
 * --------------------------- 
 */

h1 {
	font-size: 70px;
	letter-spacing: -5px;
}

/* "Vorstelijk trouwen" box */
#vorstelijk-trouwen {
	position: relative;
	margin: 15px 0;
}

#vorstelijk-trouwen h1 {
	position: absolute;
	top: 110px;
	left: 10px;
	z-index: 2;
	color: #ffffff;
}

#vorstelijk-trouwen img {
	position: relative;
	z-index: 1;
	display: block;
}

#vorstelijk-trouwen p {
	padding: 10px;
	font-size: 14px;
	font-style: italic;
	background: #f2f3f3;
}

/* "Autohuur teaser" box */
#autohuur-teaser {
	position: relative;
	min-height: 385px;
	padding-left: 251px;
	color: #ffffff;
/*	background: #0a0809 url(/img/meijersrouwvervoer.jpg) no-repeat 0 0; 
*/	background: url(/img/meijersrouwvervoer.jpg) no-repeat 0 0; 
}

#autohuur-teaser h2 {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 2;
	width: 230px;
	font-family: Times,"Times New Roman",serif;
	font-size: 30px;
	text-align: right;
	line-height: 1;
	letter-spacing: -2px;
}

#autohuur-teaser h1 {
	padding: 0 10px;
	font-size: 50px;
	color: #ffffff;
	letter-spacing: 0px;

}

#autohuur-teaser div {
background:black;
	position: relative;
	left: -10px;
	width: 560px;
	border-left: 1px solid #ffffff;
}

#autohuur-teaser p {
	padding: 5px 10px 6px 10px;
}

/* populaire auto's */
#autohuur-teaser ul#populaire-huurautos {
	margin-bottom: 0;	
}

#autohuur-teaser ul#populaire-huurautos li {
	list-style-type: none;
	overflow: hidden;
}

#autohuur-teaser ul#populaire-huurautos li a span {
	padding: 10px;
	display: block;
}

#autohuur-teaser ul#populaire-huurautos li a span span {
	padding: 0;
	display: inline;
	color: #dddddd;
}
/*#autohuur-teaser ul#populaire-huurautos li a:hover span
{
	color: #e55b2b;
}
*/
#autohuur-teaser ul#populaire-huurautos li a:focus span {
	color: #ffffff;
}

/* De "Koninklijke Keuze" */
#autohuur-teaser div#koninklijk {
	position: static;
	left: 0;
	width: auto;
	color: #0a0809;
	background: #dddddd;
	border-left-width: 0;
}

#autohuur-teaser div#koninklijk ul {
	padding: 0 10px 10px;
	color: #e55b2b;
}

#autohuur-teaser div#koninklijk ul li {
/*	margin-left: 20px; */
/*	list-style-image: url(/img/list-item-kroontje.gif);*/
	list-style-type: none;
	background: url(/img/list-item-kroontje.gif) no-repeat 0 0em;
	padding-left: 20px;	
		padding-bottom:0px;
}