/**** BASICS ****/
body {
    background-color: #000000;
    font-family: "Lucida Sans Unicode";
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    line-height: 22px;
}
* html body {
    behavior: url("../javascript/csshover2.htc");
}
td {
    font-family: "Lucida Sans Unicode";
    font-size: 12px;
    color: #FFFFFF;
}
a {
    color: #FFFFFF;
}
img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}
input {
    font-family: "Lucida Sans Unicode";
    font-size: 12px;
    color: #333333;
    width: 150px;
    background-image: url(../image/bg_input_text.jpg);
    background-color: #CDCBCC;
    background-repeat: no-repeat;
    padding: 2px 2px 2px 6px;
    border-right: 1px solid #88151A;
    border-bottom: 1px solid #88151A;
    border-top: none;
    border-left: none;
    margin-bottom: 10px;
}
select {
    font-family: "Lucida Sans Unicode";
    font-size: 12px;
    color: #333333;
    width: 160px;
    background-color: #CDCBCC;
    margin-bottom: 10px;
}
input.checkbox {
    background-image: none;
    border: none;
    width: 14px;
    height: 14px;
}
input.radio {
    background-image: none;
    border: none;
    width: 14px;
    height: 14px;
}
input.submit {
    background-image: none;
    border-left: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding: 0px;
    height: 24px;
    width: 100px;
}
textarea {
    font-family: "Lucida Sans Unicode";
    font-size: 12px;
    color: #333333;
    background-image: url(../image/bg_input_textarea.jpg);
    background-color: #CDCBCC;
    background-repeat: no-repeat;
    padding: 2px 2px 2px 6px;
    border-right: 1px solid #88151A;
    border-bottom: 1px solid #88151A;
    border-top: none;
    border-left: none;
    height: 150px;
    width: 250px;
}
label {
    width: 100px;
    text-align: right;
    border: none;
    padding-right: 15px;

    float: left;
    clear: left;
}

/*** PAGE LAYOUT ***/
#container {
    border: solid 2px #FE0000;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 774px;
    height: 584px; /* header+content+footer-20 */
    margin-left: -387px;
    margin-top: -292px; /* -height/2 */
}
#header {
    position: relative;
    width: 774px;
    height: 166px;
    margin-bottom: -20px !important; /* Tijdelijke fix voor FF probleem */
    margin-bottom: -40px;
}
#page_image {
    float: left;
    width: 316px;
    height: 338px;
}
#content {
    float: right;
    width: 458px;
    height: 338px;
    background-image: url(../image/bg_content.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
}
#scrollcontent {
    text-align: left;
    margin-top: 40px;
    margin-left: 30px;
    padding-right: 20px;
    width: 390px;
    height: 264px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-3dlight-color: #DF644A;
    scrollbar-highlight-color: #EE1D25;
    scrollbar-face-color: #ED1C24;
    scrollbar-shadow-color: #EE1D25;
    scrollbar-darkshadow-color: #C91E24;
    scrollbar-track-color: #A91A1E;
}
#footer {
    width: 774px;
    height: 100px;
    float: left;
}
#printicon {
    position: absolute;
    margin-left: 735px;
    margin-top: 156px;
    z-index: 1;
}

/**** NEWS ****/
span.news_date {
    display: block;
    font-family: "Lucida Sans Unicode";
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    color: #CCCCCC;
}

span.news_headline {
    display: block;
    margin-left: 10px;
    font-family: "Lucida Sans Unicode";
    font-size: 12px;
    font-weight: normal;
}

/**** CONTENT ****/
h1 {
    font-family: "Lucida Sans Unicode";
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    font-weight: bold;
}
h2 {
    font-family: "Lucida Sans Unicode";
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    margin: 0 0 5px 0;
}
div.content_element {
    color: #FFFFFF;
    margin-bottom: 20px;
}
div.content_element table td {
    height: 20px;
    border: 1px solid #cccccc;
    padding: 1px 3px 1px 3px;
    margin: 0px;
}
div.image_css2 {
    /* small left */
    margin-bottom: 20px;
}
div.image_css3 {
    /* small right */
    margin-bottom: 20px;
    text-align: right;
}
div.image_css0, div.image_css1 {
    /* large center, small center */
    margin-bottom: 20px;
    text-align: center;
}

div.image_css4 {
    /* small left text */
    float: left;
    margin: 0px 10px 10px 0px;
}
div.image_css5 {
    /* small right text */
    float: right;
    margin: 0px 0px 10px 10px;
}