
/* ----- Import reset ----- */
@import url("/styles/reset.css");
/********************************************************* MODULES *********************************************************/
@import url("/styles/modules/home.css");
@import url("/styles/modules/mijnpagina.css");
@import url("/styles/modules/woninglite.css");
@import url("/styles/modules/mijnpaginaInschrijving.css");
@import url("/styles/modules/woondiensten.css");
@import url("/styles/modules/objectaanbod.css");
@import url("/styles/modules/faq.css");
@import url("/styles/modules/project.css");
@import url("/styles/modules/wijkinformatie.css");
/********************************************************* EINDE MODULES *********************************************************/

html, body
{
	height					: 100%;
	font-family				: arial, tahoma;
	font-size				: 90%;	
	background-color		: #da0031;
	overflow				: hidden;
}

body a, body a:active, body a:visited
{
	text-decoration			: none;
	font-weight				: bold;
	color					: #7A8924;
	
}
body a:hover
{
	text-decoration			: underline;
}

a.navButtonForward, a.navButtonForward:active, a.navButtonForward:visited
{

	background: url('/images/navigatie/nav_pijl_forward.gif') top right no-repeat;
	padding: 0px 20px 0px 0px;
}
a.navButtonForward:hover
{
	background: url('/images/navigatie/nav_pijl_forward_red.gif') top right no-repeat;
	color: #DA0031;
	text-decoration: none;
}

a.actueelAanbodButton, a.actueelAanbodButton:active, a.actueelAanbodButton:visited
{
	padding: 0px;
	display: block;
	width: 100%;
}
a.navButtonDownward, a.navButtonDownward:active, a.navButtonDownward:visited
{

	background: url('/images/navigatie/nav_pijl_downward.gif') top right no-repeat;
	padding: 0px 20px 0px 0px;
}
a.navButtonDownward:hover
{
	background: url('/images/navigatie/nav_pijl_downward_red.gif') top right no-repeat;
	color: #DA0031;
	text-decoration: none;
}



a.navButtonBackward, a.navButtonBackward:active, a.navButtonBackward:visited
{
	background: url('/images/navigatie/nav_pijl_backward.gif') top left no-repeat;
	padding: 0px 0px 0px 20px;
}
a.navButtonBackward:hover
{
	background: url('/images/navigatie/nav_pijl_backward_red.gif') top left no-repeat;
	color: #DA0031;
	text-decoration: none;
}




	
div.green
{
	background-color		: #b9d12c;
	height					: 50%;
}

div.red
{
	background-color		: #da0031;
	height					: 50%;
}

div.body
{
	position				: absolute;
	top						: 0;
	left					: 0;
	height					: 100%;
	width					: 100%;
}

div.body div.layout
{
	position				: relative;
	top						: 50%;
	margin-top				: -300px;
	text-align				: center;
}

div.top div.logo
{
	background-color		: #b9d12c;
	height					: 70px;
	margin-left				: 648px;
}

div.top div.tabs
{
	background-image		: url("/images/section_tabs2.png");
	background-repeat		: no-repeat;
	background-position		: center;
	height					: 24px;
	background-color		: #b9d12c;
	padding					: 0 0 0 7px;
}

div.top div.tabs ul
{
	position				: relative;
	left					: 50%;
	margin-left				: -319px;
	height					: 24px;
	width					: 638px;
}

div.top div.tabs ul li
{
	float					: left;	
	text-align				: center;
	margin-left				: 10px;	 
	padding-top				: 7px;	
}
div.top div.tabs ul li:last-child
{
	margin-left				: 20px;
}


/* Subnavigation */
div#subnav
{
	position				: absolute;
	width					: 111px;
	height					: 431px;
	left					: 50%;
	margin-left				: -319px;	
	background-color		: #F1FCAC;
	background-repeat		: no-repeat;
	background-position		: -9px 0px;			
	opacity					: 0.96;
	filter					: alpha(opacity=96);
	z-index					: 5;
	line-height				: 19px;
	text-align				: left;
}

div#subnav ul
{
	position				: absolute;
	text-align				: left;
	z-index					: 7;
}

div#navBGdiv
{
	background-image		: url("/images/contentbg.png");
	background-repeat		: no-repeat;
	background-position		: -9px 0px;	
	z-index					: 6;	
	position				: absolute;
	width					: 111px;
	height					: 431px;	
	top						: 0px;
	left					: 0px;	
}

div#subnav.move
{
	z-index					: 10;
}

