/* CSS Document */

html,body{margin:0;padding:0}
body{
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	/*background-color: #7EC622;*/
	background-image: url(images/buttons/new_bg_patten.jpg);
}
td {
font-size:13px
}
h2{
	font-size:20px;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size:14px
	margin: 0px;
	padding: 0px;
}
div#container{
	text-align:left;
	width:1000px;
	margin:0px auto;
	background-color: #F9F400;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-left-color: #990000;
}
div#header {
	background-color: #00B2EB;
	height: 140px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: hidden;
	border-bottom-style: hidden;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
}
div#content{
	float:right;
	width:750px;
	margin-top: 14px;
	margin-bottom: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 15px;
	padding-right: 15px;
}
div#navigation{
	background:#00B2EB;
	float:left;
	width:200px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
 }
div#extra{background:#FF8539;float:left;clear:left;width:200px}
div#footer{background: #333;color: #FFF;clear:both;width:100%}
/*div#footer{
	clear:both;
	width:100%;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}*/
a:link {
	color: darkblue;
	text-decoration: none;
}
a:visited {
	color: darkblue;
	text-decoration: none;
}
a:hover {
	color: darkred;
	text-decoration: underline;
}
a:active {
	color: darkred;
	text-decoration: underline;
}
/*
A.leftnav:link {
	text-decoration: none;
	margin: 3px;
	padding: 2px 2px 2px 6px;
	width: 140px;
	border: 1px solid #999999;
	color: #000000;
	float: left;
	height: auto;
	background-image: url(images/menu_off.jpg);
}
A.leftnav:visited {
	text-decoration: none;
	margin: 3px;
	padding: 2px 2px 2px 6px;
	width: 140px;
	border: 1px solid #999999;
	color: #000000;
	float: left;
	height: auto;
	background-image: url(images/menu_off.jpg);
}
A.leftnav:hover {
	text-decoration: none;
	background-image: url(images/menu_on.jpg);
}
A.leftnav:active {text-decoration: none}
*/
.title {
	color: #3d117b;
	background-color: #00B2EB;
	padding: 5px;
	width: 500px;
	margin-top: 3px;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #3d117b;
	margin-bottom: 10px;
}

.titleGrey {
	color: #333333;
	background-color: #e97916;
	border: 1px solid #999999;
	padding: 5px;
	font-weight: bold;
	width: 98%;
}
.dottedTable {
	border: 1px dashed #000000;
	font-size: 13px;
}
.programTable td{
	font-size: 13px;
}
.programTable {
	border: 0px solid black;
}
#categories ul { 
	list-style-type: none;
	margin: 0;
	padding: 0; 
}
#categories ul li { display: inline; }
#categories ul li a { 
	text-decoration: none;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #036;
}
#categories ul li a:hover
{
color: #fff;
background-color: #369;
}
#exp {
	text-align:justify;
	padding-right: 5px;
	padding-left: 5px;
}
#exp h3 {
	font-size:16px;
	background-color: #036;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#exp h4 {
	font-size:14px
}
#exp h5 {
	font-size:12px;
	font-weight: bold;
}
.opgepasst {
	font-weight: bold;
	color: darkred;
}
div#popup{
	text-align:left;
	width:550px;
	margin:0px auto;
	background-color: #FFFFFF;
	padding: 5px 12px;
	border: 10px solid #F9F400;
}
td.normal {
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
}
