body{	
	background: 		url('/images/body_background_architectuur.gif') no-repeat;
}

div#contentlist {	
	overflow:				auto;
}

div#contentlist div {
	padding: 				5px 15px 20px 15px;
}

div#contentlist p {
	font-size:				11px;
	color:					#fff;
	line-height:			1.5em;
}

div#contentlist a{
	font-size:				11px;
	color:					#fff;
		
	text-decoration:		none;
}
div#contentlist a:hover{
	color:					#90BCE7;
	text-decoration:		none;
}
div#contentlist a span {
	font-size:				11px;
	font-weight:			bold;
	text-transform: 		uppercase;
}

div#projectlist a {
	line-height:			2.5em;
}

div#undertitle {
	position:				absolute;
	top:					0px;
	right:					0px;
	width:					335px;
	height:					30px;
	
	padding:				12px 15px 0px 0px;
	
	font-size:				12px;
	color:					#fff;
	line-height:			1.4em;
	font-weight:			bold;
	text-align:				right;
}


