﻿body {
    background-color: #000000;
    font-family: arial;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

#main {
    height: 526px;
    margin-top:20px;
    margin-left:auto;
    margin-right:auto;
    width: 900px;
    z-index: 0;
}
#logo img {
    border: 0 none;
    margin-left:645px;
}
#container {
    float: left;
    height: 526px;
    position: relative;
    width: 900px;
}

#right {
    background-image: url("images/right_back.jpg");
    background-repeat: repeat-x;
    height: 526px;
    left: 450px;
    position: absolute;
    top: 0;
    width: 450px;
    z-index: 50;
}

#content {
    height: 425px;
    overflow: auto;
    padding-top: 5px;
    text-align: justify;
    bottom: 10px;
    font-size: 12px;
    left: 14px;
    padding-right: 10px;
    position: absolute;
    width: 425px;
    z-index: 100;
}

#content h1 {
    color: #A61C19;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin: 0;
    padding: 0;
}

#content a:link{
	color:#A61C19;
}
#content a:visited{
	color:#A61C19;
}
#content a:hover{
	color:#5ABC19;
}


#menu2 {
    bottom: 455px;
    height: 40px;
    left: 0;
    position: absolute;
    width: 450px;
}
#menu2 ul {
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}
#menu2 ul li {
    float: left;
    font-size: 16px;
    color: #5ABC19;
    /*margin-right: 23px;*/
}
#menu2 ul li a, #menu ul li a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
#menu2 ul li.active a, #menu2 ul li.nav ul li.active a {
    color: #5ABC19;
}
#menu2 ul li.nav a {
    color: #FFFFFF;
}
#menu2 ul li.nav a:hover {
    color: #5ABC19;
}
#menu2 ul li a:hover, #footer a:hover, #submenu ul li a:hover {
    color: #5ABC19;
}

#menu2 ul li ul {
    margin-top: 3px;
    position: relative;
}
#menu2 ul li ul li {
    clear: both;
    font-size: 10px;
    margin: 1px;
}
#item_home {
    /*margin-right: 45px;*/
    width:112px;
}
#item_diensten {
    /*margin-right: 35px;*/
    width:112px;
 }
#item_portfolio {
    /*margin-right: 60px;*/
    width:112px;
}
#item_over_sjalutio {
    /*margin-right: 60px;*/
    width:112px;
    text-align:right;

}
#breadcrumb {
    background-color: #000000;
    bottom: 0;
    color: #5ABC19;
    position: absolute;
    right: -30px;
    text-align: center;
    width: 30px;
}
#home_menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#home_menu li {
    display: block;
    float: left;
    height: 126px;
    margin-right: 21px;
    position: relative;
    text-align: center;
    width: 126px;
}
#home_menu li a {
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    height: 126px;
    text-decoration: none;
    width: 126px;
}
#home_menu li a span {
    bottom: 5px;
    left: 0;
    position: absolute;
    width: 126px;
    color: #FFFFFF;
}
#home_menu li.home_hoornbeeck {
    background-color: #5ABC19;
}
#home_menu li.home_hoornbeeck a:hover {
    background-color: #6ED62B;
    text-decoration: none;
}
#home_menu li.home_hoornbeeck a span {
    bottom: 45px;
}
#home_menu li.home_gallery {
    background-color: #F7931E;
}
#home_menu li.home_gallery a:hover {
    background-color: #F99F46;
    text-decoration: none;
}
#home_menu li.home_gallery a span {
    bottom: 57px;
}
#home_menu li.home_contact {
    background-color: #F20C0E;
    /*background-color: #A61C19;*/
    margin-right: 0;
}
#home_menu li.home_contact a:hover {
    background-color: #F9303B;
    text-decoration: none;
}
#home_menu li.home_contact a span {
    bottom: 57px;
}
#left {
	background-image:url('images/druppel5.jpg');
    height: 526px;
    left: 0;
    position: absolute;
    top: 0;
    width: 450px;
}

#content-left{
	font-size: 12px;
	color: #A61C19;
	padding-top: 200px;
	padding-left: 60px;
	padding-right: 60px;
	text-align: justify;
	font-style: italic;
	font-weight: bold;
}

#footer {
    bottom: -20px;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 450px;
}
#footer a {
    color: #FFFFFF;
    text-decoration: none;
}