div#subnav.active
{
	z-index					: 10;
	opacity					: 1;
	filter					: alpha(opacity=100);
}

img#deactivate_subnav
{
	position				: absolute;
	bottom					: 10px;
	left					: 20px;
	cursor					: pointer;
	z-index					: 15;
	/*width					: 62px;
	height					: 19px;	
	background-image		: url("/images/nav_stepback.png");
	background-repeat		: no-repeat;
	display: block;*/
}


#loadDiv
{
	width					: 220px;
	position				: absolute;	
	left					: 50%;
	top						: 50%;
	margin-left				: -75px;
	margin-top				: -40px;
	height					: 80px;
	z-index					: 100;
	border					: 1px solid #c4d36f;
	background-color		: #F1FCAC;
	text-align				: center;
}

/* nav item Over ons*/
div.top div.tabs ul li.section_10
{
	/*margin-left				: 15px;*/
	margin-right			: 20px;
}

/* nav item Ik zoek een woning */
div.top div.tabs ul li.section_9
{
	margin-right			: 20px;
}

/* nav item Mijn pagina */
div.top div.tabs ul li.section_11
{
	margin-right			: 19px;
}

/* nav item Woondiensten */
div.top div.tabs ul li.section_13
{
	margin-right			: 17px;
}

/* nav item Wijk in beeld */
div.top div.tabs ul li.section_14
{
	margin-right			: 17px;
}

/* nav item Op de schop */
div.top div.tabs ul li.section_12
{
}

div.middle
{
	height					: 456px;
	background-color		: #b9d12c;
	width					: 65600px;
}

div.middle div.content_holder,
div.middle div.content_holder1,
div.middle div.sfeer_right,
div.middle div.sfeer_left,
div.middle div.sfeer_left_new,
div.middle div.content_new,
div.middle div.sfeer_right_new	
{
	background-image		: url("/images/contentbg.png");
	background-repeat		: no-repeat;
	position				: absolute;
	left					: 50%;
	height					: 436px;
	width					: 656px;

}

div.middle div.content_holder,
div.middle div.content_holder1
{

	position				: absolute;	
	left					: 50%;
	margin-left				: -328px;
	padding-left			: 126px;
	z-index					: 2;
}

div#middlebg
{
	width					: 656px;
	position				: absolute;	
	left					: 50%;
	margin-left				: -328px;
	background-image		: url("/images/contentbg.png");
	background-repeat		: no-repeat;
	height					: 436px;
	z-index					: 1;
}

div.middle div.sfeer_left
{
	margin-left				: -984px;
	overflow				: hidden;
}

div.middle div.sfeer_right
{
	margin-left				: 328px;
	overflow				: hidden;
}
div.middle div.sfeer_left img, div.middle div.sfeer_right img
{
	margin: 0 9px 0 9px;
}

div.middle div.sfeer_left_new
{
	margin-left				: 985px;
}

div.middle div.content_new
{
	margin-left				: 1649px;
}

div.middle div.sfeer_right_new
{
	margin-left				: 2295px;
}

div.middle div.navigation
{
	position				: absolute;	
	background-image		: url("/images/contentbg.png");
	background-repeat		: no-repeat;
	background-position		: -20px 0px;	
	left					: 50%;
	margin-left				: -319px;
	z-index					: 6;
	width					: 111px;
	height					: 431px;
	text-align				: left;
	line-height				: 19px;
	overflow				: hidden;
}

div.middle div.navigation a,
div.middle div.navigation a:link,
div.middle div.navigation a:visited,
div.middle div#subnav a,
div.middle div#subnav a:link,
div.middle div#subnav a:visited
{
	color					: #6e7a23;
	text-decoration			: none;	
	font-weight				: bold;
	width					: 107px;
	margin					: 0 0 0 4px;
	display					: block;	
}

div.middle div.navigation a:hover,
div.middle div.navigation a:active,
div.middle div.navigation ul li.active a,
div.middle div#subnav a:hover,
div.middle div#subnav a:active,
div.middle div#subnav ul li.active a	
{
	color					: #475400;
}

div.middle div.navigation ul li a.active,
div.middle div.navigation ul li a:active,
div.middle div.navigation ul li a:hover,
div.middle div#subnav ul li a.active,
div.middle div#subnav ul li a:active,
div.middle div#subnav ul li a:hover
{
	background-image		: url("/images/navigatie/arrow.gif");
	background-position		: 99px 5px;
	background-repeat		: no-repeat;
}

