
body, html {
    margin: 0;
    padding: 0;
    background-color: #2a2724;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    color: #181d22;
}

#wrapper {
    width: 960px;
    height: auto;
    margin: 0 auto;
    background-color: #ffffff;
}

.clear {
    float: none;
    clear: both;
}

hr {
    height: 1px;
    border-top: 1px dashed #dddddd;
    border-bottom: 0px dashed #dddddd;
    float: none;
    clear: both;
}

.blockspacer {
	display: block;
	width: auto;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
	background-color: red;
}

/*
 Header
 */
#header {
    width: 932px;
    height: 126px;
    margin: 0 14px 0 14px;
    background-color: #ffffff;
    background-image: url('/images/header_bg.png');
    background-repeat: repeat-x;
}

#logo {
    width: 210px;
    height: 100px;
    margin: 20px 0 0 15px;

    float: left;

}


ul#nav {
    float: right;
    margin: 35px 0 0 0;
    padding: 0;
    border-top: 1px dashed #dddddd;
}

#nav li {
    float: left;
    list-style: none;
    margin: 0 20px 0 0;
}

#nav li a {
    color: #cc0000;
    text-decoration: none;
    display: block;
    font-family: Georgia;
    font-size: 12px;
    line-height: 30px;
}

#nav li a:hover {
    color: #0f0f0f;
}

#nav li a.active {
    color: #0f0f0f;
}

#spacer_top {
	width:960px;
	height:40px;
	display:block;
	background-color:#2a2724;
}

/*
 Subnav
 */
#subnav {
    float: left;
    width: 148px;
    margin: 20px 0 0 0;
    border-top: 1px dashed #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 10px 0;
	min-height: 250px;
}

#subnav ul {
    padding: 0;
    margin: 0;
    text-indent: 0px;
}

#subnav li {
    list-style: none;
    list-style-position: outside;
    background-image: url('/images/double_arrow_red.png');
    background-repeat: no-repeat;
    background-position: 0px -5px;
}

#subnav li a {
    color: #1b1b1b;
    text-decoration: none;
    display: block;
    text-indent: 0;
    font-family: Georgia;
    font-size: 12px;
    line-height: 18px;
    margin: 10px 0 0 20px
}

#subnav li a:hover {
    color: #0f0f0f;
}

#subnav li a.active {
    color: #cc0000;
}

/*
 Main
 */
#main {
    clear: both;
    float: none;
    margin: 0 14px;
    height: auto;
}

#main h2 {
    color: #2a2724;
    font-family: Georgia;
	font-weight:normal;
    font-size: 24px;
    line-height: 36px;
}

#main h3 {
    color: #2a2724;
    font-family: Georgia;
    font-size: 18px;
    line-height: 24px;
	font-weight:normal;	
}

#main h4 {
    color: #2a2724;
    font-size: 12px;
    line-height: 18px;
    margin: 10px 0 5px 0;
    font-weight: bold;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #181d22;
    margin-bottom: 8px;
}

.red {
    color: #cc0000;
}

.brown {
    color: #65594e;
}

#main a {
    color: #cc0000;
    text-decoration: none;
}

.bottom_link_home {
    color: #cc0000;
    text-decoration: none;
    font-family: Georgia;
    display: block;
    border-top: 1px dashed #dddddd;
    margin: 20px 0 -15px 0;
    line-height: 30px;
    position: absolute;
    bottom: 15px;
    width: 265px;
    clear: both;
    background-color: #fff;
}

.bottom_link {
    color: #cc0000;
    text-decoration: none;
    font-family: Georgia;
    display: block;
    border-top: 1px dashed #dddddd;
    margin: 20px 0 -15px 0;
    line-height: 30px;
    background-color: #fff;
}

.outside_border {
    border: 2px solid #f7f7f7;
    margin-top: 15px;
    width: auto;
    height: auto;
}

.inside_border {
    border: 1px solid #e7e7e7;
    margin: 1px;
    position: relative;
}

