/* blue: #00AEEF */

/* general */

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 170%;
	font-size: 12px;
	color: #06347A;
	margin: 0;
	padding: 0;
	background: #00AEEF url("../img/backgrounds/background.jpg") top center no-repeat;
	height: 100%;
}

h1, h2, h3, p {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

h2 {
	color: #FFF200;
	font-weight: normal;
	margin-bottom: 20px;
	font-size: 20px;
	width: 390px;
}

h3 {
	margin-bottom: 10px;
	font-size: 16px;
}

a {
	color: #FFF200;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

/* containers */

div#wrapper {
	width: 820px;
	overflow: visible;
	margin: auto;
}

div#headerwrapper {
	width: 100%;
	height: 60px;
	background: url("../img/backgrounds/headerbg.png") top center repeat-y;
}

div#header {
	width: 820px;
	height: 60px;
	margin: auto;
	position: relative;
}

div#content {
	width: 400px;
	padding: 30px 0 0 150px;
	margin-right: 20px;
	float: left;
	position: relative;
}

div.formmargin {
	margin-top: 100px;
}

div#sidebar {
	width: 250px;
	float: left;
	padding-top: 30px;
}


/* header content */

div#branches {
	width: 670px;
	height: 25px;
	padding: 15px 0 0 150px;
	margin: auto;
	color: #06347A;
	font-size: 11px;
}

div#branches ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #06347A;
	font-size: 11px;
}

div#branches ul li,
div#footer ul li {
	float: left;
	margin-right: 8px;
}

div#branches ul li a {
	float: left;
	color: #06347A;
	text-decoration: none;
	margin-right: 8px;
}

div#header h1 a {
	text-indent: -9999px;
	background-image: url("../img/logo.gif");
	width: 150px;
	height: 60px;
	display: block;
	float: left;
}


/* navigation */

ul#navigation {
	list-style: none;
	margin: 15px 0 0 20px;
	padding: 0;
	float: left;
	/* width: 370px; */
	width: 650px;
	height: 30px;
	float: left;
}

ul#navigation li {
	float: left;
}

ul#navigation li a {
	float: left;
	text-decoration: none;
	color: #fff;
	line-height: 30px;
	padding: 0;
	margin-right: 5px;
}

ul#navigation li a span {
	display: block;
	padding: 0 9px 0 10px;
	margin-right: 1px;
}

ul#navigation li a:hover {
	color: #06347A !important;
	background: url("../img/button-right.gif") center right no-repeat;
}

ul#navigation li a:hover span {
	background: url("../img/button-left.gif") center left;		
}

ul#navigation li.selected a {
	background: url("../img/button-right.gif") bottom right no-repeat;		
}

ul#navigation li.selected a span {
	background: url("../img/button-left.gif") bottom left;		
}

ul#navigation li.selected a:hover {
	color: #fff !important;
}


/* forms */

div#content form {
	float: left;
	margin: 0px 0 0 -150px;
	display: inline;
}

div#content form table#formtable td {
	height: 30px;
	padding: 5px 0;
}

div#content form table#formtable td.left {
	width: 130px;
	text-align: right;
	padding-right: 20px;
}

div#content form table#formtable td.space {
	padding-top: 100px;
}

div#content span.selectbox {
	display: block;
	background-color: #fff;
	height: 20px;
	float: left;
	padding: 5px;
	border: 1px solid #999;
}

div#content select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#content input.text {
	vertical-align: middle;
	background-color: #fff;
	border: 0;
	height: 22px;
	padding: 6px 5px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #757575;
}

input.extra-small { width: 40px; }
input.small { width: 100px; }
input.medium { width: 200px; }
input.large { width: 300px; }

textarea {
	width: 300px;
	border: 0;
	padding: 7px 5px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #757575;
}

div#content input#kenteken {
	background: url("../img/kenteken.png");
	width: 95px;
	padding-left: 30px;
	padding-top: 7px;
	text-transform: uppercase;
	font-weight: bold;
	border: 0;
	height: 23px;
}

