/* ----------------------------------- */
/*                                     */
/* Reset styles                        */
/*                                     */
/* ----------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}

/* ----------------------------------- */
/*                                     */
/* Main styles                         */
/*                                     */
/* ----------------------------------- */

.flashlink {
	display:none;
}

html {
	height: 100.01%;
}
body {
	height: 100%;
}
div, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #3b6c94;
}
a {
	text-decoration: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1,h2 {
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
p {
	padding-bottom: 20px;
}
strong
{
	font-weight: bold;
}
input, textarea , select{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #3b6c94;
}


/* ----------------------------------- */
/*                                     */
/* Div styles                          */
/*                                     */
/* ----------------------------------- */

/* header */
#maintable {
	background-position: left top;
	background-repeat: repeat-y;
}
#headercontainer {
	position: relative;
	float: left;
	width: 1000px;
	height: 96px;
	margin: 0 0 0 -1px;
	background-position: center top;
	background-repeat: no-repeat;
}
#headershadow {
	float: left;
	width: 990px;
	height: 6px;
	margin: 0 0 0 5px;
	background-image: url(/public/img/bg/shadow_bg.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	display: inline;
}

#geen_auto {
	margin:20px;
}

/* content */
#leftcontainer {
	position: relative;
	float: left;
	width: 210px;
	margin: -5px 0 20px 5px;
	background-image: url(/public/img/bg/left_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	border: 1px solid #a2a2a2;
	border-left: none;
	border-top: none;
	display: inline;
}
#rightcontainer {
	position: relative;
	float: left;
	width: 765px;
	margin: 0;
	display: inline;
}

/* merkkeuze */
#merkkeuze {
	width: 190px;
	height:160px;
	margin: 6px 0 0 20px;
	text-indent: -1000px;
}
#merkkeuze ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#merkkeuze ul li
{
	float:left;
	cursor:hand;
	cursor:pointer;
}
#merkkeuze ul li a {
	display: block;
	height: 54px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left;
}
#merkkeuze ul li a:hover {
	background-position: right;
}
#merkkeuze ul li a.active {
	background-position: right;
}
#bmw {
	width: 54px;
	background-image: url(/public/img/bg/bmwbutton_bg.gif);
}
#mini {
	width: 105px;
	margin: 0 0 0 15px;
	background-image: url(/public/img/bg/minibutton_bg.gif);
}
#andere {
	width: 166px;
	height: 25px;
	background-image: url(/public/img/bg/anderemerkenbutton_bg.gif);
}
#andere.de {
	background-image: url(/public/img/bg/anderemerkenbutton_de_bg.gif);
}
#andere.nl {
	background-image: url(/public/img/bg/anderemerkenbutton_bg.gif);
}
#home {
	width: 166px;
	height: 25px;
	background-image: url(/public/img/bg/homebutton_bg_nl.gif);
}

/* content */
#contentcontainer {
	position: relative;
	float: left;
	width: 162px;
	margin: 10px 25px 20px 25px;

}

/* menu */
#menu {
	position: relative;
	width: 737px;
	height: 30px;
	margin: 0 0 0 25px;
}
#menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu ul li
{
	float:left;
	height: 24px;
	min-width: 22px;
	padding: 4px 10px 0 10px;
	margin: 0 1px 0 1px;
	font-weight: bold;
	cursor:hand;
	cursor:pointer;
	text-align: center;
	border: 1px solid #a2a2a2;
	border-top: none;
}
#menu ul li a {
	display: block;
	height: 25px;
	text-decoration: none;
}
#menu ul li#menu_alle-modellen {
	width: 80px;
}
#menu ul li#menu_overige-modellen {
	width: 100px;
}

/* content */
#content {
	float: left;
	display: inline;
}

.withresults {
	width: 747px;
	margin: 10px 0 0 15px;
}

.withoutresults {
	width: 736px;
	margin: 10px 0 0 15px;
}

#content .devider {
	clear:both;
}


/* dealers */
#dealeroverzicht {
	margin:20px;
}

/* Selectboxes */

.c_select {
	cursor:hand;
	cursor: pointer;
}

.c_select_showinput {
	height:16px;
	width:150px;
	padding: 0 0 0 3px;
	border: 1px solid #888;
	background-image: url('/public/img/select_arrow.gif');
	background-repeat:no-repeat;
	background-position:right;
}

.c_select_list {
	display:none;
	position:absolute;
	border:1px solid #888;
	background:#fff;
	width:144px;
	margin:-1px 0 0 0px;
	padding:3px;
	line-height:18px;
}

.c_select_value {
	display:none;
}

/* Custom checkboxes */
.c_check_input {
	display:none;
}

.c_check_showinput {
	padding-left:1px;
	font-weight:bold;
	color:#023772;
	width:12px;
	height:12px;
	border:1px solid #888;
	float:left;
	margin-right:3px;
	line-height:12px;
	text-align:center;
	cursor:pointer;
}



/* Zoeken */

#zoekvelden {
	margin: 0 0 20px 0;
}

#zoekvelden .devider {
	margin:0;
	padding:0;
	height:10px;
}

#zoekvelden .sublabel {
	width:80px;
	float:left;
}

#zoekvelden .sublabel_input {
	width:80px;
	float:left;
}

#zoekvelden .sublabel_input input {
	width:73px;
	border:1px solid #888;
	height:14px;
	padding: 0 0 0 2px;
}


