html{
    background-image: url("../images/header_vertical_line.png");
    background-repeat: repeat-x;
    background-position: top;
}
body{
    background-image: url("../images/foto_header_h170.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0;
    color: #4F4F4F;
/*    color: #6f6f6f; */
    font-family: tahoma;
    font-size: 11px;
}
img{
    border: 0;
}
h1, h3{
    font-family: "Times New Roman";
    color: #2F2F2F;
}
h1{
    margin: 0;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: lighter;
    font-variant: small-caps;
}
h3{
    margin: 0;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: lighter;
}
p{
    margin: 0;
    margin-bottom: 10px;
    line-height: 1.5em;
}
a{
    text-decoration: none;
    color: #4F4F4F;
}
a:hover{
    text-decoration: underline;
}
a:active{
    outline: none;
}
label{
float: left;
width: 100px;
}
form{
margin: 0;
}
input[type="text"] 
{
width: 250px;
}
textarea 
{
width: 250px;
height: 100px;
}
#linkedin{
    position: fixed;
    margin-top: 300px;
    padding: 5px;
}
#linkedin:hover{
    background-color: #CCCCCC;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    
}
#container{
    margin: 0 auto;
    width: 955px;
}
#logo_holder{
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 20px;
    height: 100px;
    width: 895px;
}
#menu_holder{
    background-image: url("../images/menubalk.png");
    margin: 0 auto;
    width: 915px;
    height: 35px;
    padding-top: 15px;
    text-align: right;
    font-variant: small-caps;
    font-size: 16px;
    color: white;
}
#menu_holder a{
    font-size: 16px;
    color: white;
}
#menu_holder a:hover{
    color: #3399CC;
    text-decoration: none;
}
#menu_holder span{
    margin-left: 30px;
    margin-right: 30px;
}
#shadow_holder{
    background-image: url("../images/dropshadow.png");
    background-repeat: no-repeat;
    min-height: 323px;
    width: 955px;
}
#content{
    margin: 0 auto;
    width: 875px;
    padding: 20px;
}
#content > #highlight_holder{
    background-image: url("../images/bloem.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 469px;
    height: 263px;
    padding: 10px;
    border: 1px solid gray;
    position: relative;
    float: left;
}
#content > #highlight_holder_projecten{
    background-image: url("../images/projecten/arcada.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 469px;
    height: 263px;
    padding: 10px;
    border: 1px solid gray;
    position: relative;
    float: left;
}
#content > #highlight_holder > #highlight_comment{
    background-image: url("../images/foto_overlay_blauw.png");
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-top: 28px;
    width: 459px;
    height: 22px;
    bottom: 10px;
    position: absolute;
}
#content > #highlight_holder > #highlight_comment a{
    color: white;
    font-size: 12px;
    font-weight: bold;
    float: left;
}
#content > #highlight_holder > #highlight_comment span{
    float: right;
    margin-right: 10px;
    margin-top: -3px;
}
#content > #welcome_text{
    width: 370px;
    float: right;
}
#content > #news{
    clear: both;
    padding-top: 30px;
}
#content > #news > #news_articles{
    width: 489px;
    float: left;
    margin-top: 10px;
    margin-bottom: 50px;
}
#content > #news > #news_articles > .article{
    margin-bottom: 25px;
}
#content > #news > #news_articles > .article a{
    text-decoration: underline;
}
#content > #news > #news_articles > .article a:hover{
    text-decoration: none;
}
#content > #news > #news_archive{
    width: 370px;
    margin-top: 10px;
    float: right;
}
#content > #contact_left{
    width: 360px;
    margin-right: 100px;
    float: left;
}
#content > #contact_right{
    padding-top: 55px;
}
#content > #projecten{
    clear: both;
    padding-top: 50px;
    width: 900px;
}
#content > #projecten img{
    margin-right: 22px;
    margin-bottom: 20px;
    border: 1px solid gray;
}
#content > #projecten img:hover{
    border: 1px solid #35ADD7;
}
#footer{
    background-image: url("../images/footer_bg.png");
    background-repeat: repeat-x;
    height: 189px;
    line-height: 1.90em;
    color: white;
    clear: both;
}
#footer h3{
    color: white;
}
#footer a{
    color: white;
}
#footer > #footer_objectsHolder{
    margin: 0 auto;
    padding-top: 10px;
    width: 875px;
}
#footer > #footer_objectsHolder > #contact{
    width: 210px;
    height: 160px;
    border-right: 1px solid white;
    float: left;
}
#footer > #footer_objectsHolder > #aboutus{
    width: 200px;
    height: 160px;
    padding-left: 20px;
    border-right: 1px solid white;
    float: left;
}
#footer > #footer_objectsHolder > #gallery{
    width: 200px;
    height: 160px;
    padding-left: 20px;
    border-right: 1px solid white;
    float: left;
}
#footer > #footer_objectsHolder > #wecomm{
    width: 200px;
    height: 160px;
    padding-left: 20px;
    float: left;
}
#copyright{
    text-align: center;
    padding: 5px;
}
