.login {
    background: #455868;
    display: table-cell;
    min-width: 270px;
    height: 120px;
}

    .login a, .login td {
        color: white;
    }

.tbl_center {
    margin-left: auto;
    margin-right: auto;
}

.deelnemers {
    text-align: center;
}

    .deelnemers table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 270px;
        margin-left: auto;
        margin-right: auto;
    }



    .deelnemers tr:last-child td:last-child {
        -moz-border-radius-bottomright: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .deelnemers table tr:first-child td:first-child {
        -moz-border-radius-topleft: 0px;
        -webkit-border-top-left-radius: 0px;
        border-top-left-radius: 0px;
    }

    .deelnemers table tr:first-child td:last-child {
        -moz-border-radius-topright: 0px;
        -webkit-border-top-right-radius: 0px;
        border-top-right-radius: 0px;
    }

    .deelnemers tr:last-child td:first-child {
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .deelnemers tr:hover td {
    }

    .deelnemers tr:nth-child(odd) {
        background-color: #455868;
        color: white;
    }

    .deelnemers tr:nth-child(even) {
        background-color: #ece8e5;
        color: black;
    }

        .deelnemers tr:nth-child(even) a {
            font-weight: bold;
            color: black;
        }

    .deelnemers tr:nth-child(odd) a {
        font-weight: bold;
        color: white;
    }

    .deelnemers td {
        vertical-align: middle;
        border: 1px solid #FFF;
        border-width: 0px 1px 1px 0px;
        text-align: left;
        padding: 7px;
        font-size: 12px;
        font-family: Arial;
        font-weight: bold;
    }

    .deelnemers tr:last-child td {
        border-width: 0px 1px 0px 0px;
    }

    .deelnemers tr td:last-child {
        border-width: 0px 0px 1px 0px;
    }

    .deelnemers tr:last-child td:last-child {
        border-width: 0px 0px 0px 0px;
    }

    .deelnemers tr:first-child td {
        background: -o-linear-gradient(bottom, #5fbf00 5%, #3f7f00 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5fbf00), color-stop(1, #3f7f00) );
        background: -moz-linear-gradient( center top, #5fbf00 5%, #3f7f00 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5fbf00", endColorstr="#3f7f00");
        background: -o-linear-gradient(top,#5fbf00,3f7f00);
        background-color: #5fbf00;
        border: 0px solid #3f7f00;
        text-align: center;
        border-width: 0px 0px 1px 1px;
        font-size: 14px;
        font-family: Arial;
        font-weight: bold;
        color: #ffffff;
    }

    .deelnemers tr:first-child:hover td {
        background: -o-linear-gradient(bottom, #5fbf00 5%, #3f7f00 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5fbf00), color-stop(1, #3f7f00) );
        background: -moz-linear-gradient( center top, #5fbf00 5%, #3f7f00 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5fbf00", endColorstr="#3f7f00");
        background: -o-linear-gradient(top,#5fbf00,3f7f00);
        background-color: #5fbf00;
    }

    .deelnemers tr:first-child td:first-child {
        border-width: 0px 0px 1px 0px;
    }

    .deelnemers tr:first-child td:last-child {
        border-width: 0px 0px 1px 1px;
    }



/* Clearfix */



.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: left;
}

.clearfix {
    *zoom: 1;
}


/* Basic Styles */
body {
    background-color: #ece8e5;
    color: #000;
}

nav {
    position: fixed;
    top: 129px;
    width: 150px;
    background: #455868;
    font-size: 11pt;
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: bold;
    border-bottom: 2px solid #283744;
    float: left;
}

    nav ul {
        padding: 0;
        margin: 0 auto;
        width: 150px;
        height: 30px;
    }

    nav li {
        display: inline;
        float: left;
    }

        nav li.li_admin {
            background-color: salmon;
        }

        nav li.li_login {
            background-color: #8c99a4;
        }

            nav li.li_login a {
                color: black;
                text-shadow: none;
            }

    nav a {
        color: #fff;
        display: inline-block;
        width: 150px;
        text-align: center;
        text-decoration: none;
        line-height: 30px;
        text-shadow: 1px 1px 0px #283744;
    }

    nav li a {
        border-bottom: 1px solid #576979;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    nav li:last-child a {
        border-right: 0;
    }

    nav a:hover, nav a:active {
        background-color: #8c99a4;
    }

    nav a#pull, .hide_if_pc, .hide_if_pc2 {
        display: none;
    }

/*Styles for screen 1000px and lower*/

@media screen and (max-width: 1000px) {

    #content_rechts {
        display: none;
    }

    .hide_if_pc {
        display: block;
    }

    .content {
        width: calc(100% - 180px) !important;
    }
}



@media only screen and (max-width : 600px) {
    .login {
        display: none;
    }

    .hide_if_pc2 {
        display: block;
    }

    .head_content {
        width: 500px !important;
    }

    .header {
        height: 60px !important;
    }

    h1 {

        font-size: 25px !important;
    }

    nav {
        border-bottom: 0;
        width: 100%;
        top: 65px;
        left: 0px;
    }

        nav a {
            width: 100%;
        }

        nav ul {
            width: 100%;
            display: none;
            height: auto;
        }

        nav li {
            width: 100%;
        }

        nav a#pull {
            display: block;
            background-color: #283744;
            width: 100%;
            position: relative;
        }

            nav a#pull:after {
                content: "";
                background: url('nav-icon.png') no-repeat;
                width: 30px;
                height: 20px;
                display: inline-block;
                position: absolute;
                right: 15px;
                top: 5px;
            }

    .content_holder {
        height: 80%;
        padding-top: 60px !important;
    }



    .content {
        padding-left: 0 !important;
        padding-top: 30px;
        width: 100% !important;
    }
}

@media screen and (max-height: 250px) {

    #header-wrap {
        display: none;
    }

    nav {
        top: 0px;
    }

    .content_holder {
        padding-top: 0px !important;
    }
}
/*Smartphone
@media only screen and (max-width : 320px) {
nav {
width: 100%;

}
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
}*/

.hover { background-color: salmon; }

#header-wrap {
    position: fixed;
    top: 1;
    left: 0;
    width: 100%;
}

.header {
    position: fixed;
    width: 99%;
    height: 120px;
    border: 5px solid #FFFFFF;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    margin: -10px 0;
    background-color: #455868;
    background: url(header.jpg) repeat;
}

.head_content {
    width: 100%;
    display: table-cell;
    vertical-align: top;
}

.content_holder {
    width: 100%;
    z-index: -1;
    padding-top: 120px;
}

.content {
    padding-left: 170px;
    width: -moz-calc(100% - 470px);
    width: -webkit-calc(100% - 470px);
    width: calc(100% - 470px);
    float: left;
    text-align: center;
}

#content_rechts {
    float: right;
    height: 100%;
    overflow: auto;
    min-width: 266px;
    z-index: -100;
}




