@import url("menu.css");

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	color: #000;
	text-align: center;
	margin: 0px;
}

body,html {
	z-index: 1
}

input, select, textarea, button	{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #fde8ab;
	border: 1px solid #4d4545;
	color: #000;
	padding: 2px;
	margin: 2px;
	font-size: 1em;
}

input.submit {
	font-weight: bold;
	background-color: #fac909;
	border: none;
	color: #000;
	font-size: 11px;
	padding: 3px 5px 3px 5px;
}

textarea {
	width: 95%
}

form 		{ display: inline; }

a 			{ text-decoration: underline; }
a:visited 	{ text-decoration: none;  }
a:hover 	{ text-decoration: none; }

a img 	{ border: none; }

hr 		{ border: none; border-top: 1px solid black; }

ul {
	margin: 5px 5px 0px 0px;
	padding: 0 0 10px 35px;
	list-style-position: outside;
}

li {
	margin: 0 3px 2px 3px;
	padding: 0 0 0px 25px;
	line-height: 15px;
}

hr {
	border: none;
	border-bottom: 1px solid #808080
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

b, strong, .strong {
	font-weight: bold;
}

blockquote {
	width: 90%;
	margin: 10px;
}

blockquote p {
	padding: 7px 7px 1px 7px;
	background: transparent;
	color: #c3b89e;
}

blockquote ul {
	padding: 20px 0 75px 20px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
}

blockquote li {
	text-align: left;
	line-height: 15px;
}

acronym, abbr {
	border-bottom: 1px dotted #b1822c;
	cursor: help;
	letter-spacing: 1px;
	color: #7b7b4f;
}


/* Classes */
/*
 DGA Blauw: 2b4d94
 DGA Geel: e9c809
 DGA Rood: d10a11
*/
#aveqcms {
	width: 996px;
	margin: 0px auto 0px auto;
	text-align: left;
	position: relative;
}

#header {
	float: left;
	position: relative;
	height: 155px;
}

#logo {
	float: left;
}

#date {
	position: absolute;
	bottom: 7px;
	left: 0px;
	width: 242px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em
}

#sfeerbeeld {
	float: left;
	overflow: hidden;
	width: 740px;
}

/* HomeButtons */
#shadowButtons {
	z-index: 5;
	position: absolute;
	top: 160px;
	left: 5px;
	width: 995px;
	float: left;
}

#shadowButtons div {
	background: url(home_button_shadow.gif);
	width: 242px;
	height: 155px;
	float: left;
	margin-right: 5px;
	margin-bottom: 7px;
	border: 1px solid #fff
}

#shadowButtons div#lastfirst,
#shadowButtons div#lastsecond {
	margin-right: 0px;
}

#homeButtons {
	width: 100%;
	float: left;
	z-index: 6;
}

#homeButtons span.toprow span.layer {
	background-image: url(home_button_topRow_inactiveLayer.png);
}


#homeButtons span span.layer {
	background-image: url(home_button_inactiveLayer.png);
	width: 212px;
	height: 74px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 7;
}

#homeButtons span {
	width: 219px;
	height: 76px;
	background: url(home_button2.png) no-repeat 0 0;
	float: left;
	padding: 80px 15px 0px 15px;
	position: relative;
	line-height: 1.5em;
	display: block;
	margin-bottom: 7px;
	z-index: 8;
}

#homeButtons span a {
	font-weight: bold;
}

#homeButtons span.last{
	width: 242px;
}


#homeButtons span.toprow {
	background: url(home_button2_toprow.png) no-repeat 0 0;
}

#homeButtons span:hover,
#homeButtons span.sfhover {
	background-image: url(home_button2_active.png);
	color: #fff;
	cursor: pointer;
}

#homeButtons span.sfhover span.layer,
#homeButtons span:hover span.layer {
	display: none;
}

#homeButtons span.defaultCursor:hover,
#homeButtons span.defaultCursor.sfhover {
	cursor: default
}

#homeButtons span.defaultCursor a:hover {
	text-decoration: underline
}

#homeButtons span.sfhover *,
#homeButtons span:hover * {
	color: #fff;
}

#homeButtons span.toprow img {
	margin: 0px;
}

#homeButtons span img {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* Blauwe kop */
#homeButtons span h1,
#homeButtons span h1 a  {
	margin: 0px 0px 3px 0px;
	color: #2b4d94;
	font-size: 1.5em;
	text-decoration: none;
}

#homeButtons span h1 a  {
	font-size: 1em;
}

/* Rode subkop */
#homeButtons span h2 {
	color: #d10a11;
	display: inline;
	font-size: 1.0em;
}

