* {
	font-family: verdana;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	color: #000000;
	text-align: center;
	line-height: 18px;
}

table, td, div {
	font-size: 100%;
}

td {
	vertical-align: top;
}

div {
	text-align: left;
}

img {
	border: 0px;
}

h1, h2, h3, h4, h5, h6, h7 {
	margin: 0px;
	padding: 0px;
	margin: 0 0 8px 0;
}

h1 {
	font: normal 2.00em Verdana, sans-serif;
	color: #0560BB;
}

h2 {
	font-family: Verdana;
	font-weight: normal;
	font-size: 150%;
	color: #0560BB;
}

h3 {
	font-family: Verdana;
	font-weight: normal;
	color: #0560BB;
	font-size: 130%;
}

h4 {
	color: #9C153F;
	font-size: 100%;
}

h5 {
	color: #0560BB;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

h6 {
	font-family: Verdana;
	font-weight: bold;
	color: #0560BB;
	font-size: 120%;
	margin: 0;
	padding: 0;
}



a {
	color: #0560BB;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a.arrowlink {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	padding-left:30px;
	height:30px;
	padding-bottom:5px;
	padding-top:3px;
	font-weight:bold;
	text-decoration:none;
}

a.arrowlink:hover {
	text-decoration:underline;
}

a.arrowlink_blue {
	background-image: url(../images/arrow_lightblauw.gif);
}

a.arrowlink_grey {
	background-image: url(../images/arrow_grey.gif);
}

ul {
	padding: 0px 0px 0px 16px;
	margin: 0px;
	list-style-image: url(../images/bullet.gif);
}
html* ul {
	list-style-image: url(../images/bulletIe.gif);
}

ul a {
	text-decoration: none;
}

ul a:hover {
	text-decoration: underline;
}

ul.content {
	list-style-image: url(../images/li_bluesquare_darker.gif);
	padding: 0px 0px 0px 16px;
	margin: 0px;	
}

html* ul.content {
	list-style-image: url(../images/li_ie_bluesquare_darker.gif);
}

hr {
	border: 0px;
	color: #E2E0DD;
	background-color: #E2E0DD;
	height: 1px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
*html hr {
	margin: 0px; 
}

/* NAVIGATION */

ul.menu {
	background: url(../images/menu/menuBg.gif);
	height: 26px;
	width: 997px;
	list-style: none;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}

ul.menu li {
	float: left;
	list-style: none;
	background: url(../images/menu/menuDivider.gif) no-repeat top right;
}

ul.menu li.channelTitle {
	height: 26px;
	width: 166px;
	padding: 0px;
	background: #60ABE5;
	border-right: 1px solid #FFFFFF;
}

ul.menu li img {
	margin-top: 7px;
}

ul.menu li a {
	display: block;
	height: 26px;
	padding: 0px 17px 0px 15px;
	margin-right: 2px;
}
*html ul.menu li a {
	display: inline-block;
}

ul.menu a:hover, ul.menu a.selected {
	background: #60abe5;
}

/* TABLE, TR, TD */

table.dataTable {
	border-top: 1px solid #B9CCE7;
	border-left: 1px solid #B9CCE7;
}
table.dataTable th {
	border-bottom: 1px solid #B9CCE7;
	border-right: 1px solid #B9CCE7;
	background: #B9CCE7;
	font-weight: bold;
}
table.dataTable td {
	border-bottom: 1px solid #B9CCE7;
	border-right: 1px solid #B9CCE7;	
}

table.btn {
	display: block;
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 5px;
	border: 0px;
}
table.btnAge {
	float: left;
}
table.btnLeft {
	float: none;
}
table.btn a {
	color: #FFFFFF;
	text-decoration: none;
}

table.btn td {
	border: 0px;
}

td.btnMiddle {
	background: url(../images/btnBg.gif) repeat-x;
	padding: 2px 5px 0px 5px;
	margin: 0px;
	line-height: 100%;
}

td.btnBankMiddle {
	background: url(../images/btnBankBg.gif) repeat-x;
	padding: 3px 5px 0px 3px
}

td.formBtn {
	background: url(../images/btnBg.gif) repeat-x;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	line-height: 100%;	
	text-align: center;
}

/* DIV, SPAN, IMG */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

div.mainContainer {
	width: 997px;
	margin: 0px auto;
	background: url(../images/mainBg.gif) repeat-y top right;
}
div.container {
	width: 997px;
	margin: 0px auto;
}

div.popupContainer {
	margin: 0px;
	padding: 20px 20px 0px 20px;
}
div.popupContent {
	float: left;
	width: 320px;
}
div.popupRight {
	float: right;
	width: 216px;
}
div.popupPortlet {
	width: 100%;
	background: #efefef;
	padding: 10px;
	margin: 0px;
}

div.header {
	overflow: hidden;
	background: #FFFFFF;
	padding-top: 20px;
}

div.topLinks {
	width: 216px;
	float: right;
	background: url(../images/topDivider.gif) no-repeat top left #FFFFFF;
	padding: 6px 0px 0px 12px;
	font-size: 90%;
}
div.topLinks a {
	color: #666666;
	text-decoration: none;
}
div.topLinks a:hover {
	text-decoration: underline;
}

div.clearer {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}

div.contentContainer {
	display: relative;
	width: 726px;
	float: left;
	padding: 0;
	margin: 0;
}
div.contentContainer h2 {
	margin-bottom: 15px;
}

div.left {
	width: 485px;
	float: left;
	margin: 20px 0 0 0;
	padding: 0 0 0 16px;
}

div.lefttop {
	width: 716px;
	float: left;
	margin: 20px 41px 0 0;
	padding: 0 0 8px 10px;
	background: url(../images/faqdetail_bg.gif) bottom repeat-x ;
}

div.buttons {
	width: 240px;
	float: left;
	padding-top: 20px;
	margin-left: 10px;
}

div.center {
	width: 216px;
	float: right;
	padding-top: 0;
	margin: 20px 0 0 0;
}

div.text {
	width: 475px;
	float: left;
	padding-top: 15px;
	margin: 0px 10px 0px 10px;
}

div.right {
	width: 231px;
	float: right;
	margin: 5px 0 0 0;
}

div.portlet {
	padding: 15px;
	background: #E4EFFF;
	border-bottom: 5px solid #FFFFFF;
}

div.portletBanner {
	display: block;
	background: #efefef;
	padding: 10px;
	margin: 0px;
}

div.portletBannerBlue {
	background-color: #015CAF;
	color: white;
}

div.infoPortlet {
	width: 300px;
	position: absolute;
	display: none;
	background: #FFFFFF;
	z-index: 100;
}

div.infoPortletContent {
	padding: 15px;
	border: 1px solid #555555;
}

div.entry {
	padding: 10px 10px 1px 0px;
}
div.entry a h3 {
	text-decoration: none;
}

div.entryIntroText {
	margin-left: 23px;
}

div.entryExtended {
	display: none;
	margin: 0px 0px 0px 23px;
}

div.formContent {
	border: 1px solid white;
	clear: both;
	overflow: hidden;
}
div.formContent label {
	display: -moz-inline-box;
	display: inline-block;
	text-align: right;
	width: 130px;
	margin: 0px 25px 4px 0px;
	float: left;
}
.labelleft {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}
.agetable {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}
div.formContent .infoContainer {
	float: right;
	width: 17px;
}

div.formField {
	float: left;
	padding: 0;
	margin: 0 3px 0 0;
}

div.formError {
	border: 1px solid #9C153F;
	padding: 6px 0px 6px 0px;
	margin: 0px 0px 5px 0px;
}

div.formError span {
	clear: both;
	display: block;
	font-weight: bold;
	color: #9C153F;
	margin: 0px 10px 0px 10px;
}

div.formFooter {
	text-align: right;
	border-top: 1px solid #E2E0DD;
	padding-top: 5px;
	margin-top: 5px;
}

#errors {
	padding: 15px;
	border: 1px solid #E3E1DE;
	display: none;
}
#errors ul {
	padding-left: 30px;
}

