/*-----------------------------------------------------------------------------
CSS Style Sheet

version:   2.0
author:    An Vanden Bosch
email:     an12381@hotmail.com
website:   http://www.vandenbosch-verzekeringen.be
-----------------------------------------------------------------------------*/

/*color guide
-----------------------------------------------------------------------------*/

/*
#083643 dark blue (header, footer)
#eff2f3 pale blue (background)
#062d37 dark blue (text)
#106983 dark blue (visited links)
#c0dadc pale blue (border color on hover over links)
#cde2e4 pale blue (background color on hover over links)
#abcf1d green (footer)
#93a6ac blue (subnavigation border on hover)
*/ 

/* =general layout
-----------------------------------------------------------------------------*/

* {
  margin: 0;
	padding: 0;
}

body {
	color: #062d37;
	background: #eff2f3 url(../i/header.gif) top left repeat-x;
	font-size: 62.5%;
	font-family: "trebuchet MS", trebuchet, verdana, arial, sans-serif;
	}
	
#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	}

	
/* =typography
-----------------------------------------------------------------------------*/

p {
	margin-bottom: 1em;
	}
	
#nav ul, #footer ul {
	list-style: none;
	}

	
/* =headings
-----------------------------------------------------------------------------*/

h2 {
	font-size: 1.6em;
	letter-spacing: 0.3em;
	color: #467886;
	margin-bottom: 0.5em;
	height: 30px;
	padding: 0 35px;
	background: url(../i/quot1.gif) no-repeat top left;
	}

	
h3 {
	font-size: 1.3em;
	margin-top: 2em;
	margin-bottom: 1em;
	}
	
#home h2 {
	background: none;
	padding: 0;
	}	
	
#home h3 {
	margin-top: 0;
	}
	

	
/* =links
-----------------------------------------------------------------------------*/

a {
	text-decoration: none;
	color: #083643;
	}
	
#content a {	
	border-bottom: 2px solid #c0dadc;
	}
	
#content h3 a:visited {
	border: none;
	}
	
#subnav a, #content h3 a:link {
	border: none;
	}
	
a:visited {
	color: #106983;
	}	
	
a:hover, #content h3 a:hover {
	border-top: 2px solid #c0dadc;
	border-bottom: 2px solid #c0dadc;
	background-color: #cde2e4;
	}

#header a:hover, #extranav a:hover {
	background: none;
	border: none;
	}
	
.skiplink {
	margin-left: -9999px;
	}
	
.external {
	padding-right: 12px;
	background: url(../i/external.gif) no-repeat top right;
	}

.email {
	padding-right: 14px;
	background: url(../i/email.gif) no-repeat top right;
	}

.pdf {
	padding-right: 14px;
	background: url(../i/pdf.gif) no-repeat top right;
	}
	
.vcard .email {
	background: none;
	padding: 0;
	}
	
.current a {
	background-color: #cde2e4;
	cursor: default;
	}
	
.current a:hover {
	border: none;
	}

#footer .current a, #footer .current a:hover {
	background-color: transparent;
	border-bottom: #427482 1px dotted;
	}
	
#content ul#feeds li {
	padding-left: 7px;
	background: url(../i/rss2.gif) no-repeat center left;
	}

/* =branding
-----------------------------------------------------------------------------*/

#header {
	width: 960px;
	margin: 0 auto;
	}

#header h1 {
	text-indent: -9999px;
	background: url(../i/logo.gif) 0 34px no-repeat;
	width: 236px;
	height: 140px;
	}
	
#header h1 a {
	display: block;
	height: 140px;
	}


/* =main nav
-----------------------------------------------------------------------------*/

#nav {
	float: right;
	width: 180px;
	font-size: 1.45em;
	font-weight: bold;
	margin: 70px 0 40px 0;
	}
	
#nav ul {
	padding-bottom: 35px;
	line-height: 2em;
	}
	
#nav_nieuws, #nav_producten, #nav_extra  {
	text-indent: -9999px;
	padding-bottom: 1em;
	}
	
#nav_home {
	position: absolute;
	top: -40px;
	left: 800px;
	font-size: 120%;
	text-transform: uppercase;	
	}	
	
#nav_home a {
	color: #b8ecd7;
	padding-left: 23px;
	background: url(../i/big_home_icon.gif) no-repeat center left;	
	line-height: 20px;
	}
	
#nav_home a:hover {
	background-color: #106983;
	border: none;
	}
	
#nav_nieuws {
	background: url(../i/nieuws2.gif) no-repeat;
	}
	
#nav_producten {
	background: url(../i/producten2.gif) no-repeat;
	}

#nav_extra {
	background: url(../i/extra2.gif) no-repeat;
	}
	
/* ------------ homepage-only extra navigation buttons ------------*/


#home #verzekeringenbutton, #home #leningenbutton, #home #beleggingenbutton {
	position: absolute;
	width: 200px;
	height: 200px;
	top: 70px;
	}
	
#home #verzekeringenbutton {
	left: 20px;
	background: url(../i/verzekeringenbutton3.gif) no-repeat left top;
	}
	
#home #leningenbutton {
	left: 270px;
	background: url(../i/leningenbutton.gif) no-repeat left top;
	}

#home #beleggingenbutton {
	left: 520px;
	background: url(../i/beleggingenbutton3.gif) no-repeat left top;
	}

