@charset "utf-8";
/* Delftse Dalton School - Print */

* {
    margin: 0;
}

body {
    background-color: #dbdbdb;
}

#centerContainer {
    /*position: relative;
    width: 990px;
    margin: 0 auto;*/
}

img {
    border: none;
}

.clear {
    clear: both;
}

.floatLeft {
    float: left;
}

.floatRight {    
    float: right;
}

p {
    padding-top: 10px;
}

input, textarea {
    font-family: Arial, Helvetica, Verdana;
    line-height: normal;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

a {
    font-weight: normal;
    color: #43ade2;
    text-decoration: underline;
}

a:hover {
    color: #c0272d;
}

.ajaxLoader {
    display: none;
}

#header,
#logo,
#logo a,
#headerImg,
#subheader,
#menu,
#searchForm,
#typeAndSearch,
#submenuContainer,
#submenu,
#footer,
#librijnLogo,
#sidebarZone,
#contentSidebarLeftZone,
#contentSidebarRightZone {
    display: none;
}

#siteContainer {
    background-color: #fff;
    /*padding-bottom: 30px;*/
}

#contentContainer {
    /*float: right;
    width: 765px;
    margin-top: 18px;
    padding-right: 18px;*/
}

#printHeader {
    font: normal 12px/normal Arial, Helvetica, Verdana;
    color: #43ade2;
    height: 160px;
}