﻿@import url("general.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");

a
{
    color: #000000;
}

/* -------------------- Styling of this website in general -------------------- */

body 
{
    margin: 0px;
    font-family : Verdana, Arial, Helvetica, Sans-Serif;
    font-size : 11px;
    color : #666666;
    xbackground-color: #2B5CA9;
    background-image: url("../img/streepjes-achtergrond.jpg");
    background-repeat: repeat;
}

a
{
    font-family : Verdana, Arial, Helvetica, Sans-Serif;
    font-size : 11px;
    font-weight: bold;
    /* color : #CEEBFD; */
    color: #000000;
}

.horizon
{
    float: left;
    width: 100%;
}

/*  the uppermost div that surrounds the main table */
.mainDiv
{
    width : 987px;
    min-height: 1000px;
    background-color: #FFFFFF;/*#636466;*/
    font-family : Verdana, Arial, Helvetica, Sans-Serif;
    font-size: inherit;
    background-image: url("../img/algemene achtergrond kaal.jpg");
    background-repeat : no-repeat;
    text-align : left;
    margin-left: auto;
    margin-right: auto;
}

.mainDivBackground
{
    margin-top: 0px;
    _margin-top: -13px;
    left: 0px;   
    padding-top: 100px;
    width: 100%;
    min-height: 1000px;
    xbackground-image: url("../img/background.jpg");
    xbackground-repeat: no-repeat;
}

/* ContentPlaceHolder-div in which the main content resides */
.mainContentPanel
{
    float: left;
    clear: both;
    width: 900px;
    min-height: 300px;
    margin-top: 130px;
    margin-left: 87px;
    _xmargin-left: 160px;
    xpadding-left: 10px;
    xpadding-right: 10px;
    xbackground-color: Aqua;
}


/* -------------------- PHOTO POPOVER -------------------- */

.biggerimagelayer
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* Transparency */
    background-color: #000000;
    filter:alpha(opacity=50); 
    -moz-opacity:0.5; 
    opacity:0.5; 
    -khtml-opacity:0.5;
    color: #000000;
    z-index: 1000;
}

.biggerimageholder
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1010;
}

.biggerimagewhitelayer
{
    width: 700px;
    height: 450px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    z-index: 1020;
}

.closelink
{
    float: right;
    margin-top: 10px;
    margin-right: 20px;
    font-size: large;
    text-decoration: none;
    z-index: 1040;
}

.closelink:hover
{
    text-decoration: underline;
}

.biggerimage
{
    float: left;
    width: 100%;
    height: 100%;
    margin-left: 20px;
    margin-top: 20px;
    z-index: 1030;
}

