/***** lettergrootte tijdelijk *****/

td {
	font-size:12px;
}
#container {	
	font-size:12px;
}
#content {
	font-size:12px;
}
#Titel {
	font-size:20px;
}
#footer {
	font-size:10px;
}
h1 {
	font-size:25px;
}
h2 {
	font-size:12px;
}
#container_home {
	font-size:12px;
}
#content_home {
	font-size:12px;
}
#lblSitemap ul
{
	font-size:12px;
}
#lblSitemap ul li ul 
 {
	font-size:12px;
 }
 #footer {
	font-size:10px;
 }
/*********************************/
html, body 
{
	margin:0;
	padding:0;
	height:100%; 
	display:block;
	font-family:arial,sans-serif;
	text-align:center; 
	background-color:#E0F5FD;
	background-image:url(img/Site/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	color:#515151;
}

body
{
	height:100%;
	display:block;
}

hr
{
	height:1px;
	color:#00AEEF;
}

.error
{
	background-image: url(img/Site/error.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	overflow: hidden;
	padding-left: 12px;
}

#container {
	position:relative; 
	margin:0 auto; 
	width:970px;
	height:100%; 
	min-height:100%; 
	text-align:left; 
	background-color: #e0f5fd;
	background-image: url(img/Site/bg_wrapper.gif);
	background-repeat:no-repeat;
}

#header {
	height: 140px;
	width:970px;
	background-image:url(img/Site/header.gif);
	background-repeat:no-repeat;
}
#random_image
{	position:relative;
	top:19px;
	right:10px;
	float:right;
	width:719px;
	height:121px;
}
#divError {
	background-color: #FFFFFF;
	margin: 50px;
	padding: 20px;
	border: solid 1px #444444;
	text-align: left;
	font-size: 12px;
}
#divError h3 { margin-bottom: 10px; }
/*-----------------------------
 Menu
-----------------------------*/
#menu_top
{
	height:29px;
	background-image:url(img/Site/menu_top.gif);
	background-repeat:no-repeat;
	position:relative;
	z-index:40;
}

#divMenu
{
	position:relative;
	top:0px;
	margin-left:10px;
}
.menuItem
{
	background-image:url(img/Site/menu_top_spacer.gif);
	background-repeat:no-repeat;
	padding-top:2px;
}
.menuItem a:hover
{
}
.menuItemSelected
{
	background-image:url(img/Site/menu_top_bg_hover.gif);
	background-repeat:repeat-x;
	padding-top:2px;
}

/*-----------------------------
 Menu ABC
-----------------------------*/

#menu_abc, #menu_abc_home
{
	background-image:url(img/Site/menu_abc.png);
	height:29px;	
	background-repeat:no-repeat;
	position:relative;
	font-size:12px;
	top:0px;
	left:5px;
	z-index:20;
	/*border:1px solid;*/
}

#menu_abc_home
{
	background-image:url(img/Site/menu_abc_home.gif);
}

#menu_abc ul, #menu_abc_home ul
{
	padding:0;
	margin:0;
	position:relative;
	/*left:-45px;*/
	top:3px;
}
#menu_abc ul li, #menu_abc_home ul li
{
	display:inline;
	font-weight:bold;
	padding:0 0 0 25px;
}
#menu_abc ul li a, #menu_abc_home ul li a
{
	color:#EF3123;
}
/*-----------------------------
 Submenu
-----------------------------*/

#submenu
{
	z-index:10;
	float:left;
	margin-right:30px;
	padding-right:5px;
	padding-top:23px;
	background-color: #ffefef;
	border-right: 1px solid #dddddd;
	height:400px;
	min-width:235px;
	width:auto !important;
	width:235px;
}

#divSubmenu
{
}

.menuSubItem, 
.menuSubItemSelected, 
.menuSubSubItem, 
.menuSubSubItemSelected
{
	padding:5px;
	padding-left:10px;
}

.menuSubItem img, 
.menuSubItemSelected img, 
.menuSubSubItem img, 
.menuSubSubItemSelected img
{
	vertical-align:bottom;
}

