@font-face{
    font-family:"FrutigerNextLT";
    src:url("../fonts/LT_54360.eot?iefix") format("eot");}
@font-face{
    font-family:"FrutigerNextLT";
    src:url("../fonts/LT_54360.eot?iefix");
    src:url("../fonts/LT_54360.woff") format("woff"),url("../fonts/LT_54360.ttf") format("truetype"),url("../fonts/LT_54360.svg#9f244bd5-a306-44d4-a295-4e5b617ae0ab") format("svg");
}

html, body {
    font-family: Arial, Verdana, Tahoma;
    color: black;
    font-size: 12px;
    height: 100%;
    padding: 0;
    margin: 0;
}

img{
    border: 0;
    outline: none;
}

p {
    line-height: 18px;
}

a {
    color: #000000;
    text-decoration: none;
    outline: none;
}

a:hover{
    color: #dc0000;
    text-decoration: none;
}

/*main containers*/
#mainContainer{
    margin: auto;
    width: 1000px;
    padding: 0;
}

#container{
    float: left;
    width: 1000px;
    padding: 0;
    margin: 0;
}

/* Header */
#headerContainer{
    background-color: #ffffff;
    position:fixed;
    top:0;
    height: 118px;
    width:100%;
    z-index: 99999;
    padding-bottom: 8px;
}

#header {
    height: 118px;
    width: 1000px;
    margin: 0 auto;
}

#logo
{
    float: left;
    width: 82px;
    height: 72px;
    margin: 21px 0 0 15px;
}

#slogan{
    float: left;
    width: 429px;
    margin: 25px 0 0 106px;
    height: 50px;
}

#slogan h1{
    color: #de0000;
    font-size: 40px;
    margin-top: 15px;
    line-height: 35px;
    font-family: "FrutigerNextLT", Arial, Verdana, Tahoma;
    font-weight: normal;
}

#languages
{
    float: left;
    width: 70px;
    height: 50px;
    margin:  5px 10px 0 142px ;
    font-size: 12px;
}

#languages a
{
    color: #606060;
    font-weight: bold;
}

#languages a:hover
{
    color: #de0000;
}

#topMenu{
    float: left;
    width: 129px;
    height: 24px;
    padding: 5px 0 0 15px;
    background: url('../images/topMenuBackground.png') top no-repeat;
    display: none;
}

#share
{
    float: left;
    display: block;
    width: 129px;
    height: 20px;
    padding: 5px 0 0 15px;
    background: url('../images/topMenuBackground.png') bottom no-repeat;
    cursor: pointer;
}

#topMenu a
{
    margin: 0 4px 0 0;
}

/* Menu */
#menu
{
    float: right;
    height: 20px;
    padding: 0;
    margin: 4px 15px 0 0;
    list-style-type: none;
    clear: both;
}

#menu li
{
    float: left;
    height: 20px;
    padding: 0;
    margin: 0;
}

#menu li a
{
    float: left;
    height: 16px;
    margin: 3px 0 1px 40px;
    padding: 0;
    color: #999999;
    font-weight: bold;
    display: block;
    font-size: 12px;
}

#menu li a:hover, #menu li a.active
{
    color: #db0000;
}

/* Content */
.subPage {
    height: 1080px;
    margin: 0 auto;
}

.contentWrapper {
    position: relative;
    z-index: 999;
    margin: 0 auto;
    min-width: 1000px;
    width: 1000px;
    font-family: "FrutigerNextLT";
    font-size: 15px;
    color: #fff;
}

#defaultContent {
    margin: 0 auto;
    padding-top: 210px;
}

.links {
    width: 900px;
    padding-left: 100px;
}

.midden {
    width: 600px;
    padding-left: 400px;
}

.rechts {
    width: 300px;
    padding-left: 700px;
}

.grijs {
    color: #333333;
}
.grijs h1 {
    color: #333333;
}

#defaultContent.grijs a {
	color: #333333;
}

#defaultContent.grijs a:hover {
	color: #db0000
}

#defaultContent a {
	color: #fff;
}

#defaultContent a:hover {
	color: #db0000;
}

#defaultContent table tr td {
    border-bottom: 1px solid #333333;
}

#sidebarContent {
    margin: 0 auto;
    padding-top: 210px;
}

#sidebarContent a
{
    text-decoration: underline;
}

#sidebarContent.links {
    width: 900px;
    padding-left: 100px;
}

#sidebarContent.midden {
    width: 600px;
    padding-left: 200px;
    padding-right: 200px;
}

#sidebarContent.rechts {
    width: 600px;
    padding-left: 400px;
}

#sidebarContentVlak {
    width: 500px;
    padding: 50px;
    color: #333333;
    background: url("../images/sidebarContentBg.png");
}

#sidebarContentVlak h1 {
    color: #333333;
    font-size: 30px;
}

