*   {
    margin: 0px;
    padding: 0px;
    
    font-size: 100%;
    font-family: Verdana;
}
html, body    {
    margin: 0px;
    padding: 0px;
    
    border: 0px;
    
    background-color: #25416c;
    
    width: 100%;
    height: 100%;
    
    font-size: 0.9em;
}
img   {
    border: 0px;
}

#siteContainer   {
    position: absolute;
    
    width: 980px;
    left: 50%;
    margin-left: -490px;
    
    height: 565px;
    top: 50%;
    margin-top: -282px;
    
    background-image: url("../../gfx/bg.body.jpg");
}
#siteContainerStart   { /* Kopie van #siteContainer (moet minimaal een kopie blijven) maar dan met afwijkende waarden voor de startpagina */
    position: absolute;
    
    width: 980px;
    left: 50%;
    margin-left: -490px;
    
    height: 565px;
    top: 50%;
    margin-top: -282px;
    
    background-image: url("../../gfx/bg.body_home.jpg");
}

#siteContent    {
    position: absolute;
    top: 155px;
    left: 281px;
    
    overflow: auto;
    
    width: 690px;
    height: 410px;
    
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
}

#siteContentText    {
    /*padding-top: 76px;*/
}

#siteContent a  {
    text-decoration: underline;
    color: #d3005f;
}
#siteContent a:hover  {
    text-decoration: none;
}

#siteMenu   {
    /*position: absolute;
    top: 120px;*/
    /*height: 320px;*/

    /*height: 100%;*/

    width: 270px;
}
#siteMenu ul.bottom    {
    position: absolute;
    top: 100%;
    
    margin-top: -60px;
}
#siteMenu ul.bottom li {
    background-image: url("../../gfx/menuitem_small.png");
    background-position: top;

    margin-left: 20px;
    
    border: 1px solid red;
    
    width: 100px;
    
    float: left;
}
#siteMenu ul.bottom li a {
    font-size: 1.0em;
    
    padding-left: 0px;
    margin-top: 20px;
    
    float: left;
    /*position: relative;
    top: 20px;
    left: -55px;
    width: 100%;*/
    
    text-align: center;
}


#siteMenu .bottomItems  {
    position: absolute;
    top: 100%;
    
    padding-left: 10px;
    padding-bottom: 10px;
    
    margin-top: -60px;
    
    text-align: center;
}
#siteMenu .bottomItems div  {
    display: block; 
    height: 70px; 
    
    float: left;
    text-align: center;
    
    margin-right: 20px;
}
#siteMenu .bottomItems div a  {
    font-family: "Times new Roman";
    font-size: 1.0em;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    
    text-align: center;
}


#siteMenu ul    {
    margin-top: 155px;
    margin-left: 15px;
    
    list-style: none;
}
#siteMenu ul li {
    font-family: "Times new Roman";
    color: #ffffff;
    
    list-style: none;
    
    padding-bottom: 20px;
    
    background-image: url("../../gfx/menuitem.png");
    background-position: left top;
    background-repeat: no-repeat;
}
#siteMenu ul li a {
    font-family: "Times new Roman";
    font-size: 1.4em;
    color: #ffffff;
    font-weight: bold;
    
    display: block;
    
    height: 20px;
    
    padding-top: 12px;
    padding-left: 50px;
    
    text-decoration: none;
    /*text-transform: capitalize;*/
    font-variant: small-caps;
}
#siteMenu ul li.active, #siteMenu ul li:hover  {
    color: #d3005f;
}
#siteMenu ul li.active a, #siteMenu ul li a:hover  {
    color: #d3005f;
}
#siteMenu ul li.active li, #siteMenu ul li:hover li,
#siteMenu ul li.active li a, #siteMenu ul li:hover li a  {
    color: #ffffff !important;
}


#siteMenu ul li ul    { /* Submenu */
    margin-top: 0px;
    margin-left: 80px;
    
    list-style: none;
}
#siteMenu ul li ul li {
    background-image: none;
    
    color: #ffffff;
    
    padding-bottom: 0px;
}
#siteMenu ul li ul li a {
    font-size: 1.0em;
    
    color: #ffffff;

    height: 20px;
        
    padding-top: 0px;
    padding-left: 0px;
}



