/* ------------------------------------------------------ */
/* Copyright 2008 (Non-)verbaal, http://www.nonverbaal.nl */
/* -------------------------------------------------------*/

@import url("reset.css");
@import url("clearfix.css");
@import url("form.css");

body {
	background: #FFFFFF;
	color: #0C2074;
	font: 62.5% Arial, Helvetica, sans-serif;
	padding: 2em 0;
}

a { color: #0C2074; font-weight: bold; }
a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline;	}

/* Default structure ------------------------------------ */
/* ------------------------------------------------------ */

div#container {
	position: relative;
	width: 968px;
	margin: 0 auto;	
	background: #FFFFFF url(../images/bg-container.jpg) repeat-y;		
}

div#main {
	float: left;
	width: 100%;
	margin-top: 200px;		
}

div#inner {
	position: relative;
	overflow: hidden;
	width: 866px;
	top: 0;
	left: 51px;
	background: url(../images/bg-inner.jpg) no-repeat center bottom;
}

div#banner {
	position: relative;
	width: 100%;
	margin-bottom: 1em;
}

div#wrap {
	float: right;
	position: relative;
	width: 640px;
}

body#home div#wrap {
	width: 532px;
}

div#content {
	float: left;
	position: relative;
	width: 97%;
	overflow: hidden;
	font-size: 1.2em;
	margin-bottom: 1em;
}

div#sidebar {
	float: left;
	position: relative;
	width: 226px;
}

body#home div#sidebar {
	width: 334px;
}

div#header {
	position: absolute;
	height: 200px;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../images/bg-header.jpg) no-repeat;
	font-size: 1.1em;
}

div#nav {
	position: absolute;
	top: 140px;
	left: 51px;
}

div#footer {
	clear: both;
	position: relative;
	height: 77px;
	background: url(../images/bg-footer.jpg) no-repeat;
}

/* Content ---------------------------------------------- */
/* ------------------------------------------------------ */

div#content h1 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0.3em;		
}

div#content h2,
div#content h3,
div#content h4 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.8em;
}

div#content h4 {
	margin-bottom: 0.3em;	
}

div#content h5 {
	font-weight: bold;
	line-height: 1.8em;	
}

div#content h3.onderdelen,
div#content h3.spuitwerk, 
div#content h3.services {
	position: relative;
	height: 33px;
	background: no-repeat;
	text-indent: -9999px;
}

div#content div.title {
	position: relative;
}

div#content h3.onderdelen {
	background-image: url(../images/menu-kies_uw_onderdelen.gif);
}

div#content h3.spuitwerk {
	background-image: url(../images/menu-kies_uw_spuitwerk.gif);
}

div#content h3.services {
	background-image: url(../images/menu-kies_uw_services.gif);
}

div#content a {
	text-decoration: underline;
}

div#content a.more {
	color: #FF0000;
}

div#content a.route {
	background: url(../images/print_route.gif) no-repeat;
	display: block;
	height: 28px;
	width: 93px;
	outline: none;
	text-indent: -9999px;
}

div#content p {
	margin-bottom: 1em;
	line-height: 1.8em;
}

div#content ul {
	list-style: disc;
	margin: 1.1em 2.2em;
	line-height: 1.8em;
}

div#content ul.box {
	list-style: url(../images/li-box.gif);
}

div#content ul.box span {
	position: absolute;
	right: 100px;
}

div#content ol {
	list-style: decimal;
	margin: 1.1em 2.2em;
	line-height: 1.8em;
}

div#content strong {
	font-weight: bold;
}

div#content em {
	font-style: italic;
}

div#content table {
	margin: 1em 0;
}

div#content table th,
div#content table td {
	vertical-align: top;
	line-height: 1.8em;	
}

div#content table th {
	font-weight: bold;
	background: #0C2074;
	color: #FFFFFF;
}

div#content table th,
div#content table td {
	vertical-align: top;
	padding: .2em;
}

div#content table tr.total td {
	font-weight: bold;
	border-top: 1px solid #CCD8E4;
}

div#content table.steps {
	font-size: .8em;
}

div#content table.steps th,
div#content table.steps td {
	text-align: center;
	padding: .1em;	
}

