/*Copyright by R. Hilkens, 2006. Landgraaf*/
/*Name: body.css*/

/*MAIN*/
div#main_container
{
	left: 50%;
	margin-left: -390px;
	position: absolute;
	background-image: url(body/mainshadow.gif);
	float: left;
	clear: left;
}

/*HEADER*/
div#h_container, .h_container_1, .h_container_2
{
	width: 760px;
	height: 100px;
	float: left;
	clear: left;
}

.h_container_1
{
	background-image: url(header/h_container.jpg);
}

.h_container_2
{
	background-image: url(header/h_container_2.jpg);
}

/*BODY*/
div#c_container
{
	width: 760px;
	float: left;
	clear: left;
}

/*LEFT CONTAINER breedte 160px*/
div#left_container
{
	width: 155px;
	float: left;
	clear: left;
}
div#l_menu
{
	width: 150px;
	height: 420px;
	float: left;
	clear: left;
	background-image: url(body/panel.gif);
	background-repeat: repeat-x;
	background-color: White;
}
div#l_shadow
{
	width: 5px;
	height: 420px;
	float: left;
	clear: right;
	background-image: url(body/l_shadow.gif);
}

/*MIDDLE CONTAINER breedte 450*/
div#middle_container
{
	width: 450px;
	float: left;
	clear: right;
	overflow: visible;
}

/*RIGHT CONTAINER breedte 160px*/
div#right_container
{
	/*width: 155px;*/
	float: left;
	clear: right;
}
div#r_shadow
{
	width: 5px;
	height: 420px;
	float: left;
	clear: left;
	background-image: url(body/r_shadow.gif);
}
div#r_menu
{
	width: 150px;
	height: 420px;
	float: left;
	clear: right;
	background-image: url(body/panel.gif);
	background-repeat: repeat-x;
	background-color: White;
}

/*FOOTER*/
div#f_container
{
	width: 780px; /*hier zit de schaduwrand bij*/
	height: 55px; /*hier zit de schaduwrand bij*/
	float: left;
	clear: left;
	background-image: url(footer/f_container.gif);
}
div#f_menu
{
	float: left;
	clear: left;
}
div#f_copyright
{
	float: left;
	clear: right;
}
.f_menu_item:link, .f_menu_item:visited, .f_menu_item:active, .f_menu_item:hover
{
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
}
.f_menu_item:hover
{
	text-decoration: underline;
}
/*GALLERY STIJL INFO*/
img#foto
{
}

