* {
}

a, a:active, a:visited {
    text-decoration: none;
}

a:hover {
    color: #ff0000;
}

html {
    width: 100%;
    height: 100%;
    color: #000000;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
    font-family: verdana, arial, helvetica, helve, sans-serif, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS';
    font-size: 100%;
    color: #000000;
    line-height: 1;
    text-align: center;
}

div {
    /*position: relative;*/
    margin: 0;
    padding: 0;
}

table {
    font-size: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
    border: 0 #000000 solid;
}

tr {
    font-size: 100%;
    padding: 0;
    margin: 0;
}

td {
    font-size: 100%;
    padding: 0;
    margin: 0;
    vertical-align: top;
    border: 0 #000000 solid;
}

h1 {
    margin: 1px 0 1px 0;
    font-size: 160%;
}

h2 {
    margin: 1px 0 1px 0;
    font-size: 145%;
}

h3 {
    margin: 1px 0 1px 0;
    font-size: 130%;
}

h4 {
    margin: 1px 0 1px 0;
    font-size: 115%;
}

hr {
    height: 1px;
    border: none;
    border-top: 1px #565656 solid;
    display: block;
    margin: 1px 0;
    padding: 0;
    background: none;
    width: 100%;
    clear: both;
}

img {
    border: 0;
    max-width: 100%;
}

i {
    font-family: serif;
    font-size: 12px;
    font-style: italic;
}

/* ##############################################     site basisinstellingen               ########################## */

.pi {
    width: 100%;
    height: 0;
    display: block;
    /*overflow:hidden;*/
    background-color: transparent;
}

body.inlog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
    font-family: verdana, arial, helvetica, helve, sans-serif, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS';
    font-size: 14px;
    color: #000000;
    line-height: 130%;
    text-align: center;
}

.body_beheer {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
    font-family: verdana, arial, helvetica, helve, sans-serif, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS';
    font-size: 14px;
    color: #000000;
    line-height: 1;
    text-align: center;
}

.body_header {
    height: 66px;
    margin: 0 auto 0 auto;
    padding-top: 10px;
    text-align: center;
}

#contentwrapper {
    position: relative;
    top: 0;
    width: 98.9%;
    max-width: 1180px;
    /* deprecated:   min-height: calc(100% - 84px); /* make space for footer incl top- & bottom-padding*/
    min-height: calc(100vh + 125px); /*  WAS:   calc(100vh + 125px)        */
    margin: auto;
    /* deprecated    margin-top: -79px; /* make space for footer incl top- & bottom-padding*/
    border: 0 #000000 dotted;
    background: transparent; /*center column color transparent*/
    text-align: left;
    z-index: 0;
}

#inner {
    position: relative;
    width: 100%;
    z-index: 3;
}

#main_container {
    width: 100%;
    height: 100%;
    /*height: calc(100vh - 66px - 11px - 11px );*/
    margin: 0 auto;
}

#main_header {
    background-color: transparent;
    width: 100%;
    border-top: 18px dotted transparent; /* make space for footer incl top- & bottom-padding*/
    padding: 0;
}

#header {
    position: relative;
    background-color: transparent;
    width: 100%; /* height:20px; */
    margin: 0 auto;
    padding: 22px;
}

p {
    margin: 0;
    padding: 0;
}

.volumen {
    position: relative;
    top: 0;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

#footercms {
    position: fixed;
    bottom: 0;
    clear: both;
    width: 100%;
    height: 46px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    font: 12px Verdana, Helvetica, sans-serif; /*  */
    text-align: center;
}

a:link {
    color: #0000ee;
    text-decoration: none;
}

a:visited {
    color: #0000ee;
    text-decoration: none;
}

a:hover {
    color: #ff0000;
}