/* CSS Document */

/* Algemene opmaak */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	background: #e1e1e1;
	text-align: center;
	height: 100%;
}
/* Container */
/* Buitenste container die alles omgeeft */

#container {
	position: relative;
	width: 976px;
	margin: 0 auto;
	text-align:left;
	min-height: 100%;
	background:#FFFFFF url(/site/images/main_bg.jpg) no-repeat left 175px;
}
/* header */

#header {
	height: 172px;
	width: 100%;
	background:  #0c2756 url(/site/images/header.jpg) no-repeat top right;
}
#header_logo {
	float:left;
	width:217px;
	text-align:center;
	padding: 7px 0 5px 0;
}
/* Hoofdmenu */
/* 
Float gebruiken want er moet een achtergrondafbeelding achter
*/

#mainmenu {
	clear:left;
	height: 25px;
	background: #0c2756 url(/site/images/hoofdmenu.jpg) repeat-x top left; /*achtergrondafbeelding over hele breedte */
}
#mainmenu ul {
	list-style:none;
	height: 25px;
	background:url(/site/images/menu-bar.gif) no-repeat top right;
	margin:0 15px 0 auto;
	width: 453px;
}
#mainmenu li {
	float:left;
	background: url(/site/images/menu-bar.gif) no-repeat top left;
	padding-left: 2px;
}
#mainmenu li a {
	color: #fff;
	font-size: 11px;
	line-height:25px;
	padding: 0px 10px 0px 10px;
	text-transform:uppercase;
	text-decoration: none;
	display: block;
	float:left;
	height:100%;
}
#mainmenu li a:hover {
	background: url(/site/images/menu_hover.jpg) repeat-x top left;
}
#mainmenu li.selected a {
	background: url(/site/images/menu_hover.jpg) repeat-x top left;
}
/* Submenu */
/* 
Inline gebruiken omdat breedte niet constant is en rechts uitgelijnd moet worden
*/

#submenu {
	margin-right: 15px;
	padding-top: 5px;
}
#submenu ul {
	height:100%;
	list-style:none;
	text-align:right;
	background: url(/site/images/submenu-bar.gif) no-repeat top right;
}
#submenu li {
	display:inline;
	background:  url(/site/images/submenu-bar.gif) no-repeat top left;
}
#submenu li a {
	text-decoration: none;
	color: #0c2756;
	font-size: 11px;
	padding: 0px 7px 0px 7px;
	text-transform:uppercase;
}
#submenu li a:hover, #submenu li.selected a {
	color: #fb7408;
}
#submenu hr {
	margin: 10px 0 10px 0;
	color: #0C2756;
	background-color: #0C2756;
	height: 2px;
}

/* 
Main
Kader rond middendeel
*/

#main {
}
/*
Page picture
*/

#pagepicture {
	float: left;
	width: 217px;
}
/*
Content
Tekstinhoud middendeel
*/
#content {
	margin-left: 217px;
	padding: 35px 25px 35px 28px;
}

	#content li {
		margin: 0 0 0 25px;
	}



#footer {
	position: absolute;
	width: 976px;
	left: 0;
	bottom:0px;
	background-color:#fb7408;
	font-size: 9px;
}
#footerleft {
	float:left;
	width: 207px;
	background: #0c2756 url(/site/images/menu-bar.gif) no-repeat right -6px;
	text-align:right;
	padding-right:10px;
	color: #ccc;
}
#footerright {
	margin-left: 227px;
}
#footerright a {
	color: #0c2756;
}
/*
Herstellen blokelementen
*/
h1, h2, h3, h4, h5, h6, p {
	padding-bottom: 1em;
}
#content ul {
	margin-left: 1em;
}