.left {
    float: left;
    margin-right: 15px;
}

.right {
    float: right;
}

.btn_left {
    float: left;
}

.home_item {
    width: 420px;
    height: 190px;
    padding: 15px;
    font-size: 12px;
    overflow: hidden;
    position: relative;
}

.home_item h2, .home_item h3 {
    color: #181d22;
}

.home_item p {
    font-size: 12px;
}

.home_item_linkholder {
    height: 26px;
    width: 422px;
    line-height: 26px;
    position: absolute;
    bottom: 15px;
    display: block;
    clear: both;
}

.home_item_link {
    font-style: italic;
    font-family: Georgia;
    color: #181d22 !important;
}

.layoutafbeelding {
    float: right;
}

.home_item_klein {
    position: relative;
    overflow: hidden;
    width: 262px;
    height: 214px;
    padding: 15px;
}

.home_item_klein h3 {
    border-bottom: 1px dashed #dddddd !important;
    padding-bottom: 8px !important;
}

.home_item_klein p {
    font-size: 11px;
}

#maincol {
    float: left;
    width: 458px;
    height: auto;
    margin: 3px 0 0 10px;
}

#maincol_wide {
    float: right;
    height: auto;
    margin: 3px 0 0 0;
}

#rightcol {
    float: right;
    width: 305px;
    height: auto;
    margin: 3px 0 0 0;
    font-size: 11px;
    color: #181d22;
}

#rightcol img {
    float: right;
}

#rightcol p {
    font-size: 11px;
    color: #181d22;
}

#rightcol h3 {
    font-size: 16px;
    border-bottom: 1px dashed #dddddd !important;
    padding-bottom: 8px !important;
    margin: 0 0 5px 0 !important;
}

#maincol .inside_border {
    padding: 15px;
    width: 420px;
}

#maincol_wide .inside_border {
    padding: 15px;
    width: 715px;
}

#rightcol .inside_border {
    position: relative;
    padding: 15px;
    width: 267px;
}

#page_sfeer {
    width: 930px;
    height: 189px;
    overflow: hidden;
}

/* BUTTONIZE */
.btn_contact_home {
    position: absolute;
    bottom: 15px;
	right: 10px;
	display: block;
	margin-top: 10px;
	border-top: 1px dashed #dddddd;
	text-align: right;
	padding-top: 15px;
	float: none;
	clear: both;
	width: 425px;
}

.btn_contact {
	display: block;
	margin-top: 10px;
	border-top: 1px dashed #dddddd;
	text-align: right;
	padding-top: 15px;
	float: none;
	clear: both;
}

.btn_contact A {
    font-family: Georgia;
}


.btn_look {
    background-color: #cc0000;
    padding: 3px 25px 3px 25px;
    border: 0px none transparent;
	text-align: center;
	display: inline;
}

.btn_look, .btn_look A, .btn_look * {
    color: #ffffff!important;
    font-family: Georgia;
	text-decoration: none;
	font-size: 14px;
}

.btn_look:hover {
    cursor: pointer;
}

.dashed_line {
	display: block;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 9px;
    border-bottom: 1px dashed #dddddd !important;
}

/*
 Specifiek voor vermogensbeheer
 */
#testimonial_intro_1, #testimonial_intro_2 {
    display: none;
}

ul#testimonial_paging {
    position: absolute;
    top: 15px;
    right: 15px;
    list-style: none;
    list-style-position: outside;
}

#testimonial_paging li {
    float: left;
    margin: 0 0 0 5px;
}

#testimonial_paging li a {
    padding: 4px;
    border: 1px solid #c9c9c9;
    color: #181d22;
}

/*
 Specifiek voor fondsbeleggen
 */
.fondsentab {
}

#tabs-1, #tabs-2, #tabs-3 {
    background-color: #e2e0db !important;
}

