* {
    text-align: left;
    font-family: verdana;
}

html, body {
    border: 0px;
    
    width: 100%;
    height: 100%;
    
    padding: 0px;
    margin: 0px;
    
    font-size: 0.9em;
    font-family: Verdana, Arial;
    
    color: #222B4A;
}

body {
    background-image: url("../../gfx/body_background.jpg");
    background-repeat: repeat-x;
    background-color: #F5F5F5;
    font-size: 100%;
}

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

img {
    border: 0px;
}

.whiteText { color: #FFFFFF; }
.grayText { color: #666666; }
.blackText { color: #000000; }


.clear_both {
    height: 0px;
    line-height: 0px;
    clear: both;
}


#container {
    width: 900px;
    margin: auto;
}

#servlogic_logo {
    margin-top: 15px;
    margin-left: 8px;
}

#menu {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: -2px;
    width: 900px;
    height: 43px;
    background-image: url("../../gfx/menu_background.png");
    background-repeat: no-repeat;
}

#menu div.button, #menu div.buttonhover {
    float: left;
    margin-left: 24px;
    margin-top: 13px;
    font-size: 1em;
}
#menu div.button a, #menu div.buttonhover a {
    font-weight: bold;
    color: #C4C6D1;
    font-family: Helvetiker;
}
#menu div.button a:hover, #menu div.buttonhover a:hover {
    text-decoration: none;
}
#menu div.buttonhover {
    display: none;
}
#menu div.buttonhover a {
    color: #FFF;
}
#menu div.buttonactive a {
    color: #FFF;
}

div.leesmeerButton {
    width: 94px;
    height: 35px;
    cursor: pointer;
    background-image: url("../../gfx/lees_meer.png");
    background-repeat: no-repeat;
    margin-left: -4px;
}
div.leesmeerButton:hover {
    background-image: url("../../gfx/lees_meer_hover.png");
}
a.leesmeerButton {
    text-decoration: none;
}
div.leesmeerButton div {
    padding-top: 8px;
    text-align: center;
    color: gray;
    font-size: 0.9em;
    font-weight: bold;
    font-family: Helvetiker;
}


#homeslider {
    width: 896px;
    height: 432px;
    overflow: hidden;
    position: relative;
}
    #homeslider #slidercontent {
        margin-top: 1px;
        margin-left: 1px;
        width: 894px;
        height: 408px;
        overflow: hidden;
    }
    #homeslider #slidercontent div.slide {
        text-align: center;
        position: relative;
    }
        #homeslider #slidercontent div.slide img {
            width: 900px;
            z-index: 50;
            position: absolute;
            left: 0px;
            top: 0px;
        }
        #homeslider #slidercontent div.slide div.title {
            z-index: 60;
            font-size: 3em;
            position: absolute;
            top: 40px;
            left: 45px;
            width: 800px;
            font-family: Helvetiker;
        }
        #homeslider #slidercontent div.slide div.subtitle {
            z-index: 60;
            font-size: 1.5em;
            position: absolute;
            top: 85px;
            left: 70px;
            width: 750px;
            font-family: Helvetiker;
        }
    
    #homeslider #slideroverlay {
        width: 896px;
        height: 432px;
        position: absolute;
        top: 0px;
        left: 0px;
        background-image: url("../../gfx/slider_overlay.png");
        background-repeat: no-repeat;
        z-index: 999;
    }
    
#services {
    width: 896px;
    height: 257px;
    margin-top: -23px;
    overflow: hidden;
    position: relative;
    background-image: url("../../gfx/diensten_background.png");
    background-repeat: no-repeat;
}
    #services div.content {
        height: 200px;
        color: #FFF;
        margin-top: -10px;
        font-family: Helvetiker;
    }
    
    #services div.content img.serviceLogo {
        float: left;
        margin-right: 10px;
        width: 52px;
        height: 53px;
    }
    #services div.content div.title {
        margin-top: 2px;
        color: #FFF;
        font-size: 1.4em;
        float: left;
        line-height: 1em;
        width: 165px;
        
    }
    #services div.content div.content {
        margin-top: 10px;
        font-size: 0.9em;
    }
    #services div.content div.content div.leesmeerButton {
        width: 94px;
        height: 35px;
        cursor: pointer;
        background-image: url("../../gfx/lees_meer.png");
        background-repeat: no-repeat;
        margin-left: -4px;
    }
    #services div.content div.content div.leesmeerButton:hover {
        background-image: url("../../gfx/lees_meer_hover.png");
    }
    #services div.content div.content a.leesmeerButton {
        text-decoration: none;
    }
    #services div.content div.content div.leesmeerButton div {
        padding-top: 8px;
        text-align: center;
        color: gray;
        font-size: 0.9em;
        font-weight: bold;
        font-family: Helvetiker;
    }
    
    #webdesign {
        position: absolute;
        left: 25px;
        top: 35px;
        width: 230px;
    }
    
    #software {
        position: absolute;
        left: 335px;
        top: 35px;
        width: 230px;
    }
    
    #webhosting {
        position: absolute;
        left: 640px;
        top: 35px;
        width: 230px;
    }

