﻿/*  GENERIC
    WRAPPER
    SQUARES
    LANGUAGE CHOICE
*/

/* =GENERIC
   ---------------------------------------------------- */
   
html, body
{
    margin: 0;
    padding: 0;
        
    font-family: 'Trebuchet MS', Verdana, Arial, 'Times New Roman';
    color: #565656;
    
    /*background-color: #000000;
    background-image: url(../images/homepage/background.jpg);
    background-repeat: repeat-x;*/
}

body
{
    font-size: 0.75em;
}

/* nieuwe fix voor BG image*/
#source-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

h1
{
    margin: 10px 0 6px 0;
    padding: 0;
    color: #59432f;
    font-size: 0.92em;
    font-weight: normal;
    text-transform: uppercase;
}

img
{
    border: 0;
}

a:hover
{
    text-decoration: none;
}

.clearBoth
{
	clear: both;
}

/* =WRAPPER
   ---------------------------------------------------- */

#wrapper
{
    width: 840px;
    margin: 19px auto;
}

/* =SQUARES
   ---------------------------------------------------- */

#deknudtMirrors
{
    position: relative;
    float: left;
    margin: 0;
    padding: 0 0 30px 0;
    width: 380px;
    text-align: center;
    background-color: #FFFFFF;
    /*background-image: url(../images/homepage/square-background.jpg);
    background-repeat: repeat-x;*/
}

#deknudtDecora
{
    position: relative;
    float: right;
    margin: 0;
    padding: 0 0 30px 0;
    width: 380px;    
    text-align: center;
    background-color: #4e4b49;
    /*background-image: url(../images/homepage/square-background.jpg);
    background-repeat: repeat-x;*/
}

/* =LANGUAGE CHOICE
   ---------------------------------------------------- */
.slogan
{
    position: absolute;
    bottom: 73px;
    left: 11px;
    width: 357px;
    padding: 10px 0 10px 0;
    background-image: url(../images/homepage/background_tekst.png);
    background-repeat: repeat-y;
    text-transform: uppercase;
    font-family: Arial;
    font-size: 18px;
    text-align:center;
    /*filter:alpha(opacity=85);
    -moz-opacity:.85;
    opacity:.85;
    background-color: #CAC9CA;*/
}

.black
{
    color: #000000;    
}

.white
{
    color: #FFFFFF;    
}

.languageChoice
{
    position: absolute;
    bottom: -10px;
    left: 11px;
    height: 35px;
    width: 100%;
    
}

.languageChoice ul
{
    margin: 0;
    padding: 0px 0 0 0;
    list-style: none;
}

.languageChoice ul li
{
    position: relative;
    float: left;
    display: inline;
    padding: 0 66px 0px 0px;
    /*text-transform: uppercase;*/
}

.languageChoice ul li.last
{
    padding: 0 0 14px 5px;
}

.languageChoice ul li img
{
    float: left;
    margin: 0 9px 0 0;
}

.languageChoice ul li a
{
    color: #594532;
    text-decoration: none;
}

.languageChoice ul li a:hover
{
    text-decoration: underline;
}

#deknudtDecora .languageChoice ul li a
{
    color: #FFFFFF;
    text-decoration: none;
}

#deknudtDecora .languageChoice ul li a:hover
{
    text-decoration: underline;
}