﻿@import url("positioning.css");
@import url("colors.css");
@import url("statusbar.css");
@import url("multilanguage.css");
@import url("menu.css");
@import url("statusbar.css");
@import url("pagetitle.css");
@import url("headers.css");
@import url("footer.css");
@import url("pageblock.css");
@import url("textblock.css");
@import url("dateblock.css");
@import url("tableblock.css");
@import url("photogallery.css");
@import url("messages.css");
@import url("admin.css");
@import url("downloads.css");
@import url("forms.css");
@import url("contactform.css");
@import url("textblockdemo.css");

/* -------------------- GENERAL -------------------- */

body, html
{
    display: table-cell;
    margin: 0px;
    font-family : Verdana, Arial, Helvetica, Sans-Serif;
    font-size : 12px;
    color : #666666;
    background-color: #555555;
    background-image: url("../img/background-zijkant.jpg");
    background-repeat: repeat-x;
    height: 100%;
}

a
{
    font-family : Verdana, Arial, Helvetica, Sans-Serif;
    font-size : 12px;
    font-weight: bold;
    /* color : #CEEBFD; */
    color: #666666;
}

.horizon
{
    position: absolute;
    left: 50%;
    width: 0px;
    height: 100%;
    background-color: #FFFFFF;
}

/*  the uppermost div that surrounds the main table */
.mainDiv
{
    position: absolute;
    left: -498px;
    width : 995px;
    xheight : 100%;
    font-family : Verdana, Arial, Helvetica, Sans-Serif;
    font-size: inherit;
    background-image: url("../img/background-onderkant.jpg");
    background-repeat: repeat-y;
    text-align : left;
}

.statusbarPanel
{
    float: left;
    clear: both;
    width: 100%;
}

.buttonPanel
{
    float: left;
    clear: both;
}

.divHs
{
    margin-top: 0px;
    left: 0px;   
    padding-top: 250px;
    width: 100%;
    min-height: 355px;
    background-image: url("../img/background.jpg");
    background-repeat: no-repeat;
}

/* ContentPlaceHolder-div in which the main content resides */
.mainContentPanel
{
    float: left;
    xclear: both;
    width: 700px;
    min-height: 300px;
    margin-left: 170px;
    _margin-left: 85px;
    padding-left: 20px;
    padding-right: 10px;
    xpadding-bottom: 30px;
    xbackground-color: #FFFFFF;
}

.footerPanel
{
    float: left;
    clear: both;
}

.loginPanel
{
    float: left;
    clear: both;
    margin-top: 50px;
    padding-bottom: 50px;
}

.filler
{
    height: 30px;
    clear: both;
}

.topFiller
{
    height : 200px;
}

.alignRight
{
    text-align: right;
}

.label
{
    width: 100px;
}

.control
{
    width: 300px;
}

.smallcontrol
{
    width: 150px;
}

/* -------------------- MESSAGES -------------------- */

.message
{
    color: Green;
    font-style: italic;
}

.errorMessage
{
    color: Red;
}

/* -------------------- ANCHOR NAMES -------------------- */

.anchorname
{
    float: left;
    clear: both;
}


