/* ------------------------------------------------------- 
	
	Layout Stylesheet | finergie.nl

	Lost in Time - Mediamakers
	www.lostintime.nl
	01-12-2006
	
---------------------------------------------------------- */
html{
	height:100%;
	width:100%;
	}

body{
	margin:0px;
	height:100%;
	width:100%;
	background-color:#ffffff;
	background-image: url(../images/structure/background_content.gif);
	background-repeat:repeat-y;
	background-position:left;
	}
	
/*  -------------------------
	TOP	static content 
	-------------------------  */
#toplevel{
	height:206px;
	width:100%;
	background-color:#002043;
	}
	
#menu_foto{
	float:left;
	height:206px;
	width:915px;
	background-color:#ffffff;
}
	
#logo{
	float:left;
	width:219px;
	height:189px;
	background-image: url(../images/structure/finergielogo.gif);
	background-repeat:no-repeat;
	}
	
#menubalk{
	float:left;
	width:695px;
	height:34px;
	text-align:center;
	background-color:#49668b;
	border-right:1px solid #ffffff;
	}

#foto{
	float:left;
	height:153px;
	width:696px;
	margin-top:1px;
	background-color:#ffffff;
/*	background-image: url(../images/inzetfoto/mainfoto.jpg); */
/*	background-repeat:no-repeat; */
	margin-bottom:-1px;

	}
	
#separate{
	float:left;
	height:17px;
	width:915px;
	background-image: url(../images/structure/separate.gif);
	}
	
<!-- nieuwsblokken  --------->


div#newsblok {
	width:180px; 
	}	
div#nieuws {
	float:left;
	display:table;	
	width:194px;
	max-width:194px;
	padding-left:15px;
	}	
	
div#display_content {
	margin:0 auto;
	}
div#content {
	position:absolute;
	left:218px;
	margin:0 auto;
	width:auto;
	float:right;
	text-align:left;
	padding:30px;		
	}
#content li{
	font-family:Tahoma;
	font-size:11px;
	line-height:20px;
	}
	
input {
	color: #002043;
	background-color: white;
	border: 1px solid #002043;
	height:14px;
	}
