/*
    Document   : thema544.css
    Created on : 19-mrt-2010, 11:36:27
    Author     : wimt
*/

a{ color: #3B60CF }
.body a{ color: #3B60CF }
a:hover{
    color: #3B60CF;
}
div#canvas{
    background-image: url(img/backgroundfade_blauw.png);
    background-position: 300px 300px;
    background-repeat: repeat-x;
}
li.active a:link, li.active a:active, li.active a:visited{
    color: #3B60CF;
}
#mainmenu a:hover, .listblok a:hover{
     color: #3B60CF;
}
#mainmenu ul ul{
    border: 1px solid #3B60CF;
    padding: 3px;
    z-index:10;
}
.menublok li{
    background-image: url(img/horizon_divider_blauw.jpg);
}
.links{
    background-image: url(img/blauwe_balk_links.png);
    background-repeat: no-repeat;
}
.rechts{
    background-image: url(img/blauwe_balk_rechts.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.midden{
    background-image: url(img/blauwe_balk.png);
    background-position: right top;
    background-repeat: no-repeat;
}
form.selector{
    border-bottom: 1px solid #3B60CF;
    padding-bottom: 10px;
}
form.selector label{
    font-weight: bold;
    color: #3B60CF;
}
form.selector fieldset{
    margin-bottom: 3px;
    padding-bottom: 5px;
}
form.selector select{
    border: 1px solid #3B60CF;
    height: 24px;
    width: 220px;
    color: #444444;
    margin-bottom: 5px;
    vertical-align: top;
}
form.selector input{
    border: 1px solid #3B60CF;
    height: 24px;
}
.submit{
    background-color: #3B60CF;
    color: white;
    font-size: 16px;
    padding: 0 10px 0 10px;
    text-transform: uppercase;
    position: relative;
    top: 2px;
}
a.leesmeer{
    color: #3B60CF;
    font-style: italic
}
ul#itemtabs li.active{
    background-color: #3B60CF;
}
ul#itemtabs li.inactive a:hover{
    color: #3B60CF;
}
.tabblad{
    border: 1px solid #3B60CF;
    width: 570px;
    padding: 10px;
}
.datum{
    color: #3B60CF;
    font-weight: bold;
}
#footerbar a:hover{color: #3B60CF; text-decoration: none; font-size: 11px}