/* sidebar content */

div#sidebar ul,
div#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#sidebar ul li a {
	display: block;
	width: 250px;
	height: 87px;
	text-indent: -9999px;
	border-bottom: 1px dotted #4DC6F4;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
}

div#sidebar ul li a#aankoop {
	background-image: url("../img/buttons/aankoopwaarde.gif");	
}

div#sidebar ul li a#gelijkwaardig {
	background-image: url("../img/buttons/autogarantie.gif");	
}

div#sidebar ul li a#eigenrisico {
	background-image: url("../img/buttons/eigenrisico.gif");	
}

div#sidebar ul li a#terugval {
	background-image: url("../img/buttons/terugval.gif");	
}

div#sidebar ul li a#lagepremie {
	background-image: url("../img/buttons/lagepremie.gif");	
}

/* button */

a.button {
	text-decoration: none;
	color: #fff;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
	font-weight: bold;
	background: url("../img/button-right.gif") bottom right no-repeat;
}

a.button span {
	display: block;
	padding: 0 13px 0 15px;
	margin-right: 2px;
	background: url("../img/button-left.gif") bottom left no-repeat; 
}

a.button:hover {
	color: #06347A;
	background: url("../img/button-right.gif") right -30px no-repeat;
}

a.button:hover span {
	background: url("../img/button-left.gif") 0 -30px no-repeat;
}

a#formsubmit {
	margin-left: 10px;
	display: inline;
}


/* startpage */

div#start {
	width: 820px;
	height: 235px;
	margin-top: 120px;
	background: url("../img/backgrounds/startbg.png");	
	padding-top: 175px;
}

div#startcontent {
	overflow: hidden;
	margin: auto;
	width: 429px;
}

a#wincode {
	margin-right: 150px;
}

body#bodystart {
	background-image: none;
}


/* footer */

div#footer {
	width: 670px;
	clear: both;
	margin-left: 150px;
	padding-top: 30px;
	color: #fff;
}

div#footer ul li a {
	float: left;
	color: #fff;
	font-size: 11px;
	margin-right: 8px;
	text-decoration: none;
}


/* winbutton */
a#winnenbutton {
	display: block;
	width: 250px;
	height: 60px;
	text-indent: -9999px;
	background: url("../img/Banner - Offerte aanvragen.png");
	float: left;
	margin-bottom: 20px;
}

/* bijverdienbutton */
a#bijverdienbutton {
	display: block;
	width: 250px;
	height: 60px;
	text-indent: -9999px;
	background: url("../img/banner-premie.png");
	float: left;
	margin-bottom: 20px;
}

/* prijswinnaars */
a#prijswinnaars {
	display: block;
	width: 250px;
	height: 60px;
	text-indent: -9999px;
	background: url("../img/prijswinnaars.png");
	float: left;
	margin-bottom: 20px;
}


/* polisbutton */
a#polisvoorwaarden {
	display: block;
	width: 250px;
	height: 60px;
	text-indent: -9999px;
	background: url("../img/polisvoorwaarden.gif");	
	float: left;
	margin-bottom: 20px;
}


div#winnenbij {
	width: 355px;
	height: 89px;
	background: url("../img/winnenbij.gif");
	position: absolute;
	bottom: 80px;	
	left: 0px;
}

div#winnenbijbij {
	width: 205px;
	height: 325px;
	background: url("../img/winnenbij-bij.gif");
	position: absolute;
	bottom: -158px;	
	left: 350px;
}

img#voordeelbij {
	position: absolute;
	right: -300px;
	bottom: -85px;
}

img#voordeelbijbij {
	position: absolute;
	right: -225px;
	bottom: -145px;
}


/* scroller */

div#scroller {
    clear: both;
	width: 250px;
	height: 87px;
	position: relative;
	overflow: hidden;
}

div#scroller div#scroller-content {
	width: 2500px;
}

div#scroller div#scroller-content div.slide {
	float: left;
	width: 250px;
	height: 87px;
}

