/*=================================================*/
/*                                                 */
/*   BACKGROUND                                    */
/*                                                 */
/*=================================================*/

html
{
	overflow-y: scroll;
}

*, html, body, ul, li
{
	padding: 0; 
	margin: 0; 
}

a, input, button, submit, form
{
	outline: 0;
}

body 
{
	background: url(../pics/layout/schaduw-reepje.jpg) repeat-y center;
	
	_behavior: url(../css/csshover.htc); 
	_background: url(../pics/layout/schaduw-reepje.jpg) repeat-y -17px 0;
	_bac\kground: url(../pics/layout/schaduw-reepje.jpg) repeat-y center;
}

#bigcontainer
{
	margin: 0 auto;
	width: 980px;
	text-align:left;
	
	background:white;
}

#middlecontainer
{
	margin-top: -14px;
}


/*=================================================*/
/*                                                 */
/*   HEADER                                        */
/*                                                 */
/*=================================================*/

#header
{
	width: 980px;
	height: 129px;
	background: url(../pics/layout/kop-achtergrond5.png) no-repeat; 
/*	border: 0px; /*5px solid black; */
}

#header #title
{
/*	border: 1px solid green; /* TODO */

	float: left;
	height:80px;
	width: 600px;
}

#header #title h1, #header #title h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	
	position:relative;
	left: -3000px;
}

#header #title h1
{
	font-size: 34px;
	padding: 15px 0 0 15px;
	color: #174D80;
}

#header #title h2
{
	font-size: 16px;
	padding: 0 0 0 15px;
	color: #2393C2;
}


/*=================================================*/
/*                                                 */
/*   FOOTER                                        */
/*                                                 */
/*=================================================*/

#footer
{
	clear: both;

	width: 980px;
	height: 106px;
	background: url(../pics/layout/footer-achtergrond.jpg) no-repeat;
	
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #555;
}

#footer ul
{
	list-style-type: none;
	padding-top: 40px;
}

#footer ul li
{
	display: inline-block;
	float: left;
	padding: 0 15px;
}

#footer ul li em
{
	font-style: normal;
	font-weight: bold;
}

#footer ul li a
{
	font-weight: bold;
	text-decoration: none;
	color: #555;	
}

#footer ul li a:hover
{
	text-decoration: underline;
}


