﻿.portal
{
    position: absolute;
    top: 50px;
    left: 0px;
    width: inherit;
    height: 1200px;
}

.portal .mainZone
{
    position: relative;
    table-layout: auto;
}

.headerZone
{
    position: absolute;
    display: block;
    top: 0px;
    left: 400px;
    height: 50px;
    width: 550px;
}

.portal .footerZone
{
    height: 50px;
}

.portal .mainZone .leftZone
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 250px;
    background-color: #333333;
    color: #cccccc;
}

.portal .mainZone .nieuwsListLabel
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 200px;
}

.portal .mainZone .centerZone
{
    position: absolute;
    top: 0px;
    left: 255px;
    height: auto;
    width: 520px;
    background-color: #333333;
    color: #cccccc;
}

.portal .mainZone .rightZone
{
    position: absolute;
    top: 0px;
    left: 780px;
    background-color: #333333;
    width: 200px;
    margin-right: 10px;
}

.portal H2
{
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    color: #cccccc;
    background-color: #4A4A4A;
    width: auto;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #555555;
    font-size: 11pt;
}

.rssButton
{
    position: absolute;
    top: 10px;
    left: 228px;
}


.rssButtonA42
{
    position: relative;
    top: -20px;
    left: 495px;
}

.rssButtonFvdW
{
    position: relative;
    top: -20px;
    left: 495px;
}

.page
{
    height: 1800px;
}

.portal Hr
{
    height: 10px;
    background-color: #949494;
}

.portal .horiline
{
    height: 10px;
    background-color: #949494;
}

/*************************** Nieuws *****************************/

.nieuwsContainer
{
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    margin: 10px;
    margin-top: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.nieuwsList
{
    width: 200px;
    margin-left: 10px;
    margin-right: 10px;
}

.nieuwsList .nieuwsTitle
{
    background-color: #CCCCCC;
    font-weight: bold;
    font-size: 10pt;
    margin-bottom: 5px;
    display: block;
    color: #333333;
    padding: 5px;
}

.nieuwsList .nieuwsIntro
{
    cursor: pointer;
}

.nieuwsList .nieuwsImage a img
{
    border-style: ridge;
    border-width: 1px;
    border-color: #CCCCCC #333333 #333333 #CCCCCC;
}

.nieuwsList .nieuwsContent
{
    margin-top: 5px;
}

.nieuwsList .nieuwsFooter
{
    margin-bottom: 10px;
}

.nieuwsList .nieuwsUrlOnly a
{
    border-style: solid;
    border-width: 0px 0px 2px 5px;
    display: block;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    font-weight: bold;
    color: #333333;
    cursor: pointer;
    background-color: #CCCCCC;
    border-left-color: #0066FF;
    border-bottom-color: #999999;
}

.nieuwsList .nieuwsUrlOnly a:hover
{
    color: #CCCCCC;
    background-color: #333333;
    border-left-color: #FF9900;
}

/********************* Nieuws Popup ********************************/

.nieuwsPopup
{
    z-index: 999999;
    border: 1px solid #666666;
    width: 600px;
    padding: 8px;
    background-color: #CCCCCC;
    color: #333333;
}

.nieuwsPopup .headerBar
{
    height: 20px;
    background-color: #333333;
    padding: 5px;
    position: relative;
    width: auto;
    top: 0px;
    left: 0px;
    margin-bottom: 5px;
}

.nieuwsPopup .headerBar .header
{
    height: 20px;
    color: #cccccc;
    font-weight: bold;
}

.nieuwsPopup .mainContent
{
    width: inherit;
    height: auto;
}

.nieuwsPopup .nieuwsTitle
{
    font-size: 0pt;
}

.nieuwsPopup .nieuwsIntro
{
    font-weight: bold;
}

.nieuwsPopup .imgNieuws
{
    height: 400px;
}

.nieuwsPopup .closeButton
{
    position: absolute;
    float: right;
    top: 8px;
    right: 10px;
    height: 16px;
    z-index: 999;
}

.nieuwsPopup .closeButton a:link
{
    color: #cccccc;
}


.nieuwsPopup .closeButton a:hover
{
    color: orange;
}

.nieuwsPopup a:link
{
    font-weight: bold;
    color: blue;
    text-decoration: none;
}

.nieuwsPopup a:hover
{
    color: orange;
}

.nieuwsPopup .footer
{
    text-align: right;
    right: 5px;
    bottom: 5px;
    background-color: transparent;
}

.nieuwsPopup .footer a:link
{
    color: blue;
    text-decoration: none;
    padding: 2px;
}

.nieuwsPopup .footer a:hover
{
    color: orange;
}

.fotoVdWeek
{
    padding-top: 0px;
}

.fotoVdWeek .foto img
{
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC #333333 #333333 #CCCCCC;
}

.fotoVdWeek .titel
{
    font-weight: bold;
    padding-left: 10px;
}

.rssTitle
{
    background-color: #CCCCCC;
    font-weight: bold;
    font-size: 10pt;
    display: block;
    color: #333333;
    padding: 5px;
    margin: 5px;
}

.rssIntro
{
    display: block;
    margin: 5px;
    color: #cccccc;
}

.rssIntro a:link
{
    color: Orange;
    text-decoration: none;
}

a.rssLink
{
    color: Orange;
    text-decoration: none;
}