body {
    padding: 0;
    margin: 0;
    background-color: #000000;
    font-family: verdana;
    font-size: 11px;
    line-height: 18px;
}

span.date { background-color: #9F9F9F; float: right; display: block; padding: 5px; margin-top: -35px; color: white; font-weight: bold; }
div.article { padding: 10px 0; }
div#content div.article h3 a { color: black; font-size: 13px; }

  /* Structure */

div#container {
    width: 964px;
    margin: auto;
    clear: both;
}

div#container-page {
    float: left;
    width: 808px;
    background-color: #ffffff;
    overflow: hidden;
}

div#container-left {
    float: left;
    width: 154px;
    font-size: 9px;
    color: #ffffff;
}

div#sponsoren {
    width: 144px;
    margin-top: 26px;
    padding: 2px;
    min-height: 400px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    font-family: arial;
    font-weight: bold;
    font-size: 15px;
}

div#header {
    height: 211px;
    background-image: url('../images/bg_header.png');
    background-repeat: no-repeat;
}

div#navigation {
    float: left;
    width: 145px;
    padding: 5px;
}

div#content {
    float: left;
    width: 470px;
    min-height: 500px;
    padding: 0 10px 5px 10px;
    border-left: 2px solid #c02b2f;
    border-right: 2px solid #c02b2f;
}

div#uitslagen {
    float: left;
    width: 145px;
    padding: 5px;
}

div#footer {
    clear: both;
    width: 808px;
    margin: 0 0 50px 150px;
    padding-top: 5px;
    color: #ffffff;
}

div#copyright {
    float: left;
    width: 50%;
}

div#extra {
    float: left;
    width: 50%;
    text-align: right;
}

  /* Navigation */

div#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
    font-family: arial;
    line-height: 18px;
}

div#navigation ul ul {
    padding: 0 0 0 10px;
    font-weight: normal;
    display: none;
}

div#navigation ul li.active ul, div#navigation ul li.selected ul { display: block; }


div#navigation ul a {
    font-size: 12px;
    font-weight: bold;
    color: #101010;
}

div#navigation ul ul a {
    font-size: 10px;
    color: #c02b2f;
}

div#navigation li.selected a { text-decoration: underline; }
div#navigation li.selected ul a { text-decoration: none; }

div#navigation ul li.selected ul ul, div#navigation ul li.active ul ul { display: none; }


  /* Style & Content */

h1 {
    font-size: 16px;
    font-family: arial, verdana;
    font-weight: bold;
    color: #c02b2f;
}

h2 {
    font-size: 12px;
    font-family: arial, verdana;
    font-weight: bold;
    color: #c02b2f;

}

h3 {
    font-size: 11px;
    font-family: arial, verdana;
    font-weight: bold;
    color: #000000;
}

img#logo {
    clear: both;
    border: 0;
    display: block;
}

div#sponsoren img {
    margin: auto;
    margin-top: 25px;
    border: 0;
    display: block;
}


  /* Hyperlinks */

a {
    color: #fdd43f;
    text-decoration: none;
}

a:hover {
    color: #fdd43f;
    text-decoration: underline;
}

div#content a, div#sponsoren a, div#uitslagen a {
    color: #c02b2f;
    text-decoration: none;
}

div#content a:hover, div#sponsoren a:hover, div#uitslagen a:hover  {
    color: #c02b2f;
    text-decoration: underline;
}


 /* Forms */

div.submit {
    clear: both;
}

fieldset {
    width: 100%;
    padding: 0;
    border: 0;
}

legend  {
    width: 100%;
    margin-left: -10px;
    font-family: arial;
    font-weight: bold;
    font-size: 16pt;
}

label {
    width: 125px;
    height: 28px;
    margin: 5px 0px;
    float: left;
    text-align: left;
}

input {
    width: 295px;
    height: 18px;
    margin: 5px 0;
    padding: 4px;
    border : 1px solid #bfd3df;
}

select {
    width: 295px;
    margin: 5px 0;
    border : 1px solid #bfd3df;
}

textarea {
    width: 295px;
    height: 150px;
    margin: 5px 0;
    padding: 4px;
    border : 1px solid #bfd3df;
}

option {
}

input.checkbox {
    float: left;
    width: 15px;
    margin: 5px;
    border: 0px;
}

input.button {
    float: right;
    width: 303px;
    height: 30px;
    margin-right: 5px;
    border: 1px solid #6da5b0;
    background-image: url('../images/bg_button.png');
    cursor: pointer;
}