/* CSS Document */
* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}
a {
	color: #114886;
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: none;
}
a.nav {
	text-decoration : none;
	color: #437497;
}
.navact {
	width: 97px;
	font-size : 11px;
	padding-left: 10px;
	height:32px;
	cursor: pointer;
}
.navpas{
	color: #437497;
	background-image: url(../img/bg_knoppassive.gif);
	width: 97px;
	font-size : 11px;
	padding-left: 10px;
	height:32px;
	cursor: pointer;
}
.navover{
	color: #437497;
	background-image: url(../img/bg_knopover.gif);
	width: 97px;
	font-size : 11px;
	padding-left: 10px;
	height:32px;
	cursor: pointer;
}
.navpasR {
	color: #437497;
	background-image: url(../img/bg_knoppassive.gif);
	width: 96px;
	font-size : 11px;
	padding-left: 10px;
	height:32px;
}
.kader {
	margin-top: 4px;
	margin-left: 6px;
	margin-bottom:2px;
}
.title {
	font-weight: bold;
	font-size: 12px;
	color:#114886;
}
.projGroep {
	font-weight: bold;
	font-size: 11px;
	color:#114886;
	padding-top: 5px;
	padding-bottom : 5px;
	height: 20px;
}
.projTitel{
	font-weight: bold;
	font-size: 11px;
	color:#114886;
	padding-left: 30px;
	padding-top: 5px;
}
.projIntern{
	font-size: 9px;
	
}
.projText{
	padding: 10px 20px 20px 30px;
	border-bottom: 1px solid #114886;
	vertical-align: top;
}
.projImg {
	border-bottom: 1px solid #114886;
	vertical-align : top;
}

body {
	height: 100%; /* héél belangrijk */
	background-color: #EEEFF0;
	background-image: url(../img/bg_page.gif); 
	background-repeat: repeat-x;
	margin-top: 0px;
	
}
#container {
  	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	width: 930px;
	overflow: auto;
	margin-left:auto;
	margin-right:auto;

}
#top {
	width: 930px;
	height: 110px;
	padding-top: 10px;
}
#nav {
	height : 32px;
}
#navleft {
	float: left;
	width: 389px;
	border-right: 1px solid white;
	height: 32px;
	background-image: url(../img/iconbar.jpg);
}
#navright {
	float:left;
	width: 535px;
	border-right: 1px solid white;
	background-image: url(../img/bg_knopactive.gif);
	height: 32px;
}
#contentMain {
	width: 930px;
}
#contentMainImage {
	padding-top: 1px;
	float: left;
	width: 277px;
	height: 432px;
	background-image: url(../img/microphone.jpg);
	margin-top: 1px;
}
#contentMainImagebar {
	float:left;
	padding-top : 3px;
	border-right: 1px solid white;
	width : 112px;
	padding-bottom : 7px;
	border-bottom : 1px solid white;
}
#contentMainText {
	margin-top:1px;
	padding-top: 30px;
	float: right;
	width: 500px;
	font-size: 11px;
	padding-left:0px;
	background-image: url(../img/bg_mike.gif);
	background-repeat: no-repeat;
	background-position:	250px 50px;
	min-height : 400px;
}
#footer {
	width: 540px;
	margin-top: 10px;
	border-top: 1px solid #ccc;
	padding-left: 390px;
	font-size : 9px;
	text-align: right;
	float: left;
}
