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

* {
    margin: 0;
}

body {
    background-color: #dbdbdb;
}

#printHeader {
    display: none;
}

#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 {
    width: 990px;
    height: 170px;
    background-color: #fff;
}

#logo {
    float: left;
    padding-left: 58px;
    margin-top: 31px;
}

#logo a {
    width: 152px;
    height: 0;
    background: #fff url(../img/logo.png) no-repeat;
    display: block;
    overflow: hidden;
    padding-top: 118px;
    z-index: 1;
}

#headerImg {
    float: left;
    margin-left: 57px;
}

#subheader {
    width: 990px;
    height: 51px;
    background: #378eb9 url(../img/subheader_bg.png) no-repeat;
}

#menu {
    float: left;
    margin-top: 10px;
    padding-left: 27px;
    list-style: none;
}

#menu li {
    float: left;
    margin-right: 1px;
}

#menu li a {
    display: block;
    height: 26px;    
    padding: 13px 10px 0 10px;
    background-color: #87cbec;
    border: #6294ac 1px solid;
    border-bottom: none;
    font: normal 12px/normal Verdana, Arial, Helvetica;
    color: #000;
    text-decoration: none;
}

#menu li a.active {
    height: 27px;
    background-color: #fff;
    border: #003471 1px solid;
    border-bottom: none;
    color: #c0272d;
}

#menu li a:hover {
    height: 26px;
    background-color: #c0272d;
    border: #8c1c21 1px solid;
    border-bottom: #003471 1px solid;
    color: #fff;
}

#menu li a.active:hover {
    height: 26px;
    background-color: #c0272d;
    border: #8c1c21 1px solid;
    border-bottom: #c0272d 1px solid;
    color: #fff;
}

#searchForm {
    float: right;
    padding: 16px 35px 0 0;
}

#searchForm fieldset{
    display: inline;
}

#searchForm .query {
    width: 158px;
    height: 15px;
    border: #8a8a8a 1px solid;
    font-size: 11px;
    color: #6d6e71;
    padding: 1px 2px 0 2px;
    margin-right: 3px;
}

#searchForm .submit {
    width: 41px;
    height: 18px;
    border: #4e4e4e 1px solid;
    background-color: #6b6b6b;
    font-size: 10px;
    color: #0f0e0e;
    text-transform: uppercase;
    padding: 0;
}

#typeAndSearch {
    float: right;
    margin: 18px 11px 0 0;
}

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

#submenuContainer {
    float: left;
    width: 180px;
    margin-top: 18px;
    padding-left: 16px;
}

#submenu {
    list-style: none;
    border-bottom: #cce9f7 1px solid;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

#submenu li {
    /*height: 26px;*/
    width: 180px;
    border-top: #cce9f7 1px solid;
}

#submenu .submenu {
    height: 100%;
    border: none;
}

#submenu li a {
    display: block;
    /*height: 19px;*/
    width: 167px;
    padding: 7px 0 7px 13px;
    background: transparent url(../img/submenu_arrow_parent.gif) no-repeat 0 9px;
    font: normal 11px/normal Verdana, Arial, Helvetica;
    color: #003471;
    text-decoration: none;
}

#submenu li a:hover {
    background: transparent url(../img/submenu_arrow_parent_hover.gif) no-repeat 0 9px;
    color: #c0272d;
}

#submenu li a:focus {
    outline: none;
}

#submenu li a.selected {
    background: transparent url(../img/submenu_arrow_parent_hover.gif) no-repeat 0 9px;
    color: #c0272d;
}

#submenu .open {
    height: 100%;
}

#submenu .open a {
    height: 18px;
}

#submenu ul {
    list-style: none;
    padding: 0 0 0 13px;
    display: none;
}

#submenu .open {
    display: block;
}

#submenu ul li {
    width: 167px;
    height: 20px;
    border: none;
}

#submenu ul li a {
    height: 16px;
    padding: 2px 0 0 11px;
    background: transparent url(../img/submenu_arrow_child.gif) no-repeat 0 3px;
}

#submenu ul li a:hover {
    background: transparent url(../img/submenu_arrow_child_hover.gif) no-repeat 0 3px;
    color: #c0272d;
}

#submenu ul li a.selected {
    background: transparent url(../img/submenu_arrow_child_hover.gif) no-repeat 0 3px;
    color: #c0272d;
}

#submenu ul .last {
    height: 23px;
    border: none;
}

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

#footer {
    background: transparent url(../img/footer_bg.gif) repeat-x;
}

#footerLinks {
    padding: 35px 0 0 19px;
    color: #7890ab;
    word-spacing: 6px;
}

#footerLinks a {
    font: normal 11px/normal Verdana, Arial, Helvetica;
    color: #003471;
    text-decoration: none;
    text-transform: uppercase;
    word-spacing: normal;
}

#librijnLogo {
    float: right;
    margin-right: 55px;
}
