.clear{
	clear:both;
}
body{
	text-align: center;
}
#wrapper{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 995px;
	background-color: #CCCCCC;
	background-image:url(../img/main_back.jpg);	
	margin-top: 0;
}
#top{
	background-color: black;
	height: 50px;
	margin-left: 5px;
}
#toplogo{
	float: left;
}
#middle{
	padding-left: 5px;
	background-position: bottom;
	background-repeat: no-repeat;
}
#bottom{
	clear: both;
	height: 55px;
	background-image:url(../img/bottom_back.jpg);
}
#middle_left{
	width: 290px;
	float: left;
}
#biglogo{
	height: 290px;
	background-image:url(../img/biglogo.jpg);
	background-color: red;
}
#biglogo div.slogan{
	color: white;
	line-height: 25px;
	margin-left: 65px;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}
#address{
	margin-top: 58px;
	margin-left: 15px;
	float: left;
}
#address p a{
	color: inherit;
	text-decoration: none;
}
#address p a:hover{
	text-decoration: underline;
}
#address p.company{
	font-weight: bold;
}
#address span.accent{
	color: #ff0000;
}
#middle_middle{
	float: left;
	width: 490px;
}
#middle_right{
	float: left;
	width: 210px;
	background-image: url(../img/middle_right_top.jpg);
	background-repeat: no-repeat;
}

/* content */
#content{
	margin-top: 20px;
	width: 460px;
}
#content div.pageitem{
	margin-bottom: 15px;
}
#content div.pageitem h1{
	margin-bottom: 5px;
}
#content div.pageitem div.image{
	margin-top: 10px;
}
#content div.fotorechts div.image{
	margin-top: 0px;
	float: right;
}
#content div.pageitem div.caption{
	text-align: right;
	font-style: italic;
	font-size: 11px;
}

/* projectlist */
#projectlist{
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
}
#projectlist h3{
	margin-bottom: 10px;
}
#projectlist div.projectitem{
	margin-bottom: 15px;
}
#projectlist div.projectitem p{
	color: #666;
}
#projectlist div.projectitem p a{
	color: #666;
	text-decoration: none;
}
#projectlist div.projectitem p a:hover{
	color: #666;
	text-decoration: underline;
}

#projectlist div.meer{
	text-align: right;
}
#projectlist div.meer a{
	font-size: 11px;
}

/* overzicht */
div.overzicht{
	margin-top: 10px;
}
div.overzichtitem{
	
}
div.overzichtitem a{
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}
div.overzichtitem a:hover{
	text-decoration: underline;	
}
div.overzichtbacklink{
	text-align: right;
	margin-bottom: 5px;
}
div.overzichtbacklink a{
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}
div.overzichtbacklink a:hover{
	text-decoration: underline;	
}
