body{
	background: url(../images/backheader.jpg) repeat-x #ffeecd;
}
#centreren{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -465px;
        height: auto;
	width: 928px;
}
#sitecontainer{
	position: relative;
	margin: 16px auto 0 auto;
        float: left;
        height: auto;
	width: 927px;
	background: #fff;
}
#topmenu{
	position: relative;
        float: right;
	height: 20px;
	width: 176px;
}
#topmenu a{
        width: 35px;
	display: inline-block;
	height: 20px;
	border-right: 1px solid #4d4d4d;
	padding: 0 10px 0 10px;
	font-family: arial;
	font-size: 12px;
	color: #4d4d4d;
	text-decoration: none;
}
#topmenu a:hover{
	color: #000;
}
#header{
	position: relative;
	margin-top: 20px;
	margin-left: 0px;
	height: 166px;
	width: 927px;
}
#menubalk{
	position: absolute;
	top: 202px;
	left: 50%;
	height: 26px;
	width: 927px;
        margin-left: -465px;
	background: #d8d8d8;
}
#content{
	position: relative;
        float: left;
	margin-top: 45px;
	margin-left: 10px;
	min-height: 445px;
	width: 465px;
	overflow: auto;
}
#fotocontainer{
        float: left;
	margin-left: 10px;
	height: 318px;
	width: 430px;
	background: #666;
overflow: hidden;
}
#fotocontainer img{
	border: 1px solid #fea700;
}
#adres{
	position: relative;
        float:left;
	margin-top: 45px;
	margin-left: 10px;
	height: 120px;
	width: 430px;
	background: url(../images/logo.jpg) no-repeat right;
}

.logo{
	float: right;
	margin-top: -175px;
}
h1{
	font-family: arial;
	font-size: 14px;
	color: #4d4d4d;
}

h2{
	font-family: arial;
	font-size: 14px;
	color: #4d4d4d;
        margin-bottom: 5px;
}

h3{
	font-family: arial;
	font-size: 14px;
	color: #fff;
        margin: 15px 0 0 0;
}

p{
	font-family: arial;
	font-size: 12px;
	color: #4d4d4d;
}
p a{
color: #4d4d4d;
text-decoratoin: none;
}
p a:hover{
text-decoration: underline;
}
p.left{
float: left;
margin: 0 0 8px 0;
padding: 0;
width: 160px;
}
p.right{
float: right;
margin: 0 165px 8px 0;
padding: 0;
width: 105px;
text-align: right;
}

#footer{
	position: relative;
	top: 0px;
	left: 0px;
	height: 10px;
	width: 100%;
	background: #ccc;
}
#footerbalk{
	position: absolute;
	left: 0px;
        top: 0px;
	width: 100%;
	height: 50px;
	background: #fea700;
}
#footerbalktekst span{
	font-size: 13px;
}
#footerbalktekst{
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -505px;
        height: 45px;
	width: 948px;
        font-family: arial;
        font-size: 14px;
        color: #fff;
        text-align: right;
}
#projectencontainer{
        position: relative;
	margin-top: 0px;
        float: left;
	margin-left: 10px;
margin-bottom: 10px;
	height: auto;
	width: 430px;
        border: 1px solid #ccc;
        background: url(../images/projectenback.jpg);
}
#projectencontainer ul li {
       color: #999;
}
#projectencontainer ul li:hover{
       color: #fea700;
}
#projectencontainer ul li a{
       color: #999;
       text-decoration:none;
       font-family: arial;
       font-size: 12px;
}
#projectencontainer ul li a:hover{
      color: #fea700; 
}
h5{
       font-family: arial;
       font-size: 14px;
       color: #999;
       margin-left: 20px;
       margin-top: 20px;
}
h6{
       margin-top: 0px;
       text-align: right;
       font-family: arial;
       font-size: 14px;
       color: #fea700;
}
fieldset{
        border: 0px;
        width: 270px;
}
label{
	font-family: arial;
	font-size: 12px;
	color: #4a575f;
}
input.text{
        border:1px solid #f28e02;
        font-family: arial;
	font-size: 12px;
	color: #4a575f;
        width: 260px;
}
textarea{
        border:1px solid #f28e02;
        font-family: arial;
	font-size: 12px;
	color: #4a575f;
        width: 260px;
        height: 100px;
}
input.button{
        width: 260px;
        margin-top: 10px;
        font-family: arial;
	font-size: 12px;
	color: #4a575f;
        border:1px solid #4a575f;
        background: #f28e02;
}
input.button:hover{
        color: #f28e02;
        background: #4a575f;
        border: 1px solid #f28e02;
}
.telefoon{
	margin-top: 13px;
	margin-left: 20px;
	}
.contact{
	margin: 13px 0 0 20px;
	border: 0px;
	height: 80px;
	width: 63px;
	background: url(../images/telefoon.jpg);
	cursor: pointer;
	}
