﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    font-family: tahoma,sans-serif;
}

body, html {
    height: 100%;
    width: 100%;
}

    body h1 {
        font-size: 13px;
    }

.container {
    background-attachment: scroll;
    background-image: url("/img/logo_dwe.gif");
    background-position: top center;
    background-repeat: no-repeat;
    float: left;
    min-height: 686px;
    height: auto !important;
    height: 686px;
    position: relative;
    width: 100%;
}

.content {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
}

#loginContainer {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 920px;
    vertical-align: middle;
    text-align: center;
}

.loginContent {
    margin: auto;
    margin-top: 310px;
    width: 300px;
    height: 250px;
    background: #ffffff;
    text-align: center;
}

#contentContainer {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    position: relative;
    width: 920px;
    min-height: 600px;
    height: 100%;
    background: #ffffff;
    border: 1px solid black;
    text-align: left;
    padding: 20px;
}

.gebruikersTabel {
    border-collapse: collapse;
}

    .gebruikersTabel th {
        padding: 5px;
        background: #A0A0A0;
    }

    .gebruikersTabel .altItem td {
        background: #C0C0C0;
    }

    .gebruikersTabel td, th {
        border: 1px solid black;
        border-collapse: collapse;
    }

.logo {
    padding-bottom: 10px;
}

.login {
    text-align: center;
    padding-left: 10px;
    background-color: #F0F0F0;
    border: 3px;
}

.loginadmin {
    text-align: center;
    padding-left: 10px;
    background-color: #FF3030;
    border: 3px;
}

.errorMessage {
    color: #FF0000;
    font-size: 10px;
}

.loginLabel {
    vertical-align: text-top;
}

#beheerMenu {
    padding-bottom: 10px;
}

h1 {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 13px;
}

.tree a {
    font-size: 11px;
}

.tree img {
    padding-right: 3px;
}
