/*
ALGEMEEN
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url('img/bg.gif') repeat-x #85BEEE;
	font-size: 12px;
	font-family: Arial;
}

#main {
	width: 800px;
	margin: 0 auto;
}


/*
HEADER
*/

#logo {
	height: 43px;
	width: 336px;
	float: left;
	background: url('img/logo.gif') no-repeat;
	margin-top: 20px;
	margin-bottom: 4px;
}

#header {
	float: left;
	width: 792px;
	border: 4px solid #FFF;
}

#banner {
	background: url('img/banner.gif') no-repeat;
	width: 790px;
	height: 115px;
	margin: 0 auto;
}

/*
LEFT
*/

#left {
	float: left;
	width: 177px;
	border: 4px solid #FFF;
	margin-right: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background: #FFF;
}

#left h3 {
	display: block;
	width: 170px;
	height: 34px;
	background: #85beee;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	line-height: 34px;
	font-size: 12px;
	font-family: Arial;
	color: #FFF;
	font-weight: bold;
}

#left h3.orange {
	background: #ff5400;
}

#left ul {
	background: #d0e8fc;
	min-height: 40px;
	width: 170px;
	margin: 0px auto -4px;
}

#left ul.orange {
	background: #fff4ee;
}

#left ul li {
	padding-top: 4px;
	padding-bottom: 4px;
	list-style: square;
	margin-bottom: 6px;
	list-style-position: inside;
	margin-left: 10px;
	color: #015caf;
}

#left ul li.first {
	padding-top: 18px;
}

#left ul li.last {
	padding-bottom: 18px;
}

#left ul li a {
	text-decoration: none;
	color: #015caf;
}

#left ul li.current, #left ul li:hover {
	color: #85beee;
}

#left ul li a.current, #left ul li a:hover {
	color: #000;
}

#gradient {
	height: 96px;
	background: url('img/gradient.gif') #FFF repeat-x;
	width: 170px;
	margin: -6px auto 8px;
}

/*
CENTER
*/

#center {
	float: left;
	width: 479px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 6px;
}

#center_content {
	border: 5px solid #FFF;
	width: 465px;
	color: #1D6EB3;
	background: #FFF;
}

#center_content h1 {
	margin: 10px 0 8px 6px;
	font-size: 14px;
}

#center_content p {
	margin: 10px 0 25px 6px;
	line-height: 23px;
}

#center_content_banner {
	border: 5px solid #FFF;
	width: 465px;
	margin-top: 8px;
	background: url('img/banner_bottom.gif') no-repeat;
	height: 36px;
}

#banner_top {
	border: 5px solid #FFF;
	width: 465px;
	margin-bottom: 8px;
	background: url('img/banner_top.gif') no-repeat;
	height: 60px;
}

embed {
	margin-top: 20px;
}

/*
RIGHT
*/

#right {
	float: left;
	width: 120px;
	margin-top: 8px;
	margin-bottom: 8px;
	height: 600px;
	background: url('img/banner_right.gif') no-repeat;
}

/*
FOOTER
*/

#footer {
	clear: both;
	float: left;
	background: url('img/footer_bg.gif') repeat-x;
	height: 45px;
	width: 100%;
}

#footer p {
	margin-top: 25px;
	color: #FFF;
}

#footer .left {
	float: left;
	margin-left: 10px;
}

#footer .right {
	float: right;
	margin-right: 10px;
}

/*
NAVIGATIE
*/

#nav {
	width: 792px;
	float: left;
	height: 30px;
	background-color: #FFF;
	font-size: 11px;
	border-bottom: 2px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	float: left;
	width: 88px;
	height: 28px;
	list-style: none;
}

#nav li a {
	display: block;
  text-decoration: none;
	line-height: 28px;
	color: #257ac2;
	text-align: center;
}

#nav a:hover {
	background: #f1f8fe;
	border-bottom: 2px solid #ff5400;
	color: #000;
}