#columns {
    width: 896px;
}
    #columns div.content {
        background-color: #FFF;
        min-height: 315px;
        padding: 20px;
        padding-left: 28px;
        padding-top: 25px;
        font-family: Helvetiker;
        font-size: 0.9em;
        color: #999999;
    }
    
    #columns div.content div.columnheader {
        width: 220px;
        height: 32px;
        background-image: url("../../gfx/column_header.png");
    }
    #columns div.content div.columnheader {
        font-family: Helvetiker;
        color: #FFF;
        font-weight: bold;
    }
    #columns div.content div.columnheader div {
        padding-left: 15px;
        padding-top: 7px;
    }
    #columns div.content img.columnimg {
        margin-top: 10px;
    }
    #columns div.content div.columntext {
        margin-top: 10px;
        font-family: Helvetiker;
        line-height: 1.2em;
    }
    
    #welkom {
        float: left;
        width: 283px;
    }
    #welkom div.foot {
        width: 283px;
        height: 12px;
        background-image: url("../../gfx/column_left_footer.png");
    }
    
    #contact {
        float: left;
        width: 283px;
        margin-left: 26px;
    }
    #contact div.foot {
        width: 283px;
        height: 12px;
        background-image: url("../../gfx/column_center_footer.png");
    }
    
    #referenties {
        float: left;
        width: 281px;
        margin-left: 23px;
    }
    #referenties div.foot {
        width: 281px;
        height: 12px;
        background-image: url("../../gfx/column_right_footer.png");
    }
    
        div.reference {
            position: relative;
            width: 217px;
            margin-top: 10px;
        }
        div.reference div.corner {
            width: 14px;
            height: 14px;
            position: absolute;
            top: 15px;
            left: -14px;
            background-image: url("../../gfx/reference_corner.png");
        }
        div.reference div.top {
            height: 8px;
            background-image: url("../../gfx/reference_top_small.png");
        }
        div.reference div.middle {
            background-image: url("../../gfx/reference_middle.png");
            background-repeat: repeat-y;
        }
        div.reference div.middle div {
            padding: 10px;
            color: #65AA2C;
            font-family: Helvetiker;
        }
        div.reference div.middle div span.quote {
            font-family: Helvetiker;
            font-style: italic;
        }
        div.reference div.bottom {
            height: 4px;
            background-image: url("../../gfx/reference_bottom.png");
        }
    
    

#footer {
    width: 896px;
    height: 39px;
    background-image: url("../../gfx/footer_background.png");
    background-repeat: no-repeat;
    margin-top: 15px;
    font-size: 0.9em;
}
    #footer div.left {
        font-family: Helvetiker;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
    }
    #footer div.left img {
        float: left;
        margin-right: 5px;
    }
    #footer div.left div.links {
        float: left;
        margin-top: 1px;
        font-family: Helvetiker;
    }
    #footer div.left div.links a {
        color: #999;
        margin-left: 2px;
        margin-right: 3px;
    }
    #footer div.left a:hover {
        text-decoration: none;
    }
    
    #footer div.right {
        font-family: Helvetiker;
        float: right;
        margin-top: 13px;
        margin-right: 10px;
        color: #999;
    }