/* Contact */
#subPage {
    margin: 0 auto;
    min-height: 100%;
    height: 100%;
}

.contentContact {
    margin: 0 auto;
    width: 880px;
    padding: 200px 0 0 120px;
    color: #000000;
}

.contentContact h1 {
    color: #333333;
    margin-bottom: 20px;
}

#flashMessage {
    float: left;
    width: 392px;

    padding-left: 35px;
    margin-bottom: 20px;
    line-height: 25px;
    border: 1px solid #bcd4b3;
    background: #e8ffdf url('../images/flashSucces.png') no-repeat 10px center;
    font-family: "FrutigerNextLT";
    font-size: 12px;
    color: #000000;
}

.contactLeft {
    float: left;
    width: 265px;
}

.contactRight {
    float: left;
    width: 500px;
}

.contactForm {
    float: left;
}

.colLeft {
    width: 192px;
    height: 27px;
    vertical-align: middle;
    padding-bottom: 6px;
}

.contactInput {
    width: 225px;
    height: 17px;
    line-height: 17px;
    border: 1px solid #999999;
    background: #fff;
    font-size: 12px;
    padding: 2px 5px;
    font-family: "FrutigerNextLT";
}

.contactInput.error {
    border: 1px solid #dc0000;
}

.inputArea {
    width: 225px;
    height: 200px;
    line-height: 17px;
    border: 1px solid #999999;
    background: #fff;
    font-size: 12px;
    padding: 2px 5px;
    font-family: "FrutigerNextLT";
    resize: none;
}

label:hover {
    cursor: pointer;
}

.small {
    font-size: 11px;
    color: #000000;
}

.inputSubmit {
    width: 100px;
    height: 44px;
    border: none;
    color: #fff;
    font-size: 13px;
    font-family: Arial, Verdana, Tahoma;
    cursor: pointer;
    background: url('../images/inputSubmit.png') no-repeat;
}

/* Sidebar */
#sidebarContainer {
    position: absolute;
    top: 220px;
    z-index: 9999;
}

#sidebar ul {
    float: left;
}

#sidebar ul li {
    height: 53px;
}

#sidebar ul li a {
    float: left;
    width: 53px;
    height: 53px;
    display: block;
}

.sidebarTooltip {
    float: left;
    height: 44px;
    margin-top: 5px;
    display: none;
}

.tooltipLeft {
    float: left;
    width: 17px;
    height: 44px;
    background: url('../images/sidebarTooltipLeft.png');
}

.tooltipMiddle {
    float: left;
    padding: 0 16px;
    background: url('../images/sidebarTooltipMiddle.png');
    line-height: 44px;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    font-family: "FrutigerNextLT";
}

.tooltipRight {
    float: left;
    width: 8px;
    height: 44px;
    background: url('../images/sidebarTooltipRight.png');
}

/* Sub Sub Navigatie */
#subsubNav {
    position: fixed;
    right: 0;
    top: 0;
    width: 16px;
    height: 100%;
    min-height: 100%;
    padding: 0 30px;
    background: #fff;
    z-index: 99999;
}

#subsubNav ul {
    float: left;
    width: 16px;
}

#subsubNav ul li {
    float: left;
    width: 16px;
    height: 16px;
    margin-bottom: 10px;
}

#subsubNav ul li a {
    float: left;
    width: 16px;
    height: 16px;
    display: block;
    background: url("../images/subsubNav.png") no-repeat;
}

#subsubNav ul li a:hover, #subsubNav ul li a.active {
    background: url("../images/subsubNavHover.png") no-repeat;
}

/* Listitems / Thumbnails */
#listitems {
    float: left;
    width: 1000px;
    margin: 80px 0 0 0;
    padding: 0;
    list-style: none;
}

#listitems li {
    float: left;
    width: 152px;
    margin: 0 7px 0 0;
    padding: 0;
    list-style: none;
}

#listitems li .thumbnailImage {
    float: left;
    padding-bottom: 32px;
    background: url("../images/thumbnailShadow.png") bottom center no-repeat;
}

#listitems li:hover .thumbnailImage {
    background: url("../images/thumbnailShadowHover.png") bottom center no-repeat;
}

#listitems li .thumbnailText {
    float: left;
    display: none;
    width: 152px;
    color: #ffffff;
    font-size: 13px;
    line-height: 18px;
    font-family: "FrutigerNextLT";
}

/*Headlines*/

h1, h2, h3, h4, h5, h6{
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-family: "FrutigerNextLT";
}

h1{
    font-size: 50px;
    color: #fff;
}

h2{
    font-size: 14px;
}

h3{
    font-size: 13px;
}

h4{
    font-size: 12px;
}

h5{
    font-size: 11px;
}

h6{
    font-size: 10px;
}