﻿@import url("general.css");
@import url("biggerimage.css");
@import url("positioning.css");
@import url("colors.css");
@import url("statusbar.css");
@import url("userprofile.css");
@import url("multilanguage.css");
@import url("menu.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("calendar.css");
@import url("admin.css");
@import url("downloads.css");
@import url("forms.css");
@import url("contactform.css");
@import url("members.css");
@import url("promomailmanager.css");

/* -------------------- Styling of this website in general -------------------- */

body 
{
    margin: 0px;
    font-family : Verdana, Arial, Helvetica, Sans-Serif;
    font-size : 12px;
    color : #6a4c38;
    background-color: #f1ddd2;
    xbackground-image: url("../img/bg-zijkanten.jpg");
    xbackground-repeat: repeat-x;
}

a
{
    font-family : Verdana, Arial, Helvetica, Sans-Serif;
    font-size : 12px;
    xfont-weight: bold;
    color: #6a4c38;
}

.horizon
{
    position: absolute;
    left: 50%;
    width: 0px;
    height: 100%;
    top: 0px;
}

/*  the uppermost div that surrounds the main table */
.mainDiv
{
    position: absolute;
    top: 10px;
    left: -480px;
    width : 960px;
    xheight: 100%;
    text-align : left;
}

.mainDivBackground
{
    float: left;
    background-color: #FFFFFF;
    border: solid 1px #8d8580;
    width : 958px;
    background-image: url("../img/banner1.jpg");
    background-repeat: no-repeat;
}

/* ContentPlaceHolder-div in which the main content resides */
.mainContentPanel
{
    
    float: left;
    clear: both;
    min-height: 300px;
    margin-top: 150px;
    margin-left: 0px;
    _margin-left: 0px;
    padding-left: 10px;
    xpadding-right: 10px;
    xbackground-color: Aqua;
}

