@charset "UTF-8";
.oneColLiqCtrHdr #container #header h1 {
}
body {
	font: 100% Lato, Helvetica, sans-serif;
	background: #FFF;
	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;
}
a:link {
	text-decoration:none;
	color:#be1e2d;
}
a:visited {
	text-decoration:none;
	color:#be1e2d;
}
p {
	font-size:18px;
	line-height:22px;
}
h1 {
	font-size:32px;
	font-style:normal;
	font-weight:100;
	padding-top: 15px;
}
h2 {
	font-size:24px;
	font-style:oblique;
	font-weight:300;
	padding-top: 5px;
}
.groot{
	font-size:36px;
	font-weight:bold;
}
	
.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	height:100px;
	width:80%;
	background-color: #FFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 85px;
	margin-top: 30px;
}
.menu {
	width:88%;
	float:right;
	background-color:#FFF;  /* 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. */
	height:auto;
	text-align:left;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 7px;
}
.blokondermenu {
	width:80%;
	float:right;
	background-color:#FFF;
	padding: 0 10px 0 10px;  /* 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. */
	height:auto;
	text-align:right;
	padding-top:10px;
}
.oneColLiqCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}
.oneColLiqCtrHdr #mainContent {
	background: #FFFFFF;
	clear:both;
	padding-top:0px;
	padding-left:10%;
	padding-right: 20px;
	padding-bottom: 0;
	min-height:350px;
}
.oneColLiqCtrHdr #footer { 
	width:80%;
	float:right;
	background-color:#FFF;
	padding: 0 10px 0 10px;  /* 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. */
	height:auto;
	text-align:left;
	border-top-width:1px;
 	border-top-style:solid;
  	border-top-color:#CCC;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:12px;
	color:#999;
}
.menuitem{
	text-align: left;
	font-size:18px;
	line-height:24px;
	padding-bottom:10px;
	float: left;
	width: auto;
	padding-right:7%;
	padding-bottom:15px;
	padding-top:10px;
	color:#666;
	list-style-image: none;
	list-style: none;
}
.menuitem a:link {
	text-decoration:none;
	color:#666;
}

