/* 
	Blauw: #004C92;
	Lichtgrijs: #e4e7dc;
	Donkergrijs: #979E9D;
*/
html{
	overflow-y:scroll;
}
html, body
{
	height: 100%;
	min-height: 100%;
	background-color: #979E9D;
} 
body{
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 11px;
}
H1{
	font-size:16px;
	color: #004C92;
	margin-top: 19px;
}
H2{
	font-size:14px;
	color: #004C92;
	margin-bottom: 0px;
}
p{
	margin-top: 0px;
}
#Container{
	margin: 0 auto;
	
}
#wrapper{
	position: relative;
	width: 980px;
	height: auto;
	margin: 0px auto 0 auto;
	padding-top: 10px;
}
#header{
	height: 145px;
	width: 980px;
	background-color: #004C92;
	background-image: url("./images/headertextbg.jpg");
	background-repeat: no-repeat;
	position: relative;
}
#header .logo{
	width: 980px;
	height: 145px;
	float: left;
	position: absolute;
}
#header .logo a{
	border: none;
	color: #004C92;
	text-decoration: none;
	display: block;
	z-index:90;
	height: 145px;
}
#header .logo a img{
	margin-left: 40px;
	border: none;
}
#pagmenu{
	background-color:#fff;
	height: 30px;
	padding-top: 8px;
	border-bottom: 2px solid #004C92;
	position: relative;
}
#pagmenu .flags{
	bottom:11px;
	float:right;
	margin-right:40px;
	right:45px;
	z-index:100;
}
#pagmenu .flags a{
	color: #004C92;
	margin-right: 5px;
	float:left;
	border:1px solid #004C92;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	background-color:#004C92;
	text-decoration:none;
	color:#FFF;
} 
#pagmenu .flags img{
	border:none;
}
#pagmenu ul{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 21px;
}
#pagmenu ul li{
	list-style-type: none;
	float:left;
	margin-left: 10px;
	margin-top:4px;
}
#pagmenu ul li a{
	font-size:12px;
	text-decoration: none;
	color: #004C92;
}
#pagmenu ul .active a{
	font-weight:bold;
}
#pagmenu p{
	margin: 0px;
}
#catmenu{
	width: 215px;
	height: 590px;
	padding-top: 28px;
	padding-left: 15px;
	float: left;
	position: relative;
	background-color: #e4e7dc;
}
#catmenu ul{
	margin-left: 15px;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
#catmenu > ul{
	margin-bottom: 25px;
}
#catmenu ul li{
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-top: 12px;
}
#catmenu ul li a{
	font-size:12px;
	text-decoration: none;
	color: #004C92;
	display: block;
}
#catmenu ul .active > a{
	font-weight: bold;
}
#catmenu > ul > li > ul{
	display: none;
}
#catmenu > ul > .active > ul{
	display: block;
}
#catmenu > ul > li > ul > li > ul{
	display: none;
}
.ContentContainer{
	width: 660px;
	min-height: 600px;
	height:auto;
	float: left;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
	background-color: #fff;
	font-size: 12px;
	line-height: 20px;
}
.ContentContainer .hidden{
	display: none;
}
#footer{
	height: 35px;
	width: 980px;
	float:left;
	background-color: #004C92;
	text-align: center;
	padding-top: 5px;
	color: #fff;
}
.requiredlabel span{
	color: red;
}
.courseform tbody tr td{
	vertical-align: top;
}
.aanmeldlink{
	color: #000;
}
.courseoverviewtable{
	border-left:1px solid #004C92;
	border-top:1px solid #004C92;
	width: 660px;
}
}
.courseoverviewtable tbody tr{
	border-bottom: 1px solid #004C92;
}
.courseoverviewtable tbody tr td{
	border-bottom:1px solid #004C92;
	border-right:1px solid #004C92;
}
.courseoverviewtable tbody tr td a{
	color:#004C92;
	text-decoration:none;
	font-weight:bold;
}
.courseoverviewtable tbody tr td a:hover{
	color:#000;
}
.courseoverviewtableButton {
	background-color:#E4E7DC;
	text-align: center;
}

#map_canvas{
	width:663px;
	height:627px;
}
.newslettersignup{
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: 200px;
	padding-right: 15px;
	overflow: hidden;
}
.newslettersignup .title{
	background-color: #004C92;
	color: #fff;
	height: 15px;
	width: 190px;
	text-decoration: none;
	font-size: 14px;
	padding: 5px;
	display: block;
	text-align: center;
}
.newslettersignup .description{
	margin-top: 10px;
	margin-bottom: 10px;
}
.newslettersignup .signupform{
	margin-top: 10px;
}
.newslettersignup .signupform input{
	width: 110px;
}
.newslettersignup .hiddenfield{
	display: none;
}
.courseform{
	width: 660px;
}