.menuSubItem a,
.menuSubItemSelected a
{
	background-image:url(img/Site/menu_left_bullet.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	margin:0;
	padding:0;
	padding-left:15px;
}
.menuSubItem a:hover
{
	background-image:url(img/Site/menu_left_bullet_hover.gif);
}

.menuSubItemSelected a
{
	background-image:url(img/Site/menu_left_bullet_hover.gif);
}

.menuSubSubItem a,
.menuSubSubItemSelected a
{
	background-image:none;
	margin:0;
	margin-left:25px;
	padding:0;
}




/*-----------------------------
 Content
-----------------------------*/
#content_wrap
{
	position:relative;
	top:-5px;
	left:5px;
	width:960px;
}


#content {
	position:relative;
	left: 0px;
	z-index:0;
	overflow:hidden;
	
}

#main_text
{
	line-height:1.6em;
	padding-top:31px;
}

#main_text table
{
	margin:0;
	padding:0;
}

#main_text img 
{
	border:1px solid #9BDFF9;
	padding:4px;
	background-color:#FFF;
}

#main_text .searchHighlight
{
	background-color: #EE3123;
	padding: 2px;
	color: #FFFFFF;
}

#Titel
{
	font-size:20px;
	font-weight:500;
	color:#00AEEF;
	margin:0 0 20px 0;}

#printen
{
	height:17px;
	width:183px;
	float:right;
	position:relative;
	right:8px;
}
#printen img
{
	border:none;
	padding:0;
}

/*-----------------------------
Footer
-----------------------------*/
#footer 
{
	position:absolute;
	bottom: 0;
	height:37px;
	width:970px;
	overflow:hidden;
	font-size:10px;
	background-image:url(img/Site/footer.gif);
	background-repeat:no-repeat;
	z-index:20; 
}

html>body #footer {
	position:fixed;
	bottom:0;
	
}
#footer {top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));} 

#footer img
{
	border:none;
}
#grotere_letters, #downloaden, #disclaimer, #sitemap, #zoeken
{
	float:left;
	padding:6px 5px 0 28px;
	height:20px;
	font-weight:bold;
	font-size:12px;
	background-repeat:no-repeat;
	background-position:left center;
}
#grotere_letters a, #website a, #sitemap a, #zoeken a
{
	color:#EE3123;
	text-decoration:none;
}
#grotere_letters
{
	width:140px;
	margin-left:-17px;
}
a.groteletters_knop
{
	display:block;
	width:106px;
	height:20px;
	background-image:url(img/Site/icn_grotere_letters.gif);

	background-repeat:no-repeat;

}
#downloaden
{
	width:264px;

}
a.downloaden_knop
{
	display:block;
	width:228px;
	height:19px;
	background-image:url(img/Site/icn_downloaden.gif);
	background-repeat:no-repeat;
}
#disclaimer
{
	width:122px;
}
a.disclaimer_knop
{
	display:block;
	width:85px;
	height:19px;
	background-image:url(img/Site/icn_disclaimer.gif);
	background-repeat:no-repeat;
}
#sitemap
{
	width:135px;
}
a.sitemap_knop
{
	display:block;
	width:71px;
	height:19px;
	background-image:url(img/Site/icn_sitemap.gif);
	background-repeat:no-repeat;
}
#website
{
	width:265px;
}
#zoeken
{
	width:59px;
	padding-top:6px;
	background-image:url(img/Site/icn_zoeken.gif);
	background-repeat:no-repeat;
}
#zoeken input
{
	float:left;
	margin:0 5px 0 0;
	padding:0;
	height:15px;
	color:#BE1104;
	background-color:#F79891;
	border:1px solid #F3FBFE;
}
#zoekknop
{
	position:absolute;
	right:0;
	padding:6px 15px 0 28px;
	height:20px;
}
a.zoeken_knop
{
	display:block;
	width:46px;
	height:19px;
	background-image:url(img/Site/icn_zoeken_text.gif);
	background-repeat:no-repeat;
}

h1, h2
{
	margin:0 0 20px;
	padding:0;
}
h1 {
	font-family:georgia,serif; 
	color:#00AEEF;
	font-size:25px;
	font-weight:500;
}
h2 {
	font-family:georgia,serif; 
	color:#00AEEF;
	font-size:12px;
	font-weight:700;
}
h2, h3, h4, h5, h6
{
	margin:0;
	padding:0;
}
p
{
	padding:0px;	
	margin:0 0 20px;
}