div#content table.steps td {
	border-bottom: 1px solid #CCD8E4;
}

div#content table.work th,
div#content table.work td {
	padding: 1em;
}

div#content table.work td {
	border-bottom: 1px solid #CCD8E4;
}

div#content table.menu td {
	position: relative;
	padding: .2em 1em .2em 0;	
}

div#content table.menu td.line {
	border-left: 1px solid #0C2074;
	padding-left: 1em; 
}

div#content img.inset {
	border: 1px solid #0C2074;
	float: right;
	margin: 0 0 1em 1em;	
	overflow: visible;	
}

div#content hr {
	border: none 0;
	border-top: 1px solid #CCD8E4;
	width: 100%;
	height: 1px;
	margin: 1em 0;
	clear: both;
}

div#content div.info a {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 11px;
	height: 11px;
	cursor: pointer;
	background: url(../images/info.gif) no-repeat;
	text-indent: -9999px;
	outline: none;
	z-index: 1;
}

/* Breadcrumbs ------------------------------------------ */
/* ------------------------------------------------------ */

ul#breadcrumbs {
	list-style: none !important;
	margin-bottom: 2em !important;
	padding-bottom: 1em;
	font-size: 1.1em;
	border-bottom: 1px solid #0C2074;		
}

ul#breadcrumbs li {
	display: inline;
	margin-right: .5em; 
	padding-right: 1em;
	background: url(../images/breadcrumbs-li.gif) no-repeat right center;	
}

ul#breadcrumbs li.last {
	background: none;
}

ul#breadcrumbs a {
	font-weight: normal;
	color: #FF0000;
}

/* Establishments --------------------------------------- */
/* ------------------------------------------------------ */

ul#map {
	position: relative;
	height: 387px;
	width: 338px;
	background: url(../images/map.gif) no-repeat;
	list-style: none !important;	
	margin: 0 !important;
}

ul#map li {
	position: absolute;
}

ul#map a {
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(../images/check.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

ul#map a span {
	display: none;
}

ul#map a.selected,
ul#map a:hover {	
	background-position: 0px -10px;	
}

ul#list {
	float: right;
	list-style: none !important;	
	margin: 0 !important;	
	width: 200px;
}

ul#list a {
	color: #FF0000;
	text-decoration: none;
}

ul#list a.selected,
ul#list a:hover {
	text-decoration:underline;
}

/* Items ------------------------------------------------ */
/* ------------------------------------------------------ */

div.items {
	margin: 1em 0;
}

div.items div {
	border-bottom: 1px solid #CCD8E4;
	margin-bottom: 1em;	
	min-height: 12em;
	height: auto !important;
	height: 12em;	
}

div.items a.image {
	border: 1px solid #0C2074;
	float: right;
	margin: 0 0 1em 1em;
	outline: none;	
}

div.items a.image span {
	display: block;
	width: 120px;
	height: 90px;
	text-indent: -9999px;
	background: no-repeat center top;
}

ul.items {
	margin: 1em 0 !important;
	list-style: none !important;
}

/* Sidebar ---------------------------------------------- */
/* ------------------------------------------------------ */

div#work ul li a { 
	float: left;
	display: block;
	width: 200px;	
	background-image: url(../images/work.gif); 
	background-repeat: no-repeat;
	text-indent: -9999px;
	outline: none;	
	height: 20px;
}

#work1 a { background-position: 0px 0px; }
#work2 a { background-position: 0px -20px; }
#work3 a { background-position: 0px -40px; }
#work4 a { background-position: 0px -60px; }

#work1 a:hover { background-position: -200px 0px; }
#work2 a:hover { background-position: -200px -20px; }
#work3 a:hover { background-position: -200px -40px; }
#work4 a:hover { background-position: -200px -60px; }

/* Header ----------------------------------------------- */
/* ------------------------------------------------------ */

div#top_nav {
	position: absolute;
	right: 30px;
}

div#top_nav ul {
	text-transform: lowercase;
}

div#top_nav ul li {
	display: inline;
	padding-right: .5em;
	margin: 0 .3em;
	background: url(../images/top_nav-li.gif) no-repeat right center;	
}

