@charset "utf-8";

/* CSS Document */



/* Hoofdstructuur */

body {

	margin: 0;

	padding: 0;

	font: 12px "Trebuchet MS", "Lucida Sans unicode", Arial, Helvetica, sans-serif, courier;

	/*font-size: 62.5%; /* dit is ingesteld om met em te kunnen werken 10em is 10px*/

	background: #EEEEFF url(../images/schaduw.png) repeat-y;

	background-position:center;

	line-height: 1.5;

	color:#333333;
	

}



#container-inner {

	background:#fff;

}



#header {

	background: #330099 url(../images/header.jpg);

	/*background: url(../images/studeerslim.jpg) #330099 no-repeat center;*/

	height:179px;

	margin:0px 0px 0px 0px;

	display:block;

}

#header-clickable {

	/*background: url(../images/studeerslim.jpg) #330099 no-repeat center;*/

	height:180px;
	
	width: 100px;
	
	top: 0px;
	
	position: relative;

}

#header-english {

	/*background: url(../images/studeerslim.jpg) #330099 no-repeat center;*/

	height:25px;
	
	width: 320px;
	
	top: 180px;
	
	position: relative;
	
	float: right;

}

#nav {
	width: 920px;
	background: #b0a7e8;
	height: 25px;
	margin-bottom: 20px;
	margin-top: 0;
}

#nav li{
	float: left; 
	height: 25px;
	padding: 3px 25px 3px 25px; 
	border-right: 1px solid #fff;
	list-style: none;
	font-weight: bold;
	color: #000;
}
#nav li a:link, #nav li a:visited{
	color: #fff;
	text-decoration:none;
	font-weight: bold;
}
#nav li a:hover{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#navright{
	height: 25px;
	margin: 0;
}
#navright li{
	float: left;
	list-style: none;
	padding: 3px 20px 3px 20px;
}
#navright li.border{
	border-right: 1px solid #fff;
}

#footer {

	bottom:0px;

	height:30px;

	margin-top:30px;

	background:#EEEEFF;

}



#columnblue {

	background: #330099;

	margin:0px;

}



/* navigatie */



.menu {

	width: 160px;

	margin:0px 0px 20px 0px;

	padding:0px;



}

.menu ul{

	list-style:none;

	margin: 0px;

	padding: 0px;

}



.menu li{

	background:url(../images/knopschaduw.png);

	padding-top: 4px;

	margin:0px;

	height: 26px;

	display:block;

	padding-left:10px;

}



.menu li.title{

	font-family:Verdana, Arial, Helvetica, sans-serif;

	background:;

	color:#309;

	font-size: 15px;

	font-weight:bold;

	background:#fff;

	padding-left:0px;

	/*background:#000099;*/





	border: none;

}



.menu a:link{

	font-size: 13px;

	height: 26px;

	display:block;

	text-decoration: none;

	font-weight:normal;

}



.menu a:visited{

	font-size: 13px;

	height: 26px;

	display:block;

	text-decoration: none;

	font-weight:normal;

}



.menu a:hover{

	font-size: 13px;

	color:#FF0000;

	height: 26px;

	display:block;

	font-weight:normal;

}



.menu a:active{

	font-size: 13x;

	height:26px;

	display:block;

	text-decoration: none;

	font-weight:normal;

}       

.headerlink a:link{

	font-size: 13px;

	text-decoration: none;

	font-weight:bold;
	
	color:#FFF;

}



.headerlink a:visited{

	font-size: 13px;

	text-decoration: none;

	font-weight:bold;
	
	color:#FFF;

}



.headerlink a:hover{

	font-size: 13px;

	font-weight:bold;
	
	color:#FFF;

}



.headerlink a:active{

	font-size: 13x;

	text-decoration: none;

	font-weight:bold;
	
	color:#FFF;

}           
   

/* algemene opmaak */



b {

	color:#000000;

}



a {

	color:#330099;

	text-decoration:none;

}


a:hover {

	text-decoration:underline;

}



p {

	margin: 0px 0px 20px 0px

}



h1,h2 {

	color:#330099;

	margin:0px 0px 0px 0px;

}



h1{

	font-size: 22px;

}



h2{

	font-size: 18px;

}            
.cursus {
	font-size:12px;
	color:#000000;
}
.licht {
	background: #EFEFEF;
}
.donker{
	background: #CCCCCC;
}
table#cursus {
	border-collapse: collapse;
}
#cursus .vak{
	width: 550px;
	height: 25px;	
}
#cursus .jaar{
	width: 100px;
	height: 25px;
}
table.info{
	padding-left: 25px;
}