a
{
	color:#000000;
	text-decoration:underline;
}
a:hover
{
	color:#EE3123;
	text-decoration:underline;
}
/*-----------------------------
 Homepage
-----------------------------*/

#container_home 
{
	position:relative; 
	margin:0 auto; 
	width:970px;
	height:100%; 
	min-height:100%; 
	text-align:left; 
	font-size:12px;
	background-image:url(img/Site/bg_wrapper_home.gif);
	background-repeat:no-repeat;
}

#content_home {
	left: 0px;
	top: 188px;	
	width:880px;
	padding-left:80px;
	font-size:12px;
	background-repeat:no-repeat;
	background-position:0 -188px;
	z-index:0;
}
#main_text_home
{
	padding-top:26px;
	width:860px;
	line-height:1.6em;
	margin-bottom:420px; /* Voor scrollen bij kleinere beeldscherm resolutie */
}
#reparatieverzoek
{






	position:absolute;
	left:672px;
	top:30px;
	width:266px;
	height:124px;
	background-color:#94C43A;


	color:#FFF;

}
#reparatieverzoek_header
{
	background-image:url(img/Site/header_home_rep.gif);
	background-repeat:no-repeat;
	height:22px





}
#reparatieverzoek input, select
{
	font-size:11px;
}
#reparatieverzoek .reparatieItemContainer
{
	margin-left: -18px;



}
#reparatieverzoek .reparatieItem








{
	background-image: url(img/Site/home_reparatie_item.gif);
	width: 63px;
	height: 94px;
	text-align: center;
	font-size: 11px;
	float: left;
}
#reparatieverzoek .reparatieItem a
{




	color: #FFFFFF;
}
#mededeling
{
	margin-top:-13px;
	width:577px;
	height:100px;
	overflow:auto;
}
#nieuws
{
	position:absolute;
	left:80px;
	top:168px;
	width:577px;
	height:130px;
	border:1px solid #36A7E9;
	color:#0D293A;
}
#nieuws_header
{
	background-image:url(img/Site/header_home_new.gif);
	background-repeat:no-repeat;
	height:26px;
	background-color:#F3FBFE;
}
#nieuws .nieuwsitem { height: 18px; }
#nieuws a { background-image: url(img/Site/tbl_li.gif); background-repeat: no-repeat; background-position: left 3px; padding-left: 15px; display: inline-block; width: 445px; height: 14px; line-height: 14px; float: left; }
#nieuws .datum
{
	padding-left:10px;
	color:#686868;
	line-height: 14px;
	height: 14px;
	text-align: right;
	width: 75px;
	display: inline-block;
	float: right;
}
#woningaanbod
{
	position:absolute;
	left:672px;
	top:168px;
	width:266px;
	height:130px;
	border:1px solid #36A7E9;
}
#woningaanbod_header
{
	background-image:url(img/Site/header_home_won.gif);
	background-repeat:no-repeat;
	height:26px;
	background-color:#F3FBFE;
}
#nieuwbouw_header
{
	background-image:url(img/Site/header_home_nieuwbouw.gif);
	background-repeat:no-repeat;
	height:26px;
	background-color:#F3FBFE;
}
#interview

{
	position:absolute;
	left:80px;
	top:316px;
	width:577px;
	height:150px;
	border:1px solid #EE3123;
}
#interview_header
{
	background-image:url(img/Site/header_home_int.gif);
	background-repeat:no-repeat;
	height:26px;
	background-color:#F3FBFE;
}



/*
#marathon
{
	position:absolute;
	background-image:url(img/Site/banner_marathon.jpg);
	background-repeat:no-repeat;
	left:80px;
	top:316px;
	width:577px;
	height:170px;
	border:1px solid #EE3123;
}
#marathon a, #marathon a:hover { color: #000000; text-decoration: none; margin: 8px 8px 0px 220px; display: inline-block; }
#marathon a:hover { color: #FF0000; }
*/
#ecards
{
	position:absolute;
	left:672px;
	top:316px;
	width:266px;
	height:130px;
	background-color:#5F0D77;
	background-image:url(img/Site/bg_ecard.jpg);
	background-repeat:no-repeat;
	background-position:0 bottom;
	color:#FFF;
}
#ecards_header
{
	background-image:url(img/Site/header_home_eca.gif);
	background-repeat:no-repeat;
	height:22px;

}
#ecards a
{
	color:#EFE4F2;



}
#ecards a:hover

