@charset "utf-8";
/* De Goedkoopste Lening Versie 2008 */
/* Ontwerp en realisatie: R. Vissinga - iWould Design 2008  */

/* Algemene documentopmaak */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
}

h1 {
	font-size:16px;
	color:black;
}


h2 {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 16pt;	
}

a {
	text-decoration: underline;
	color:#0099CC;
	font-weight:bold;
}

/* HEADER */

#header {
	height:110px;
	background: url(img/header.jpg) no-repeat;
	border-bottom: #A5DA19 20px solid;
}

#header-top-wrapper {
	clear:both;
	width:960px;
	height:61px;	
}

* html #header-top-wrapper {
	height:39px;
}

#header-top-left {
	float:left;
}
#header-top-right {
	float:right;
	text-align:right;
	font-size:11px;
	line-height:13px;
}
#header-top-right p {
	padding-top:20px;
}


#header h1 {
	color: #039BCC;
	font-size: 28pt;
	padding-top:15px;
	padding-left:390px;
}

#header h1 i {

	font-size: 16pt;
	font-style: normal;
	color: #a5da19;
}

#header h1 strong { display:none; }

/* topmenu */

#topmenu {
	padding-top:19px;
	padding-left: 210px;
	height:30px;
}

* html #topmenu {
	padding-top:8px;
}

#topmenu ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#topmenu li {
	display:inline;
	float: left;
	padding: 0px;
}

#topmenu a {
	display:block;
	width: 150px;
	height: 30px;
	text-align: center;
	color: #FFFFFF;
	background: url(img/knopzwart.gif) no-repeat;
	text-decoration: none;
	font-size:16px;
	line-height:30px;
	font-weight: bold;
}

#topmenu a:hover {
	
}


#topmenu .actief a {
	background: url(img/knopgroen.gif) no-repeat;
	color:#333333;
	font-weight: bolder;
}

/* Pagina */

#page {
	width:960px;
}

/* Sidebar */

#sidebar {
	width: 200px;
	float: left;
	padding: 0px 20px 30px 20px;
}

/* Zijmenu */

#zijmenu {
}

#zijmenu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#zijmenu li {
	display: inline;
}

#zijmenu a {
	display: block;
	padding: 4px 10px 4px 10px;
	border-top: 1px solid #fff;
	color: black;
	background: #ebebeb;
	text-decoration: none;
	font-weight:bold;
}

#zijmenu a:hover, #zijmenu .active a {
	background: #EBEEF3;
	text-decoration: none;
	font-weight: bold;
	color: #385B88;
}

#zijmenu h2 {
	margin-top:20px;
	display: block;
	padding: 4px 10px 4px 10px;
	color: #fff;
	background: #0099cc;
	text-decoration: none;
	font-weight:bolder;
	font-size: 13px;
}

#zijmenu .telnrknop{
	margin-top: 30px
}

/* Content */

#content {
	padding-top: 30px;
	width: 700px;
	float: right;
}

/* POST */

#post {
	width: 470px;
	float: left;
}

.post-text {
	padding: 20px 0 30px 0px;
}

#post h2 {
	display:block;
	padding:5px 0px 25px 0px;
	font-size: 24px;
	color:#FA771C;
	background:url(img/bgposth2.png) top no-repeat;
}

#post h3 {
	margin:10px 0px 15px 0px;
	font-size:16px;
	color:#1C91A3;
	font-weight:bold;
}

#post p {
	margin-bottom: 20px;
	line-height:20px;
}

#post ul {
	padding-left:15px;
	list-style:none;
}
#post li {
	padding-left:16px;
	background:url(img/bgpostul.png) top left no-repeat;
}


/* Banners-top */

#banner-top {
	height:102px;
	text-align:right;
	width:470px;
}

#banner-top-left,#banner-top-right {
	width:225px;
	height:100px;
	border:1px solid #CCCCCC;
}

