﻿/*		WoningNet, mei 2007	*/
/*		   J.T.H. Oosterhoudt		*/
/*			www.woningnet.nl		*/

/*  Stylesheet Huiswaarts WERV		*/
/*           HOME_TEMPLATE			*/


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 

   +++++++++++++++++++++++++++++ Aangepaste styles voor de homepage +++++++++++++++++++++++++++++ 

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#kolom_content 
{		
	width: 518px;
	display: block;
	float: left;
	margin-top: 40px;
}
#content 
{	
	padding: 16px;
	width: 440px;
}

/* +++ Kolom_context div met daarin de context en de header +++ */
#kolom_context
{	
	background-image: url(../../img/huiswaarts/fotobalk.jpg);	
	background-position: right top;
	background-repeat: no-repeat;
	width: 307px;
	padding: 20px 10px 10px 0px;
	display: block;
	float: left;
	height: 668px;
	margin-top: 15px;
}
#kolom_context #loginlink
{
	display: none;
}
#kolom_context #login
{
	display: none;
}
#context
{
	background-image: url(../../img/huiswaarts/nieuws_background.gif);	
	background-repeat: repeat-y;
	width: 135px;
	display: block;
	padding: 0px 10px 10px 10px;	
	margin-top: 0px;
}
#nieuws_top
{
	background-image: url(../../img/huiswaarts/nieuws_top.gif);	
	background-repeat: no-repeat;	
	background-position: right bottom;
	width:155px;
	height:9px;
	margin-top:0px;
	margin-left:-10px;
	display: block;
}
#nieuws_bottom
{
	background-image: url(../../img/huiswaarts/nieuws_bottom.gif);	
	background-repeat: no-repeat;
	width:155px;
	height:9px;
	margin-top:0px;
	margin-left:0px;
	display: block;
}



