html, body, table, table.grid
{
    text-align: center;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: small;
}

body
{
    background-color: #e9e9e9;
}

h2
{
    margin: 20px;
    padding: 0px;
    font-size: 140%;
    font-weight: bold;
}

h3
{
    margin: 15px;
    padding: 0px;
    font-size: 120%;
    font-weight: bold;
}

h4
{
    margin: 10px;
    padding: 0px;
    font-size: 100%;
    font-weight: bold;
}

#mainContainer
{
    width: 775px;
    min-height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    background: url(./../../images/gouweTheme/background.png) white 5px 0 no-repeat;
    text-align: left;
}

#mainLogo a
{
    display: block;
    width: 380px; 
    height: 140px;
}

#mainLogo img
{
    visibility: hidden;
}

#mainJump
{
    position: absolute;
    top: -1000em;
}

#mainTitle
{
    height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 150px;
    left: 193px;
    color: #004;
    line-height: 30px;
    font-weight: bold;
    font-size: 140%;
}

#mainCenter
{
    width: 500px;
    margin: 40px 0 0 143px;
    padding: 25px 20px 40px 20px;
}

#mainLeft
{
    width: 140px;
    position: absolute;
    top: 160px;
    left: 3px;
    background: url(./../../images/gouweTheme/menu_back2.png);
}

#mainLeft h2
{
    position: absolute;
    top: -1000em;
}

#mainRight
{
    width: 92px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 240px;
    left: 683px;
    background: url(./../../images/gouweTheme/sponsors_back.png) repeat-y;
    text-align: center;
    color: #004;
    font-weight: bold;
    font-size: 100%;
}

#mainMenu
{
    background: url(./../../images/gouweTheme/menu_back1.png) no-repeat;
}

#mainMenu ul
{
    height: 397px;
    margin: 0;
    padding: 30px 6px 30px 6px;
    background: url(./../../images/gouweTheme/menu_back3.png) center bottom no-repeat;
    list-style-type: none;
}

#mainMenu li
{
    width: 128px;
    height: 27px;
    margin: 0;
    padding: 2px 0 0 0;
    border-bottom: 1px solid #2f5495;
}

#mainMenu li:first-child
{
    border-top: 1px solid #2f5495;
}

#mainMenu a
{
    width: 110px;
    height: 27px;
    padding: 0 0 0 18px;
    display: block;
    text-decoration: none;
    line-height: 27px;
    color: #2b4679;
    font-weight: bold;
}

#mainMenu a:hover, #mainMenu a:focus
{
    background: url(./../../images/gouweTheme/menu_item.png) no-repeat;
    color: #061939;
}

#mainMenu a.menuItemActive
{
    background: url(./../../images/gouweTheme/menu_item.png) 0 no-repeat;
    color: #061939;
    cursor: default;
}

#mainRight h2
{
    margin: 10px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 100%;
    font-weight: bold;
}

#mainRight ol
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
}

#mainRight li
{
    margin: 0px 0px 0px 0px;
    padding-bottom: 10px;
}

#mainRight img
{
    border: none;
}

.newsTitle
{
    height: 32px;
    margin: 0 15px;
    padding: 0 5px;
    background: url(./../../images/gouweTheme/nieuws_back.png) repeat-x;
    text-align: left;
    line-height: 30px;
    font-size: 120%;
    font-weight: bold;
}

.newsAdmin
{
    margin: 20px 20px 0 0;
    text-align: right;
}

.newsDate
{
    margin-right: 20px;
    text-align: right;
    color: #999999;
    font-size: 80%;
}

.newsText
{
    margin-top: 0px;
    padding-top: 0px;
}

.calendar
{
    width: 500px;
    border-collapse: collapse;
    background-color: white;
}

.calendar caption
{
    padding: 10px;
    font-size: 120%;
    font-weight: bold;
}

.calendar p
{
    margin-bottom: 0;
    padding-bottom: 0;
}

.calendar p:first-child
{
    margin-top: 0;
    padding-top: 0;
}

.calendarDate
{
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
}

.calendarDescription
{
    width: 100%;
    padding: 10px;
    text-align: left;
}

.calendarAdmin
{
    margin: -8px;
    margin-bottom: 0px;
    text-align: right;
}

.canceled
{
    color: red;
    font-weight: bold;
}

.canceledText
{
    text-decoration: line-through;
}