/* Style Sheet for Move your Body */
/**********************************/
body {
	margin: 0px;
	background-color: #b0d0fe;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/strijkcirkel.jpg);
	background-repeat: no-repeat;
	background-position: 0px 640px;
}
#background {
	background-image: url(../img/head.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#wrapper {	
	background-image: url(../img/wrapper.jpg);
	background-repeat: no-repeat;
	background-position: 770px 183px;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#container {
	float: left;
	width: 800px;	
	height: 100%;
}
#linkerHeader {
	float: left;
	height: 194px;
	width: 196px;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position: -20px 0;
	z-index: 0;
}
#rechterHeader {
	float: right;
	height: 183px;
	width: 592px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	z-index: 20;
}
#rechterHeader h1 {
	background-image: url(../img/qe.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 55px;
	width: 248px;
	margin: 0;
	text-indent: -9999px;
	position: relative;
	top: 80px;
	left: 30px;
}

#rechterHeader h1 span {
	display: none;
}


/******* MAIN CONTENT AREA ******/
/********************************/
#main {
	width: 505px;
	background-color: #FFFFFF;
	float: right;
	margin-right: 31px;
	padding: 18px 22px 22px 22px;
	/* IE6 hack om problemen te voorkomen */
	display: inline;
	min-height: 500px;
}

* html #main{height: 500px;} /*lelijke hack voor IE */

#main p{
	font-size: 12px;
	line-height: 18px;
	color: #333333; 
}

#main p a { color: #93002e; }
#main p a:hover { text-decoration: none; }

#main ul{
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	list-style-type:square;
}

#main ol{
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

#main h1{
	color: #033c8a;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	display: block;
	margin: 0px;
	padding-bottom: 2px;
	border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #b0d0fe;
}
#main h2{
	color: #666666;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: -5px;
	margin-top: 25px;
}
#main h3{
	color: #ff0024;
	font-size: 16px;
	font-weight: bold;
}
.foto {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-left: 10px;
}

/****** NAVIGATION ******/
/************************/
#navigatie {
	position: absolute; 
	top: 183px;
	left: 0px;
	width: 220px;
	height: 530px;
	background: url(../img/navigatieshadow.jpg) no-repeat right top;
}
#navigatie ul {
	background-image: url(../img/navigatie.jpg);
	background-repeat: no-repeat;
	float: left;
	padding: 21px 0px 20px 16px;
	margin: 26px 0px 0px 0px;
	background-position: right top;
}
#navigatie ul li {
	list-style-type: none;
	font-size: 11px;
	margin: 0px;
	float: left;
}
#navigatie ul li a {
	color: #033c8a;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 7px;
	display: block;
	width: 178px;
	background-image: url(../img/navigation_div.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#navigatie ul li a:hover {
	background-color: #a7c5f1;
	color: #ff0024;
}

/******* kort *********/
/***********************/
#kort {
	position: absolute;
	top: 550px;
	left: 0px;
	width: 178px;
	padding: 16px;
	font-size: 11px;
	color: #9d0038;
	line-height: 18px;
}

/******* FOOTER ********/
/***********************/
#footer {
	width: 505px;
	float: right;
	margin-right: 31px;
	padding: 10px 22px 33px 22px;
	background-image: url(../img/footer_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
}
#footer p {
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
}
#footer p a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}
#fLeft {
	float: left;
	width: 350px;
}
#fRight {
	float: right;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 350px;
	height: 20px;
}
#footer ul li {
	list-style-type: none;
	font-size: 11px;
	margin: 0px 6px 0px 0px;
	float: left;
}
#footer ul li span{
	padding-right: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fc84e7;
}
#footer ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}