
::selection { background-color: #E13300; color: white; }
::-moz-selection { background-color: #E13300; color: white; }

body {
    background-color: #444444;
    margin: 40px;
    font: 14px normal Verdana, Arial, sans-serif;
    color: #4F5155;
}

a {
    color: #003399;
    background-color: transparent;
    font-weight: normal;
}

h1 {
    color: #444;
    background-color: transparent;
    border-bottom: 1px solid #D0D0D0;
    font-size: 24px;
    font-weight: normal;
    margin: 50px 0 20px 0;
}
h2{
    font-size: 18px;
}

code {
    font-family: Consolas, Monaco, Courier New, Courier, monospace;
    font-size: 12px;
    background-color: #f9f9f9;
    border: 1px solid #D0D0D0;
    color: #002166;
    display: block;
    margin: 14px 0 14px 0;
    padding: 12px 10px 12px 10px;
}

#body {
    margin: 0 15px 0 15px;
}

p.footer {
    text-align: right;
    font-size: 11px;
    border-top: 1px solid #D0D0D0;
    line-height: 32px;
    padding: 0 10px 0 10px;
    margin: 20px 0 0 0;
}

#container {
    padding: 10px 10px 10px 10px;
    margin: 10px 0 0 0;
    border: 1px solid #D0D0D0;
    box-shadow: 0 0 8px #D0D0D0;
    background-color: #eeeeee;
    #background-image: url('../image/logo_klein.png');
    background-repeat: no-repeat;
    width: 990px;
}

#menu {list-style-type: none}
#menu li {display: inline-block; margin-right: 15px;}
#menu a {color: white; font-size: 15px; font-weight: bold;}
#menu a:hover{color: #E13300}

td {
    vertical-align: top;
    padding: 4px 10px;
}

table{
    border-collapse: collapse;
}

#talentenoverzicht table{
    border: 1px solid white;
}
#talentenoverzicht table td{
    border: 1px solid lightgray;

}

#sterketalenten table td {
    border: 1px solid black;
}

th{
    border-bottom: 1px solid black;
}

#talentenoverzicht th{
    text-align: right;
}
#talentenoverzicht td{
    text-align: center;
}

.normscore_1 {background-color: white; }
.normscore_2 {background-color: white; }
.normscore_3 {background-color: white; }

.errors{
    color: red;
}

.form_elements ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.talent-text{
    margin-bottom: 6px;
}