.menuitem a:visited {
	text-decoration:none;
	color:#666;	
}
.menuitem a:hover {
	text-decoration:none;
	color:#000;
}
.grijzeletter {
	color:#999;
	font-size:90%;
}
.contenttegel {
	min-height: 290px;
	width: 40%;
	background-color:#FFF;
	padding-top: 12px;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: 1%;
	border-radius: 2px;
	float:left;
	border: 1px solid #dddddd;
	margin-bottom: 2%;
	background-repeat: no-repeat;
	background-position: right top;
	box-shadow: 0 10px 7px -6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 9px 6px -6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 9px 6px -6px rgba(0, 0, 0, 0.5);
	margin-left: 5px;
	vertical-align: top;
}
.fotoalumnus{
	float:left;
	height:130px;
	margin:5px;
	width:100%;
}
.naamalunmus {
	width:100%;
	height:auto;
	margin:5px;
}
.projectenalumnus{
	width:100%;
	margin:5px;
	clear:both;
}
.projecttekst {
	font-size:95%;
	line-height:22px;
	
}
.alumnustekst {
	font-size:90%;
	line-height:22px;
	
}
.factdetails {
	font-size:11px;
	line-height:14px;
}
.factuurtekst {
	font-size:14px;
	line-height:18px;
}
.factuursom {
	font-size:12px;
	line-height:16px;
}
.blok{
	minheight:290px;
	clear:both;
}
.cursiefgrijs {
	font-style:italic;
	color:#999;
	
}
.inversepaars {
	background-color: #D56CFB;
	color: #FFF;
	font-variant: small-caps;
	font-size: 14px;
	line-height:20px;
	font-weight: bold;
}
.Accountblauwknop {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5c993;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5c993;
	box-shadow:inset 0px 1px 0px 0px #f5c993;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #22bcf0), color-stop(1, #078dbd));
	background:-moz-linear-gradient(top, #22bcf0 5%, #078dbd 100%);
	background:-webkit-linear-gradient(top, #22bcf0 5%, #078dbd 100%);
	background:-o-linear-gradient(top, #22bcf0 5%, #078dbd 100%);
	background:-ms-linear-gradient(top, #22bcf0 5%, #078dbd 100%);
	background:linear-gradient(to bottom, #22bcf0 5%, #078dbd 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#22bcf0', endColorstr='#078dbd',GradientType=0);
	background-color:#22bcf0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #087ec7;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:0px -1px 0px #464c5e;
}
.Accountblauwknop:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #078dbd), color-stop(1, #22bcf0));
	background:-moz-linear-gradient(top, #078dbd 5%, #22bcf0 100%);
	background:-webkit-linear-gradient(top, #078dbd 5%, #22bcf0 100%);
	background:-o-linear-gradient(top, #078dbd 5%, #22bcf0 100%);
	background:-ms-linear-gradient(top, #078dbd 5%, #22bcf0 100%);
	background:linear-gradient(to bottom, #078dbd 5%, #22bcf0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#078dbd', endColorstr='#22bcf0',GradientType=0);
	background-color:#078dbd;
	text-decoration:none;
}
.Accountblauwknop:active {
	position:relative;
	top:1px;
}
a.Accountblauwknop{
	color:#ffffff;
	text-decoration:none;
}
.Accountblauwknop {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px 11px;
    border: 1px solid #688d23;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:4px;
    background: #a9e539;
    background: -webkit-gradient(linear, left top, left bottom, from(#a9e539), to(#688d23));
    background: -moz-linear-gradient(top, #a9e539, #688d23);
    background: linear-gradient(to bottom, #a9e539, #688d23);
    text-shadow: #415816 1px 1px 1px;
    font: normal normal bold 13px arial;
    color: #ffffff;
    text-decoration: none;
}
.Accountblauwknop:hover,
.Accountblauwknop:focus {
    border: 1px solid #82b02c;
    background: #cbff44;
    background: -webkit-gradient(linear, left top, left bottom, from(#cbff44), to(#7da92a));
    background: -moz-linear-gradient(top, #cbff44, #7da92a);
    background: linear-gradient(to bottom, #cbff44, #7da92a);
    color: #ffffff;
    text-decoration: none;
}
.Accountblauwknop:active {
    background: #688d23;
    background: -webkit-gradient(linear, left top, left bottom, from(#688d23), to(#688d23));
    background: -moz-linear-gradient(top, #688d23, #688d23);
    background: linear-gradient(to bottom, #688d23, #688d23);
}
.Accountknop {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5c993;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5c993;
	box-shadow:inset 0px 1px 0px 0px #f5c993;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff7904), color-stop(1, #ff4405));
	background:-moz-linear-gradient(top, #ff7904 5%, #ff4405 100%);
	background:-webkit-linear-gradient(top, #ff7904 5%, #ff4405 100%);
	background:-o-linear-gradient(top, #ff7904 5%, #ff4405 100%);
	background:-ms-linear-gradient(top, #ff7904 5%, #ff4405 100%);
	background:linear-gradient(to bottom, #ff7904 5%, #ff4405 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7904', endColorstr='#ff4405',GradientType=0);
	background-color:#ff7904;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:4px;
	border:1px solid #ca3406;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding-left:11px;
	padding-right:11px;
	padding-bottom:5px;
	padding-top:5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #8f1515;
}
.Accountknop:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff4405), color-stop(1, #ff7904));
	background:-moz-linear-gradient(top, #ff4405 5%, #ff7904 100%);
	background:-webkit-linear-gradient(top, #ff4405 5%, #ff7904 100%);
	background:-o-linear-gradient(top, #ff4405 5%, #ff7904 100%);
	background:-ms-linear-gradient(top, #ff4405 5%, #ff7904 100%);
	background:linear-gradient(to bottom, #ff4405 5%, #ff7904 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4405', endColorstr='#ff7904',GradientType=0);
	background-color:#ff4405;
	text-decoration:none;
}
.Accountknop:active {
	position:relative;
	top:1px;
}
a.Accountknop{
	color:#ffffff;
	text-decoration:none;
}
.rood{
	color:#F00;
}
	