div#scrollercontrols {
	display: none;
}


/* pluspunten */

a.point {
	width: 190px;
	height: 87px;
	display: block;
	text-indent: -9999px;
	float: left;
	margin: 0 10px 10px 0;
}

a#eigenrisico {
	background: url("../img/points/eigenrisico.gif");
}

a#lagepremie {
	background: url("../img/points/lagepremie.gif");
}

a#volledigevergoeding {
	background: url("../img/points/volledigevergoeding.gif");
}

a#werkelijkewaarde {
	background: url("../img/points/werkelijkewaarde.gif");
}

a#terugval {
	background: url("../img/points/terugval.gif");
}

a#accessoires {
	background: url("../img/points/accessoires.gif");
}

a#schadeafhandeling {
	background: url("../img/points/schadeafhandeling.gif");
}

a#gelijkwaardig {
	background: url("../img/points/gelijkwaardig.gif");
}

a#tweedeauto {
	background: url("../img/points/tweedeauto.gif");
}

a#opzegservice {
	background: url("../img/points/opzegservice.gif");
}

a#eigenrisico:hover,
a#lagepremie:hover,
a#volledigevergoeding:hover,
a#werkelijkewaarde:hover,
a#terugval:hover,
a#accessoires:hover,
a#schadeafhandeling:hover,
a#gelijkwaardig:hover,
a#tweedeauto:hover,
a#opzegservice:hover {
	background-position: bottom left;
}


table#contact-txt {
	width: 400px;
	margin-bottom: 20px;
}

table#contact-txt td {
	width: 200px;
}


/* hoofdletter inputs */

input.capitals {
	text-transform: uppercase;
}

div#buttons {
	margin-left: 150px;
	margin-top: 10px;
}

img#welkombijvrieling {
	margin-left: -150px;
}



/* Pluspunten new */
div#accordion h3.accordion_toggle {
	display: block;
	width: 400px;
	height: 38px;
	text-indent: -9999px;
	margin: 2px 0 0 0;
	background-position: top left;
	cursor: pointer;
}

div#accordion h3.accordion_toggle_active {
	background-position: bottom left;
}

div#accordion div.accordion_content {
	overflow: hidden;
	background: url("../img/accordion-images/content-background.png") bottom left;
}
div#accordion div.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 10px 10px;
}
h3#one { background: url("../img/accordion-images/01-sprite.png"); }
h3#two { background: url("../img/accordion-images/02-sprite.png"); }
h3#three { background: url("../img/accordion-images/03-sprite.png"); }
h3#four { background: url("../img/accordion-images/04-sprite.png"); }
h3#five { background: url("../img/accordion-images/05-sprite.png"); }
h3#six { background: url("../img/accordion-images/06-sprite.png"); }
h3#seven { background: url("../img/accordion-images/07-sprite.png"); }
h3#eight { background: url("../img/accordion-images/08-sprite.png"); }
h3#nine { background: url("../img/accordion-images/09-sprite.png"); }
h3#ten { background: url("../img/accordion-images/10-sprite.png"); }

img.pluspunten-image {
	margin-top: 50px;
}

h3.accordion_toggle_static {
	display: block;
	width: 400px;
	height: 38px;
	text-indent: -9999px;
	margin: 2px 0 0 0;
	background-position: bottom left;
	cursor: pointer;
}

div.accordion_content_static {
	overflow: hidden;
	background: url("../img/accordion-images/content-background.png") bottom left;
}

div.accordion_content_static p {
	line-height: 150%;
	padding: 5px 10px 10px 10px;
}

h3#onestatic { background: url("../img/accordion-images/dekkingen-01.png") bottom left; }
h3#dekkingen {background: url("../img/accordion-images/dekkingen-02.png")}

/* accordion voor Schade */
h3#schadeone { background: url("../img/accordion-images/schade-01.png") bottom left; }
h3#schadetwo {background: url("../img/accordion-images/schade-02.png")};