img.logo {
	float: left;
}

img.iconFold {
	margin-right: 10px;
}

img.teaserButton {
	margin: 0 0 28px 0;
	padding: 0;
}

img.teaserMovie {
	margin: 5px 0 0 0;
	padding: 0;
}

/* START: Footer Style */

div.footer {
	padding-top: 10px;
	background: url(../images/footerBg.gif) repeat-x #FFFFFF;
	overflow: hidden;
}

div.footer div.footerLeft {
	float: left;
	margin-left: 4px;
}

div.footer div.footerRight {
	float: right;
	margin-right: 5px;
}

div.footerLeft ul,
div.footerRight ul {
	list-style: none;
}

div.footerLeft ul li,
div.footerRight ul li {
	float: left;
	font: normal 10px Verdana, sans-serif;
	color: #666;
	margin-left: 22px;
}

div.footerLeft ul li a,
div.footerRight ul li a {
	font: normal 10px Verdana, sans-serif;
	color: #666;
	text-decoration: none;
	padding: 0 0 0 12px;
	margin: 0;
	background: url(../images/footer_divider.gif) 0 2px no-repeat;
}

div.footerLeft ul li a:hover,
div.footerRight ul li a:hover {
	text-decoration: underline;
}

div.footerLeft ul li {
	font-weight: bold;
}

