*{
margin: 0;
}
html, body {
background:#333333;
font-size:13px;
color:#ffffff;
font-family:verdana;
}

a {
	color:white;
}

TD {
	font-size:13px;
}

#headerlang{
height: 147px;
float:left;
width:100%;
background: url("../images/headerbg.png") repeat-x;
}

#headercenter{
	float: left;
    left: 50%;
    margin: 0 0 0 -450px;
    padding: 0;
    position: relative;
    width: 900px;
}

#logo{
	float: left;
    margin-left:0px;
	background: url("../images/logo.png");
    width: 514px;
	height:101px;
}

#topmenu{
	float:left;
	width:900px;
}

#topmenu ul {
    margin: 7px 0 0 35px;
    padding: 0;
}

#topmenu li {
	Display: inline;
	margin:0px 30px;
	float:left;
}

#topmenu li a{
	color:white;
	text-decoration:none;
}

#topmenu li a:hover{
	color:white;
	text-decoration:underline;
}

#content{
	float: left;
    left: 50%;
    margin: 0 0 0 -450px;
    padding: 0;
    position: relative;
	width:900px;
}

#banner{
	float:left;
	width:900px;
	height:151px;
	background:url("../images/banner.png");
}

#title {
	float:left;
	width:860px;
	height:38px;
	margin-left:20px;
	margin-top:10px;
	background:url("../images/titlebottom.png") repeat-x bottom;
}

#contenttekst {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    width: 584px;
}

#contenttekst2{
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    width: 880px;
}

#afbeelding {
	float:right;
	width:271px;
	height:361px;
	margin-right:5px;
}

#portfoliomenu {
	float:right;
	padding-top:25px;
	padding-left:25px;
	width:246px;
	height:336px;
	margin-right:5px;
	background:url("../images/blackpearlbg.png");
}

#portfoliomenu ul {
	padding-left:25px;
}

#portfoliomenu li {
	list-style:square outside none;
}

#portfoliomenu li a{
	color:white;
	text-decoration:none;
}
#footer{
height: 50px;
float:left;
width:100%;
margin-top:15px;
background: url("../images/footerbg.png") repeat-x;
}

#footercenter{
	float: left;
    left: 50%;
    margin: 0 0 0 -450px;
    padding: 0;
    position: relative;
	width:900px;
}

#footerlinks {
	float:left;
	margin-left:20px;
	margin-top:23px;	
}

#footerrechts {
	float:right;
	margin-right:20px;
	margin-top:23px;	
}

#footer a{
	color:white;
}