#homeButtons span a {
	color: #d10a11;
	text-decoration: none;
	font-size: 1.0em;
	margin-bottom: 5px;
	display: block;
}

#homeButtons span h2  b{
	font-size: 1.1em;
}

/* Vervolgpagina */
#header #menu {
	background-color: #2b4d94;
	position: absolute;
	left: 249px;
	bottom: 0px;
	z-index: 100;
	padding: 0px;
	width: 740px;
	font-weight: bold;
}

#header #menu a {
	color: #fff;
	text-decoration: none;
	width: 185px;
	text-align: center;
	display: block;
	float: left;
	position: relative;
	padding: 6px 0px 7px 0px;
}

#header #menu span {
	width: 215px;
}

#header #menu span.sfhover,
#header #menu span:hover,
#header #menu a:hover {
	color: #e9c809;
}


#header #menu b {
	color: #e9c809;
}

#trigger {
	position: absolute;
	height: 130px;
	top: 10px;
	left: 29px;
	border: 1px solid red;
	z-index: -1;
}

#menu span div.uitklapper {
	display: none;
	width: 185px;
	position: absolute;
	padding-top: 28px;
	top: 0px;
	left: 0px;
	z-index: -1;
}

#header #menu span div.uitklapper a {
	padding: 5px 15px 5px 15px;
	border-bottom: 1px solid #fff;
	width: 155px;
	background: url(uitklapper_bg.png);
}

#header #menu span div.uitklapper a.current {
	color: #e9c809;
	font-size: 1.2em;
	cursor: default
}

#menu span.sfhover div.uitklapper,
#menu span:hover div.uitklapper {
	display: block;
}



#content {
	width: 100%;
	float: left;
	margin-bottom: 7px;
	min-height: 310px;
}

.productpagina {
	background: url(bg_content_productPagina.gif) repeat-y 0 0;
}

.tekstpagina {
	background: url(bg_content_tekstPagina.gif) no-repeat 0px 0px;
}

#contentBlok {
	width: 709px;
	float: left;
	padding: 5px 15px 15px 15px;
	line-height: 1.7em;
}

#contentBlok #kruimelpad {
	color: #000;
	margin-bottom: 15px;
	font-size: 0.9em;
	font-weight: bold;
}

#contentBlok #kruimelpad a {
	color: #004a96;
	text-decoration: underline;
}

#contentBlok #kruimelpad a:hover {
	color: #fac909;
}


#contentBlok .pageTitle {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 15px;
}

#actieBlokken, #tekstmenu {
	width: 242px;
	padding-right: 7px;
	float: left;
	background-color: #fff;
}

#actieBlokken .divider {
	height: 14px;
	width: 100%;
	background-color: #fff;
	float: left;
}

#actieBlokken span {
	width: 212px;
	background: #fff url(actieblok_top.png) no-repeat 0 0;
	float: left;
	padding: 15px 15px 15px 15px;
	position: relative;
	line-height: 1.7em;
	margin-bottom: 0px;
	font-weight: bold;
	min-height: 75px
}

#actieBlokken span b {
	color: #d10a11;
	font-size: 1.4em;
} 

#actieBlokken span.topRow {
	background-position: 0px -4px;
}

/*#actieBlokken span:hover.topRow {
	background-position: 0px -4px;
}
*/

#actieBlokken span div.actieEnd {
	background: url(actieblok_bottom.png);
	width: 242px;
	height: 5px;
	position: absolute;
	bottom: -5px;
	left: 0px;
}

#actieBlokken span.active div.actieEnd,
#actieBlokken span:hover div.actieEnd {
	background: url(actieblok_bottom_hover.png);
}

#actieBlokken span a {
	font-weight: bold;
}

#actieBlokken span.active,
#actieBlokken span.sfhover,
#actieBlokken span:hover {
	background-image: url(actieblok_top_hover.png);
	color: #fff;
	cursor: pointer;
}

#actieBlokken span.active {
	cursor: default
}

#actieBlokken span.active *,
#actieBlokken span.sfhover *,
#actieBlokken span:hover * {
	color: #fff;
}

/* Blauwe kop */
#actieBlokken span h1,
#actieBlokken span h1 a  {
	margin: 0px 0px 5px 0px;
	color: #000;
	font-size: 1.4em;
	text-decoration: none;
}

#actieBlokken span h1 a  {
	font-size: 1em;
}

/* Menu tekstpagina */
#tekstmenu {
	background-color: transparent;
	padding-top: 8px;
}

#tekstmenu a {
	color: #000;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 15px 7px 15px;
}

#tekstmenu a:hover, #tekstmenu a.active {
	color: #d10a11;
}

#tekstmenu a.active {
	cursor: default;
}



