/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30-jan-2017, 13:06:19
    Author     : Jeroen Brunken
*/

.header {
    background-color: #83C6C3;

    padding: 15px 0px;
    ;
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.header a {
    color: #fff;
}

.header:after {
    clear: both;
}

.header-left {
    float: left;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold
}

.header-right {
    float: right;
    margin-left: 20px;
    cursor: pointer;
}

.center {
    padding: 15px 0px;
}

.footer {
    background-color: #cccccc;
    padding: 15px 0px;
    min-height: 100px;
    color: #000;
}

/* 1100px width container for content */
.container {
    width: 1100px;
    margin: 0px auto;
    padding: 0px;
}

.logindiv {
    width: 250px;
    height: 250px;
    padding: 10px;
    margin: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #000;
}