* {
    font: 13px/20px "Trebuchet MS", "Bitstream Vera Sans", sans-serif;
}

/***** Common Elements *****/

.float-clearer {
    clear: both;
}

a, a img {
    border: none;
    text-decoration: none;
    font-weight: bold;
    color: #275157;    
}

a:hover {
    color: #c0340d;

}

p {
    margin: 0 0 10px 0;
}

h1, h2, h3, h4, h5 { 
    margin: 0 0 0 0;
    line-height: 25px;
}

h1 {
    margin: 0 0 17px 0;
    font-size: 25px;
    line-height: 25px;

    color: #c0340d;
    font-family: "Trebuchet MS", sans-serif;
    font-weight: bold;
}

h2 {
    color: #c0340d;
    margin-top: 10px;

    font-size: 25px;
    line-height: 25px;

}


h3, #content h2{
    color: #c0340d;

    font-size: 11px;
    line-height: 15px;
    margin: 10px 0 5px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h4 {}
h5 {}

ul {
    list-style-position: outside;
    list-style-type: none;
    padding: 0;
    margin: 5px 0 10px 0;
}

li {
    padding: 0 30px 0 30px;
    background: transparent url('/images/bullet.png') no-repeat 13px 8px;
}

a.figure {
    display: block;
}

.figure {
    margin: 20px 20px 5px 20px;
}

.figure.left {
    float: left;
    margin-left: -1px;
}

.figure.right {
    float: right;
    margin-right: -1px;
}

.figure.full {
    float: none;
    display: block;
    margin: 20px 0px 15px 0px;
}

.figure .image {
    max-width: 455px;
    border: solid #777 1px;
    margin-bottom: 5px;
}

.figure .caption {
    font-size: 12px;
    line-height: 15px;
    margin: 0 1px 0 1px;
    color: #777;
}

.figure.left .caption, figure.right .caption
{
    width: 172px;
}

.figure .caption {
    display: block;
}

.figure .caption .lead {
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
}

#content p,
#content div.figure + p,
#content .date + p {
    font-weight: bold;
}

#content .summary p {
    font-weight: normal;
}

#content p + p,
#content table + p,
#content img + p,
#content div + p,
#content h2 + p,
#content h3 + p,
#content h4 + p,
#content h5 + p,
#content ul + p
{
    font-weight: normal;
}

#content table {
    border-top: solid #d8d8d8 1px;
    border-collapse: collapse;
    margin: 0 0 10px 0;
}

#content .address{
    width: 455px;
}

#content .address th {
    font-style: italic;
    font-weight: normal;
    vertical-align: top;
    text-align: left;
    padding-right: 10px;
    width: 53px;
}

#content table th {
    font-weight: normal;
    font-style: italic;
}

#content table th, #content table td{
    border-bottom: solid #d8d8d8 1px;
    margin: 0;
    padding: 5px 2px 3px 2px;
}

/***** Address *****/

.sidebar table.address {
    line-height: 15px;
    font-size: 12px;
    color: #777;
    margin: 10px auto 20px 0px;
}

.sidebar table.address th, .sidebar table.address td {
    vertical-align: top;
    text-align: left;
    padding: 0;
}

.sidebar table.address th {
    font-weight: normal;
    font-style: italic;
    text-align: right;
}

.sidebar table.address td {
    padding: 0 0 0 10px;
}

.sidebar table.address td a {
    font-weight: bold;
    font-style: italic;
}

.menu .collapsed ul{
    display: none;
}

.gridline_medewerkers .employee
{
    margin-top: 53px;
}

.gridline_medewerkers div.details {

    margin: 0 0 5px 0;
}

.gridline_medewerkers #content table {
    width: 335px;
    font-size: 13px;
}

.gridline_medewerkers #wrapper #content table th {
    width: 67px;
    text-align: right;
}

.gridline_medewerkers #wrapper #container #content table .name th {
    width: auto;
    text-align: left;
}

.gridline_medewerkers #wrapper #main #content td {
    padding-left: 10px;
}

.gridline_medewerkers #wrapper #main #content .title td {
    padding-left: 3px;
}


.gridline_medewerkers #content img.passphoto {
    float: right;
    position: relative;
    top: -1px;
}

.gridline_medewerkers #content img.passphoto.left {
    float: left;
    margin: 0 10px 10px 0px;
}

.gridline_medewerkers #content img.passphoto.right {
    float: right;
    margin: 0 0px 10px 10px;
}

.gridline_medewerkers #wrapper #content table tr.name th {
    font-style: normal;
    font-weight: bold;
    text-align: left;
    font-size: 15px;
}

#wrapper table.no-style,
#wrapper table.no-style th,
#wrapper table.no-style td {
    border: none;
    background: none;
}

#content table.partners {
    width: 520px;
    margin: 53px auto 0 auto;
    text-align: center;
}

.gridline_klanten #content{
    width: 550px;
}

.customer-logo {
    margin: 10px 20px 10px 0px;
    height: 100px;
    float: left;
    line-height: 100px;
}

.customer-logo img {
    vertical-align: middle;
}

.gridline_quotes blockquote {
    margin: 0px -3px 0px 0px;
    padding: 0px  3px 5px 0px;
    background: transparent url('/images/quote_right.png') no-repeat right bottom;
}

.gridline_quotes .quote {
    margin: 33px -15px 0 -15px;
    padding: 5px 0px 0 15px;

    background: transparent url('/images/quote_left.png') no-repeat left top;
}


.gridline_quotes blockquote p {
    text-indent: 6px;
}

.gridline_quotes blockquote p + p{
    text-indent: 0px;
}


.gridline_quotes .quote img {
    float: right;

    margin:  0 10px 5px;
}

.gridline_quotes #wrapper img + p{

}

.gridline_quotes .author{
    font-size: 13px;
    margin: 0px 0 0 33px;
    clear: left;
}

.gridline_quotes .quote img {
    float: right;
}

div#notice {
    width: 80%;
    background: #ffffff;
    border: 1px solid #275157;
    color: #275157;
    padding: .5em;
    margin: 1em 10px;
    font: bold smaller sans-serif;
    padding-right: 10px;
    padding-left: 10px;
}

div#error {
    width: 80%;
    background: #ff3e0f;
    border: 1px solid #c0340d;
    color: #ffffff;
    padding: .5em;
    margin: 1em 10px;
    font: bold smaller sans-serif;
    padding-right: 10px;
    padding-left: 10px;
}

div#fieldWithErrors {
    width: 80%;
    background: #ffffff;
    border: 1px solid #275157;
    color: #275157;
    margin: 1em 10px;
    font: bold smaller sans-serif;
    padding-right: 10px;
    padding-left: 10px;
}