#pageheader {
    width: 896px;
    height: 167px;
    overflow: hidden;
    position: relative;
}
    #pageheader #slidercontent {
        margin-top: 1px;
        margin-left: 1px;
        width: 894px;
        height: 408px;
        overflow: hidden;
    }
    #pageheader #slidercontent div.slide {
        text-align: center;
        position: relative;
    }
        #pageheader #slidercontent div.slide img {
            width: 900px;
            z-index: 90;
            position: absolute;
            top: 0px;
            left: 0px;
        }
        #pageheader #slidercontent div.slide div.title {
            z-index: 99;
            font-size: 3em;
            position: absolute;
            top: 40px;
            left: 45px;
            width: 800px;
            font-family: Helvetiker;
        }
        #pageheader #slidercontent div.slide div.subtitle {
            z-index: 99;
            font-size: 1.5em;
            position: absolute;
            top: 85px;
            left: 70px;
            width: 750px;
            font-family: Helvetiker;
        }
    
    #pageheader #slideroverlay {
        width: 896px;
        height: 167px;
        position: absolute;
        top: 0px;
        left: 0px;
        background-image: url("../../gfx/page_header_overlay.png");
        background-repeat: no-repeat;
        z-index: 999;
    }
    
    #pageheader_content {
        width: 896px;
        background-image: url("../../gfx/page_header_middle.png");
        color: #FFF;
    }
        #pageheader_content div {
            padding: 25px;
        }
        #pageheader_content .h1 {
            font-family: Helvetiker;
            font-size: 2em;
        }
        #pageheader_content .h2 {
            font-family: Helvetiker;
        }
    
    #pageheader_sub {
        width: 896px;
        height: 45px;
        background-image: url("../../gfx/page_header_sub.png");
        background-repeat: no-repeat;
    }
    
    #pagemain {
        background-color: #FFF;
        width: 896px;
    }
    #pagecontent {
        padding: 40px;
        font-family: Helvetiker;
    }
    #pagecontent h1 {
        font-family: Helvetiker;
        font-size: 1.5em;
        margin-bottom: 0px;
    }
    
    #pagecontent div.left {
        float: left;
        width: 60%;
    }
    
    #pagecontent div.right {
        float: right;
        width: 35%;
        font-family: Helvetiker;
        font-size: 0.9em;
    }
    
    #pagecontent .h1 {
        font-family: Helvetiker;
        font-size: 1.25em;
    }
    
    
    
    #pagecontent_footer {
        width: 896px;
        height: 6px;
        background-image: url("../../gfx/page_content_footer.png");
    }
    

div.diensten {
    float: left;
    width: 218px;
    padding: 10px;
    margin-right: 50px;
}
div.diensten_last {
    margin-right: 0px;
}
div.diensten div {
    font-family: Helvetiker;
}
div.diensten div.h2 {
    font-weight: bold;
    color: #68A724;
    padding: 15px;
    padding-bottom: 5px;
    cursor: pointer;
}
div.diensten div.text {
    padding: 15px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 0.9em;
}

div.dienst_image {
    background-image: url("../../gfx/services_background.jpg");
    width: 218px;
    height: 118px;
    text-align: center;
}
div.dienst_image div {
    margin-left: 35px;
    padding-top: 30px;
}
div.dienst_image img {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 55px;
}
div.dienst_image img.small {
    width: 30px;
    padding: 0px;
    margin-top: 13px;
    opacity:0.6;
    filter:alpha(opacity=60)
}


div.customers {
    float: left;
    width: 165px;
    text-align: center;
    margin: 0px;
    margin-top: 10px;
    margin-right: 50px;
}
div.customers_last {
    margin-right: 0px;
}
div.customers div.h2 {
    font-weight: bold;
    color: #68A724;
    padding: 5px;
    padding-bottom: 5px;
    text-align: center;
    height: 30px;
}


.mapsframe {
    margin-bottom: 0px;
    border: 0px;
    width: 100%;
    height: 200px;
    border: 1px solid #00316E;
}

table.contact th {
    font-weight: normal;
    font-family: Helvetiker;
    padding-right: 20px;
    padding-top: 10px;
}
table.contact td input {
    margin-top: 6px;
    width: 300px;
}
table.contact td textarea {
    width: 298px;
    height: 100px;
    margin-left: 0px;
    margin-top: 6px;
}


.projectLeft {
    float: left;
    width: 250px;
    text-align: center;
    border: px solid blue;
    font-family: Helvetiker;
}
.projectLeft h3 {
    color: #68A724;
    font-family: Helvetiker;
    font-size: 1em;
    display: block;
    width: 218px;
    text-align: center;
    margin-top: 5px;
}
.projectLeft div.reference {
    margin-left: 20px;
}

.projectRight {
    float: right;
    width: 550px;
    font-family: Helvetiker;
}

.projectRight div.shots a {
    display: block;
    width: 100%;
    height: 75px;
    overflow: hidden;
    border: 1px solid #CECECE;
    margin-top: 5px;
}
.projectRight a.small {
    font-family: Helvetiker;
    font-size: 0.9em;
}
.projectRight div.shots a img {
    position: relative;
    width: 100%;
}