{
	color:#BA96C4;


}
.home_block_content

{
	padding:7px 10px 5px 22px;	
	overflow:hidden;
	line-height:1.5em;
}
.home_block_eCards

{
	padding:4px 10px 5px 162px;	
	font-size:11px;
	line-height:1.5em;
}


/*-----------------------------
 Modules
-----------------------------*/

#lblSitemap ul
{
	margin:0 0 10px 0;
	padding:0 0 2px 0;
	font-weight:bold;
	list-style-type:none;
	font-size:12px;
}
#lblSitemap ul li ul 
 {
	margin:0 0 0 10px;
	font-weight:normal;
	list-style-position:inside;
	list-style-image:url(img/Site/sitemap_li.gif);
	font-size:12px;
}
#lblSitemap ul li ul a
 {
	color:#515151;
 }
 
 /***** Reparatiemodule *****/
 
 html>body #QuestionInfoBox
 {
	background-color:#EE3123;
	width:660px;
 }
 #lblQuestion
 {
	padding:10px 10px 10px 10px;
	color:#FFF;
 }
 .classReparatieHeaderItem
 {

 }
 html>body .classReparatieHeaderItem
 {
	position:relative;
	top:7px;
 }
#ddlQuestion
 {
	position:relative;
	top:-26px;
	right:5px;
	float:right;
 }
#pnlStap
 {
	padding:0 0 20px 0;
 }
#pnlVervolg
{
	border-top:1px solid #CEE2E9;


}
#divReparatieStap

{
	background-image: url(img/Site/reparatie_stap.gif);
	background-position:2px 3px;
	background-repeat:no-repeat;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding:0 7px;
}
#divReparatieStap1, #divReparatieStap2, #divReparatieStap3, #divReparatieStap4, #divReparatieStap5

{
	background-repeat: no-repeat;
	background-position: top right;
	width: 100%;
	height: 30px;


}
#divReparatieStap1

{
	background-image: url(img/Site/reparatie_stap_1.gif);


}

#divReparatieStap2
{
	background-image: url(img/Site/reparatie_stap_2.gif);

}

#divReparatieStap3
{
	background-image: url(img/Site/reparatie_stap_3.gif);

}

#divReparatieStap4
{
	background-image: url(img/Site/reparatie_stap_4.gif);

}

#divReparatieStap5
{
	background-image: url(img/Site/reparatie_stap_5.gif);
}

.classReparatieTitel
{
	font-weight: 700;
}

table.tblReparatieTbl
{
	margin-top: 20px;
	width: 100%;
}

table.tblReparatieTbl td
{
	list-style-position: inside;
}

table .tblReparatieHdr
{
	margin-left: 15px;

}

/***** Woningbezit *****/

#divFlash
{
	width:95%;
	z-index: 5;
	position:relative;
}

#woning_keuzemenu


{
	overflow:auto;
	position:relative;
	height:398px;
}

.tblHdr
{
	background-color:#00AEEF;
	border:1px solid #0395CB;
	color:#FFF;
}

#dgWonType, #dgKamers, #dgHuur
{
	border:1px solid #80D0F2;
}

.tblCel1 td, .tblCel1 input
{
	background-color: #E8F7FC;
}

.tblCel2 td, .tblCel2 input
{
	background-color: #D4F1FC;
}

.tblCel1 li, .tblCel2 li
{
	list-style-type:none;
	list-style-image:url(img/Site/tbl_li.gif);

}

