body {
	background-color: #eee;
	background-image: url(../images/graphics/bg2.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#middle p, #middle ul/*, h1, h2, h3, h4, h5, h6, h7*/ {
	padding-bottom: .5em;
}

ul.useChecks li {
	list-style-type: circle;
	list-style-image: url(../images/checkmarkbox-neovate14.png);
	margin-left: 2em;
	line-height: 1.3em;
}

#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 765px;
}

#container {
	margin: 10px 0 10px 0;
	border: 1px solid gray;
	background-color: #fff;
}

/* HEADER --------------------------------------------------------------*/
#header {
	position: relative;
	display: block;
	height: 295px;
	/*background-image: url(../images/rotterdam_erasmusbrug_night.jpg);*/
	background-image: url(../images/rotterdam_erasmusbrug.jpg);
	/*background-image: url(../images/erasmusbrug_illustratie.jpg);*/
	border-bottom: 0px solid gray;
}

#header img {
	position: relative;
	left: 20px;
	top: 0px;
}

#footer {
	border-top: 1px solid gray;
	background-color: #ccc;
	text-align: center;
	color: #666;
	font-size: 80%;
	padding: 10px;
	width: 743px;
	clear: both;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

/* HBAR --------------------------------------------------------------*/
/*#hbar {
	position: absolute;
	left: 0px;
	top: 190px;
	height: 45px;
	background-color: #79B131;
	width: 100%;
	z-index: 3;
}*/

/* LEFT --------------------------------------------------------------*/
#left {
	position: absolute;
	width:	160px;
	z-index: 2;
}

.leftmenu {
	margin-bottom: 10px;
	padding: 5px 0px 5px 0px;
	font-size:	100%;
	color: #000000;
	font-weight: bold;
}

#right {
	float: right;
	width: 198px;
	padding: 65px 10px 0 10px;
}

#right img {
	width: 199px;
	padding: 0;
}

/* MENU --------------------------------------------------------------*/
#menu {
	margin-bottom: 0;
	width: 100%;
	height: 48px;
}

#menu ul {
	position: absolute;
	z-index: 4;
/*	height: 45px;*/
	list-style-type: none;
	display: block;
	float: left;
	margin-left: 30px;
}

#menu ul li
{
	float: left;
	text-align: center;
}

#menu ul li a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	height: 18px;
	position: relative;
	z-index: 8;
	
	padding: 13px 13px 13px 13px;
	display: block;
}

#menu ul li a:link, #menu ul li a:visited		{ 	 }
#menu ul li a:hover, #menu ul li a:active, #menu ul li.currentPage > a 	{
	color: #333333;
}

ul.submenu {
	display: none;
	padding: 0;
	margin: 0;
}

.submenu li {
	float: left;
	clear: left;
}

#menu ul li:hover .submenu {
	display: block;
}

/* CONTENT --------------------------------------------------------------*/

#middle {
	position: relative;
	z-index: 1;
	top: 0px;
	/*left: 160px;*/
	width: 763px;
	background-color: #eee;
	
	border-right: 1px solid gray;
	border-top: 1px solid gray;

/*	background-image: url(../images/graphics/bg_right.png);
	background-repeat: repeat-y;
	background-position: top right;*/
}

#content {
	padding: 20px 20px 10px 30px;
	/*padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;*/
	min-height: 210px;
	background-color: #fff;
	
	
	width: 495px;
	border-right: 1px solid gray;
}

/*#content div {
	float: left;
	padding-left: 10px;
	padding-right: 20px;
	position: relative;	
	margin: 0;
}*/

#content div p {
	/*text-align: justify;*/
}

#content a[href] {
	text-decoration: none;
	font-weight: bold;
	color: #00C0F3;
}
#content a[href]:hover, #content a[href]:active { text-decoration: underline; }
#content a[href]:visited {  }

#content a.external {
	padding-right: 10px;
	background: url(../images/outlink.png) no-repeat 100% 0;
	background-position: right bottom;
}

#content h1 {
	color: #00C0F3;
	padding-bottom: 5px;
}

#content h2, h3.quote {
	color: #79B131;
}

/*h3.quote {
	color: #999;
}*/


/*a#kandidaten:link, a#kandidaten:visited {
	margin: 10px auto;
	display: block;
	width: 10em;
	text-align: center;
	
	border: 3px groove #00C0F3;
	background-color: #00C0F3;
	color: #eee;
	padding: 10px;
	
	font-size: 100%;
}

a#kandidaten:hover, a#kandidaten:active {
	border: 3px ridge #00C0F3;
	background-color: #6cf;
	text-decoration: none;
}*/

#content img {
	display: block;
	/*margin-left: auto;
    margin-right: auto;
	float: right;*/
	padding: 10px;
}

#content dl {
	width: 300px;
}

#content dt {
	font-weight: bold;
	/*clear: both;*/
	display: block;
	/*float: left;*/
	width: 100px;
}
#content dd {
	display: block;
	/*float: left;*/
}

#content form {
	width: 410px;
}

#content .filler {
	clear: both;
}

#content form label {
	font-weight: bold;
	clear: both;
	display: block;
	float: left;
	width: 100px;
}

#content form input, #content form textarea {
	float: left;
	display: block;
	width: 300px;
}

#content form p.feedback {
	display: none;
}

div.foldedsection p {
	/*display: none;*/
}

div.foldablesection h2, div.foldablesection h3.quote {
	padding-left: 20px;
	background-image: url('../images/graphics/folded.png');
	background-repeat: no-repeat;
	background-position: left 12px;
	cursor: pointer;
}

div.unfoldedsection h2, div.unfoldedsection h3.quote {
	background-image: url('../images/graphics/unfolded.png');
}