/* Footer */
#footer {
	float: left;
	font-size: 0.9em;
	z-index: 500;
	width: 996px;
}

#footer span {
	width: 222px;
	float: left;
	background-color: #2b4d94;
	margin-right: 7px;
	color: #fff;
	padding: 10px;
	height: 66px;
	position: relative;
	line-height: 1.35em
}

#footer span a {
	color: #fff;
}

#footer span.overDGA {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em
}


#footer span div.left {
	float: left;
	margin-right: 15px;
}

#footer span.overDGA h1 {
	font-size: 1.3em;
	margin-bottom: 2px;
}

#footer span.sfhover h1,
#footer span.overDGA:hover h1 {
	color: #fff;
}

#footer span.sfhover,
#footer span.overDGA:hover {
	background-color: #d10a11;
	color: #fff;
	cursor: pointer
}

#footer span.adres {
	padding-left: 15px;
	padding-right:5px;
	line-height: 1.65em;
}

#footer span.aangesloten {
	padding-top: 5px;
	background-color: #e5e8f7;
	color: #000;
	padding-bottom: 15px;
}

#footer span.aangesloten img {
	position: absolute;
	right: 0px;
	top: 5px;
}

#footer span.aangesloten b {
	font-weight: normal;
	display: block;
	margin-bottom: 20px;
}

#footer span.aangesloten a {
	display: block;
	color: #000;
	letter-spacing: -0.2px;
	text-decoration: none;
}

#footer span.aangesloten a:hover {
	text-decoration: underline
}

#footer div.copy {
	margin-top: 5px;
}

#footer .footerimg {
	float: left;
	margin-right: 6px;
}

#footer span h1 {
	color: #e9c809;
	font-size: 1.8em;
	margin: 0px 0px 5px 0px;
	
}

/* Published content */
#publishedcontent {
	font-size: 1.1em;
}

#publishedcontent a {
	color: #000;
	text-decoration: underline
}

#publishedcontent a:hover {
	text-decoration: none;
}

#publishedcontent img{
	margin: 5px;
}

#publishedcontent h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	margin-top: 15px;
}

#publishedcontent h2{
	font-size: 1.20em;
	font-weight: bold;
	color: #000;
	margin: 20px 0px 5px 0px;
}

#publishedcontent h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	margin: 20px 0px 2px 0px
}

#publishedcontent h4 {
	font-size: 1.1em;
	font-weight: normal;
	color: #000;
	margin: 20px 0px 2px 0px
}

#publishedcontent h5 {
	font-size: 1.0em;
	font-weight: normal;
	font-style: italic;
	margin: 20px 0px 2px 0px
}

#publishedcontent h6 {
	font-size: 0.8em;
	font-weight: bold;
	margin: 20px 0px 2px 0px
}

#publishedcontent table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #fff;
	margin: 10px 0px 10px 0px;
	background: #fac909 url(bg_content_tekstPagina.gif) 0 0 repeat-x;
}


#publishedcontent table th {
	background-color: #fbd65b;
	color: #000;
	font-weight: bold;
	text-align: left;
	padding: 7px;
}

/* Hypotheekrente tabel */
#publishedcontent.item171 table th {
	width: 200px;
text-align: center;
}

#publishedcontent.item171 table td {
	text-align: left;
	padding-left: 20px;
	font-weight: bold;
	font-size: 1.2em;
}

#publishedcontent table tr td{
	padding: 5px;
	border: 1px solid #fff;
	color: #000;
}

/* Extra hypotheek rente tabel op hypotheek pagina */
#hypotheekrentes {
 width: 212px;
 float: right;
 margin-left: 20px;
}

#publishedcontent #hypotheekrentes table {
	background-position: 0px -100px
}

#publishedcontent #hypotheekrentes table th {
	background-color: transparent;
	border-bottom: 1px solid #fff;
	font-weight: normal;
}

#publishedcontent #hypotheekrentes table {
 margin-top: 0px;
}

#publishedcontent #hypotheekrentes table th,
#publishedcontent #hypotheekrentes table td {
	padding: 2px 4px 2px 5px;
	text-align: center;
}

#publishedcontent #hypotheekrentes table td {
 font-weight: bold;
 font-size: 1.1em;
}

#regiotabel td {
text-align: center;
}

#publishedcontent table.mouseovers tr:hover td {
	cursor: hand;
	cursor: pointer;
}

#publishedcontent table.mouseovers tr:hover td a {
	color: #d10a11;
	text-decoration: none;
}

#regiotabel td:hover {
	cursor: hand;
	cursor: pointer;
}

#regiotabel td:hover b {
	color: #d10a11
}