#siteContent table    {
    width: 100%;
}
#siteContent table th, #siteContent table td    {
    text-align: left;
}


#siteContent button  {
    background: transparent;
    border: 0px;
    color: #d3005f;
}

#siteContent h1 {
    margin-top: 10px;
    margin-bottom: 20px;
    
    font-size: 1.2em;
}

#siteContent ul {
    margin-left: 20px;
}

#siteContent div.form   {
    background-color: #ffffff;
    
    width: 500px;
    
    padding: 10px;
    padding-top: 20px;
    
    margin-top: 20px;
}
#siteContent div.form table th, #siteContent div.form table td    {
    color: #0d305e;
    font-style: normal;
}
#siteContent div.form .textbox    {
    width: 300px;
    height: 28px;
    
    font-weight: normal;
    font-style: normal;
    
    border: 0px;
    
    background-image: url("../../gfx/bg.textbox.jpg");
    background-repeat: repeat-x;
}
#siteContent div.form textarea.textbox    {
    height: 50px;
}
#siteContent div.form .required  {
    
}
#siteContent div.form a  {
    text-decoration: none;
}
#siteContent .contactSubmit {
    display: block;
    
    color: #ffffff;
    text-align: left;
    font-weight: bold;
    
    background-image: url("../../gfx/menuitem.png");
    background-position: left 18px;
    background-repeat: no-repeat;
    
    padding-left: 50px;
    
    height: 80px;
    
    position: absolute;
    
    left: 100%;
    margin-left: -145px;
    
    top: 40px;
}

#siteContent .contactFoto    {
    position: absolute;
    
    left: 100%;
    margin-left: -138px;
    
    top: 200px;
}

#siteContent .startTaalkeuze    {
    text-align: center; 
    
    padding-top: 345px; 
    
    width: 400px;
}


#siteContent .schilderij    {
    height: 190px;
    
    float: left;
    
    margin-right: 20px;
    margin-bottom: 20px;
}
#siteContent .schilderij .image    {
    text-align: center;
}
#siteContent .schilderij .label    {
    clear: both;
    
    font-size: 0.85em;
}
#siteContent .schilderij .label .leftSpan    {
    float: left;
}
#siteContent .schilderij .label .rightSpan    {
    float: right;
}

#siteContent .schilderijDetail  {
    
}
#siteContent .schilderijDetail .image  {
    float: left;
}
#siteContent .schilderijDetail .info  {
    padding-left: 20px;
    
    float: left;
    
    position: absolute;
}
#siteContent .schilderijDetail .info h1  {
    color: #9d9d96;
    
    font-size: 3.0em;
    font-weight: normal;
    
    margin-bottom: 5px;
}
#siteContent .schilderijDetail .info span  {
    color: #9d9d96;
    font-size: 1.1em;
    font-style: normal;
}


#siteContent .schilderijoverzicht_buttons   {
    position: absolute;
    left: 482px;
    top: 369px;
    
    width: 90px;
    height: 37px;
}
#siteContent a.schilderijoverzicht_vorige, #siteContent a.schilderijoverzicht_vorige_active {
    display: block;
    float: left;
    
    width: 45px;
    height: 37px;
    
    text-decoration: none;
    
    background-image: url("../../gfx/icon.pijllinks.png");
    background-position: left;
    
    cursor: pointer;
}
#siteContent a.schilderijoverzicht_vorige_active, #siteContent a.schilderijoverzicht_vorige_active:hover {
    background-image: url("../../gfx/icon.pijllinks_hover.png");
}
#siteContent a.schilderijoverzicht_volgende, #siteContent a.schilderijoverzicht_volgende_active {
    display: block;
    float: left;
    
    width: 45px;
    height: 37px;
    
    text-decoration: none;
    
    background-image: url("../../gfx/icon.pijlrechts.png");
    background-position: right;
    
    cursor: pointer;
}
#siteContent a.schilderijoverzicht_volgende_active, #siteContent a.schilderijoverzicht_volgende_active:hover {
    background-image: url("../../gfx/icon.pijlrechts_hover.png");
}


#talenTerug {
    position:absolute;
    width:500px;
    height:100px;
    left:20px;
    cursor:pointer;
}