#tabs-1 .bottom_link, #tabs-2 .bottom_link, #tabs-3 .bottom_link {
    background-color: #e2e0db !important;
    margin-bottom: 2px;
}

#tabs-1 img, #tabs-2 img, #tabs-3 img {
    margin: 0 0 15px 0;
}

#wrapper_fondsen {
    float: left;
    border: 1px solid #e7e7e7;
    margin: 1px;
    height: auto;
    width: 765px;
}

ul#nav_fondsen {
    background-image: url('/images/nav_fondsen_bg.png');
    background-repeat: repeat-x;
    height: 37px;
    margin: 0;
    padding: 0;
}

#nav_fondsen li {
    float: left;
    list-style: none;
    margin: 0;
}

#nav_fondsen li a {
    color: #cc0000;
    text-decoration: none;
    display: block;
    height: 37px;
    padding: 0 15px;
    background-image: url('/images/nav_fondsen_bg.png');
    background-repeat: repeat-x;
    font-family: Georgia;
    font-size: 12px;
    line-height: 37px;
}

#nav_fondsen li a.active {
    color: #0f0f0f;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    background-image: url('/images/nav_fondsen_bg_active.png');
}

#rightcol_fondsen {
    float: right;
    width: 280px;
    margin: 18px 15px 0 15px;
}

#rightcol_fondsen img {
    margin: 0 0 15px 0;
}

.outside_border_fondsen {
    border: 2px solid #f7f7f7;
    margin-top: 19px;
    margin-left: 10px;
    width: auto;
    height: auto;
}

#wrapper_fondsen #maincol {
    padding: 15px;
    width: 390px;
}

#wrapper_fondsen #maincol_wide {
    padding: 15px;
    width: 735px;
}

#wrapper_rendement {
    width: 100%;	
}

#wrapper_rendement #maincol {
    width: 900px;
	margin-bottom: 10px;
}


#wrapper_rendement h2 {
    margin-top: 10px;
	margin-bottom: 5px;
}

.outside_border_rendement {
    border: 2px solid #f7f7f7;
    margin-top: 19px;
    width: auto;
    height: auto;
}

.fonds_intro {
    float: none;
    display: block;
    height: auto;
}

.fonds_intro img {
    float: left !important;
    margin: 0 15px 15px 0;
}

/*
 Nieuwsarchief
 */
.nieuwsarchief {
    width: 390px;
}

.nieuwsarchief thead {
    border-bottom: 1px solid #e7e7e7;
}

.nieuwsarchief tr {
}

.nieuwsarchief th {
    padding: 15px;
    font-size: 14px;
}

.nieuwsarchief td {
    padding: 15px;
    font-size: 11px;
    vertical-align: top;
}

.archief_datum {
    width: 70px;
}

.archief_inhoud {
}

#pager {
    display: block;
    margin: 10px 0 10px 13px;
    float: none;
    clear: both;
}

.pager img {
    margin: 0 2px;
}

/*
 Twitterfeed
 */
#twitterfeed {
    width: 930px;
    height: 40px;
    padding: 0 15px;
    margin: 15px 0 0 0;
    line-height: 40px;
    background-color: #3d3732;
    color: #bdab93;
    font-family: Georgia;
    overflow: hidden;
}

#twitterfeed a {
    margin-top: 11px;
    float: right;
}

.twitter_status {
    width: 680px;
    margin: 0 0 0 4px;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    float: left;
}

.twitter_intro {
    color: #bdab93;
    float: left;
}

/* 
 Tickertape
 */

#tickertape {
	width: 930px;
    height: 40px;
    padding: 0 15px;
    margin: 0 0 0 0;
    line-height: 40px;
    background-color: #3d3732;
    color: #bdab93;
    font-family: Georgia;
    overflow: hidden;
	position:relative;
}

#tickertape br, #tickertape p {
	height: 0px; width: 0px; display: none;
}

.ticker {
	width: 960px;
	position:absolute;
	left: 0px;
	top: 0px;
	height: 40px; 
	overflow: hidden;
}

