/* 
    Document   : thema544.css
    Created on : 19-mrt-2010, 11:36:27
    Author     : wimt
*/
a{ color: #E7288C }
.body a{ color: #E7288C }
a:hover{
    color: #E7288C;
}
div#canvas{
    background-image: url(img/backgroundfade_magenta.png);
    background-position: 300px 300px;
    background-repeat: repeat-x;
}
li.active a:link, li.active a:visited, li.active a:active{
    color: #E7288C;
}
#mainmenu a:hover, .listblok a:hover{
     color: #E7288C;
}
#mainmenu ul ul{
    border: 1px solid #E7288C;
    padding: 3px;
    z-index:10;
}
.menublok li{
    background-image: url(img/horizon_divider_magenta.jpg);
}
#instellingenblok a:hover{
     color: #E7288C;
}
.links{
    background-image: url(img/magenta_balk_links.png);
    background-repeat: no-repeat;
}
.rechts{
    background-image: url(img/magenta_balk_rechts.png);
    background-position: right top;
    background-repeat: no-repeat;
}
.midden{
    background-image: url(img/magenta_balk.png);
    background-position: right top;
    background-repeat: no-repeat;
}
.volledig{
    background-image: url(img/magenta_balk_full.png);
    background-repeat: no-repeat;
}
form.selector{
    border-bottom: 1px solid #E7288C;
    padding-bottom: 10px;
}
form.selector label{
    font-weight: bold;
    color: #E7288C;
}
form.selector fieldset{
    display: block;
    margin-bottom: 3px;
}
form.selector select{
    border: 1px solid #E7288C;
    height: 24px;
    width: 220px;
    color: #444444;
    vertical-align: top;
}
form.selector input{
    border: 1px solid #E7288C;
    height: 24px;
}
.submit{
    background-color: #E7288C;
    color: white;
    font-size: 16px;
    padding: 0 20px 0 20px;
    text-transform: uppercase;
    position: relative;
    top: 2px;
}
a.leesmeer{
    color: #E7288C;
    font-style: italic
}
ul#itemtabs li.active{
    background-color: #E7288C;
}
ul#itemtabs li.inactive a:hover{
    color: #E7288C;
}
.tabblad{
    border: 1px solid #E7288C;
    width: 570px;
    padding: 10px;
}
.datum{
    color: #E7288C;
    font-weight: bold;
}
#footerbar a:hover{color: #E7288C; text-decoration: none; font-size: 11px}

