﻿*
{
    font-size: 12pt;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: normal;
    color: #000044;
}

body
{
    padding: 0px;
    margin: 0px;
    background-color: Blue;
    background-image: url("http://www.danninge.nl/images/design/background2.png");
    background-repeat: repeat;
}

/* General page items */
input, textarea, select
{
    border: solid 1px Silver;
}

input:focus, textarea:focus, select:focus
{
    border: solid 1px #19739f;
}

label:hover, a:hover
{
    color: #19739f;
}

h1
{
    font-family: Arial;
    font-size: 14pt;
    color: #19739f;
    font-weight: bold;
    margin: 10px 0px -2px 0px;
}

h2
{
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 13pt;
    font-weight: bold;
    color: #19739f;
}

h3
{
    font-size: 100%;
    font-weight: bold;
}

p
{
    margin-top: 4px;
    margin-bottom: 10px;
    line-height: 140%;
}


/* Design specific items */

div#blackLineUnder
{
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 6px;
    width: 100%;
    background-color: Black;
    font-size: 1px;
}

div#blackLineTop
{
    height: 6px;
    width: 100%;
    background-color: Black;
    font-size: 1px;
}

div#totalWrap
{
    text-align: left;
    width: 853px;
    margin: 0 auto;
    padding: 0px;
    height: 100%;
}

div#logoWrap
{
    padding: 15px;
    height: 60px;
    width: 853px;
    color: White;
}

div#topWrap
{
    background-image: url("http://www.danninge.nl/images/design/top.png");
    background-repeat: no-repeat;
    height: 164px;
    width: 853px;
}

div#topTexts
{
    width: 100%;
    height: 100%;
    position: relative;
}

span#TextTopWrapTopLine
{
    font-size: 14pt;
    font-weight: bold;
    font-family: Trebuchet MS, Futura Md BT, Verdana, Arial;
    color: Black;
    font-style: italic;
    letter-spacing: -1px;
    right: 13px; 
    position: absolute;
    top: 31px;
}

span#TextTopWrapSecondLine
{
    font-size: 14pt;
    font-weight: bold;
    font-family: Trebuchet MS, Futura Md BT, Verdana, Arial;
    color: Black;
    font-style: italic;
    letter-spacing: -1px;
    right: 13px;
    position: absolute;
    top: 68px;
}

div#contentWrap
{
    background-image: url("http://www.danninge.nl/images/design/contentBackground.png");
    background-repeat: repeat-y;
    background-color: White;
    margin: 0px;
    width: 853px;
    
}

div#contentSecondWrap
{
    padding: 0px 0px 0px 10px;
    width: 843px;
}

div#whiteLine6PX
{
    height: 6px;
    font-size: 1px;
}

div#yellowHorizontalLine
{
    height: 4px;
    width: 833px;
    background-color: #f2c93b;
    font-size: 1px;
}

div#whiteLine5PX
{
    height: 5px;
    font-size: 1px;
}

div#menuAndContentWrap
{
    margin-left: -10px;
    padding-left: 10px;
    background-image: url('http://www.danninge.nl/images/design/contentBackgroundZwart.png');
    background-repeat: repeat-y;
}

div#contentTotaal
{
    float: right;
    margin: 0px;
    margin-right: 32px;
    padding: 0px;
    width: 590px;
    _width: 575px;
}

div#whiteSpaceTussenTitelEnContent
{
    background-color: #19739f;
    height: 1px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 1px;
}

div#navigatieTotaal
{
    width: 200px;
    background-color: Black;
    float: left;
}

div#whiteSpaceBovenNavigatie
{
    height: 5px;
    font-size: 1px;
}

div#navigatieTekst
{
    height: 30px;
    background-color: #f2c93b;
    padding-right: 23px;
    margin: 0px 0px 25px 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-family: Trebuchet MS;
    font-size: 19pt;
    color: Black;
    text-align: right;
    letter-spacing: -1px;
    font-weight: normal;
}

div#alleMenuItems
{
    text-align: right;
    padding-right: 23px;
    padding-left: 24px;
}

div.menuItem
{
    color: White;
    font-size: 12pt;
    text-transform: uppercase;
    font-family: Trebuchet MS;
}

a.menuItemLink
{
    font-family: Trebuchet MS;
    letter-spacing: -1px;
    color: White;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

div.menuItem:hover
{
    color: #f2c93b;
}

div.menuItem:hover > *
{
    color: #f2c93b;
}

div.menuItem:hover > div
{
    background-color: #f2c93b;
    color: #f2c93b;
}

div.menuStreep
{
    width: 100%;
    height: 1px;
    font-size: 1px;
    background-color: White;
    margin-top: 0px;
    margin-bottom: 20px;
}

div#clearMenuAndContent
{
    clear: both;
    height: 1px;
    margin-bottom: 15px;
}

div#onderkantWrap
{
    margin-top: -21px;
    height: 31px; 
    width: 853px; 
    background-image: url("http://www.danninge.nl/images/design/onderkant.png");
    background-repeat: no-repeat;
    font-size: 1px;
}

div#ondermargin
{
    margin-top: 8px;
    height: 30px;
    color: White;
    text-align: center;
    font-size: 10pt;
}

a.ontworpenLink
{
    color: White;
    text-decoration: none;
    font-size: 10pt;
}

a.ontworpenLink:hover
{
    color: White;
    text-decoration: underline;
}

div#voorbehoudInfo
{
    font-size: 70%;
    margin-top: 10px;
    margin-bottom: 10px;
}

div#nooitMeerVergetenWrapper
{
    width: 344px;
    _width: 330px;
    height: 226px;
    float: right;
    padding: 3px;
    border: 1px solid rgb(25, 115, 159);
}

div#nooitMeerVergetenSecondWrapper
{
    background-color: rgb(25, 115, 159);
    width: 100%;
    height: 100%;
}

div#nooitMeerVergetenTexts
{
    position: relative;
    top: 10px;
    left: 10px;
}

h2#nooitMeerVergetenKop
{
    color: Black;
    margin: 0px;
    padding: 0px;
    font-family: Trebuchet MS;
    letter-spacing: -1px;
    font-size: 16pt;
    font-weight: bold;
}

div.nooitMeerVergetenSubTitel
{
    color: White;
    font-size: 14pt;
    font-family: Trebuchet MS;
    letter-spacing: -1px;
    margin-top: 5px;
}

div.nooitMeerVergetenItem
{
    color: White;
    font-family: Verdana;
    font-size: 10pt;
    width: 320px;
}