.tickertape_intro {
	position: absolute;
	color: #bdab93;
	left: 0px;
	top: 0px;
	width: auto;
	height: 40px;
	line-height: 40px;
	z-index: 100;
	background-color:#3d3732;
	padding: 0 10px 0 20px;
	white-space: nowrap;
	overflow: show;
}


.ticker .mask { /* that serves as a mask. so you get a sort of padding both left and right */
    position: relative;
    width: 960px;
    overflow: hidden;
	margin:0;
	padding:0;
	z-index: 10;
}

ul.newsticker { /* that's your list */
    position: relative;
 	white-space: nowrap;
	left: 960px;
   	color:#f7f7f7;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.newsticker li {
    float: left; /* important: display inline gives incorrect results when you check for elem's width */
    margin: 0 50px 0 0;
    padding: 0 0 0 5px;
	height:40px;
	line-height:40px;
}

ul.newsticker a {
    white-space: nowrap;
    padding: 0;
    color: #ff0000;
    font: bold 10px Verdana;
    margin: 0 50px 0 0;
}

ul.newsticker span {
    margin: 0 10px 0 0;
}


/*
 Footer
 */
#pre_footer {
    width: 960px;
    height: 8px;
    display: block;
    overflow: hidden;
    clear: both;
}

#footer {
    background-color: #1b1b1b;
    width: 960px;
    height: 180px;
    color: #65594e;
    font-size: 14px;
    font-family: Georgia;
}

.footer_links {
    float: left;
    line-height: 20px;
    list-style: none outside none;
    margin: 15px 60px 0 0;
    padding: 0 15px;
    text-indent: 0;
}

.footer_links_last {
    margin: 15px 0 0 0 !important;
}

.footer_links a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

/*
 Forms
 */
label {
    display: inline;
    width: 280px;
	margin-bottom: 4px;
}

legend {
    font-size: 14px;
    font-weight: bold;
    display: block;
    float: none;
    margin: 5px 0 10px 0;
    padding: 5px 0 0 0;
}

fieldset {
    float: left;
    margin: 5px 0 5px 0;
}

input {
    width: 200px;
    margin: 0 100px 0 0;
    padding: 2px;
    display: block;
    border: 1px solid #dddddd;
}

input.radio {
	margin: 5px 0 25px 0;
}

input.btn {
    background-color: #cc0000;
    padding: 2px;
    color: #fff;
    font-family: Georgia;
    border: 0px solid white;
}

.btn_hidden {
	display:none;
}

input.btn:hover {
    cursor: pointer;
}

input.chkbox {
	float: left;
	display: inline;
    width: 20px;
    height: 20px;
	margin: 0 10px 0 0;
	border: 0px solid white;
}

select {
	width: 205px;
    display: block;
    margin: 0 100px 8px 0;
    padding: 2px;
}

textarea {
    width: 510px !important;
    float: left;
    padding: 2px;
    border: 1px solid #dddddd;
	height: 100px !important;
}

label.error {
    color: #cc0000;
	text-align: right;
    width: 200px;
	display: block;
}

#error_summary {
	color: #cc0000;
}

/* Koopformulier */

#koopform_particulier, #koopform_bedrijf, #koopform_particulier_keuze, #koopform_particulier_partner, #koopform_bedrag {
	display:none;
}

#koopform_particulier_partner, #koopform_particulier {
	float:left;
}

input.radio {
	display: inline;
	width:auto;
	height: auto;
	margin: 5px 10px 0 10px;
}


/* Zoekbox header */
#search {
    float: right;
    margin: 35px 0 0 400px;
	
}

#search input {
    float: left;
    width: 200px;
    height: 16px;
    padding: 2px;
    margin: 0;
    border-left: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-right: 0px solid #e4e4e4;
    color: #c9c9c9;
}

#search_btn {
    float: left;
    margin: 0;
    cursor: pointer;
}



