@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size:62.5%;	
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #d6d6d6;
}

.wps_popup {top:100px;}
.wps_popup h2 {display:none;}

h1 {font-size: 1.4em;}
h2 {font-size: 1.2em; margin: 0;}
h3 {font-size: 1em; margin: 0; line-height:20px;}

a {color: #c40109; text-decoration: none; outline: none; }
a:hover {color: #333; text-decoration: none;}

a.info {padding: 2px 0 0 10px; float: left; background: url(../img/arrow_infolink.gif) no-repeat center left;}

div#textkolom a.info { margin: 5px 0; }

a.info:hover { padding: 2px 0 0 10px; background: url(../img/arrow_infolinkHover.gif) no-repeat center left;}

a.button {
	float: left;
	display:block;
	background: #c5141e url(../img/bg_buttonRed.gif) top right;
	cursor: pointer;
	padding: 4px 25px 4px 10px;
	text-align:center;
	color: #fff;
	border: 1px solid #c5010b;
}

a.review {float: left; width: 190px; background: url(../img/bg_nav.gif) repeat-x center; border: 1px solid #ccc; color: #333; padding: 4px 5px; margin:3px 0 0 20px;}
a.review:hover {background-image:none; background-color:#fff; border: 1px solid #ccc; color: #c40109;}

a.button:hover {
	background: #c5141e url(../img/bg_buttonRedHover.gif) no-repeat top right;
	text-decoration:none;
}

div.widget a.review {width: 140px;}

p { 
	font-size: 1em;
	line-height: 1.6em;
	margin: 11px 0;
}

body#home p {
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 11px 0;
}

ol {
	margin: 0 0 0 20px;
}

ol li {
	margin: 10px 0;
}

/**** CLEARFIX ****/
.clearfix:after, ul#nav:after, ul#nav li:after, div#content:after, div#bottom:after, div#iframe:after, div.widget:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.kolom li {list-style:none;}
.clearfix, ul#nav, ul#nav li, div#content, div#bottom, div#iframe, div.widget {display: inline-block;}

/**** CLEARFIX ****/

div#wrapper {
	width: 960px;
	margin: 0 auto;
	font-size: 1.2em;
	padding-bottom: 10px;
	margin-bottom: 30px;
	background:url(../img/bg_shadow.png) no-repeat center bottom;
}

div#main {
	width: 940px;
	margin: 0 auto;
	background-color: #fff;
}

div#header {
	height: 100px;
	background:url(../img/bg_header.gif) no-repeat left bottom;
}

div#header a img {
	border: 0;
	float: left;
}

div#header p {
	float: right;
	margin: 33px 30px 0 0;
	font-size: 1em;
}

div.contactForm {display:none;}

/*** NAVIGATIE ***/

ul#nav {
	margin: 0;
	padding: 0;
	list-style:none;
	display:block;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	background-color:#CCC;
	background: url(../img/bg_nav.gif) repeat-x;
}

ul#nav li {
	display: block;	
	float: left;
	background-color: #777;
	background: url(../img/bg_nav.gif) repeat-x;
	border-right: 1px solid #cdcdcd;
}

ul#nav li.right {
	float: right;
	display:block;
	border-left: 1px solid #cdcdcd;
	margin-right: 20px;
}

ul#nav li.right#active {
	margin-right: 20px;
}

ul#nav li a {
	text-decoration: none;
	color: #333;
	display: block;
	padding: 7px 20px;	
}

ul#nav li:hover a {
	color: #c40109;
	background-image: none;
	background-color: #fff;
	color: #c40109;	
}

ul#nav li.first {
	border-left: 1px solid #cdcdcd;
	margin: 0 0 0 20px;
	padding: 7px 20px;	
}

ul#nav li.first#active {
	margin-left: 20px;
}

ul#nav li.first a {
	margin: -7px -20px;
}

ul#nav li.current_page_item, ul#nav li.current_page_ancestor{
	background: url(../img/bg_navEm.gif) repeat-x;
	margin: 0;
	color: #c40109;
	font-style:normal;
	cursor: default;	
}



ul#nav li .children {
	display: none;
	position:absolute;
	z-index:100;
	top: 130px;
	left: auto;	
}

ul#nav li:hover ul.children {
	display: block;
	position:absolute;
	z-index:100;
	margin-left: -1px;
	margin-top: -1px;
	padding-top: 1px;
}

ul#nav li ul.children li {
	float: none;
	border: 1px solid #cdcdcd;
	border-top: none;
	background: none;
	background-color: #fff;
}

