/*
=====================================
  CSS Styles for the site
=====================================
*/

.plaatje_links img
{
    float: left;
    padding: 6px 6px 6px 6px;
}

.plaatje_rechts img
{
    float: right;
    padding: 6px 6px 6px 6px;
}

.plaatje_midden img
{
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 6px 6px 6px 6px;
}

.plaatje_titel_links img
{
}

.plaatje_titel_rechts img
{
}

.plaatje_title_midden img
{
}

.uitlijning_links
{
    text-align: left;
}

.uitlijning_rechts
{
    text-align: right;
}

.uitlijning_midden
{
    text-align: center;
}

.alinea
{
    clear: both;
}

.lijst
{
     
}

.lijst_element
{
    list-style-type: disc;
}

.lijst_element_plaatje
{
    line-height: 2;
    list-style-image: url("redpin.gif");
    list-style-position: inside;
}

/*
=====================================
  CSS Styles for the NAV menu
=====================================
*/

.menu_control
{
    background-color:  Transparent;  
    cursor:pointer; 
}

.menu_item, .menu_item_sel

{
    cursor:hand; 
    line-height:24px;
    text-align:justify;
    text-transform:uppercase;
    border-bottom: #699 1px solid;
    padding: 5px 0 7px 0;
    color:#616161;
    font-family: Times New Roman;
    font-size: 11px;
    letter-spacing: 0.38em;
}


/*
.main_menu_item, .main_menu_item_sel
{
    line-height:40px;
    text-align:justify;
    text-transform:uppercase;
    padding: 5px 0 7px 0;
    color:#616161;
    font-family: Times New Roman;
    font-size: 11px;
    letter-spacing: 0.38em;
    border: solid 2px red;
    cursor:hand;
}


.main_menu_item_hover
{
    color:#92bbb5;
    line-height: 40px;
    letter-spacing: 0.38em;
    text-align:justify;
    text-transform:uppercase;
    border-bottom: #92bbb5 1px solid;
    padding: 5px 0 7px 0;
    font-family: Times New Roman;
    font-size: 11px;
    letter-spacing: 0.38em;
}
*/

.menu_item_hover
{
    color:#699;
    line-height: 24px;
    letter-spacing: 0.38em;
    text-align:justify;
    text-transform:uppercase;
    border-bottom: #92bbb5 1px solid;
    padding: 5px 0 7px 0;
    font-family: Times New Roman;
    font-size: 11px;
    letter-spacing: 0.38em;
}


.sub_menu_container
{
    background-color: #fff;
}

.icon
{
    display:none;
}

.separator
{  
    border: solid 1px red;  
}






























































































































