@font-face {
font-family: 'ubunturegular';
src: url('font-webfont.woff2') format('woff2'),
        url('font-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
/* Body en tabel styling */
body {
    text-align: center;
    font-family: 'ubunturegular';
    font-size: 14px;
    background-color: #ffffff;
}
table tr td {
    font-family: 'ubunturegular';
    font-size: 14px;
    color: #434343;
    border: 0px;
}
h2 {
    font-size: 24px;
    font-family: 'ubunturegular';
    color: #434343;
}
h3 {
    font-size: 18px;
    font-family: 'ubunturegular';
    color: #434343;
}
h4 {
    font-size: 16px;
    font-family: 'ubunturegular';
    color: #434343;
}
h5 {
    font-size: 14px;
    font-family: 'ubunturegular';
    color: #434343;
}
a:link {
    color: #434343;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #434343;
}
a:hover {
    text-decoration: none;
    color: #5c5c5c;
}
a:active {
    text-decoration: none;
    color: #434343;
}
.formfieldlogin{
    height: 28px;
    font-size: 14px;
	width: 200;
}
.loginbutton {
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    color: #434343;
    background-color: #e4e4e4;
    cursor: pointer;
    border-style: hidden;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px;
    border-style: solid;
    border-color: #cacaca;
}
.loginbutton:hover {
    opacity: 90%;
}
/* Opbouw SUBpagina */
.subtitle{
    text-align: left;
    width: 100%;
    max-width: 800px;
    padding: 5px;
    box-sizing: border-box;
}
/* Meldingvensters gebruik <p> */
.notice {
    width: 250px;
    background-color: #98ff7e;
    text-align: left;
    box-sizing: border-box;
    font-size: 14px;
    padding: 10px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 100;
    border: 1px solid;
    border-radius: 5px;
    border-color: #ffffff;
}
.error {
    width: 250px;
    background-color: #ff7e7e;
    text-align: left;
    box-sizing: border-box;
    font-size: 14px;
    padding: 10px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 100;
    border: 1px solid;
    border-radius: 5px;
    border-color: #ffffff;
}
/* Afbeeldingen */
.logo {
    float: left;
    height: auto;
    width: 100%;
    max-width: 250;
    margin-bottom: 25;
}
/* avatars */
.avatarhome {
    float: right;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    border: 1px solid #ffffff;
}
@media only screen and (min-width: 800px) {
/* Opbouw Main Pagina */
    .wrap{
        display: inline-block;
        max-width: 1000px;
        width: 100%;
        text-align: center;
        align-items: center;
        align-content: center;
        align-self: center;
        box-sizing: border-box;
        vertical-align: top;
    }
    #sidebar {
        display: inline-block;
        width: 100%;
        max-width: 675px;
        border: 1px solid #cacaca;
        border-radius: 10px;
        text-align: left;
        box-sizing: border-box;
        background-color:#ffffff;
    }
    #contentframe {
        display: inline-block;
        width: 100%;
        max-width: 300px;
        text-align: left;
        box-sizing: border-box;
        margin-left: 20px;
    }
    .header{
        display: inline-block;
        width: 100%;
        background-color: #efefef;
        text-align: right;
        box-sizing: border-box;
    }
    .zijblok{
        display: inline-block;
        background-color: #ffffff;
        border-radius: 10px;
        text-align: left;
        box-sizing: border-box;
        border: 1px solid #cacaca;
        width: 100%;
        max-width: 300px;
        padding: 10px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 799px) {
/* Opbouw Main Pagina */
    #sidebar {
        width: 100%;
        box-sizing: border-box;
        text-align: left;
        background-color:#ffffff;
        border: 1px solid #cacaca;
        border-radius: 10px;
        margin-top:85;
        margin-bottom:20;
    }
    #contentframe {
        width: 100%;
        text-align: left;
        box-sizing: border-box;
    }
    .header{
        position: fixed;
        height: 80;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #efefef;
        text-align: right;
        box-sizing: border-box;
    }
    .zijblok{
        width: 100%;
        box-sizing: border-box;
        text-align: left;
        background-color:#ffffff;
        border: 1px solid #cacaca;
        border-radius: 10px;
        margin-top:5;
        padding: 10px;
    }
}