html, body {
	text-align: center;
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: black;
	height: 100%;
}

div#container {
	position: relative;
	width: 892px;	
	margin: 0px auto;
	text-align: left;
}

/* TOP */
div#top{
	position: relative;
	height: 95px;
}

div#logo{
	position:  absolute;
	top : 0px;
	left: 0px;
	width: 200px;
	padding: 13px 10px 0px 0px;
	height: 82px;	
	text-align: right;
}


/* standard hide */
div#left_menu_style_color{
	height: 151px;
	display: none;
	margin-bottom: 12px;
}	

/* CONTENT */
div#right_content{
	float:left;
	width: 667px;
	height:500px;
}

div#right_content_image{
	height: 300px;
	width: 400px;
}

div#right_content_image_left{
	float: left;
	width: 433px;
	margin-right: 15px;
}

div#right_content_image_right{
	float: left;
	width: 204px;
}

div#right_content_text{
	position: relative;
	margin-top: 14px;
}

div#right_content_text_noMargin{
	position: relative;
}

div#right_content_text_left{
	float: left;
	width: 433px;
	margin-right: 17px;
}

div#right_content_text_right{
	float: left;
	width: 204px;
}

/* Nieuws */
div#sub_nieuws_nav{
	height: 30px;
color: #7a7a7a;
	font-family: Times New Roman;
	font-size: 14px;
	
}	
/* Projecten */
div#project_nav{
	color: #b14b44;
	font-family: Times New Roman;
	font-size: 14px;
	margin: 2px 0px 2px 0px;
}

div#project_title{
	color: #b14b44;
	font-family: Times New Roman;
	font-size: 18px;
	margin-bottom: 40px;
}

span.normal_color{
	color: black;
}

/* Follow us */
#followUs {
	position: absolute;
	top: 440px;
	left: 0px;
	font-size: 18px;
}

#followUs strong {
	font-weight: normal;
}

#followUs a {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/twitter.gif) no-repeat;
	margin-top: 2px;
}

#followUs a span {
	display: none;
}

#extraBanner {
	position: absolute;
	top: 500px;
	left: 0px;
}

#extraBanner a, #extraBanner a img {
	border: none;
}
