﻿html, body 
{
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-color: #839704;
}

/* nieuwe fix voor BG image*/
#source-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

a
{
    color: #FFFFFF;
}

h1
{
    margin: 0px;
    padding: 0px;
    
    font-size: 16px;   
    text-transform: uppercase;
}

div
{
    font-family: Georgia, Verdana, Arial;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
}

img
{
    border: 0px;
}

#wrapper 
{
    width: 739px; /* moet 789 worden MET shadow */
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    
    background-color: #6F0000;
}

#logo
{
    position: absolute;
    top: 0;
    left: 0;
    margin: 18px 0px 0px 25px;
}

#slogan
{
    position: absolute;
    top: 70px;
    right: -90px;
}

#header
{
    margin: 0px;
    padding: 0px;
    height: 94px;
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    text-align: right;
    border-top: solid 5px #6F0000;
}

#menu
{
    position: absolute;
    top: 18;
    right: -175px;
}

#content
{
    padding: 60px 70px 0px 200px;
    text-align: justify;
    padding-bottom: 240px;
}

#footer 
{
    position: absolute;
    bottom: 0; 
}

.bigger
{
    font-family: Georgia, Verdana, Arial;
    font-size: 11px;
    color: #FFFFFF;
}

.pLeft
{
    position: relative;
    float: left;
    width: 270px;  
}

.pRight
{
    position: relative;
    float: right;
    width: 150px;  
}

.clearBoth
{
    clear: both;    
}

/* Gallery */

.galleryRow, .galleryListRow
{
    margin: 10px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}

.galleryRow li, .galleryListRow li
{
    display: block;
    float: left;
    padding-right: 5px;
    width: 90px;
    text-align: center;
}

.back
{
    color: #FFFFFF;
}

.back: hover
{
    text-decoration: none;
}

/**** Nieuwsbrief ****/

#inschrijvingGegevens
{
    width: 265px;
    float: left;
    text-align: left;
}

#inschrijvingGegevens em
{
    margin-left: 5px;    
}

#inschrijvingInteressegebieden
{
    float: left;
    width: 200px;
    margin: 0px;
    padding: 0px;
}

#inschrijvingInteressegebieden h2
{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}

#inschrijvingInteressegebieden ul
{
    margin: 0px;
    padding: 0px;
    float: left;
    list-style: none;
}

#inschrijvingInteressegebieden ul li
{
    display: block;
}

.btnStyle
{
    float: right;
    background-color: #443f30;
    color: #ffffff;
    font-weight: normal;
    height: 25px;
    cursor: pointer;
}

#messagesF
{
    font-weight: bold;
    font-style: italic;
    color: #ffffff;
    padding: 5px;
    background-color: #CD3C3C;
    float: left;
}

#messagesG
{
    font-weight: bold;
    font-style: italic;
    color: #ffffff;
    padding: 5px;
    background-color: #138831;
    float: left;
}

.TextBoxError
{
    border: 1px solid #ff0000;
    height: 16px;
    width: 120px;
}

.TextBox
{
    height: 16px;
    width: 120px;
    border: 1px solid #9c9b86;
}

.InteressegebiedLabel
{
    margin-left: 4px;
}

/*********************/

/* lightbox text fix */
#lightbox-image-details-currentNumber
{
    color: #000000;
}