#wonSelected
{
	background-color:#E8F7FC;
	border:1px solid #80D0F2;
}
#wonSelected table
{
}
a#lnkSearchCount
{
	color:#EE3123;
}
#But_No_Won, #ButShowRefList
{
	background-image:url(img/Site/btn_opnieuw.gif);
	background-color:#00AEEF;
	width:101px;
	height:27px;
	border:none;
}
#ButShowRefList
{
	background-image:url(img/Site/btn_verder.gif);
}
.tbl
{
	border:1px solid #80D0F2;
}
.tblHdr, .tblHdr a
{
	color:#FFF;
	font-weight:bold;
}
.tblHdr a:hover
{
	color:#D4F1FC;
}
#frmGeoMap
{
	background-image:url(img/Site/bg_esrimap.gif);
}
td.clsHdr
{
	color:#00AEEF;
	font-weight:700;
	text-align:right;
}
#divAnchors { padding: 5px; }
#divAnchors img { border-width: 0px; }
#tblNavigatieSelectie input { background-color: #00aeef; color: #FFFFFF; font-weight: 700; border: solid 1px #80d0f2; }

.classTabB, .classTabP, .classTabS 
{
	 background-color: #e0f5fd;
	 border: solid 1px #80d0f2;
	 width: 90px;
	 font-size: 11px;
	 padding: 3px;
	 margin-top: 5px;
	 text-decoration: none;
	 display: inline-block;
}

.classTabB:hover, .classTabP:hover, .classTabS:hover
{
	background-color: #00aeef;
	text-decoration: none;
	color: #FFFFFF;
}

#dgWoningDetail_ctl03_tblItDetailRepeater
{
	color: #d4f1fc;
}


/* eCards */

#txtAfzender, #txtEmailZender, #txtEmailOntvanger
{
	background-color:#E8F7FC;
	border:1px solid #00AEEF;
	color:#00AEEF;
	margin:2px;
}

/* Nieuws */

.classNieuwsTitel
{
	color: #EE3123;
	font-size: 15px;
	font-weight: 700;
}

.classNieuwsSubtitel
{
	font-weight: 700;
}

#copyright
{
	position: absolute;
	top: 0px;
	left: 900px;
	z-index: 400;
}

#copyright a
{
	font-size: 9px;
	text-decoration: none;
}

/* Tijdelijke banner */

#partview_kopenzonderkosten
{
	position: relative;
	overflow: hidden;
	width: 577px;
	height: 170px;
	top: 151px;
	left: 0px;
	border: solid 1px #ee3123;
	background-color: #e0f5fd;
	margin-top: 13px;
}
#partview_kopenzonderkosten #foto { width: 253px; height: 168px; overflow: hidden; float: left; }
#partview_kopenzonderkosten #titel { float: left; background:#f3fbfe url(img/Site/home_kopenzonderkosten.gif); width: 322px; height: 26px;  margin-bottom: 0px; }
#partview_kopenzonderkosten #tekst {  width: 306px; height: 105px; float: left; margin: 10px 0 0 16px; }


#nieuwbouwbanner
{
	position:absolute;
	left:672px;
	top:316px;
	width:266px;
	height:170px;
	background:#e0f5fd;
	border:1px solid #36a7e9;
}

#home_spotlight_content #banner_wrapper
{
	width: 266px;
	height: 144px;
	overflow: hidden;
	float: left;
}
	#home_spotlight_content #banner_wrapper #banner_inner
	{
		width: 9000px;
		height: 170px;
	}
		#home_spotlight_content .banner
		{
			float: left;
			width: 266px;
			color: #FFFFFF;
		}
		.banner img { border-width: 0; }



#interview { overflow:hidden; height:170px;}

.FormGenTitle { font-size: 16px; color: #00aeef; }
.FormGenLabel { font-weight: 700;  }
.HeaderCss, .FieldCss, .HintCss { border-top: solid 1px #97dbf5;  }
.FormGenSubmit { padding: 5px; display: inline-block; background-color: #00aeef; color: #FFFFFF; font-weight: 700; border-top: solid 1px #6cd0f6; border-right: solid 1px #008fc4; border-bottom: solid 1px #008fc4; border-left: solid 1px #6cd0f6; text-decoration: none; }
.FormGenSubmit:hover { background-color: #15b8f5; color: #FFFFFF; text-decoration: none; }

#cmdSearch { background-color: #00aeef; color: #FFFFFF; border: solid 1px #008fc4; }

/* Tijdelijke voor KWH banner */

a.banner_temp img{border:none;}
.banner_temp {position:absolute; top:9px; left:440px;}

/* Tijdelijke voor KWH banner */