#banner-top-left a, #banner-top-right a { 
	display:block;
	padding: 78px 5px 5px 30px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-size:10pt;
}

#banner-top-left { float:left; margin-right:16px; }
#banner-top-right { float:left; }

/* Banners-bottom */

#banner-bottom {
	height:102px;
	text-align:left;
	width:470px;
	margin-top:15px;
}

#banner-bottom-left,#banner-bottom-right {
	width:225px;
	height:100px;
	border:1px solid #CCCCCC;
}

#banner-bottom-left a, #banner-bottom-right a { 
	display:block;
	padding: 23px 0px 23px 80px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-size:13px;
	line-height:18px;
	color:#0099cc;
}

.banner-bottom-text-small {
	font-size:11px;
	color:#555555;
}

#banner-bottom-left { float:left; margin-right:16px; }
#banner-bottom-right { float:left; }
#banner-bottom-right a { padding:23px 0px 23px 90px; }

/* Rightbar */

#rightbar {
	width: 190px;
	float: right;
}

/* Rightmenu */

#rightmenu {
}

#rightmenu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#rightmenu li {
	display: inline;
}

#rightmenu p {
	display: block;
	padding: 4px 10px 4px 10px;
	border-top: 1px solid #fff;
	color: black;
	background: #ebebeb;
	text-decoration: none;
	font-size: 12px;
}

#rightmenu a {
	color: #046C8F;
	font-weight: bold;
	text-decoration:none;
}


#rightmenu h2 {
	margin-top: 20px;
	display: block;
	padding: 4px 10px 4px 10px;
	color: #fff;
	background: #0099cc;
	text-decoration: none;
	font-weight:bolder;
	font-size: 13px;
}

#rightmenu .firstitem {
	margin-top: 0px;
}

.rightmenu-verstandig-lenen {
	display:block;
	height:108px;
	background: #ebebeb;
	padding: 10px 10px 0px 10px;	

}

.rightmenu-verstandig-lenen-image {
	width:160px;
	height:100px;
	border:0px;
}

#rightmenu .flashmovie {
	text-align:center;
	background: white;
	padding:0px;
	margin:0px;
}

#rightmenu .nvflogo {
	width:190px;
	height:151px;
}

#rightmenu-aangeslotenbij {
	width:190px;
	height:151px;
}

.rightmenu-aangeslotenbij-image {
	width:110px;
	height:150px;
	border:1px solid #CCCCCC;
	margin-top:10px;
}

.rightmenu-aangeslotenbij-image-small-first {
	width:70px;
	height:70px;
	margin:10px 0 8px 0;
	border:1px solid #CCCCCC;
}

.rightmenu-aangeslotenbij-image-small-last {
	margin-bottom:0px;
	border:1px solid #CCCCCC;
}

.rightmenu-aangeslotenbij-left {
	display:block;
	float:left;
	width:70px;
	height:150px;
}

.rightmenu-aangeslotenbij-right {
	display:block;
	float:right;
	width:70px;
	height:150px;
}


/* FOOTER */

#footer {
	height:60px;
	border-top: #A5DA19 20px solid;
	background: #E9E9E9;
	line-height:60px;
	text-align:center;
}

#footer a {
	color: #666666;
	font-weight: bold;
	text-decoration:none;
}


/* Overigen */

#imageContainer { height:151px; position:relative; }
#imageContainer img.first { display:block; opacity: 0.95; }  
#imageContainer img { display:none; 	
			position:absolute; 	
			top:0px; left:0px; 	
			height:151px;  	
			width:190px; 	
			opacity: -0.01; }
			
.clear:after
	{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size:.1em;
	line-height:.1em;
	}

.clear
	{
	display:inline-block;
	}

/* Hides from IE-mac \*/
* html .clear
	{
	height:.1em;
	}
	
.clear
	{
	display:block;
	}
/* End hide from IE-mac */	
	
