﻿/************* Main Items **************/
*
{
    margin: 0;
    padding: 0;
}
body
{
    font-family:Verdana;
    font-size: 12px;
    text-align: justify;
    background-color: #e1e0e5;
}
h1
{
    font-size: 24px;
}
h2
{
    font-size: 14px; 
    padding: 7px 0;
    margin-bottom: 10px;
    color: #233d78;
    padding-left: 45px;
    background-image: url(../images/menuarrow.png);
    background-repeat: no-repeat;
    background-position: 25px 20px;
    clear: both;
    padding-top: 20px;
}
/************** Link styles *************/
a
{
    color: #233d78;
    text-decoration: none;
}
a.largerLink
{
    font-weight:bold;
    font-size: 14px;
}
a.largerLink:hover
{
    color: #ffc402;
}
/*************** Language *****************/
#language
{
    width: 920px;
    margin: auto;
    background-color: #233d78;
    text-align: right;
    color: #fff;
}
#language li
{
    display: inline;
}
#language li a
{
    color: #fff;
    width: 80px;
    display: inline-block;
    padding: 3px 0 4px 0;
    text-decoration: none;
    text-align:center;
}
#language li a:hover
{
    font-weight: bold;
}
#language a#selected
{
    font-weight: bold;
    color: #ffc402;
}

/*************** Header **********************/
#header
{
    width: 920px;
    background-color: #fcfbff;
    margin: auto;
    font-size: 28px;
    text-transform: uppercase;
    color: #243678;
    padding-top:15px;
}
#headerLeft
{
    width: 40%;
    float: left;
    background-color: inherit;
    height: 105px;
}
#headerRight
{
    width: 60%;
    float: right;
    background-color: inherit;
    height: 65px;
    padding-top: 40px;
}

/*********** Menu **************/
#menu
{
    width: 920px;
    margin: auto;
    clear: both;
    background-color: #ffc402;
    border-top: 2px solid #233d78;
    border-bottom: 2px solid #233d78;
}
#menu ul
{
    color: #fff;
    display: block;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
#menu li
{
    display: inline;
}
#menu li a
{
    width: 150px;
    line-height: 32px;
    color: #233d78;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
}
#menu li a:hover
{
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
}
#menu li a#menuselected
{
    background-color: #233d78;
    color: #ffc402;
    font-weight: bold;
}
#menu li a#menuselected:hover
{
    background-color: #233d78;
    color: #ffc402;
    font-weight: bold;
    font-size:12px;
    line-height: 32px;
}

/**************** Content ****************/
#container
{
    width: 920px;
    margin: auto;
    background-color: #fcfbff;
}

#content li
{
    margin-left: 50px;
}
.contentLeft
{
    width: 62%;
    margin: auto;
    float: left;
    padding-left: 3%;
}
.contentLeftSmall
{
    width: 32%;
    margin: auto;
    float: left;
    padding-left: 3%;
    padding-top: 10px;
}
.contentRightSmall
{
    width: 32%;
    margin: auto;
    float: right;
    text-align: right;
    padding-right: 3%;
}
.contentRight
{
    width: 62%;
    margin: auto;
    float: right;
    padding-right: 3%;
    padding-top: 10px;
}

.clear
{
    clear: both;
}
p
{
    padding: 5px 0;
    line-height: 16px;
}
.center
{
    margin: auto;
    text-align: center;
}
.centerAdres
{
    margin: auto;
    text-align: center;
    color: #233d78;
    font-size: 14px;
    padding-bottom:20px;
}
.centerCatalogus
{
    text-align: center;
    width: 100%;
    padding-top:65px;
}
.centerCatalogusb
{
    text-align: center;
    width: 100%;
    padding-top:10px;
}
.centerAdres
{
    text-align: center;
    margin-top: 30px;
}
#service table
{
    width: 100%;
    margin: auto;
    text-align: center;
}
/*************** Content Roadmap ************/
#contentRoadmapLeft
{
    width: 20%;
    float: left;
    height: 467px;
    padding-left: 40px;
    margin-top: 100px;
}
#contentRoadmapRight
{
    text-align: center;
    width: 70%;
    float: right;
}
#contentRoadmap img
{
    margin: auto;
}
/*************** Contact *****************/
#contact
{
    width: 500px;
    margin: auto;
}
#contact td
{
    height: 30px;
}
.submitButton
{
    width: 150px;
    margin-left: 80px;
    margin-top: 20px;
}

/**************** Footer *****************/
#footer
{
    clear: both;
    background-color: #233d78;
    color: #fff;
    text-align: center;
    padding: 3px 0;
}
#footer p
{
    color: #ffc402;
}
#footer p a
{
    color: #ffc402;
}
#footer a:hover
{
    color: #fff;
}
