/*
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:05:47
    Author     : Jeroen Brunken
*/

body {
    margin: 0px;
    padding: 0px;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    
}

.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;
}

.center {
    padding: 15px 0px;
}

.footer {
    background-color: #cccccc;
    padding: 15px 0px;
    min-height: 100px;
    color: #000;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

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

.submenu {
    border-bottom: 1px solid #000;
}

.menu-left {
    margin: 5px 10px;
    float: left;
    cursor: pointer;
}