﻿/*  =reset.css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #606060;
}
ul
{
    list-style: none;
}
/* =a */
a
{
    text-decoration: none;
}
li.active a, a.active
{
    color: #f26722;
}
.orange
{
    color: #f26722;
    font-weight: bold;
}
/*	Layout*/
/*
html {
    min-height:101%;
}
*/
body
{
    font: normal 76%/1.75em Arial,Helvetica,sans-serif;
    border: 0;
    color: #606060;
    padding: 0;
    margin: 0;
    background-color: #605f64;
    width: 100%;
    line-height: 1;
}
#container
{
    margin: 0 auto;
    width: 1000px;
    text-align: left;
    min-height: 800px;
    position: relative;
}
#header
{
    background: #605f64 url(../img/bg_header.gif) no-repeat top center;
    width: 1000px;
    height: 123px;
    position: relative;
    display: inline;
    float: left;
}
#logo
{
    float: left;
}
#logo a
{
    display: block;
    text-indent: -9999px;
    background: transparent url(../img/publiekswerk_logo.gif) no-repeat 0 0;
    width: 296px;
    height: 42px;
    margin-left: 89px;
    margin-top: 38px;
    text-decoration: none;
    position: relative;
    z-index: 2;
    float: left;
}
#language
{
    width: 128px;
    height: 41px;
    float: right;
    margin-right:28px;
    background-color: #afafb1;
}
#language li
{
    float: left;
    width: 64px;
    text-align: center;
}
#language li a
{
    margin: 0 16px;
    padding: 12px 0px 3px 0px;
    color: #fff;
    font-size: 13px;
    width: 28px;
    float: left;
}
#language li.active a
{
    border-bottom: 1px solid #f26722;
}
#language li a:hover
{
    border-bottom: 1px solid #f26722;
}
#main_home
{
    width:1000px;
    float:left;
    background: #605f64 url(../img/bg_home_5.jpg) no-repeat top center;
}
#main_home #menu
{
    display: inline;
    margin-left: 89px;
}
#main
{
    float:left;
    width:1000px;
}
#left
{
    float:left;
    width:89px;
    height:477px;
    background: #605f64 url(../img/bg_left.jpg) no-repeat top center;
}
#right
{
    float:left;
    width:911px;
    
}
#menu
{
    background-color:#605f64;
    float: left;
    width: 700px;
    height: 41px;
}
#menu li
{
    float: left;
}
#menu li a
{
    margin: 0 6px 0 12px;
    padding: 14px 0px 3px 0px;
    text-transform: uppercase;
/*    margin: 0 6px 0 18px;
    padding: 12px 0px 3px 0px;*/
    color: #fff;
    font-size: 14px;
    float: left;
}
#menu li.active a
{
    border-bottom: 1px solid #f26722;
}
#menu li a:hover
{
    border-bottom: 1px solid #f26722;
}
/* HOME PAGE */
#home_wrapper
{
    width: 577px;
    height: 411px;
    clear: both;
    float: left;
    display: inline;
    position: relative;
    margin-left: 89px;
}
#home_wrapper #home
{
    float:left;
    width: 430px;
    margin: 64px 24px 0 0;
    display: inline;
    color: #fff;
    font-size: 22px;
    line-height: 42px;
}
#home p
{
    color:#fff;
}
/* CONTENT PAGES */
.page1
{
    background: #605f64 url(../img/bg_page_1.jpg) no-repeat top right;
}
.page2
{
    background: #605f64 url(../img/bg_page_2.jpg) no-repeat top right;
}
.page3
{
    background: #605f64 url(../img/bg_page_3.jpg) no-repeat top right;
}
.page4
{
    background: #605f64 url(../img/bg_page_4.jpg) no-repeat top right;
}
.page5
{
    background: #605f64 url(../img/bg_page_5.jpg) no-repeat top right;
}
/* GENERAL CONTENT */
#content
{
    width: 577px;
    background-color: #fff;
    float: left;
    padding:10px 0 20px 0;
    color: #606060;
}
#content a
{
    background: transparent;
    padding: 0 3px;
    text-decoration: underline;
}
#content a:hover
{
    text-decoration: underline;
    background: transparent;
}
#content a:visited
{
    background: transparent;
}
#content h2
{
    padding:16px 20px 6px 20px;
    color: #f26722;
    font-size: 21px;
}
#content h3
{
    padding-top:10px;
    margin:0 20px 10px 20px;
    color: #f26722;
    font-size: 14px;
    font-weight: bold;
}
#content h4
{
    margin: 10px 20px;
    color: #f26722;
    font-size: 12px;
    font-weight: bold;
}
#content p
{
    padding:12px 20px;
    line-height: 16px;
}
#content ul
{
    padding:4px 0 4px 40px;
}
#content li
{
    list-style: disc;
    margin-left: 20px;
    line-height: 18px;
    font-weight:bold;
    padding-right:20px;
}
#content blockquote
{
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    color: #a8572e;
    width: 577px;
    text-align: center;
    padding: 10px 0;
}
/* CLIENTS list */
#clients
{
    display: inline;
    float: left;
    color: #606060;
    width:577px;
    padding-bottom: 20px;
    background-color:#fff;
}
#clients ul
{
    width: 577px;
}
#clients li /*single customer*/
{
    position: relative;
    width: 577px;
    margin: 0 0 20px 0;
    height: 158px;
    background-color: #eee;
    overflow:hidden;
}
#clients .clnt_logo
{
    float: left;
    width: 194px;
    height: 158px;
    background-color: #fff;
    text-align: center;
}
#clients .clnt_text
{
    float: left;
    width: 383px;
    height: 158px;
}
#clients .clnt_text p
{
    margin: 10px;
}
#clients .clnt_text h3
{
    margin: 14px 10px;
}
#clients .clnt_link
{
    position: absolute;
    z-index: 99;
    right: 0;
    bottom:0;
    background-color: #fff;
    height: 27px;
    padding: 0 6px;
}
#clients .clnt_link a
{
    display: block;
    padding-right: 10px;
    background: #fff url(../img/arrow.gif) no-repeat center right;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    line-height: 27px;
    text-decoration: none;
}
#clients .clnt_link a:hover
{
    text-decoration: underline;
}
#clients p
{
    margin: 20px;
    line-height: 16px;
}

/* CONTACT */
#contact
{
    float: left;
    width: 187px;
}
#google_map
{
    width: 390px;
    float: right;
}
#google_map h3
{
    margin: 20px 0;
}
#map
{
    width: 390px;
    height: 300px;
    margin-top:20px;
}
#map a, #map #copyright
{
    display:none;
}
/* DOWNLOAD LINK */
#content a.download
{
    margin-top:10px;
    padding:0 10px 0 0;
    background: #fff url(../img/arrow_down.gif) no-repeat center right;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

/* FOOTER */
#footer
{
    clear: both;
    width: 1000px;
    height: 100px;
    text-align: center;
    color: #999;
}
.footer_home
{
    background: #605f64 url(../img/bg_footer.gif) no-repeat top center;
}
#footer ul
{
    padding-top: 20px;
}
#footer li
{
    color: #999;
    font-size: 11px;
}
#footer li a, #footer li a:visited
{
    color: #999;
}
#footer li a:hover
{
    text-decoration: underline;
}