#home a:hover #verzekeringenbutton, #home a:hover #leningenbutton, #home a:hover #beleggingenbutton {
	background-position: right top;
	}

/* =main content
-----------------------------------------------------------------------------*/

#home #content {
	margin: 280px 0 40px 0;
	}

#content {
	float: left;
	width: 710px;
	font-size: 1.4em;
	line-height: 1.8em;
	margin: 70px 0 40px 0;
	}
	
#content #actueel {
	float: left;	
	}
	
#content #ntm {
	float: right;	
	}
	
#content #actueel, #content #ntm {
	margin-top: 2em;
	width: 47%;
	}

#content p#verder {
	text-align: right;
	}	
	
#content ul {
	text-indent: 15px;
	list-style: none;
	margin-bottom: 1em;
	}
	
#content ul li {
	background: url(../i/bullet.gif) no-repeat left top;
	}
	
#content p.more {
	text-align: right;
	padding-right: 0.5em;
	}

#page_desc {
	font-style: italic;
	margin-bottom: 3em;
	padding: 0 35px;
	background: url(../i/quot2.gif) no-repeat bottom right;
	color: #467886;
	min-height: 30px;
	}	

#page_desc a {
	color: #467886;
	}
	
.itemid {
	font-size: 90%;
	font-style: italic;
	text-align: right;
	margin-bottom: 3em;
	/*background: url(../i/pen.gif) no-repeat center left;*/
	}
	
#content p, #content ul {
	padding-left: 35px;
	padding-right: 35px;
	}
		
#home #content p, #home #content ul, #item #content p, #item #content ul {
	padding-left: 0;
	padding-right: 0;
	}
	
#item .itemid {
	position: absolute;
	top: 200px;
	left: -180px;
	width: 150px;
	text-align: left;
	}
	
#item #content {
	margin: 0 0 30px 0;
	}
	
#item h2 {	
	background: none;
	padding: 0;
	margin-top: 70px;
	}
		
#item h3 {
	margin: 30px 0 30px 0;
	line-height: 40px;
	background: none;
	}

#item #content p, #item #content ul {
	padding-left: 200px;
	}
	

/* =footer
-----------------------------------------------------------------------------*/

#footer-wrap {
	background: #083643 url(../i/footerline.gif) repeat-x;
	font-size: 1.25em;	
	color: #eff2f3;
	line-height: 2em;
	padding-top: 35px;
	margin-top: 40px;
	clear: both;
	}
	
#footer {
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	}
	
#links_member {
	float: left;
	width: 710px;
	}
	
#linklist {
	float: left;
	}
	
#member {
	float: right;
	}
	
#linklist, #member {
	width: 47%;	
	}	

#contact {
	float: right;
	width: 180px;
	}
	
#footer a:link, #footer a:visited {
	color: #eff2f3;
	text-decoration: none;
	border-bottom: #427482 1px dotted;
	}
	
#footer a:hover {
	background-color: #365e69;
	border: none;
	}	
	
#footer .image {
	display: inline;
	}	
	
#footer .image a:link, #footer .image a:visited, a#vcard:link, a#vcard:visited {
	border-bottom: none;
	background: none;
	}
	
a#vcard img {
	vertical-align: middle;
	}
	
#contact .country-name, #contact .type, #contact #webpage {
	display: none;
	}
	
#footer h5 {
	font-size: 1.3em;
	padding-bottom: 1em;
	color: #abcf1d;
	}
	
#legal {
	padding-top: 50px;
	background: url(../i/teaser.gif) no-repeat right bottom;
	clear: both;
	font-size: 96%;
	}
	
#legal li {
	display: inline;
	padding-right: 1.3em;
	}
	
#legal li#rss {
	padding-left: 15px;
	background: url(../i/rss.gif) no-repeat left center;
	}
	
#legal li#toplink {
	padding-left: 15px;
	background: url(../i/home-icon.gif) no-repeat left center;
	}
	
#legal li#xhtml, #legal li#css {
	padding-left: 15px;
	background: url(../i/vinkje.gif) no-repeat left center;
	}


/* =forms
-----------------------------------------------------------------------------*/


/* =images
-----------------------------------------------------------------------------*/

img {
	padding: 0.5em 0;
	border: none;
	}
	
#content a img {
	border: none;
	}

#extranav img {
	width: 200px;
	}	

img.floatleft {
	float: left;
	padding-right: 1em; 
	}
	
img.floatright {
	float: right;
	padding-left: 1em;
	}
	
#content a.image {
	border: none;
	background: transparent;
	}
	
img.logo {
	float: right;
	margin: -20px 100px 0 0;
	display: none;
	}	
	
a:hover img.logo {
	display: inline;
	}
	
.clearfloat {
	clear: both;
	}
	
/* =google map
-----------------------------------------------------------------------------*/

ul#contactgegevens {
	padding-left: 0;
	}
	
ul#contactgegevens li {
	background-image: none;
	float: left;
	width: 225px;
	margin-right: ;
}
	
ul#contactgegevens p {
	padding-left: 0;
	text-indent: 0;
}

ul#contactgegevens h3 {
	text-indent: 0;
	margin-top: 0;
	}	

#map {
	width: 690px;
	height: 300px;
	border: 10px solid #dbe1e3;
    float: left;
	}

/* =google search
-----------------------------------------------------------------------------*/
.gsc-ad-box {
	display: none;
	}	