@charset "UTF-8";
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	margin-top:20px;
	background: #fff;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#randomimage{
	position: relative;
	margin-bottom: 2em;	
}

#show2009{
	font-size: 37px;
	font-weight: bold;
	color: #E24852;
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-left: 0px;
	margin-top:1em;
	margin-right: 0px;
	
}
.oneColFixCtrHdr #footer{
	z-index:2;
	position:relative;
	height:20px;   /* Height of the footer */
	width:960px;
	font-size: 10px;
	color: #CCC;
	text-align:center;
	background-color:#FFF;
	border-top:0px dashed #CCC;
	
}
.oneColFixCtrHdr #footer a {
	color: #999;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer a:hover {
	color: #f9d3d5;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#academie{
	position: absolute;
	width: 334px;
	padding: 0px;
}
#navigatie  {
	background-color: #fff;
	margin-top:0px;
	margin-left:340px;
	position:absolute;
	width:560px;
	z-index:2;
	left: 223px;
}
#underlinebackstageshow{
	z-index:900;
	position:absolute;
	margin: -45px 0 0 67.4em;
	display:block;
}
#underlineawardsshow{
	z-index:900;
	position:absolute;
	margin: -45px 0 0 61em;
	display:block;
}
#underlineprojectsshow{
	z-index:900;
	position:absolute;
	margin: -45px 0 0 630px;
	display:block;
}
#underlinemagazineshow{
	z-index:900;
	position:absolute;
	margin: -19px 0 0 37.7em;
	display:block;
}
#underlineinfoshow{
	z-index:900;
	position:absolute;
	margin: -19px 0 0 56.8em;
	display:block;
}
#underline1{
	z-index:900;
	position:absolute;
	margin: -19px 0 0 405px;
	display:block;
	
}
#underline2{
	z-index:900;
	position:absolute;
	margin: -19px 0 0 429px;
	padding-bottom:20px;
	display:block;
	
}
#underline3{
	z-index:900;
	position:absolute;
	margin: -19px 0 0 460px;
	padding-bottom:20px;
	display:block;
	
}
#layer3{
	z-index:900;
	position:absolute;
	margin: -7px 0 0 460px;
	display:block;
}
#underline4{
	z-index:900;
	position:absolute;
	margin: -19px 0 0 490px;
	display:block;
	
}
#blackborder{
	position:relative;
	display:block;
	width: 950px;
	height:23px;
	background-color:#000;
}

#classnav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
}
#classnav A:link {color: #000; text-decoration: none;font-weight:normal;}
#classnav A:visited {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
#classnav A:active {
	color:#F03;
	text-decoration: none;
	font-weight: normal;
}
#classnav A:hover {color: #F03; text-decoration: none;font-weight: normal;}

.verticalstripe {
	font-size: 12px;
	color: #f9d3d5;
	text-decoration: none;
	margin-right: 1px;
	margin-left: 1px;
}


a {
	color: #000;
	text-decoration: none;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #f9d3d5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}


p {
	font-size: 12px;
	line-height: 15px;
}
.titles {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-left: -3px;
	padding-left: 5px;
	padding-right: 5px;
}
.titlespink {
	font-size: 2em;
	color: #f9d3d5;
	line-height: 1.2em;
	font-weight: bold;
	background:#fba3bf;
	padding-left: 5px;
	padding-right: 5px;
}

.smalltitlespink {
	font-weight:bold;
	color: #f9d3d5;
}

.smalltitlespink a {
	font-weight:bold;
	color: #f9d3d5;
}

.framepink {
	border: 1px solid #f9d3d5;
}


#contenttext{
	background:#FFF;
	height: 330px;
	width: 500px;
}
#contenttextteam{
	background:#FFF;
	height: 430px;
	width: 400px;
	
}
#contenttextstudents{
	height: 430px;
	width: 400px;
	position: relative;
	margin-top: 0.5em;
}
#inforightside{
	background:#FFF;
	height: auto;
	width: auto;
	top: -180px;
	position: relative;
	margin-left: 600px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #f9d3d5;
}
.smallcaps{
	font-variant: small-caps;
	font-size: 14px;
}
#marginright{
	margin-right: 15px;
}
.marginright{
	margin-right: 15px;
}
/* SHOW 2009 INDEX NAVIGATION STYLES*/
#classnavindex A:link {font-size: 47px;	color: #000; text-decoration: none;font-weight: bold;color: black;line-height: 40px;}
#classnavindex A:visited {
	font-size: 47px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	line-height: 40px;
}
#classnavindex A:active {font-size: 47px;	color:#f9d3d5; text-decoration: none;font-weight: bold;line-height: 40px;}
#classnavindex A:hover {font-size: 47px;	color: #f9d3d5; text-decoration: none; color: #f9d3d5;font-weight: bold;line-height: 40px;}

