/* --------------------------------	*/
/* header						 	*/
/* --------------------------------	*/
#header h2	{
	width				: 350px;
}


/* --------------------------------	*/
/* main							 	*/
/* --------------------------------	*/
#main	{
	width				: 758px;
	padding				: 0;
	position			: relative;
	border				: none;
	background			: #fff;
	z-index				: 1;
}


/* --------------------------------	*/
/* frontpage					 	*/
/* --------------------------------	*/
#frontpage	{
	padding				: 11px 0 0 0;
	position			: relative;
	border				: solid 1px #ccc;
	background			: #f1f1f1 url(../img/content_bg.gif) repeat-y left top;
	height				: 409px;
}


/* --------------------------------	*/
/* nieuws						 	*/
/* --------------------------------	*/
#nieuws	{
	float				: left;
	border				: none;
	background			: none;
	padding				: 0;
	position			: absolute;
	bottom				: 165px;     
	left				: 5px;
}


/* --------------------------------	*/
/* Google maps					 	*/
/* --------------------------------	*/
#gmaps	{
	float				: left;
	border				: none;
	background			: none;
	padding				: 0;
	position			: absolute;
	bottom				: 5px;     
	left				: 5px;
}



#gmaps img a img	{
/*	display				: block;
	padding				: 12px;
	width				: 122px;
*/	background			: #FFF;
	color				: #FFF;
	border:50px solid #AAA;
}



#gmaps img a:visited	{
background			: #000;
	COLOR: #000;
}

#gmaps img.a:active	{
background			: #AAA;
	COLOR: #AAA;
}



/* --------------------------------	*/
/* content						 	*/
/* --------------------------------	*/
#content	{
	float				: right;
	width				: 600px;
	height				: 399px;
	background			: url(../img/frontpage_bg.jpg) no-repeat left top;
	position			: relative;
}

#content .welkom	{
	position			: absolute;
	width				: 210px;
	height				: 310px;
	padding				: 30px 15px;
	background			: #fff;
	right				: 10px;
	top					: 10px;
	border				: solid 1px #7D9FBA;
	z-index				: 1337;
	display				: none;
}



#content .welkom h2	{
	font-size			: 1em;
}

#content .welkom a	{
	font-weight			: bold;
}


/* --------------------------------	*/
/* huizen						 	*/
/* --------------------------------	*/
#huizen	{
	margin				: 7px 0 0 0;
	padding				: 0;
	list-style			: none;
}

#huizen	li {
	float				: left;
	width				: 370px;   /*was 353*/
	background			: url(../img/huis_item_bg.gif) no-repeat left top;
	margin				: 0 8px 0 0;
	cursor				: pointer;
}

#huizen li .clear	{
	background			: url(../img/huis_item_onder.gif) no-repeat left top;
	height				: 6px;
	overflow			: hidden;
}

#huizen	li.hover, #huizen li:hover 					{	background: url(../img/huis_item_bg_h.gif) no-repeat left top;	}
#huizen li.hover .clear, #huizen li:hover .clear	{	background: url(../img/huis_item_onder_h.gif) no-repeat left top;	}

#huizen	li dl {
	margin				: 0;
	padding				: 20px 25px;    /*was 20 25*/
}

#huizen	li dl dt {
	float				: left;
	padding				: 0 0 5px 0;          /*0 0 10px 0;*/
}

#huizen	li dl dd {
	float				: left;
	margin				: 0;
	padding				: 20px;
	font-size			: 0.9em;
	font-weight			: bold;
}

#huizen	li dl dd div.locatie {
	text-decoration		: underline;
}

#huizen	li dl dd div.prijs {
	color				: #F26D0E;
}

#huizen	li img {
	border				: solid 1px #A3A3A3;
}





