div.middle div.navigation ul,
div#subnav ul
{
	margin-top				: 72px;
	z-index					: 700;

}

div.middle div.content_holder div.content h2,
div.middle div.content_holder div.content h3
{
	margin-bottom			: 12px;	
}

div.middle div.content_holder div.content,
div.middle div.content_holder div.content1
{
	
	overflow				: auto;
	margin-top				: 36px;
	margin-bottom			: 40px;
	text-align				: left;
	height					: 370px;
	float					: left;
	width					: 504px;
	padding-bottom			: 10px;
	padding-right			: 10px;
	position				: relative;
}

div.middle div.content_holder div.content ul,
div.middle div.content_holder div.content1 ul
{
		margin: 0 0 18px 34px;
		list-style: square outside;
}

div.middle div.content_holder div.content p,
div.middle div.content_holder div.content1 p
{
	margin: 0 0 18px 0;
}


div.middle div.content_holder div.content ol,
div.middle div.content_holder div.content1 ol
{
	list-style: decimal outside;
	margin: 0 0 18px 34px;
}

div.middle div.content_holder div.content_showroom,div.middle div.content_holder div.content_showroom
{
	margin: 0;
	padding: 0;
	width: 523px;
	height: 431px;
	overflow: hidden;
}

div.middle div.content_holder div.content_showroom2
{
	overflow-y: scroll;
	overflow-x: hidden;
}

div.supernavigatie
{
	width					: 760px;
	position				: relative;
	left					: 50%;
	margin-left				: -319px;
	text-align				: left;
}

div.supernavigatie span.zig
{
	margin-left				: 165px;
}

/* wrap to make sure that image area is clickable */
#slider 
{
	width					: 20px;
	height					: 369px;
	position				: absolute;
	left					: 610px;
	top						: 53px;
}

/* top image of track */
#slider-up 
{
	width					: 20px;
	height					: 20px;
	/* background				: transparent url("/images/slider/up.png") no-repeat top left; */
}

/* bottom image of track */
#slider-down 
{
	position				: absolute;
	bottom					: 0px;
	left					: 0px;
	width					: 20px;
	height					: 20px;
	/*background				: transparent url("/images/slider/down.png") no-repeat top left; */
}

/* vertical track */
#slider-tracker 
{
	position				: absolute;
	width					: 15px;
	height					: 332px;
	left					: 0px;
}

div.black_layover
{
	position				: absolute;
	left					: 0;
	top						: 0;
	width					: 100%;
	height					: 100%;
	background-color		: #000000;
	z-index					: 10;
}

div.zoeken
{
	background-image		: url("/images/zoekenbg.png");
	background-repeat		: no-repeat;
	position				: absolute;
	left					: 50%;
	top						: 50%;
	width					: 380px;
	height					: 251px;	
	margin-left				: -190px;
	margin-top				: -125px;
	z-index					: 100;
}

div.zoeken div.searchContent
{
	padding-top				: 50px;
	padding-left			: 30px;	
}

div.zoeken input, div.homeZoeken input
{
	margin-top				: 10px;				
	border					: solid 1px #da0031;
	background-color		: #f0f5d5;	
	font-size				: 90%;
	padding-left			: 5px;
	padding-top				: 2px;
	height					: 14px;
}
div.homeZoeken input
{

}
div.homeZoeken #submitSearch
{
	display: block;
	margin: 4px 0 0 70px;
	cursor: pointer;
}





div.zoeken #closeSearch,
div.zoeken #submitSearch
{
	position				: absolute;
	right					: 15px;
	top						: 15px;
	cursor					: pointer;	
}

div.zoeken #submitSearch
{
	top						: 200px;
	right					: 40px;
}

div.home_content
{
	width					: 363px;	
	position				: absolute;
	/*position: absolute;
	background: green;*/
}

div.home_content div.home_activeer_assistent
{
	margin-top				: 18px;
}

div.home_content div.home_activeer_assistent a
{
	cursor					: pointer;
}

/********************************************************* PAGESELECT *********************************************************/

span.pageselect_seperator
{
	padding: 5px;
}


span.pageselect_pages_seperator
{
	padding: 2px;
}
div.pageselect 
{
	padding: 10px 0px 10px 0px;
	text-align: center;
}

/****************************************************** EINDE PAGESELECT ******************************************************/

/********************************************************* FORMULIEREN *********************************************************/


div.form_row
{
	margin: 0 0 10px 0;
}

div.form_field
{
}

