body {
    
}

div.testje {
    cursor: url(logo.cur), url(../images/logo.cur), default;
}

img {
    border: 0px;
}

img.top_logo {
    margin-right: 0px;
    position: absolute;
    top: 8px;
    left: 10px;
    width: 30px;
}

img.header_logo {
    width: 250px;
    position: fixed;
    z-index: 302;
    top: 0px;
}

img.footer_logo {
    width: 250px;
    position: fixed;
    z-index: 302;
    bottom: 0px;
}

img.csm {
    position: fixed;
    z-index: 302;
    bottom: 0px;
    height: 200px;
    width: 200px;
    display: block;
    margin-left: 835px;
    margin-bottom: 115px;
}

img.watermerk {
/*    position: absolute;
    margin-left: -330px;
    margin-top: -215px;*/
    position: fixed;
    margin-left: -350px;
    top: -200px;
    z-index: -1;
}

img.qrcode {
    position: absolute;
    width: 200px;
    margin-top: 250px;
    margin-left: -80px;
}

img.portfolio {
    width: 100%;
    height: 400px;
}

/*#portfolios {
    width: 100%;
    height: 400px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 10px;
}

#portfolios div.scrollableArea img
{
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
         If you don't want the images in the scroller to be selectable, try the following
           block of code. It's just a nice feature that prevent the images from
           accidentally becoming selected/inverted when the user interacts with the scroller. 
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
}*/

div.offerte {
    position: absolute;
    margin-left: 20px;
    margin-top: 10px;
    z-index: 200;
}

div.success {
    font-weight: bold;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 16px;
    text-align: center;
    width: 400px;
    height: auto;
    text-align: left;
    white-space: pre-line;
    position: fixed;
    top: 50px;
    left: 10px;
    padding-left: 10px;
    z-index: 301;

    background: transparent;

    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(122, 238, 60);
    /* RGBa with 0.6 opacity */
    background-color: rgba(122, 238, 60, 0.8);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F7AEE3C, endColorstr=#7F7AEE3C);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F7AEE3C, endColorstr=#7F7AEE3C)";
}

div.color_success {
    font-weight: bold;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 16px;
    color: #7AEE3C;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.fail {
    font-weight: bold;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 16px;
    text-align: center;
    width: 400px;
    height: auto;
    text-align: left;
    white-space: pre-line;
    position: fixed;
    top: 50px;
    left: 10px;
    padding-left: 10px;
    z-index: 301;

    background: transparent;

    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255, 64, 64);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 64, 64, 0.8);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFF4040, endColorstr=#7FFF4040);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFF4040, endColorstr=#7FFF4040)";
}

div.color_fail {
    font-weight: bold;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 16px;
    color: #FF4040;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.footer, div.foot_content {
    position: fixed;
    bottom: 0px;
    z-index: 301;
}

div.sofides {
    margin-top: 10px;
}

div.page {
    min-height: 250px;
    padding-top: 80px;
}

div.separator, p.separator {
    margin-left: -50px;
    margin-top: 20px;
}

div.first {
    padding-top: 0px;
}

div.last {
    margin-bottom: 170px;
}

div.fullpage {
    border-right: 6px;
    border-right-style: double;
    border-right-color: #8aa0cf;
    
    background: transparent;

    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.9);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF, endColorstr=#7FFFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF, endColorstr=#7FFFFFFF)";
}

div.foot_content {
    background-color: #ffffff;
    height: 130px;
    padding-top: 5px;
}

div.footer_text {
    text-align: justify;
    margin: 0px;
}

span.footer_bold {
    font-size: 12px;
    font-weight: bold;
    color: #ADC0E7;
}

div.footer_text, div.content, div.sofides {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    background: transparent;
}

div.footer_contact {
    margin-left: 40px;
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #ABABAB;
    margin-bottom: 5px;
}

div.content {
    min-height: 300px;
}

p.midsection {
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 16px;
    font-weight: bold;
    background-color: #F9F9F9;

    text-align: right;
    white-space: pre-line;
}

p.content, p.subcontent, div.footer_text, div.sofides {
    line-height: 16px;
    display: block;
    vertical-align: baseline;
    white-space: pre-line;
}

p.content {
    margin-bottom: 10px;
    margin-top: 15px;
}

p.subcontent {
    margin-bottom: 10px;
    margin-top: 5px;
}

h2 {
    color: #2D4A87;
    font-size: 32px;
    line-height: 34px;
    margin-top: 6px;
    margin-bottom: 5px;
    margin-left: -10px;
    font-weight: bold;
    font-family: Verdana, Arial, sans-serif;
}

div.header_2 {
    color: #2D4A87;
    font-size: 32px;
    line-height: 34px;
    margin-top: 6px;
    margin-bottom: 5px;
    margin-left: -10px;
    font-weight: bold;
}