div.footerLeft ul li,
div.footerRight ul li {
	background: url(../img/bg_footeritems.gif) right 2px no-repeat;	
	padding: 0;
	margin: 0;
}

div.footerLeft ul li.last,
div.footerRight ul li.last {
	background: none;
}

div.footerRight ul li {
	margin: 0 5px 0 5px;
	background: none;
}

/* FORM ELEMENTS */

input, select, textarea {
	font-size: 100%;
	border: 1px solid #065DBE;
	margin-bottom: 3px;
}

.radio {
	border: 0px;
	margin-bottom: -2px;
}

.button {
	border: 0px;
	background: none;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 14px;
	width:auto;
	overflow:visible;
	font-size: 100%;
}
*html .button {
	width: 1px;
}



table.greyDataTable {
	border-top:#cccccc solid 1px;
	border-right:#cccccc solid 1px;
	border-bottom:#cccccc solid 1px;
}

table.greyDataTable th {
	padding-left: 7px;
	border-left: #cccccc solid 1px;
	text-align: left;
}

table.greyDataTable td {
	height:5px;
	padding:  7px 7px 7px 7px;
	border-left: #cccccc solid 1px;
	border-top: #cccccc solid 1px;
	text-align: left;
}

table.greyDataTable td.label {
	padding:  0px 5px 0px 5px;
	background-color: #f2f2f2;
	border-top: 0px;
	text-align: center;
	font-weight:bold;
}

table.greyDataTable ul {
	list-style-image: url(../images/bullet2.gif);
}


/* TABLE FAQ */
table.faq {
	border-collapse: collapse;
	width: 100%;
	border-left: 1px solid #d7d7d7;
	table-layout: fixed;
	padding: 0;
	margin: 0;
}
table.faq td {
	vertical-align: top;
}
td.faq_bottom {
	height: 2px;
	background: url(../images/table_explanation_bottom.gif) repeat-x;
}
td.faq_right {
	width: 3px;
	background: url(../images/table_explanation_right.gif) repeat-y;
}
td.faq_botright {
	width: 3px;
	height: 2px;
	background: url(../images/table_explanation_botright.gif) no-repeat;
}
td.faq_explanation {
	width: 95px;
	height: 225px;
	border-top: 1px solid #d7d7d7;
	padding: 15px;
	word-wrap: break-word;
}

a.leesverder {
	text-decoration: none;
}
a.leesverder:hover {
	text-decoration: underline;
}

td.faq_items {
	border-top: 1px solid #d7d7d7;
}
img.faq_bullet {
	vertical-align: middle;
	margin: 0 7px 0 0;
}
td.faq_items a {
	display: block;
	padding: 0;
	margin: 5px 0 0 0;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
}
td.faq_items a:hover {
	text-decoration: underline;
}

td.faq_items table {
	width: 100%;
	border-collapse: collapse;
}
.faq_nr {
	width: 22px;
	height: 18px;
	color: white;
	padding: 4px 5px 5px 11px;
	font-size: 110%;
	font-weight: bold;
	background: url(../images/expl_bullet.gif) 5px 4px no-repeat;
}
.faq_question {
	border-bottom: 1px solid #d7d7d7;
	margin: 0;
	padding: 0;
}
.mouseovertext {
	display: none;
}

table.faq_detail {
	width: 100%;
}
.faqdetail_nr {
	width: 17px;
	height: 17px;
	color: white;
	padding: 2px 5px 1px 10px;
	font-size: 90%;
	font-weight: bold;
	background: url(../images/expldetail_bullet.gif) 5px 4px no-repeat;
}
td.faqdetail_question {
	border-bottom: 1px solid #d7d7d7;
}
td.faqdetail_question a {
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
}
td.faqdetail_question a:hover {
	text-decoration: underline;
}


div.faq_number {
	float: left;
	width: 22px;
	height: 22px;
	background: url(../images/expl_bullet.gif) no-repeat;
	color: white;
	font-weight: bold;
	text-align: center;
	margin-right: 10px;
}

div.faq_explanation {
	position: relative;
	float: left;
	width: 435px;
}



#age_1, #age_2, #age_3, #age_4 {
	display: none;
}