div#top_nav ul li.last {
	background: none;
}

div#top_nav a {
	color: #0C2074;
}

/* Navigation ------------------------------------------- */
/* ------------------------------------------------------ */

.navigation li {
	float: left;
	position: relative;
}

.navigation table {
	position: absolute; 
	border-collapse: collapse; 
	top: 0; 
	left: 0;
}

.navigation a {
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
	outline: none;
	text-decoration: none;
	color: #0C2074;
	font-weight: normal;
}

.navigation a:hover {
	position: relative;	
}

.navigation li:hover {
	position: relative;
}
 
.navigation li ul {
	visibility: hidden;
	position: absolute;
	left: 0;
	background: #FFFFFF;	
	border: 1px solid #0C2074;		
}

.navigation ul ul li {
	float: none;
}

.navigation ul ul a {
	text-indent: 0;
	padding: 0.5em;	
	border-bottom: 1px solid #CCD8E4;	
}

.navigation ul ul li.last a {
	border-bottom: none;	
}

.navigation li:hover > ul {
	visibility: visible;
}

.navigation ul a:hover ul {
	visibility: visible;
}

#nav a {
	height: 25px;
	background: url(../images/nav.gif);
}

#nav_home a { background-position: 0px 0px; width: 73px; }
#nav_nieuws a { background-position: -73px 0px; width: 71px; }
#nav_over_alacar a { background-position: -144px 0px; width: 103px; }
#nav_autoschade_herstellen a { background-position: -247px 0px; width: 171px; }
#nav_prijswijzer a { background-position: -418px 0px; width: 92px; }
#nav_werkwijzer a { background-position: -510px 0px; width: 98px; }
#nav_klanten_aan_het_woord a { background-position: -608px 0px; width: 171px; }
#nav_vestigingen a { background-position: -779px 0px; width: 87px; }

#nav_home a:hover, body#home #nav_home a { background-position: 0px -25px; }
#nav_nieuws a:hover, body#nieuws #nav_nieuws a { background-position: -73px -25px; }
#nav_over_alacar a:hover, body#over_alacar #nav_over_alacar a { background-position: -144px -25px; }
#nav_autoschade_herstellen a:hover, body#autoschade_herstellen #nav_autoschade_herstellen a { background-position: -247px -25px; }
#nav_prijswijzer a:hover, body#prijswijzer #nav_prijswijzer a { background-position: -418px -25px; }
#nav_werkwijzer a:hover, body#werkwijzer #nav_werkwijzer a { background-position: -510px -25px; }
#nav_klanten_aan_het_woord a:hover, body#klanten_aan_het_woord #nav_klanten_aan_het_woord a { background-position: -608px -25px; }
#nav_vestigingen a:hover, body#vestigingen #nav_vestigingen a { background-position: -779px -25px; }

#nav li ul {
	top: 24px;
}

#nav ul ul a {
	background: none;
	width: 160px;
	height: auto;	
}

#nav ul ul a:hover {
	background: #FF0000;	
	text-decoration: none;	
	color: #FFFFFF;
}

/* Footer ----------------------------------------------- */
/* ------------------------------------------------------ */

div#footer h2 {
	position: absolute;
	top: 11px;
	left: 100px;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0.3em;		
}

/* Calculator ------------------------------------------- */
/* ------------------------------------------------------ */

form.calculator {
	margin: 1em 0; 
	line-height: 1.8em;
}

form.calculator div.block {
	float: left;
	position: relative;
	width: 300px;
	margin-bottom: 3px;
}

form.calculator div.nr {
	float: left;
	width: 10px;
	border: 1px solid #0C2074;
	height: 45px;
	padding: 3px;
	margin-right: 3px;
	font-weight: bold;
}

form.calculator div.content {
	float: left;
	width: 265px;
	border: 1px solid #0C2074;
	height: 45px;
	padding: 3px;
}

form.calculator label, 
form.calculator span.label { 
	font-weight: bold; 		
}

form.calculator div.controlset label, 
form.calculator div.controlset input { 
	display: inline; 
	float: none; 
	font-weight: normal; 
}