/* Home */
#slideshow {
	position: relative;
	float: left;
	width: 725px;
	height: 180px;
	margin: 20px 0 20px 15px;
	display: inline;
}
#welkom {
	float: left;
	width: 480px;
	font-size:11px;
}
#homepageadresses {
	float: left;
	padding: 20px 0 5px 0;
	overflow: auto;
	width: 480px;

}
.adresblok {
 	position: relative;
	float: left;
	width: 150px;
	padding: 0 10px 15px 0;
	font-size:11px;
}
.adresblok_right {
 	position: relative;
	float: left;
	width: 110px;
	padding: 0 10px 15px 0;
	font-size:11px;
}
#erkent {
	font-size:11px;
}
#rightcontent {
	position: relative;
	float: right;
	width: 240px;
	height: 600px;
	margin: -5px 13px 0 0;
}
#banner_aanbod {
	float: left;
	width: 240px;
	height: 265px;
	cursor: pointer;
	margin: 0 0 15px 0;
}
#sloopregeling{
	float:left;
	width:240px;
	height:265px;
	margin: 15px 0 15px 0;
}
#direct_banner{
	float:left;
	width:240px;
	height:310px;
	margin: -15px 0 15px 0;
}
#bmw_direct {
	float: left;
	width: 465px;
	height: 152px;
	margin: 20px 0 20px 0;
}
#premium_selection {
	float: left;
	width: 465px;
	height: 152px;
	margin: 27px 0 20px 0;
}

/* Taal keuze */
#taalkeuze {
	position:absolute;
	left:660px;
	top:45px;
}

#taalkeuze a {
	color: #bdcede;
	font-weight: bold;
	text-decoration: none;
	margin: 0 10px 0 0;

}

#taalkeuze a.active {
	color: #fff;
}

/* pagination */
.pagination {
	width:700px;
	text-align:right;
	margin-top:10px;
	height:20px;
	font-size:12px;
}
.pagenumbers {
	color:#000;
	font-weight:bold;
	font-size:14px;
}


dl {
	width:340px;
}

dt {
	text-align:right;
	padding-right:10px;
	width:160px;
	float:left;
}
dd {
	padding-left:9px;
	border-left:1px solid #ccc;
	width:150px;
	float:left;
}

#textrijklaar {
	text-align:center;
	clear:both;
}

#occasionsblok_left {
	width:400px;
	float:left;
}

#fotoblok {
	width:400px;
}

.fotothumb {
	float:left;
	margin-right:10px;
}

#fotoorg {
	display:none;
	position:absolute;
	z-index:100;
	top:50px;
	left:50%;
	margin-left:-330px;
}

#fotoorg img {
	border:20px solid #fff;
}

.fotopreload_small {
	display:none;
}

.fotopreload_large {
	display:none;
}

#occasionlinks {
	clear:both;
	width:400px;
	padding:5px 0;
	height:35px;

}

#occasionlinks ul li {
	float:left;
	margin-right:20px;
}

#occasionbanners {
	width:400px;
}

#occasionoptions {
	float:right;
	margin: 10px 0 0 -5px;
}




.popup {
	position:absolute;
	left:50%;
	margin-left:-300px;
	top:50px;
	background:#fff;
	border:1px solid #000;
	width:500px;
	height:300px;
	display:none;
}

.popup p {
	margin:5px;
	padding:0;
}

.popup label {
	display:block;
	width:100px;
	float:left;
}

.popupcontent {
	margin:5px 20px 20px 20px;
	overflow:auto;
	width:480px;
	height:270px;
}

.popupinfo  {
	background:#888;
	color:#fff;
	float:left;
	width:470px;
	height:20px;
	padding:5px;
}

.popupclose  {
	background:#888;
	color:#fff;
	float:right;
	width:10px;
	height:20px;
	padding:5px;
	font-weight:bold;
}

.popuperror {
	color:#f00;
	font-weight:bold;
}

.popup input, .popup textarea, .popup select {
	width:300px;
	border: 1px solid #888;
}

.melding {
	position:absolute;
	left:50%;
	margin-left:-100px;
	top:200px;
	background:#fff;
	border:1px solid #000;
	width:200px;
	padding:5px;
}

.melding_text {
	padding:15px;
	color:green;
	font-weight:bold;
}

.melding_ok_button {
	margin:0 auto;
	background:#ccc;
	border:1px solid #000;
	padding:4px;
	width:15px;
	cursor:pointer;
}


/* overig */
#stats {
	display: none;
}
#analyticsblok {
	display:none;
}

#contactinfo {
	margin-left:-150px;
	width:300px;
	height:130px;

}

#contactinfo .popupinfo {
	width:270px;
}


#thumbslider {
	position: relative;
	float: left;
	width: 400px;
	height: 54px;
	padding: 0;
}

.no_found_form label {
	display:block;
	width:150px;
	float:left;
}
.no_found_form input, .no_found_form select, .no_found_form textarea {
	border: 1px solid #ccc;
	float:left;
}
.no_found_form input{
	width:150px;
}
.no_found_form select {
	width:153px;
}
.no_found_form textarea {
	width:400px;
	height:50px;
}
.no_found_form span {
	float:left;
}
.no_found_form p {
	clear:both;
	padding:3px;
}