div.form_label
{
	float: left;
	width: 196px;
	line-height: 16px;
	/*height: 100%;*/
	margin: 2px 4px 2px 0;
	display: block;
}

.form_field_radiofield
{
	margin: 0 0 0 200px;
}

input.tekst, select, input.password
{
	border: 1px solid #6e7a23;
	padding: 1px;
	margin: 0px;
	vertical-align: middle;
}

input.button
{
	margin: 0 0 8px 0;
}
input.tekst, input.password
{
    width: 150px;
}

textarea.tekst
{
	border: 1px solid #6e7a23;
	padding: 1px;
	margin: 0 0 8px 0;
	float: left;
	
}

.form_label_separatorfield
{
	font-weight: bold !important;
}
div.form_row_SeparatorField  label
{
	font-weight: bold !important;
}


select
{
	margin: 0 0 0 0px;
	padding: 0;
}

div.form_row_error input.tekst, div.form_row_error select, div.form_row_error input.password
{
	border: 1px solid #ff0000;	
	margin: 0 3px 0 0;
	padding: 0px;
	vertical-align: middle;
}
div.form_row_error div.form_label
{
	color: #ff0000;	
}

div.form_error
{
	color: #ff0000;
	font-size: 10px;
	margin: 0 0 4px 0px;
	width: 124px;
	display: inline-block;
}

div.form_error_datefield
{
	width: 80px;
}


div.form_field form_field_Checkboxfield,div.form_field form_field_Radiofield
{
	float: left;
	width: 154px;
	padding: 5px 0 5px 0;
}

/****************************************************** EINDE FORMULIEREN ******************************************************/
div.ajaxloader
{
	
	background-color		: #B9D12C;
	background-image		: url('/images/ajaxloader.gif');
	background-repeat		: no-repeat;
	background-position		: 50% 50%;
	position				: absolute;
	top						: 0%;
	left					: 50%;
	width					: 100%;
	height					: 100%;
	width					: 638px;
	margin-left				: -378px;
	height					: 432px;
}



/****************************************************** NIEUWS/WEBLOG ******************************************************/

.news_content
{
	margin: 0 0 12px 0;
}

.news_thumbnail
{
	float: left;
}
.news_thumbnail img
{
	display: block;
}

.news_thumbnail .imageContainer
{
	margin: 0 4px 4px 0px;
}

.news_title
{
	margin: 25px 0 0 0;
	font-weight: bold;
	color: #da0031;
}
.news_title a, .news_title a:visited
{
	color: #da0031;
}
.news_intro
{
	margin: 16px 0 0 0;
}

.news_details h2
{
	font-weight			: bold;
	font-size			: 14px;
	margin				: 16px 0 0 0;
	color				: #da0031;
}

	/* Reacties */
	.news_reacties, .add_reacties
	{
		font-size: 11px;
		color: #444;
	}

	.reactie
	{
		width: 290px;
		margin: 0 0 12px 0;
		padding: 0 4px 4px 0;
		border-bottom: 1px solid;
	}
	
	.news_reacties .label
	{
		font-weight: bold;
	}
	.reactie_row
	{
		padding: 1px 0 1px 0;
	}
	.captcha
	{
		display:inline;
	}
	/* EINDE Reacties */
	
.nav_link
{
	margin: 12px 0 0 0;
}
h3.news_category_header
{
	color: #da0031;
	font-weight: bold;
	margin: 20px 0 0 0;
	font-size: 15px;
}
.news_archive_publicationDate
{
	font-weight: bold;
}



/****************************************************** EINDE NIEUWS/WEBLOG ******************************************************/
.right
{
	float: right;
}
.left
{
	float: left;
}

div.clear 
{
 clear: both;
}
p.pagecontent
{
	margin-bottom: 10px;
}

.imageContainerTopRight
{	
	width: 4px;
	background: url(/images/image_background_right.png) top left repeat-y;
}

.imageContainerBottom
{
	height: 4px;
}
	.imageContainerBottomLeft
	{
		background: url(/images/image_background_bottom.png) top left repeat-x;
	}
	.imageContainerBottomRight
	{
		background: url(/images/image_background_bottomright.png) top left no-repeat;
	}

div.google_map
{
	width:	450px;
	height: 295px;
}
div#wijkinbeeld
{
	width: 390px;
	height: 240px;
	float: left;
}
div#wijkinbeeld_list
{
	float: left;
	width: 94px;
}

