body {
    padding: 10px;
    font-family: arial, helvetica, sans-serif;
    font-size: 9pt;
    color: #333333;
}

    /*  Structure */

div#container {
    width: 870px;
    height: 100%;
}

div#header {
    height: 60px;
    border-bottom: 3px solid #1a1a1a;
}

div#logo {
    height: 40px;
    line-height: 40px;
    padding: 10px;
}

div#logo img {
    border: 0px;
    float: left;
}

div#navigation {
    width: 160px;
    padding: 15px;
    float: left;
    overflow: visible;
}

div#content {
    width: 468px;
    padding: 10px;
    padding-bottom: 0px;
    margin-top: 15px;
    line-height: 15px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    float: left;
    overflow: visible;
    text-align: justify;
}

div#extra {
    width: 160px;
    padding: 15px;
    float: left;
    overflow: visible;
}

div#footer {
    width: 870px;
    height: 30px;
    padding-top: 30px;
    line-height: 30px;
    clear: both;
}

.pagebreak {
    clear: both;
}

    /*  Content & Style */

h1 {
    font-family: arial, verdana;
    font-size: 1.8em;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: left;
}

h2 {
    font-family: arial, verdana;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: 6px;
    text-align: left;
}

h3 {
    font-family: arial, verdana;
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 3px;
    margin-top: 3px;
}

hr {
    border: 0px;
    height: 1px;
    background-color: #cccccc;
    margin-top: 15px;
    margin-bottom: 15px;
}

span#slogan {
    float: right;
    font-family: arial, verdana;
    font-size: 1.7em;
    margin-top: -8px;
}

.eyecatcher {
    background-color: #f7f7f7;
    padding: 10px;
    overflow: auto;
    text-align: left;
    margin-bottom: 10px;
}

.eyecatcher h3 {
    font-family: arial, helvetica, sans-serif;
    font-size: 1.5em;
    line-height: 25px;
    color: #0066cc;
    margin-top: 10px;
}

div.logo {
    height: 100px;
    width: 100px;
    float: left;
    margin-right: 40px;
}

div#crdelta {
    background-image: url('../images/logos/crdelta.png');
    background-repeat: no-repeat;
    background-position: center center;
}

div#tudelft {
    background-image: url('../images/logos/logo-TU-Delft.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}


.left {
    float: left;
}

.right {
    float: right;
}

img.pdf {
    float: right;
    padding-left: 20px;
    border: 0px;
}

div.referentie {
    height: 60px;
}

div.referentie span.logo {
    width: 35%;
    height: 40px;
    margin-top: 10px;
    float: left;
}

div.referentie span.omschrijving {
    margin-top: 10px;
    height: 40px;
    width: 65%;
    float: left;
}


    /*  Navigation */

div#navigation ul {
    padding: 0px;
    margin: 0px;
}

div#navigation li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

div#navigation ul ul.active {
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
    display: block;
}

div#navigation ul ul.active li {
    list-style: square;
}

div#navigation ul ul {
    display: none;
}

div#navigation ul a {
    color: #0066cc;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
}

div#navigation ul  a:visited {
    color: #0066cc;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
}

div#navigation ul  a:hover {
    color: #0066cc;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-decoration: underline;
}

div#navigation ul  a.active {
    font-weight: bold;
}

    /*  Hyperlinks */

a {
    color: #0066cc;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    text-decoration: underline;
}

a:hover {
    text-decoration : none;
}

a:active {
    color : #000000;
}

div#footer a {
    color: #0066cc;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
}

div#footer a:hover {
    text-decoration : underline;
}

div#footer a:active {
    color : #000000;
}

    /*  Opvallend */

a.opvallend {
    display: block;
    padding: 5px;
    background-color: #0066cc;
    color: white;
    font-family: arial, helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

a.opvallend:hover {
    background-color: #f7f7f7;
    color: black;

    text-decoration : none;
}

a.opvallend:active {
    color : #000000;
}

    /*  Frontpage */

a.frontpage {
    display: block;
    float: left;
    width: 30%;
    line-height: 18px;
    padding: 5px;
    margin: 2px;
    background-color: #74abe1;
    color: white;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
}

a.frontpage:hover {
    background-color: #f7f7f7;
    color: black;

    text-decoration : none;
}

a.frontpage:active {
    color : #000000;
}



    /*  Forms */

textarea {
    border: 1px solid #c0c0c0;
    font-family : verdana;
    font-size : 8pt;
    color: #000000;
    width: 340px;
    height: 130px;
    margin-bottom: 5px;
    padding: 2px;
}

option {
    font-family : verdana;
    font-size : 8pt;
    color : #000000;
}

input {
    border : 1px solid #c0c0c0;
    font-family : verdana;
    font-size : 8pt;
    color : #000000;
    width: 340px;
    height: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    padding: 2px;
}

input[type="checkbox"] { width: 20px; clear: both; margin-top: 30px; display: block; margin-bottom: -15px; }
input[type="checkbox"] + i {margin-left: 30px; }


input.error {
    border: 1px solid green;
    background-color: #f7f7f7;
}

textarea.error {
    border: 1px solid green;
    background-color: #f7f7f7;
}

p.error {
    font-style: italic;
}

select {
    display: block;
    clear: right;
    margin-bottom: 5px;
    padding: 2px;
    border : 1px solid #c0c0c0;
    font-family : verdana;
    font-size : 8pt;
    color : #000000;
}

fieldset {
    border: 0;
}

label {
    float: left;
    text-align: left;
    width: 100px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 5px;
    clear: both;
}

input.button {
    border : 1px solid #c0c0c0;
    font-family : verdana;
    font-size : 8pt;
    color : #000000;
    width: 160px;
    height: 25px;
    line-height: 18px;
    margin-bottom: 5px;
    margin-left: 110px;
}


 /* referentie lijst */

ul#referentielijst { list-style: none; padding: 0; width: 100%; margin: 0; }
ul#referentielijst li { float: left; padding: 10px; margin: 10px; line-height: 110px; border: 1px solid #DFDFDF; width: 110px; height: 110px; display: block; text-align: center; }
ul#referentielijst li.big { width: 262px; }
ul#referentielijst li img { max-width: 110px; max-height: 110px; margin: auto auto; vertical-align: middle; }
ul#referentielijst li.big img { max-width: 262px; }

 /* referentie lijst */
ul.agenda { padding: 10px 0; }
ul.agenda li { overflow: auto; padding: 2px 0; }
ul.agenda li span { display: block; float: right; width: 330px; }