.subnavclassindex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 13px;
}

.subnavclassindexmaster {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #000;
	line-height: 20px;
}

/* SHOW 2010 INDEX NAVIGATION STYLES Nederlands*/
#classnavindexnl A:link {font-size: 43px;	color: #000; text-decoration: none;font-weight: bold;color: black;line-height: 40px;}
#classnavindexnl A:visited {
	font-size: 43px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	line-height: 40px;
}
#classnavindexnl A:active {font-size: 43px;	color:#f9d3d5; text-decoration: none;font-weight: bold;line-height: 40px;}
#classnavindexnl A:hover {font-size: 43px;	color: #f9d3d5; text-decoration: none; color: #f9d3d5;font-weight: bold;line-height: 40px;}

/* SHOW 3 BA STYLES */
#formalignBA {
	width: 200px;
	text-align:right;
	z-index:3;
}
#classnav3ba {
	font-size: 14px;
	text-decoration: none;
	color: black;
}
#classnav3ba A:link A:visited {
	color: #000;
}
#classnav3ba A:hover A:active {
	color:#f9d3d5;
}
#verticalstripebachelor {
	font-size: 17px;
	color: #f9d3d5;
	font-weight: bold;
	margin-right: 2px;
	margin-left: 2px;
}
#naambachelor {
	font-size: 16px;
	color: #f9d3d5;
}



/* SHOW  MASTER STYLES*/
#classnavmaster A:link {
	font-size: 17px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	color: black;
}
#classnavmaster A:visited {
	font-size: 17px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#classnavmaster A:active {font-size: 17px;	color:#f9d3d5; text-decoration: none;font-weight: bold;}
#classnavmaster A:hover {font-size: 17px;	color: #f9d3d5; text-decoration: none; color: #f9d3d5;font-weight: bold;}



.verticalstripemaster {
	font-size: 17px;
	color: #f9d3d5;
	text-decoration: none;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 0px;
}
.naamstudent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #E24852;
	line-height: 22px;
	margin-left: -10px;
}
#navmaster {
	margin-top:1em;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #f9d3d5;
	width: 900px;
	margin-left:0px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: 1px solid #f9d3d5;
}
#mastercontent {
	border: 0px solid #f9d3d5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 1em;
}
#cvmaster{
	height: 410px;
	width: 480px;
	position: relative;
	margin-top: 0.5em;
}
#blackborder {
	border:1px solid #000;
}
#black {
	background-color: #000;
	border:#000;
}
#jumpMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	background-color: #fff;
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 0px solid #000;
	border-left: 0px solid;
}
#formalign {
	left : 800px;
	position:relative;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom:0.2em;
}
option {
	color: #000;
	padding: 0px 0px 0px 2px;
}
select {
	background-color: #fff;
	border: 1px solid #fff;
}
.smallcapsBLACK {
	font-variant: small-caps;
	font-weight: normal;
	font-size: 12px;
	color: #000;
}
.smallcapsBLUE {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px;
	color: #f9d3d5;
}
.smallcapsPINK {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px;
	color: #f9d3d5;
}
.yellowMARKER {
	background-color: #9F0;
}
.white {
	color: #CCC;
}
.grey {
	color: #999;
}

.smallcapsBLUEsmall {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 10px;
	color: #f9d3d5;
}
.blue {
	font-weight: bold;
	font-size: 12px;
	color: #f9d3d5;
}
.smallgrey {
	font-size: 9px;
	color: #999;
}
.greydark {
	color: #333;
}
.petrolkleur {
	color: #004B4B;
}
.p{
	font-size:12px;
	color: #333;
}