﻿/* Autoverzekering.it - onderdeel van Premie.nl */

/* Begin Reset css

Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}
/* end Reset css */



/* --------------- BEGIN STANDARD TAGS --------------- */

html { margin:0; padding:0; background-color:#f6f6f6; }

body 
{
    font-family:Arial, Tahoma, Sans-Serif;
    font-size:12px;
    color:#444;
    line-height:17px;
    margin:0;
    padding:0;
    background-color:#f6f6f6;
}

a { color:#0c84e9; text-decoration:underline; }
a:hover { color:#444; text-decoration:underline; }

p  
{
    margin:10px 0; 
    line-height:17px; 
}

h1, h2, h3, h4, h5 
{
    font-family:Arial, Sans-Serif; 
    font-size:14px; 
    font-weight:bold;
    line-height:20px;
    margin:0 0 8px 0;
}

h1 {font-size:17px; font-weight:normal; line-height:45px;}
h3 {color:#292e35; font-family:'Lucida Sans','Book Antiqua', Palatino, Serif; font-size:13px; line-height:24px; margin-bottom:8px; font-weight:normal}
h4, h5 {font-size:12px; font-weight:bold; margin:20px 0 8px 0;}



/* --------------- BEGIN COMMON CLASSES --------------- */
a.button 
{
    background:transparent url(../images/layout/button.gif) no-repeat left bottom;
    margin:0;
    padding:0px;
    text-decoration:none;
    cursor:pointer;
    text-transform:uppercase;
    float:left;
    height:24px;
}

a.button span
{
    margin:0;
    font-size:11px;
    font-weight:bold;
    color:#313741;
    padding:0px 12px 0px 12px;
    text-transform:none;
    background:transparent url(../images/layout/button_right.gif) no-repeat right top;
    float:left;
    height:24px;
    line-height:24px;
}

a.button:hover span 
{
    color:#00a5d4;
}

a.readmore 
{
    color:#fff;
    font-size:11px;
    padding:1px 4px;
    background-color:#bb1b54;
}

a.readmore:hover 
{
    background-color:#0c84e9;
}



/* --------------- BEGIN WEBSITE LAYOUT --------------- */
.supercontainer 
{
    position:relative;
    float:left;
    padding-bottom:290px;
}

.header, .colored_bar, .middle, .footer, .footnote
{
    width:100%;
    float:left;
    text-align:center;
    position:relative;
}

.container
{
    width:996px;
    margin:0 auto;
    text-align:left;
}

.header 
{
    height:152px;
    background:transparent url(../images/layout/header_bg.jpg) repeat-x top left;
}

.colored_bar 
{
    height:43px;
    width:100%;
    min-width:100%;
    background:#ff005a url(../images/layout/colored_bar_auto.gif) repeat-y top center;
}

.middle 
{
    background:transparent url(../images/layout/middle_bg.gif) repeat-x top left;
    z-index:2;
}

.nav 
{
    width:176px;
    float:left;
    background-color:#e9e9e9;
    margin-top:1px;
    position:relative;
    z-index:3;
    padding-bottom:20px;
}

.page_content 
{
    background-color:#fff;
    width:820px;
    float:right;
    position:relative;
    z-index:2;
    top:-71px;
}



/* --------------- BEGIN HEADER --------------- */
.header .container 
{
    background:transparent url(../images/layout/header_container_bg.jpg) no-repeat top left;
    height:152px;
}

.header h1.logo 
{
   width:174px;
   height:115px;
   line-height:115px;
   text-indent:-900px;
   overflow:hidden;
   margin:17px 0 0 0;
   padding:0;
   color:#fff; 
   float:left;
}

.header h1.logo a 
{
    width:174px;
    height:115px;
    display:block;
    background:transparent url(../images/layout/logo.png) no-repeat top left;
    border:0;
    text-decoration:none;
}

.header .page_header_txt 
{
    width:410px;
    height:90px;
    float:left;
    margin:12px 0 0 14px;
    color:#fff;
    font-size:11px;
    color:#d5d5d5;
    overflow:hidden;
    line-height:16px;
}

.header .page_header_txt h2,
.header .page_header_txt h1
{
    color:#fff;
    font-size:12px;
    font-weight:bold;
    line-height:22px;
    margin:0;
}

.header .page_header_txt p 
{
    line-height:17px;
    margin:0;
}

ul.popular 
{
    float:left;
    width:348px;
}

.header ul.popular 
{
    margin:24px 0 0 43px;
}

ul.popular li 
{
    float:left;
    width:160px;
    height:33px;
    margin:0 7px 1px 7px;
    display:inline;
}

ul.popular li a 
{
    display:block;
    width:109px;
    padding-left:51px;
    line-height:33px;
    color:#fff;
    text-decoration:underline;
    font-family: "Franklin Gothic Demi", Arial, Sans-Serif;
    font-size:11px;
    text-transform:uppercase;
}

ul.popular li.pop_auto a { background:transparent url(../images/layout/pop_auto.png) no-repeat left top; }
ul.popular li.pop_motor a { background:transparent url(../images/layout/pop_motor.png) no-repeat left top; }
ul.popular li.pop_bestel a { background:transparent url(../images/layout/pop_bestel.png) no-repeat left top; }
ul.popular li.pop_reis a { background:transparent url(../images/layout/pop_reis.png) no-repeat left top; }

ul.popular li a:hover 
{
    color:#000;
}



/* --------------- BEGIN CATEGORY NAV --------------- */
.nav h3 
{
    padding-left:8px;
    margin:13px 0 2px 0;
}

ul.categories
{ 
	margin:0 0 16px 0;
	float:left;
	width:176px;
	background:transparent url(../images/layout/nav_item_bg.gif) repeat-y top right;
}

ul.categories li
{ 
	position:relative;
	float:left;
	width:150px;
	margin:3px 13px 6px 13px;
	height:15px;
    display:inline;
}

ul.categories li a {
	display:block;
	color:#3a414c;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	width:127px;
	height:15px;
	line-height:15px;
	padding-left:23px;
}

ul.categories li.sfhover a,
ul.categories li a:hover,
ul.categories li a.active
{
    text-decoration:none;
    color:#fff;
}

ul.categories li.nav_verkeer a { background:transparent url(../images/layout/menu_verkeer.gif) no-repeat left; }
ul.categories li.nav_huis a { background:transparent url(../images/layout/menu_huis.gif) no-repeat left; }
ul.categories li.nav_vakantie a { background:transparent url(../images/layout/menu_vakantie.gif) no-repeat left; }
ul.categories li.nav_inkomen a { background:transparent url(../images/layout/menu_inkomen.gif) no-repeat left; }

ul.categories li.nav_verkeer:hover a,
ul.categories li.nav_verkeer a:hover,
ul.categories li.nav_verkeer a.active,
ul.categories li.nav_verkeer li,
ul.categories li.nav_verkeer ul { background-color:#ff005a; }

ul.categories li.nav_huis:hover a,
ul.categories li.nav_huis a:hover,
ul.categories li.nav_huis a.active,
ul.categories li.nav_huis li,
ul.categories li.nav_huis ul { background-color:#00c6ff; }

ul.categories li.nav_vakantie:hover a,
ul.categories li.nav_vakantie a:hover,
ul.categories li.nav_vakantie a.active,
ul.categories li.nav_vakantie li,
ul.categories li.nav_vakantie ul { background-color:#0bd67e; }

ul.categories li.nav_inkomen:hover a,
ul.categories li.nav_inkomen a:hover,
ul.categories li.nav_inkomen a.active,
ul.categories li.nav_inkomen li,
ul.categories li.nav_inkomen ul { background-color:#ff9c00; }

ul.categories li ul {
	position:absolute;
	left:-999em;
	margin-left:0px;
	margin-top:-15px;
	z-index:1;
	padding-top:15px;
}

ul.categories li.sfhover a 
{
    position:relative;
    z-index:2;
}

ul.categories li.sfhover 
{
    z-index:2;
}

ul.categories li:hover ul, 
ul.categories li.sfhover ul {
	left:auto;
}

ul.categories li:hover li,
ul.categories li.sfhover li
{
    margin:0;
    line-height:23px;
    height:23px;
    width:203px;
}

ul.categories li:hover li a,
ul.categories li.sfhover li a 
{
    background-image:url(../images/layout/submenu_item.gif);
    background-position:14px 9px;
    line-height:23px;
    height:23px;
    font-weight:bold;
    margin:0;
    padding:0px 5px 0px 30px;
    width:168px;
    color:#fff;
}

ul.categories li:hover li a:hover,
ul.categories li.sfhover li a:hover 
{
    background-color:#292e35;
    color:#fff;
    text-decoration:underline;
}



/* --------------- BEGIN NEWS / ABOUT NAV --------------- */
ul.news, ul.about 
{
    margin-bottom:16px;
    float:left;
	width:176px;
}

ul.news li, ul.about li
{
	background:transparent url(../images/layout/nav_item_bg.gif) no-repeat bottom right;
    padding:7px 0px;
    width:176px;
    float:left;
}

ul.news li a, ul.about li a 
{
    padding-left:15px;
    display:block;
    font-size:11px;
    color:#565d67;
    line-height:14px;
    background:transparent url(../images/layout/doc_icon.gif) no-repeat 0px 2px;
    margin-left:13px;
    text-decoration:none;
}

ul.about li a 
{
    background:transparent url(../images/layout/about_icon.gif) no-repeat 0px 2px;
    padding-left:17px;
    margin-left:11px;
}

ul.news li a:hover, ul.about li a:hover
{
    color:#0c84e9;
    text-decoration:underline;
}



/* --------------- BEGIN PAGE CONTENT --------------- */
.page_content_top 
{
    width:820px;
    height:22px;
    background:transparent url(../images/layout/page_content_top.png) no-repeat left top;
    float:left;
}

h1.pageheader 
{
    background:#ff005a url(../images/layout/page_content_shade.png) repeat-x bottom left;
    padding:0 0 21px 16px;
    line-height:45px;
    font-size:17px;
    font-weight:normal;
    color:#fff;
    width:804px;
}

.page_content_bottom 
{
    float:left;
    width:820px;
    height:30px;
    background:transparent url(../images/layout/page_content_bottom.png) no-repeat left top;
}

.module_iframe 
{
    padding:0px 10px;
    width:800px;
    overflow:auto;
    overflow-x:hidden;
}

.textcontent 
{
    padding:0 15px 30px 30px;
    float:left;
    width:670px;
    min-height:500px;
}

.textcontent h1 
{
    line-height:25px;
}

.textcontent h2 
{
    margin-top:25px;
}

.page_content ul 
{
    padding-left:10px;
}

ul.otherlinks 
{
    float:left;
    width:760px;  
    margin:0 0 16px 0;
    padding:10px 10px 10px 14px;
    border:1px solid #f3f3f3;
}

ul.otherlinks li
{
    padding:0 0 0 17px;
    background:transparent url(../images/layout/doc_icon.gif) no-repeat left;
    line-height:24px;
}

ul.otherlinks li a
{
    font-size:11px;
    color:#565d67;
    line-height:24px;
    text-decoration:underline;
}

ul.otherlinks li a:hover
{
    color:#0c84e9;
    text-decoration:underline;
}

em.date 
{
    font-style:italic;
    color:#888;
    font-size:11px;
}

h1.pageheader em.date 
{
    font-style:normal;
    font-size:12px;
    color:#ffc6da;
    display:block;
    width:200px;
    text-align:right;
    position:absolute;
    right:10px;
    top:23px;
}

p.partner_block 
{
    padding:10px;
    border-top:1px solid #ddd;
    width:750px;
    margin:20px 0px;
    color:#666;
}

img.partner_img 
{
    float:left;
    margin:0 20px 15px 0;
}


/* --------------- BEGIN FOOTER --------------- */
.footer 
{
    background:#081b26 url(../images/layout/footer_bg.jpg) repeat-x top left;
    color:#d5d5d5;
    line-height:17px;
    font-size:11px;
    position:absolute;
    bottom:5px;
    left:0px;
}

.footer h1 
{
    color:#fff;
    font-weight:bold;
    font-size:14px;
    margin-bottom:0px;
    line-height:20px;
}

.footer .textblock 
{
    width:277px;
    float:left;
    margin:30px 33px 0 0;
    padding:0 0 0 33px;
    background:transparent url(../images/layout/footer_block_border.gif) repeat-y left top;
}

.footer .first_textblock 
{
    padding:0;
    background:transparent none;
}

.footnote 
{
    margin-top:30px;
    background-color:#f6f6f6;
}

.footnote p 
{
    width:900px;
    margin:0 auto;
    text-align:right;
    color:#8f8f8f;
    font-size:12px;
    padding:16px 96px 16px 0;
    background:transparent url(../images/layout/footer_pnl_logo.gif) no-repeat right center;
}

.footnote a { color:#8f8f8f; }
.footnote a:hover { color:#444; }