@charset "windows-1258";
html, body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b7b7b7;
	background-color: #303030;
	background-image: url(../gfx/content_bg_light_grey.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 890px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -122px;
}

#header_wrapper {
	width: 100%;
	height: 150px;
	float: left;
	background-image: url(../gfx/site_bg_content.jpg);
	background-repeat: repeat-x;
}

#container_header {
	width: 890px;
	margin: 0 auto;
}

#deveux_vanerum {
	float: left;
	width: 350px;
	height: 150px;
	background-image: url(../gfx/logo_deveux-vanerum_projectontwikkeling-verkavelingen.jpg);
	background-repeat: no-repeat;
}

#deveux_vanerum:hover {
	background-image: url(../gfx/logo_deveux-vanerum_projectontwikkeling-verkavelingen_hover.jpg);
}

#deveux_vanerum h1 {
	display: none;
}

#shadow_nav_right {
	float: left;
	width: 20px;
	height: 150px;
	background-image: url(../gfx/shadow_right_header.jpg);
	background-repeat: no-repeat;
}

#navigation {
	float: left;
	width: 520px;
	height: 150px;
	background-image: url(../gfx/header_bg.jpg);
	background-repeat: repeat-x;
	line-height: 0; /* STEPDOWN BUGFIX */
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 15px;
	font-weight: bold;
	float: left;
	width: 520px;
	height: 150px;
}

#navigation a {
	behavior: url(css/iepngfix.php);
	float: left;
	width: 135px; /*165*/
	height: 35px; /*55*/
	background-image: url(../gfx/nav_button.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #b7b7b7;
	text-decoration: none;
	text-align: center;
	padding: 10px 15px 10px 15px;
	margin: 0px 5px 5px 0px;
	line-height: 1.2em;
}

#navigation .big_button {
	width: 220px; /*250*/
	background-image: url(../gfx/nav_button_big.jpg);
	background-repeat: no-repeat;
}

#navigation .singleline {
	height: 23px;
	padding-top: 17px;
}

#navigation a:hover {
	color: #fff;
	background-image:  url(../gfx/nav_button_hover.png);
}

#navigation .big_button:hover {
	color: #fff;
	background-image:  url(../gfx/nav_button_big_hover.jpg);
}


#header_left, #header_right {
	float: left;
	width: 20px;
	height: 250px;
	background-image: url(../gfx/shadow_left_right.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#header_right {
	background-position: -20px 0px;
}

#header {
	float: left;
	width: 850px;
	height: 250px;
	background-image: url(../gfx/header_afb.jpg);
	background-repeat: no-repeat;
}

#content, #content_main {
	float: left;
	width: 810px; /*890*/
	min-height: 600px;
	background-image: url(../gfx/content_bg.jpg);
	background-repeat: repeat-y;
	padding: 20px 40px 20px 40px;
	margin-top: 2px;
}

#content_main {
	background-image: url(../gfx/content_bg_light_grey.jpg);
	margin-top: 0;
}

#content h2, #content_main h2 {
	color: #b7b7b7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	border-bottom: 2px solid #212121;
}

#content h2 span, #content_main h2 span {
	display: none;
}

#content p, #content_main p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#content_bg {
	background-color: #303030;
	padding: 20px;
	line-height: 1.5em;
	text-align: justify;
	margin-top: -15px;
	width: 440px;
	font-size: 14px;
	float: left;
	margin-right: 20px;
	height: 200px;
}

#content_recent_project {
	float: left;
	margin-top: -15px;
	width: 270px; /*310*/
	height: 200px;
	padding: 20px;
	background-color: #303030;
}

#content a, #content_main a { color: #fdfef8; text-decoration: underline; }
#content a:hover, #content_main a:hover { color: #fb4d4a; text-decoration: underline; }

#column_left {
	float: left;
	width: 270px;
	margin-right: 40px;
	padding-top: 10px;
}

#column_left h3, #content_recent_project h3 {
	color: #b7b7b7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
}

#content_recent_project h3 {
	margin-top: -10px;
}

#column_left h3 span, #content_recent_project h3 span {
	display: none;
}

#column_left ul {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
	margin-top: 30px;
	list-style: none;
	border-top: 1px solid #212121;
	border-bottom: 1px solid #212121;
}

#column_left li a {
	float: left;
	width: 235px; /*270*/
	height: 24px; /*32*/
	background-image: url(../gfx/subnav_button.jpg);
	background-repeat: no-repeat;
	color: #e0e0e0;
	text-decoration: none;
	padding: 8px 0 0 35px;
}

#column_left li a:hover {
	background-position: 0 -32px;
	color: #fb4d4a;
	text-decoration: none;
}

#column_left h4, #content_recent_project h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 5px;
}

#column_right {
	float: left;
	width: 490px;
	margin-top: 1px;
	text-align: justify;
	line-height: 1.5em;
}

#column_right h3 {
	color: #e0e0e0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	background-color: #212121;
	padding: 4px;
	padding-left: 10px;
	border-left: 2px solid #fd4239;
}

#footer {
	float: left;
	width: 810px;
	color: #6a6a6a;
	text-align: center;
	margin-top: 20px;
}

#footer p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#footer a, #footer_wrapper a { color: #6a6a6a; text-decoration: underline; }
#footer a:hover, #footer_wrapper a:hover { color: #b7b7b7; text-decoration: underline; }

#footer_wrapper a { color: #8b8b8b; }

.push {
	float: left;
	height: 122px;
	border: 0;
	*border: 1px solid #303030;
}

#footer_wrapper {
	float: left;
	width: 100%;
	background-color: #212121;
	border-top: 2px solid #fd4239;
	background-image: url(../gfx/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	height: 100px;
	text-align: center;
	padding-top: 20px;
	color: #8b8b8b;
}

.input {
	border: 1px solid #212121;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b7b7b7;
	background-color: #292929;
	padding: 2px;
}

.output {
	text-transform: uppercase;
	background-color: #292929;
	border: 1px solid #212121;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b7b7b7;
	padding: 5px;
}

.border {
	border: 2px solid #212121;
}

.highlightRedBig {
	color: #fb4d4a;
	font-size: 14px;
}

#recent_project_pic {
	float: left;
	width: 85px;
}

#recent_project_info {
	float: right;
	text-align: left;
	width: 180px;
}

.googlepopup {
	color: #212121;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

.googlepopup b {
	font-size: 14px;
}

#content_main .googlepopup a { font-size: 12px; color: #212121; text-decoration: underline; }
#content_main .googlepopup a:hover { color: #fb4d4a; text-decoration: underline; }
