﻿/*Copyright by St. Paulus 2009. Landgraaf*/
/*Name: general.css*/

div#container
{
	width: 972px; /*inclusief ruimte voor schaduwrand*/
	float: left;
	clear: left;
	background-image: url(general/shadow.gif);
	background-repeat: repeat-y;
	background-position: 970px 0px;
}

div#h_container
{
	float: left;
	clear: left;
	width: 970px;
	height: 100px;
	background-image: url(general/header.gif);
}

div#c_container
{
	float: left;
	clear: left;	
}

div#left_container
{
	float: left;
	clear: left;
	width: 170px;
	height: 500px;
	background-image: url(general/left_top.gif);
	background-color: #d3e8f7;
	background-repeat: no-repeat;
}

div#right_container
{
	float: left;
	clear: right;
	width: 800px;
	background-image: url(general/right_top.gif);
	background-repeat: no-repeat;
}

div#right_top
{
	float: left;
	clear: left;
	height: 90px;
}

div#right_bottom
{
	float: left;
	clear: left;
	width: 800px;
}

div#f_container
{
	float: left;
	clear: left;
	width: 970px;
	height: 74px;
	background-image: url(general/footer.gif);
}

div#printer
{
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-image: url(general/printer.gif);
	overflow: hidden;
}