div.header_3 {
    color: #2D4A87;
    font-size: 22px;
    line-height: 24px;
    margin-top: 4px;
    margin-bottom: 8px;
}

div.header_3 .bold {
    font-weight: bold;
}

/*http://www.colorzilla.com/gradient-editor/*/
div.barfooter {
    margin-left: 5px;
    margin-bottom: -20px;
    position: relative;
    bottom: 140px;
    width: 870px;
    height: 40px;
    z-index: 301;

    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhhYTBjZiIgc3RvcC1vcGFjaXR5PSIwLjEyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjglIiBzdG9wLWNvbG9yPSIjOGFhMGNmIiBzdG9wLW9wYWNpdHk9IjAuMTQiLz4KICAgIDxzdG9wIG9mZnNldD0iMTglIiBzdG9wLWNvbG9yPSIjOGFhMGNmIiBzdG9wLW9wYWNpdHk9IjAuMTciLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjOGFhMGNmIiBzdG9wLW9wYWNpdHk9IjAuNDMiLz4KICAgIDxzdG9wIG9mZnNldD0iNTQlIiBzdG9wLWNvbG9yPSIjOGFhMGNmIiBzdG9wLW9wYWNpdHk9IjAuNTciLz4KICAgIDxzdG9wIG9mZnNldD0iNjElIiBzdG9wLWNvbG9yPSIjOGFhMGNmIiBzdG9wLW9wYWNpdHk9IjAuNjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNjclIiBzdG9wLWNvbG9yPSIjOGFhMGNmIiBzdG9wLW9wYWNpdHk9IjAuNiIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NyUiIHN0b3AtY29sb3I9IiNiZGNhZTciIHN0b3Atb3BhY2l0eT0iMC41MiIvPgogICAgPHN0b3Agb2Zmc2V0PSI4OCUiIHN0b3AtY29sb3I9IiNhMWIzZGEiIHN0b3Atb3BhY2l0eT0iMC40MyIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NyUiIHN0b3AtY29sb3I9IiM4YWEwY2YiIHN0b3Atb3BhY2l0eT0iMC44NiIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOGFhMGNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  rgba(138,160,207,0.12) 0%, rgba(138,160,207,0.14) 8%, rgba(138,160,207,0.17) 18%, rgba(138,160,207,0.43) 42%, rgba(138,160,207,0.57) 54%, rgba(138,160,207,0.65) 61%, rgba(138,160,207,0.6) 67%, rgba(189,202,231,0.52) 77%, rgba(161,179,218,0.43) 88%, rgba(138,160,207,0.86) 97%, rgba(138,160,207,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(138,160,207,0.12)), color-stop(8%,rgba(138,160,207,0.14)), color-stop(18%,rgba(138,160,207,0.17)), color-stop(42%,rgba(138,160,207,0.43)), color-stop(54%,rgba(138,160,207,0.57)), color-stop(61%,rgba(138,160,207,0.65)), color-stop(67%,rgba(138,160,207,0.6)), color-stop(77%,rgba(189,202,231,0.52)), color-stop(88%,rgba(161,179,218,0.43)), color-stop(97%,rgba(138,160,207,0.86)), color-stop(100%,rgba(138,160,207,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(138,160,207,0.12) 0%,rgba(138,160,207,0.14) 8%,rgba(138,160,207,0.17) 18%,rgba(138,160,207,0.43) 42%,rgba(138,160,207,0.57) 54%,rgba(138,160,207,0.65) 61%,rgba(138,160,207,0.6) 67%,rgba(189,202,231,0.52) 77%,rgba(161,179,218,0.43) 88%,rgba(138,160,207,0.86) 97%,rgba(138,160,207,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(138,160,207,0.12) 0%,rgba(138,160,207,0.14) 8%,rgba(138,160,207,0.17) 18%,rgba(138,160,207,0.43) 42%,rgba(138,160,207,0.57) 54%,rgba(138,160,207,0.65) 61%,rgba(138,160,207,0.6) 67%,rgba(189,202,231,0.52) 77%,rgba(161,179,218,0.43) 88%,rgba(138,160,207,0.86) 97%,rgba(138,160,207,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(138,160,207,0.12) 0%,rgba(138,160,207,0.14) 8%,rgba(138,160,207,0.17) 18%,rgba(138,160,207,0.43) 42%,rgba(138,160,207,0.57) 54%,rgba(138,160,207,0.65) 61%,rgba(138,160,207,0.6) 67%,rgba(189,202,231,0.52) 77%,rgba(161,179,218,0.43) 88%,rgba(138,160,207,0.86) 97%,rgba(138,160,207,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(138,160,207,0.12) 0%,rgba(138,160,207,0.14) 8%,rgba(138,160,207,0.17) 18%,rgba(138,160,207,0.43) 42%,rgba(138,160,207,0.57) 54%,rgba(138,160,207,0.65) 61%,rgba(138,160,207,0.6) 67%,rgba(189,202,231,0.52) 77%,rgba(161,179,218,0.43) 88%,rgba(138,160,207,0.86) 97%,rgba(138,160,207,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f8aa0cf', endColorstr='#8aa0cf',GradientType=0 ); /* IE6-8 */

    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
}

div.content ul li {
    list-style: none;
    background-image: url(../images/list_item.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 0 3px 20px;
    margin: .4em 0;
}

div.content ul li.sub {
    background-image: url(../images/list_item_2.png);
    margin-left: 20px;
}

div.content ul.digicert li {
    background: transparent;
    text-align: center;
    margin-top: 30px;
}

div.content ul.digicert img {
    height: 120px;
    margin-left: 10px;
    margin-right: 10px;
}

div.content ul.digicert img.large {
    height: 180px;
}

div.menu {
    position: fixed;
    margin-left: 0px;
    text-align: center;
    z-index: 301;
    border:1px solid #2D4A87;
    border-top: 0px;

    background: transparent;
    zoom: 1;

    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.7);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF, endColorstr=#7FFFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF, endColorstr=#7FFFFFFF)";

    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
}

ul {
    padding: 0px;
}

ul.menu li {
    color: #BF9030;
/*    color: black;*/
    padding: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
    display: inline-block;
    margin-top: 10px;
    text-align: right;
    line-height: 18px;
}

/*http://stackoverflow.com/questions/4601317/css-to-create-curved-corner-between-two-elements*/
ul.menu li.item a {
    float: left;
    padding: 4px 10px 4px 10px;
    text-decoration: none;
/*    */
    margin: 0 3px 0 0;
    font-weight: bold;
}

div#language_selection {
    width: 720px;
}

ul.languageselection {
    padding-left: 0px;
}

ul.languageselection li {
    display: inline-block;
    width: 310px;
    text-align: center;
    margin-left: 30px;
}

ul.languageselection li img {
    width: 300px;
}

ul.languagebar {
/*    z-index: 500;*/
/*    position: fixed;*/
    margin-top: 2px;
    margin-left: -40px;
}

ul.languagebar li {
    display: block;
    padding: 0px;
    line-height: 14px;
}

div.logos {
    margin-top: 20px;
    margin-bottom: 20px;
    border:1px solid #2D4A87;
    border-left: 0px;

    background: transparent;
    zoom: 1;

    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(245, 245, 245);
    /* RGBa with 0.6 opacity */
    background-color: rgba(245, 245, 245, 0.7);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FF5F5F5, endColorstr=#7FF5F5F5);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FF5F5F5, endColorstr=#7FF5F5F5)";
    
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
}

div.logos img {
/*    width: 50px;*/
    height: 30px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.sidebar {
    position: fixed;
    margin-left: -70px;
    margin-top: 350px;
    margin-bottom: 20px;
    border:1px solid #2D4A87;
    border-right: 0px;

    width: 80px;
    height: auto;

    background: transparent;
    zoom: 1;

    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(245, 245, 245);
    /* RGBa with 0.6 opacity */
    background-color: rgba(245, 245, 245, 0.7);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FF5F5F5, endColorstr=#7FF5F5F5);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FF5F5F5, endColorstr=#7FF5F5F5)";

    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
}

div.sidebar img {
    width: 60px;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

a:active, a:link, a:visited {
    color: #2D4A87;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #7C92C3;
    font-weight: bold;
    text-decoration: none;
}

a.sofides_mail:active, a.sofides_mail:link, a.sofides_mail:visited {
    color: #7C92C3;
    font-weight: bold;
    text-decoration: none;
}

a.sofides_mail:hover {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

li.item a:link {
    background-color: #BDCAE7;
    color: #4F4848;
}

li.item a:visited {
    background-color: #BDCAE7;
    color: #4F4848;
}

li.item a:hover {
    background-color: #2D4A87;
    color: #FFFFFF;
}

li.item a:active {
    background-color: #2D4A87;
    color: #FFFFFF;
}

li.active a:visited, li.active a:link, li.active a:hover, li.item a:active {
    background-color: #2D4A87;
    color: #FFFFFF;
}

.link_to {
    margin-top: 10px;
    margin-bottom: 10px;
}

.room {
    margin-top: 5px;
    height: 18px;
    margin-bottom: 5px;
}

.subtitle {
    color: #2D4A87;
    font-variant: small-caps;
    font-size: 22px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.contact_description {
    height: 195px;
}

.hide {
    display: none;
    cursor: hand;
}

.print {
    display: none;
}