div.content_funtions
{
	position: absolute;
	left: 518px;
	top: 7px;
	width: 124px;
	z-index: 901;
}
div.content_function
{
	float: left;
	/* display: inline-block; */
	margin: 0 5px 0 0;
}

#readspeaker
{
	display: block;
	width: 18px;
	height: 14px;
	background: url(/images/navigatie/sound_button.png) 0px 1px no-repeat;
}
#printbutton
{
	display: block;
	width: 18px;
	height: 14px;
	background: url(/images/navigatie/print_button.png) 0px 2px no-repeat;
}

#inlog_button
{
	display: block;
	width: 70px;
	text-align: right;
}
a#inlog_button
{
	color: #da0031;
	font-size: 12px;
}

/* lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #F0FCAC; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #F0FCAC;; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #DA0031; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 76px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* Einde lightbox */
	
	
	
	


/* gebruikt in projecten en brochures. Moet in meer modlues gebruikt worden i.p. */
.box
{
	margin: 0px 4px 8px 0;
	width: 226px;
	height: 180px;
	display: block;
	float: left;
}
.publication_list .box
{
	height: 190px;
}

.box_title
{
	font-weight: bold;
	color: #DA0031;
	margin: 0 0 5px 0;
}
.box_content
{
	font-size: 12px;
}
.box_content .imageContainer img
{
	margin: 0;
	padding: 0;
	border: 1px solid #fff;	
	display: block;
}

#wegenergraphic_container_postcode
{
	position: absolute;
	display: none;
}

/* MODULE SITEMAP (weinig css, dus (nog) geen aparte stylesheet.... */
.sitemap_list_sitesection
{
	margin: 5px 0 0 0;
}

.sitemap_list_module_item, .sitemap_list_module_folder
{
	margin: 0 0 0 15px;
}
.sitemap_list_module_depth_1_item, .sitemap_list_module_depth_1_foler
{
	margin: 0 0 0 30px;
}
.sitemap_list_module_depth_2
{
	margin: 0 0 0 45px;
}

/* MODULE SEARCHENGINE (weinig css, dus (nog) geen aparte stylesheet.... */
.searchengine_message
{
	font-weight: bold;
	color: #da0031;
	margin: 12px 0 12px 0;
}
.searchengine_list_row
{
	margin: 0 0 8px 0;
}

.searchengine_list_row_keyword
{
	font-weight: bold;
}

/* MODULE PUBLICATION (weinig css, dus (nog) geen aparte stylesheet.... */
.to_download
{
	display: none;
}
#download_section
{
	margin: 6px 0 0 0;
}



/* Popup bij het tonen van wegenerdata, komt waarschijnlijk in meerdere modules */

div#popup_Content
{
	position				: absolute;
	left					: 50%;
	top						: 50%;
	width					: 768px;
	height					: 353px;	
	margin-left				: -384px;
	margin-top				: -181px;
	z-index					: 100;
	background				: #E7EEC5;
	padding					: 30px 0 0 0;
}
div#popup_Content #close
{
	position				: absolute;
	right					: 10px;
	top						: 10px;
	cursor					: pointer;	
	z-index 				: 101;
}

div#readspeaker_layer
{
	position			: absolute;
	top					: 20px;
	left				: 400px;
	background-color	: #E9ECF3;
	width				: 280px;
	height				: 100px;
	border				: 1px solid #000000;
	z-index				: 999;
}

div.readspeaker_header
{
	background-color	: #da0031;;
	color				: #ffffff;
	padding				: 3px 0px 3px 10px;
	font-weight			: bold;
	cursor				: move;
}

div.readspeaker_content
{
	background-color	: #E9ECF3;
	padding				: 10px 0px 10px 20px;
}

div.readspeaker_sluiten
{
	position			: relative;
	float				: right;
	width				: 16px;
	height				: 16px;
	text-align			: center;
	cursor				: pointer;
	color				: #ffffff;
	font-weight			: bold;
	margin 				: 2px 0 0 0;
}

.reparatieverzoek_button
{
	cursor: pointer;
}

#lightboxImage 
{
   margin-top:	0px;
   position: 	absolute;
   left: 		10px;
}

div.form_field_checkboxfield 
{
	float	: left;
}
div.form_row
{
	clear	:	left;
}

div#uploadAttachement
{
	border:2px solid #6e7a23;
	position:absolute;
	width:400px;
	height:110px;
	background-color:#b9d12c;
	padding:20px;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -55px;
	z-index:1000;
}


em
{
	font-style: italic;	
}
