*{
    font-family: 'Comic Sans MS', tahoma, sans-serif;
    font-size: 14px;
    color: #333333;
}

body{
    margin: 0px 40px 0px 40px;
}

h1, h2, h3, h4, h5{
    padding: 0px 0px 0px 0px;
    margin: 3px 0px 5px 3px
}

h1 {font-size: 20px}
h2 {font-size: 18px}
h3 {font-size: 16px}
h4 {font-size: 14px}
h5 {font-size: 12px}

.clear{clear:both;}

.errormessage{font-weight:bold; border:1px solid red; padding:20px; color: red}
.okmessage{font-weight:bold; border:1px solid green; padding:20px; color: green}

/* the content area's */
#menu {
    padding-top: 20px;
    width: 30%;
}

#content{
    width: 100%;
}
#header{
    text-align: center;
    background-color: #e2e7ec;
    display:none;
}
#footer{
    background-color: #e2e7ec;
    display: none;
}


/*article stuff*/

.intro{font-style: italic; }

.image{border: 1px solid #999999; background-color: #cccccc}
.image p{padding: 1px 1px 1px 1px; margin: 0px 0px 0px 0px; font-size: smaller;}

.attachments p{
    margin: 10px 0px 0px 0px;
}

#article #date{
    margin: 5px 0px 5px 0px;
}

#article #author{
    margin: 5px 0px 5px 0px;
}

#searchresulttable{
    width: 80%;
}

#pagetable{
    width: 100%;
}

.odd, .even{padding: 3px 10px 3px 10px}
.odd{ background-color: #e3f1ff;}
.even{}

input, textarea{
    border: 1px solid #333333;
}




#boek-detail{}
    #boek-detail th{
        text-align: left;
        color: #333333;
        padding-left: 40px;
    }
    #boek-detail .kaft{
        border: 1px solid #333333;
    }

#persoon-detail{}
    #persoon-detail .portret{
        border: 1px solid #333333;
    }

#boekbespreking{}
    #boekbespreking .intro{
        padding-top: 10px;
    }

#illustratie-detail{}
    #illustratie-detail th{
        text-align: left;
    }

#prijs{}
    #prijs .bijlagen{
        padding-top: 15px;
    }
    #prijs .label{ font-weight: bold;
            color: #333333;
            padding-left: 15px;
    }

    #prijs #vote{
        font-weight: bold;
        font-size: 80%;
        margin-left: 20px;
        cursor: pointer;
        border-bottom: 1px solid black;
    }
    .nominaties{
        padding-left: 10px;
    }

    #prijs .container{border: 1px solid #ebe9e9; margin: 20px 0px 20px 0px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
        #prijs #nominatiekandidaten .header {background-color:#ebe9e9; margin:0px;}
        #prijs #nominatiekandidaten .header h3 {float:left}
        #prijs #nominatiekandidaten  .button {float:right; margin:3px}


    #prijs form select,#prijs form input, #prijs form textarea {border:1px solid #666666}
    #prijs form#stemmen{padding:3px;}
    #prijs form#stemmen em{float:left; size:10px; font-weight:bold}
    #prijs form#stemmen p{font-weight: bold;}
        #prijs form#stemmen label.info{width: 200px; display:block; padding:2px  2px 2px 20px; float:left; font-size:12px}
        #prijs form#stemmen label.error{width: 100px; display:block;  float:left; font-size:10px; color:red; display:none; padding:0px 0px 0px 5px; border:none; }
        #prijs form#stemmen .{width: 250px; display:block; padding:2px  2px 2px 20px; float:left}
        #prijs form#stemmen .input {width: 170px; display:block; float:left; margin:2px; font-size:12px;}
        #prijs form#stemmen input#submit{width: 120px}
        #prijs form#stemmen div.formrow{padding: 5px 0px 5px 0px}

#mail{}
    #mail .message{
        font-size: 110%;
        font-weight: bold;
        color: #333333;
    }

    #mail .label{
        margin-top: 20px;
        font-size: 90%;
        color: #333333;
    }

    #mail #form{
        margin-bottom: 20px;
    }

.relatedarticle{
    margin: 10px 0px 10px 5px;
    border-bottom: 1px solid #cccccc;
}
.relatedarticle #head{
        background-color: #eeeeee;
        margin-bottom: 10px;
    }
    .relatedarticle #date{
        font-size: 10px;
    }
    .relatedarticle #title{
        font-size: 14px;
        font-weight: bold;
        margin-left: 10px;
    }
    .relatedarticle #intro{
        font-size: 12px;
    }
    .relatedarticle #go{
        text-align: right;
    }
    .relatedarticle #go a{
        color: #3366ff;
        font-size: 12px;
    }

/* menu styles */


.opened, .closed, .leaf{
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 15px;
}


.opened{ background-image: url("../img/opened.gif"); }

.closed{ background-image: url("../img/closed.gif"); }

/*
.leaf{
    background-image: url("../img/hollowdot.gif");
    background-position: 3px  center;
}
*/
.leaf-prefix{
    font-size: 7px;
    padding-right: 4px;
    vertical-align: middle;
}

.menuitem{
    margin-top: 5px;
}
    .menuitem a{
        font-size: 105%;
        font-weight: bold;
    }

    .menuitem a:link{
        text-decoration: none;
    }
    .menuitem a:visited{
        text-decoration: none;
    }


