html {
    background: url(../images/roodkapje.png) no-repeat center fixed;
    background-size: cover;
}

body {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 10px;
    text-align: center;
}

#wrapper {
    width: 100%;
    text-align: center;
}

.not_use {
    background-image: url("../images/roodkapje_tl.png"), url("../images/roodkapje_ul.png"), url("../images/roodkapje_tr.png"), url("../images/roodkapje_ur.png");
    background-position: top left, bottom left, top right, bottom right;
    background-repeat: no-repeat, repeat-y, no-repeat, repeat-y;
}

#container {
    width: 1080px;
    height: auto;
    background-color: transparent;
}

#header {
    height: 60px;
    text-align: center;
    vertical-align:central;
    border: 0px solid black;
}

#centerpage {
    width:1080px;
    height: 450px;
    min-height: 450px;
}

#leftmenu {
    width: 20%;
    height: 450px;
    min-height: 450px;
    float: left;
}

#menublock {
    background-color: white;
    margin: 20px;
    padding: 10px;
    border: 2px solid black;
}

#content {
    width: 60%;
    height: 450px;
    min-height: 450px;
    float: left;
    margin: 10px 0 10px 0;
}

#rightbar {
    width: 20%;
    height: 450px;
    min-height: 450px;
    float: right;
}

#footer {
    height: 30px;
    text-align: center;
    vertical-align: central;
    font-size: 9px;
    font-weight: bold;
}

.title {
  font-family: arial;
  font-size: 18px;
  color: red;
}

.loginblock {
    width: 100%;
    text-align: center;
    font-size: 11px;
    margin-top: 0px;
}

.loginblock_title {
    height: 25px;
    font-weight:bold;
}