div.pensioenABCSummary a {
	display: block;
	background: url(../images/abcLinkBg.gif) no-repeat;
	width: 17px;
	height: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 90%;
	text-align: center;
	float: left;
	margin: 0px;
	padding: 2px 0 0 0;
	line-height: 10px;
}
div.pensioenABCSummary a:hover {
	text-decoration: underline;
}
div.pensioenABCSummary span.inActive {
	display: block;
	background: url(../images/abcLinkBg_a.gif) no-repeat;
	width: 17px;
	height: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 90%;
	text-align: center;
	float: left;
	margin: 0px;
	padding: 2px 0 0 0;
	line-height: 10px;
}



/* PENSIOEN HUIS */

#house_container {
	position: relative;
}
#huis_aanvul {
	display: none;
	position: absolute;
	top: 50px;
	left: 240px;
	background: url(../images/arrow_house_dark.gif) 0px 20px no-repeat;
}
#huis_aanvul_content {
	position: relative;
	left: 110px;
	width: 285px;
	padding: 8px 8px 8px 30px;
	border: 4px solid #0560bb;
	background: #ffffff;
}
#huis_pensioen {
	display: none;
	position: absolute;
	top: 150px;
	left: 240px;
	background: url(../images/arrow_house_light.gif) 0px 50px no-repeat;
}
#huis_pensioen_content {
	position: relative;
	left: 110px;
	width: 285px;
	padding: 8px 8px 8px 30px;
	border: 4px solid #60abe5;
	background: #ffffff;
}
#huis_aow {
	display: none;
	position: absolute;
	top: 232px;
	left: 240px;
	background: url(../images/arrow_house_dark.gif) 0px 50px no-repeat;
}
#huis_aow_content {
	position: relative;
	left: 110px;
	width: 285px;
	padding: 8px 8px 8px 30px;
	border: 4px solid #0560bb;
	background: #ffffff;
}
#huis_mouseOverOut {
	position: absolute;
	width: 750px;
	height: 500px;
	padding: 0px;
	margin: -30px 0 0 -30px;
}
img.house_img {
	display: block;
}


div.faq_explanation_grid {
	position: relative;
	float: left;
	width: 458px;
	padding: 0 0 15px 0;
	xmargin: 0 0 0 10px;
}
div.left_grid {
	width: 492px;
	float: left;
	margin: 20px 21px 0 0;
	padding: 0 0 0 16px;
}
div.center_grid {
	width: 196px;
	float: left;
	padding: 0;
	margin: 20px 0 0 0;
}


/* VIDEO */
#videoContentContainer div {
	display: none;
}

/* WIZARD */
 
.hidden {
	display: none;
}


/* UPO */

.upo {
	margin-top:0px;
}

.upo_subtitle {
	margin-left: 40px;
	font-weight:bold;
}

.upo_maintitle {
	font-size: 130%;
	text-decoration: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position-x:left;
	padding-left: 26px;
	padding-bottom:4px;
	display: block;
}


/* AEGON Bank topmenu */
/*////////////////primary navigation//////////////////*/
#nav_primary {
    width: 99%;
    background: url(../images/nav_primary_bg_extended.gif) no-repeat;
    margin: 5px 0 10px 0;
    padding: 1px 6px 6px 1px;
} 
#nav_primary ul {
    list-style-image: none;
    font-size: 0px;
	margin: 0px;
	padding: 0px;
} 
#nav_primary li {
    display: inline;
    height: 26px;
	float: left;
} 
#nav_primary a {
	display: block;
    height: 26px;
    text-indent: -10000px;
} 
#nav_primary h3 {
    width: 1px;
} 

/*mouseovers*/ 
#nav_primary a:hover {
    background-position: 0 -26px;
} 
#nav_primary a:active {
    background-position: 0 -52px;
}

/*class for indicating active section (.active_section)*/ 
#nav_primary a.active_section {
    background-position: 0 -52px;
} 
#nav_primary a.active_section:hover {
    background-position: 0 -26px;
}

/*button background declarations*/
a#nHome {
    width: 53px;
    background: url(../images/btn_home.gif) no-repeat;
    left: 1px;
}

a#nAfspraak {
    width: 111px;
    background: url(../images/btn_afspraak.gif) no-repeat;
    left: 54px;
}

a#nVragen {
    width: 136px;
    background: url(../images/btn_vragen.gif) no-repeat;
    left: 165px;
}

a#nProducten {
    width: 127px;
    background: url(../images/btn_producten.gif) no-repeat;
    left: 301px;
}
a#nABC {
    width: 95px;
    background: url(../images/btn_pensioenabc2.gif) no-repeat;
    left: 428px;
}
a#nGeschiedenis {
    width: 138px;
    background: url(../images/btn_pensioengescheidenis.gif) no-repeat;
    left: 523px;
}