ul#nav li ul.children li:hover { background-color: #ccc;}

ul#nav li ul.children li a {color: #333; padding: 4px 20px 4px 10px;}
ul#nav li ul.children li a:hover {color: #c40109;}


/*** SUB NAVIGATIE ***/

ul#subnav {
	width: 170px;
	padding: 0;
	margin: 0 20px 0 0;
	list-style: none;
	float: left;
}

ul#subnav li a {
	display: block;
	background: #f4f4f4;
	text-decoration: none;
	margin: 2px 0 0 0;
	padding: 5px 10px 4px 10px;
	color: #333;
}

ul#subnav li a:hover {
	display: block;
	color: #c40109;
	cursor: pointer;	
}

ul#subnav li.current_page_item a {
	background: #ececec url(../img/bg_subnavSelect.gif) no-repeat left top;
	display: block;
	color: #c40109;
	font-style: normal;
	cursor: pointer;
}

ul#subnav li.first a {
	background: #f4f4f4;	
	font-weight: bold;
	color: #c40109;
	padding: 5px 10px 4px 10px;	
	cursor: pointer;
}

ul#subnav li.first a:hover { color: #333;}


/***************/

div#content {
	padding: 20px;
	min-height: 460px;
}


/*** SLIDER ***/

* { 
	margin: 0; 
	padding: 0; 
}
/*
    For Specific Slides
*/
#textSlide { padding: 10px 15px; position: absolute; background: #ebebeb; width: 160px; height: 245px; margin-left: 705px;}
#textSlide a {display: block; background: url(../img/bg_nav.gif) repeat-x center; border: 1px solid #ccc; color: #333; padding: 4px 5px; margin-bottom:5px;}
#textSlide a:hover {background-image:none; background-color:#fff; border: 1px solid #ccc; color: #c40109;}

#textSlide ul { list-style: disc; margin: 0 0 0 25px; }
#textSlide ul li { display: list-item; }
img {outline: none; border:none;}

#quoteSlide { padding: 30px; background: #f4f4f4; height: 255px; }
#quoteSlide blockquote { font: italic 24px/1.5 Georgia, Serif; text-align: center; color: #444; margin: 0 0 10px 0; }
#quoteSlide p { text-align: center; }