A {
    color: black;
    text-decoration: none;
    font-size: 9pt;
    font-family: Verdana, 'Century Gothic', sans-serif;
    margin: 0px;
}

    A:hover {
        color: #FFFFFF;
        text-decoration: underline;
        font-size: 9pt;
        font-family: Verdana, 'Century Gothic', sans-serif;
        margin: 0px;
    }


TR {
    font-family: Verdana, 'Century Gothic', sans-serif;
    border-color: #000000;
    font-size: 9pt;
    text-align: left;
    color: black;
}


TD.Balk {
    font-family: Verdana, 'Century Gothic', sans-serif;
    border-color: #000000;
    font-size: 9pt;
    text-align: left;
    vertical-align: top;
    background: black;
}

TR.kop {
    font-family: Verdana, 'Century Gothic', sans-serif;
    font-size: 9pt;
    text-align: left;
    color: #FFFFFF;
    background: #283744;
}

TR.hoofd {
    font-family: Verdana, 'Century Gothic', sans-serif;
    font-size: 9pt;
    text-align: left;
    color: black;
    background: #8c99a4;
}

TR.einde {
    font-size: 9pt;
}


TR.user1 {
    font-family: Verdana, 'Century Gothic', sans-serif;
    font-size: 9pt;
    text-align: left;
    color: #FFFFFF;
    background: #FF3300;
}

TR.user2 {
    font-family: Verdana, 'Century Gothic', sans-serif;
    font-size: 9pt;
    text-align: left;
    color: #FFFFFF;
    background: #FAC322;
}


TD.renner_groen {
    font-family: Georgia, 'Century Gothic', sans-serif;
    font-size: 8pt;
    text-align: left;
    color: #000080;
    background: #00FF00;
}

TD.renner_rood, TD.fout {
    font-family: Georgia, 'Century Gothic', sans-serif;
    font-size: 8pt;
    text-align: left;
    color: #000080;
    background: #FF0000;
}



H1 {
    color: white;
    font-size: 30pt;
    font-weight: bold;
    text-align: center;
}

H2 {
    font-family: Georgia, 'Century Gothic', sans-serif;
    color: #FF0000;
    font-size: 7pt;
    margin: 0px;
}
