


#nav a {
display: block;
} 

td.menu {
    background-color:#0065bd; 
    border-left:1px solid white; 
    text-align:center; 
    height:25px;
}

a.menu {
    font-family:arial; 
    font-size:12px; 
    color:white;
    text-decoration:none;
}

.kop_blauw {
font-family: Arial;
font-size:14px;
line-height:26px;
color: #d60000;
text-decoration: none;
}

a.link_blauw:link, a.link_blauw:visited {
font-family: Arial;
font-size:11px;
color: #003399;
text-decoration: none;
}

a.link_blauw:hover {
text-decoration: underline;
font-size:11px;
color: #003399;
}

td.sub_menu_kop {
    background: url(../img/submenu_kop_back.gif);
    background-repeat: no-repeat;
    width:160px;
    height:25px;
    padding-left:5px; 
    
}

td.sub_menu {
    background: url(../img/submenu_back.gif);
    background-repeat: no-repeat;
    width:160px;
    height:25px;
    padding-left:5px;  
}

a.sub_menu {
    font-family:arial; 
    font-size:11px; 
    color:#0065b3;
    text-decoration:none;
}

td.block {
    border-top:1px solid #0d6bb4; 
    padding-top:7px;
    padding-bottom:9px;
}

tr.koersrij {
background-color: white;
cursor:hand;
}

tr.koersrij:hover {
background-color: #e0f0ff;
cursor:hand;
}

td.portefeuille {
    height: 25px;
    border-bottom:1px solid #e2e7ec; 
    color:#585858; 
    font-family:arial; 
    font-size: 11px;
    text-align:right;
    text-decoration:none;
}

td.portefeuille_totaal {
    height: 25px;
    color:#000000; 
    font-family:arial; 
    font-size: 11px;
    text-align:right;
    text-decoration:none;
}

td.portefeuille_kop {
    height: 25px;
    border-bottom:1px solid #e2e7ec; 
    color: #aaaaaa;
    font-family:arial; 
    font-size: 11px;
    text-align:right;
    text-decoration:none;
}


.head_text_white {
    color:white; 
    font-family:arial; 
    font-size: 12px;
    text-decoration:none;
}

.head_text_blue {
    color:#0065b3; 
    font-family:arial; 
    font-size: 12px;
    text-decoration:none;
}

.head_text_black {
    color:black; 
    font-family:arial; 
    font-size: 12px;
    text-decoration:none;
}

.head_text_grey {
    color:#585858; 
    font-family:arial; 
    font-size: 12px;
    text-decoration:none;
}


td.lijst {
    height:16px;
}

.text_grey {
    color:#585858; 
    font-family:arial; 
    font-size: 11px;
    text-decoration:none;
}

.text_red {
    color:red; 
    font-family:arial; 
    font-size: 11px;
    text-decoration:none;
}

.text_blue {
    color:#0065b3; 
    font-family:arial; 
    font-size: 11px;
    text-decoration:none;
}

.switchcontent{display:none;}

.show{
}
.hide{
	display:none;
}