.anythingSlider                         { width: 890px; height: 265px; position: relative; border: 5px solid #ececec; margin: 0; }
.anythingSlider h1 {
	color: #c40109;
}
.anythingSlider p { line-height: 1.5em;}
.anythingSlider .wrapper                { width: 890px; overflow: auto; height: 265px; margin: 0 auto; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
.anythingSlider ul li                   { display: block; position:relative; float: left; padding: 0; height: 290px; width: 900px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 0px; width: 0px; background:none; text-indent: -9999px; position: absolute; top: 65px; cursor: default; }

#thumbNav                               { position: relative; left: 3px; top: 265px; text-align: left; }
#thumbNav a                             { color: #333; font: 11px/18px; display: inline-block; padding: 4px 8px; height: 14px; margin: 0 3px 0 0; background: #eaece9 url(../img/bg_nav.gif) repeat-x center; text-align: center; }
#thumbNav a:hover                       { background-image: none; background: #fff; color: #c40109; text-decoration: none;}
#thumbNav a.cur                         { background: #fff; color: #c40109;}

#start-stop                             { background: url(../img/bg_nav.gif) repeat-x center; color: #333; padding: 4px 5px; width: 36px; text-align: center; position: absolute; right: 3px; top: 265px;}
#start-stop.playing                     { background-color: #fff; }
#start-stop:hover                       { background-image: none; background-color: #fff; color: #c40109; text-decoration: none; }

.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

div#slideshow {
	width: 900px;
	background-color: #f4f4f4;
	margin: 0 0 20px 0;
}

/*** END SLIDER ***/

/** HOME **/

div.row {
	width: 290px;
	float: left;
	margin-right: 15px;
}

div.row#last {margin: 0;}

div.block {
	height: 102px;
	margin: 0 0 15px 0;
	background: url('../img/bg_homeKolom1.gif') repeat-x top left #ededed;
	border-left: 1px solid #d6d6d6;
	padding: 15px;
}

	/* Rij 1 */
	div.block#occasions {  background:url(../img/bg_occasions.jpg) no-repeat top right; }
	div.block#occasions:hover { background-position:bottom right;}
	
	div.block#pechhulp { background:url(../img/bg_pechhulp.jpg) no-repeat top right; margin: 0;}
	div.block#pechhulp:hover { background-position:bottom right;}
	
	div.block#apk { background:url(../img/bg_apk.jpg) no-repeat top right;}
	div.block#apk:hover { background-position:bottom right;}
	
	div.block#verkoop { background:url(../img/bg_verkoop.jpg) no-repeat top right;}
	div.block#verkoop:hover { background-position:bottom right;}
	
	/* Rij 2 */
	div.block#onderhoud { background:url(../img/bg_werkplaats.jpg) no-repeat top right;}
	div.block#onderhoud:hover { background-position:bottom right;}
	
	div.block#verzekering { background:url(../img/bg_verzekering.jpg) no-repeat top right; }
	div.block#verzekering:hover { background-position:bottom right;}
	
	div.block#offerte { background:url(../img/bg_offerte.jpg) no-repeat top right;}
	div.block#offerte:hover { background-position:bottom right;}
	
	/* Rij 3 */
	div.block#review {height: 394px; border: 1px solid #d6d6d6; margin:0;}
	
	div.block#autonieuws {background:url(../img/bg_nieuws.jpg) no-repeat top right; margin: 0;}
	div.block#autonieuws:hover {background-position:bottom right;}
	
	div.block#socials {background:url(../img/bg_block.jpg) no-repeat top right; padding: 10px; height: 112px;}
	div.block#socials div#zon {width: 160px; height: 110px; float:left;}
	div.block#socials div#facebook {width: 60px; background: #fff; height: 81px; float:left; margin-right:10px; padding: 28px 0 0 8px;}
	div.block#socials div#icons {width: 30px; height: 110px; float:left;}
	
	div.block#socials div#icons a img {width: 30px; height:30px; margin-bottom: 10px;}

	
div.emoticon {float: left; display: block; margin: 5px 0;}
p.toelichting {color: #bbb; font-style:italic; font-size: 12px; text-align: center;}
div#smiley_happy, div#smiley_happiest, div#smiley_neutral, div#smiley_unhappy, div#smiley_angry, div#smiley_none {padding: 0; margin:0;} 


div.block1:hover {
	background: url('../img/bg_homeKolom2.gif') repeat-x top left #fdfac7;
}	

div.message {
	display:block;
	margin: 0 0 10px 0;
	padding: 5px;
	background-color: #fcfaca;
	border: 1px solid #d6d6d6;
}

div#textkolom {
	float: left;
	width: 450px;
	border-bottom: 1px solid #f4f4f4;
}

div#textkolom_breed {
	float: left;
	width: 900px;
	background-color:#ccc;
}

div#textkolom h1 {
	margin: 0;
	padding-bottom: 4px;
	display: block;
	border-bottom: 1px solid #f4f4f4;
}

div#textkolom p {
	padding-bottom: 10px;
}

div#textkolom h2 {color: #333333;}

div#textkolom p span.left { float:left; margin-right: 50px; width: 220px;}

div#iframe {
	float: left;
	width: 870px;
	padding: 0;
}

iframe {
	float: left;
	border: none;
	margin: 0;
	padding: 0;
	height: 1170px;
	background: #ffffff;
}

div.kolom {
	float:left;
	width: 238px;
	margin: 0 0 20px 20px;
}
.widget {
	padding: 15px;
	width: 208px;
	margin: 0 0 20px 0;
	background: #eee url(../img/bg_homeKolom1.gif) repeat-x top left;
	border: 1px solid #d6d6d6;
}

div.kolom-image {
	float: left;
	width:230px;
	margin: 0 0 20px 20px;	
	background-image: none;
	background-color: #eee;
	padding: 5px;
}

div.kolom p { line-height: 1.4em;}

/*** APK TABEL ***/
table {
	border-bottom: 1px solid #e2e2e2;
}

table td {
	border-right: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	margin: 0;
	padding: 4px 0 4px 6px;
}

table td.check {
	text-align: center;
	border-left: none;
	padding: 4px 0 4px 0px;
}

table th { padding-bottom: 5px;}

/*** ZOEKOPDRACHT FORM ***/

div.kolom form input {
	width: 198px;
	height: 19px;
	padding: 0 3px;
	margin: 2px 0 0 0;
	background-color: #ffffff;
	border: 1px solid #b6b6b6;
}

div.kolom form input.button {
	width: 120px;
	height: 25px;
	float: right;
	font-size: 1em;
	background: #c5141e url(../img/bg_buttonRed.gif) top right;
	cursor: pointer;
	padding: 2px 25px 4px 10px;
	text-align:center;
	color: #fff;
	border: 1px solid #c5010b;
}

