/*
 * $Id: main.css,v 1.7 2007-11-08 09:27:41 steven Exp $
 */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: arial, tahoma, 'sanf serif';
	font-size: 11px;
	overflow: auto;
	background: #aaa url(/images/framework/body_bg.gif) repeat-y scroll center center;
}
#wrapper {
	text-align: left;
	width: 1000px;
	margin: 0px auto;
	overflow: hidden;
}
#header {
	width: 100%;
	height: 201px;
	background: transparent url(/images/framework/header_bg.png) no-repeat;
}
#header_menu {
	position: relative;
	width: 205px;
	float: right;
	top: 45px;
}
#left_column {
	float: left;
	width: 147px;
	background: transparent url(/images/framework/left_col_bg.png) no-repeat;
	padding: 0px;
	margin: 0px;
}
#tween_column {
	float: left;
	width: 262px;
	height: 567px;
	background: transparent url(/images/framework/tween_col_bg.gif) no-repeat top left;
}
#tween_column img {
	margin-top: 45px;
}
#main_column {
	float: left;
	width: 360px;
	background-color: #ffffff;
}
#right_column {
	float: right;
	width: 228px;
	background-color: #EBF2D7;
	overflow: visible;
}
#right_projecten {
	height: 245px;
	background-color: #ACCA57;
	overflow: visible;

}
#right_nieuws {
	height: 145px;
	background-color: #DCE8B8;
}
#right_flowcase {
	height: 90px;
	background-color: #EBF2D7;
}
.right_content {
	float: right;
	display: inline; /* IE float double margin fix */
	width: 184px;
	margin-top: 20px;
	margin-right: 20px;
}
.right_content img {
	width: 184px;
	height: 123px;
}


.bullet_float {
	float: left;
	position: relative;
	width: 38px;
	margin-left: -16px;
	top: 11px;
}
.bullet_float img {
	width: 38px;
	height: 41px;
}
#left_menu {
	position: relative;
	top: 20px;
}
