/* PORTAL/NUTTIGE LINK CONTROL CSS STYLES */


.linkcatagorie 
{
    margin-bottom: 20px;
}

/* Titel van de catagorie */
.linkcatagorieheader {
}

.linkcatagorieheader h1 
{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* De link zelf */

.linkcontainer {
}

/* titel van de link */
.linkheader {
}

.linkheader h2 
{
    font-size: 11px;
    font-weight: 100;
    margin-left: 50px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.linkheader h2 a:link 
{
     color: #4899bc;
}

.linkheader h2 a:visited 
{
     color: #4899bc;
}

.linkheader h2 a:hover 
{
    color: #bfbcad;
}

.linkheader h2 a:active 
{
    color: #bfbcad;
}

/* uitklap van de link */
.linkanswer 
{
    margin-left: 60px;
    margin-right: 15px;
    margin-bottom: 10px;
    line-height: 18px;
    padding: 5px;
    background-color: #4899bc;
    color: #ffffff;
}

/* text van de uitklap */
.linkanswertext 
{
    color: #ffffff;
}

.linkanswertext a:link 
{
    color: #ffffff;
    text-decoration: underline;
}

.linkanswertext a:visited 
{
    color: #ffffff;
    text-decoration: underline;
}

.linkanswertext a:hover 
{
    color: #F2C379;
    text-decoration: underline;    
}

.linkanswertext a:active 
{
    color: #F2C379;
    text-decoration: underline;
}