div.kolom form input.button:hover {
	background: #c5141e url(../img/bg_buttonRedHover.gif) no-repeat top right;
	text-decoration:none;
}

div.kolom form textarea {
	width: 166px;
	padding: 2px 25px 4px 10px;
	background-color: #ffffff;
	border: 1px solid #b6b6b6;	
}

/*** ***************** ***/

/*** FORM ***/

form input {
	width: 248px;
	height: 21px;
	padding: 0 3px;
	margin: 2px 0 -10px 0;
	background: #f8f8f8;
	border: 1px solid #dedede;
}

form input.button {
	width: 120px;
	height: 25px;
	font-size: 1em;
	background: #c5141e url(../img/bg_buttonRed.gif) top right;
	cursor: pointer;
	padding: 2px 25px 4px 10px;
	text-align:center;
	color: #fff;
	border: 1px solid #c5010b;
}


form input.button:hover {
	background: #c5141e url(../img/bg_buttonRedHover.gif) no-repeat top right;
	text-decoration:none;
}

form select {
	margin: 3px 0 -7px 0;
}

form textarea {
	width: 440px;
	height: 100px;
	margin: 5px 0 -10px 0;
	background: #f8f8f8;
	padding: 5px;
	border: 1px solid #dedede;	
}


div.wpcf7-mail-sent-ok, div.wpcf7-response-output {
	border: none;
	background: #d1f3b5;
	margin 3px 0;
}

/*** ***************** ***/

table#pagina tbody tr td table {
	border: none;
	margin: 0;
}

div#bottom {
	background-color: #ebebeb;
	display:block;
	padding: 8px 20px;
}

div#bottom a {
	display: block;
	border-right: 1px solid #b9b9b9;
	float: left;
	font-size: 0.9em;
	color: #aaa;
	margin: 0;
	padding: 0 10px;
}

div#bottom a.first {
	padding: 0 10px 0 0;
}

div#bottom a:hover {
	color: #c40109;
	text-decoration: none;
}


/* ZON */

h2.zon {
	color:#F00;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	line-height:20px;
	margin-left:-45px;
	margin-bottom: 10px;
}

li.zon {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:15px;
	list-style:outside;
	margin-left:-30px;

	
}

#achtergrond{
	width:900px;
	height:550px;
	background-image:url(http://www.smitsauto.nl/wp-content/themes/smits/zon/images/zon/bg.png);
}

#foto{
	position:absolute;
	margin-top:65px;
	width:568px;
	height:357px;
	background-image:url(http://www.smitsauto.nl/wp-content/themes/smits/zon/images/zon/foto_smits_zon.jpg);
	z-index:50;
}

#ballon{
	position:absolute;
	margin-top:40px;
	margin-left:440px;
	width:414px;
	height:168px;
	background-image:url(http://www.smitsauto.nl/wp-content/themes/smits/zon/images/zon/ballon.png);
	z-index:51;
}

#tekst{
	position:absolute;
	margin-top:186px;
	margin-left:624px;
	width:272px;
	height:238px;
	z-index:51;
}

#fan {
	position:absolute;
	margin-top:393px;
	margin-left:580px;
	width:272px;
	height:238px;
	color:#F00;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	line-height:20px;
	z-index:51;
}

#blokken{
	position:absolute;
	margin-top:370px;
	margin-left:13px;
	width:556px;
	height:150px;
	z-index:52;
}

#kwaliteit{
	float:left;
	margin-right:13px;
	width:129px;
	height:150px;
	background-image:url(http://www.smitsauto.nl/wp-content/themes/smits/zon/images/zon/kwaliteit.jpg);
	z-index:52;
}

#voordelig{
	float:left;
	margin-right:13px;
	width:129px;
	height:150px;
	background-image:url(http://www.smitsauto.nl/wp-content/themes/smits/zon/images/zon/voordelig.jpg);
	z-index:52;
}

#betrouwbaar{
	float:left;
	margin-right:13px;
	width:129px;
	height:150px;
	background-image:url(http://www.smitsauto.nl/wp-content/themes/smits/zon/images/zon/betrouwbaar.jpg);
	z-index:52;
}

#dichtbij{
	float:left;
	width:129px;
	height:150px;
	background-image:url(http://www.smitsauto.nl/wp-content/themes/smits/zon/images/zon/dichtbij.jpg);
	z-index:52;
}


#dhtmltooltip{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:17px;
	position: absolute;
	left: -300px;
	width: 150px;
	height:auto;
	padding: 5px;
	background-color:#f1d600;
	visibility: hidden;
	z-index: 100;

}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

