body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	height:100%;
	background:rgb(245,245,245);
}
html {
	height:100%;
}
.inner {
	width:960px;
	margin:0 auto;
	position:relative;
}
.clear {
	clear:both;
}

.red {
	color: #bc0031!important;
}

em{
	font-style: italic;
}

strong{
	font-weight: bold;
}

/*****************************************
*************** HEADER STYLING ***********
*****************************************/
.header {
	height:95px;
	background:white;
}
.header .logo {
	float:left;
	line-height:95px;
	width:150px;
}
.header .logo img {
	vertical-align:middle;
}
.header .right {
	float:right;
	width:310px;
}
.header .language {
	width:310px;
	height:15px;
	padding:15px 0;
}
.header .language ul { 
	float:right;
	padding:0 0 0 5px;
}
.header .language ul li { 
	float:left;
	margin:0 0 0 10px;
}
.header .language ul li a {
	width:25px;
	height:15px;
	display:block;
}
.header .language ul li .english {
	background:url(/static/img/english.jpg) no-repeat center center;
}
.header .language ul li .dutch {
	background:url(/static/img/dutch.jpg) no-repeat center center;
}
.header .language .rss {
	float:right;
	padding:0 15px 0 0;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
	color:rgb(153,153,153);
	text-decoration:none;
	border-right:1px solid rgb(153,153,153);
}
.header .uvalogo {
	text-align:right;
}
/*****************************************
************ GLOBALNAV STYLING ***********
*****************************************/
.globalnavholder {
	height:50px;
	background:#bc0031;
}
.globalnavholder .globalnav {
	float:left;
}
.globalnavholder .globalnav li {
	float:left;
	position:relative;
}
.globalnavholder .globalnav li a {
	font-size:14px;
	line-height:50px;
	color:white;
	text-decoration:none;
	font-weight:bold;
	padding:0 25px;
	display:block;
}
.globalnavholder .globalnav li:hover,
.globalnavholder .globalnav .active {
	background:white;
}
.globalnavholder .globalnav li:hover a,
.globalnavholder .globalnav .active a {
	color:#bc0031;
}
.globalnavholder .globalnav li .subnav {
	position:absolute;
	width:250px;
	background:#bc0031;
	z-index:1000;
	display:none;
}
.globalnavholder .globalnav li:hover .subnav {
	display:block;
}
.globalnavholder .globalnav li .subnav li a {
	padding:0 0 0 25px;
	width:225px;
	text-align:left;
	color:white;
	line-height:40px;
	font-weight:normal;
}
.globalnavholder .globalnav li .subnav li a:hover {
	color:white;
	background:#db2035;
}
.globalnavholder .searchholder {
	float:right;
	height:32px;
	margin:9px 0 0 0;
	border-left:1px solid white;
	position:relative;
}
.globalnavholder .searchholder input {
	width:100px;
	height:32px;
	box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;
	border:none;
	background:none;
	outline:none;
	padding:0 30px 0 15px;
	font-size:14px;
	color:white;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.globalnavholder .searchholder input::-webkit-input-placeholder {
   color: rgb(255,255,255);
}

.globalnavholder .searchholder input:-moz-placeholder { /* Firefox 18- */
   color: rgb(255,255,255);
}

.globalnavholder .searchholder input::-moz-placeholder {  /* Firefox 19+ */
   color: rgb(255,255,255);
}

.globalnavholder .searchholder input:-ms-input-placeholder {  
   color: rgb(255,255,255);
}

.globalnavholder .searchholder input:focus {
	width:190px;
}
.globalnavholder .searchholder button {
	position:absolute;
	right:0px;
	top:6px;
	height:20px;
	width:20px;
	display:block;
	border:none;
	outline:none;
	cursor:pointer;
	background:url(/static/img/searchicon.png) no-repeat center center;
}
/*****************************************
******** BREADCRUMBHOLDER STYLING ********
*****************************************/
.breadcrumbholder {
	height:35px;
	background:rgb(70,70,70);
}
.breadcrumbholder ul {
	padding:0 0 0 15px;
}
.breadcrumbholder ul li {
	float:left;
}
.breadcrumbholder ul li a {
	line-height:35px;
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
/*****************************************
************** CONTENT STYLING ***********
*****************************************/
.content {
	padding:15px 0;
}
.content .left .maintitle,
.content .right .maintitle {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:18px;
	line-height:27px;
	color:rgb(70,70,70);
	font-weight:bold;
	border-bottom:1px dotted rgb(70,70,70);
	margin:0 0 20px 0;
}
.content .left {
	background:rgb(255,255,255);
	float:left;
	width:235px;
	box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;
	padding:20px 18px 20px 14px;
}
.content .right {
	background:rgb(255,255,255);
	float:right;
	width:720px;
	box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;
	padding:20px 18px 20px 14px;
}
/*****************************************
********* CONTENT AGENDA STYLING *********
*****************************************/
.content .left .agenda {
	padding:0 0 40px 0;
}
.content .left .agenda li {
	width:100%;
	padding:15px 0 5px 0;
	border-bottom:1px solid rgb(218,218,218);
}
.content .left .agenda .first {
	padding:0 0 5px 0;
}
.content .left .agenda li a {
	text-decoration:none;
}
.content .left .agenda li .title {
	font-size:12px;
	line-height:18px;
	color:rgb(70,70,70);
	font-weight:bold;
}

.content .left .agenda li .title:hover {
	font-size:12px;
	line-height:18px;
	color:#bc0031;
}


.content .left .agenda li .location {
	font-size:12px;
	line-height:18px;
	color:rgb(136,136,136);
	margin:0 0 15px 0;
}
.content .left .agenda li .date {
	font-size:12px;
	line-height:18px;
	color:rgb(70,70,70);
}
/*****************************************
********* CONTENT ACTUEEL STYLING ********
*****************************************/
.content .right .actueel {
	padding:0 0 6px 0;
}
.content .right .actueel .actueel1,
.content .right .actueel .actueel2,
.content .right .actueel .actueel3 {
	width:220px;
	height:100px;
	float:left;
	background:rgb(237,237,237);
	position:relative;
	box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;
	padding:20px 30px 20px 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	margin:0 0 14px 0;
}
.content .right .actueel .actueel1 .pdf,
.content .right .actueel .actueel2 .pdf,
.content .right .actueel .actueel3 .pdf {
	height:17px;
	width:17px;
	background:url(/static/img/pdficon.png) no-repeat center center;
	position:absolute;
	top:10px;
	right:10px;
}

.pdf_agenda {
	height:17px;
	width:17px;
	background:url(/static/img/pdficon.png) no-repeat center center;
	position:relative;
	top:-20px;
	left: 180px;

}

.content .right .actueel .actueel2 {
	margin:0 14px 14px 14px;
}
.content .right .actueel .actueel1:hover,
.content .right .actueel .actueel2:hover,
.content .right .actueel .actueel3:hover {
	background:rgb(245,245,245);
}
.content .right .actueel .actueel1 .title,
.content .right .actueel .actueel2 .title,
.content .right .actueel .actueel3 .title {
	color:rgb(70,70,70);
	font-size:14px;
	line-height:21px;
	font-weight:bold;
	padding:0 0 0 30px;
	background:url(/static/img/readmoreicon.png) no-repeat 15px 4px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.content .right .actueel .actueel1:hover .title,
.content .right .actueel .actueel2:hover .title,
.content .right .actueel .actueel3:hover .title {
	color:#bc0031;
}
/*****************************************
********* CONTENT ]ATIES STYLING ****
*****************************************/
.content .right .publicaties {
	padding:0 0 40px 0;
}
.content .right .publicaties ul {
	margin:0 0 15px 0;
}
.content .right .publicaties ul li {
	width:100%;
	padding:15px 0 5px 0;
	border-bottom:1px solid rgb(218,218,218);
	position:relative;
}
.content .right .publicaties ul .first {
	padding:0 0 5px 0;
}
.content .right .publicaties ul li a {
	text-decoration:none;
}
.content .right .publicaties ul li .info {
	margin:0 0 15px 0;
	font-size:14px;
	line-height:21px;
	color:rgb(70,70,70);
}
.content .right .publicaties ul li .title {
	color:#bc0031;
	font-weight:bold;
	margin:0;
	display:block;
	font-size:14px;
	line-height:21px;
}
.content .right .publicaties ul li .writer {
	color:#bc0031;
	margin:0;
	font-size:14px;
	line-height:21px;
}
.content .right .publicaties ul li span {
	font-size:14px;
	line-height:21px;
	color:rgb(70,70,70);
	margin:0 5px;
}
.content .right .publicaties ul li .book {
	font-style:italic;
	margin:0;
}
.content .right .publicaties ul li p {
	font-size:14px;
	line-height:21px;
	color:rgb(70,70,70);
	margin:0 0 15px 0;
}
.content .right .publicaties ul li p a {
	color:#bc0031;
	text-decoration:underline;
}
.content .right .publicaties ul li .date {
	margin:0;
	font-size:12px;
	line-height:18px;
}
.content .right .publicaties .more {
	font-size:14px;
	line-height:21px;
	color:#231f20;
	padding:0 0 0 20px;
	background:url(/static/img/readmoreicon.png) no-repeat left center;
	text-decoration:none;
	font-weight:bold;
}
.content .right .publicaties ul li .pdf {
	height:17px;
	width:17px;
	background:url(/static/img/pdficon.png) no-repeat center center;
	position:absolute;
	top:15px;
	right:0px;
}
/*****************************************
********* CONTENT sidenav STYLING ********
*****************************************/
.content .left .sidenav {
	padding:0 0 40px 0;
}
.content .left .sidenav li {
	border-bottom:1px solid rgb(218,218,218);
	padding:15px 0 5px 0;
}
.content .left .sidenav .first{
	padding:0 0 5px 0;
}
.content .left .sidenav li a {
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	color:rgb(70,70,70);
	text-decoration:none;
	display:block;
}
.content .left .sidenav li:hover a {
	color:#bc0031;
}
.content .left .sidenav .active a {
	padding:0 0 0 15px;
	background:url(/static/img/readmoreicon.png) no-repeat left 4px;
	color:#bc0031;
}
.content .left .sidenav li .subnav,
.content .left .sidenav .active .subnav {
	padding:3px 0 0 0;
}
.content .left .sidenav li .subnav li,
.content .left .sidenav .active .subnav li {
	border-bottom:none;
	padding:0;
	/* list-style:disc; */
	/* list-style-position:inside; */
}
.content .left .sidenav li .subnav li a,
.content .left .sidenav .active .subnav li a {
	background: url(/static/img/bulleticon.png) no-repeat 15px 4px;
	color:rgb(70,70,70);
	font-weight:normal;
	padding: 0 0 0 30px;
}
.content .left .sidenav li .subnav li a:hover,
.content .left .sidenav .active .subnav li a:hover {
	color:#bc0031;
}
/*****************************************
**** CONTENT RIGHT MEDEWERKERS STYLING ***
*****************************************/
.content .right .medewerkers {
	padding:0 0 40px 0;
}
.content .right .medewerkers .list1,
.content .right .medewerkers .list2 {
	width:50%;
	float:left;
}
.content .right .medewerkers .list1 li,
.content .right .medewerkers .list2 li {
	
}
.content .right .medewerkers .list1 li a,
.content .right .medewerkers .list2 li a {
	color:rgb(70,70,70);
	font-size:12px;
	line-height:24px;
	text-decoration:none;
}
.content .right .medewerkers .list1 li a:hover,
.content .right .medewerkers .list2 li a:hover {
	color:#bc0031;
	text-decoration:underline;
}
/*****************************************
**** CONTENT LEFT PROJECT STYLING ********
*****************************************/
.content .left .projecten {
	padding:0 0 40px 0;
}
.content .left .projecten li {
	width:100%;
	padding:15px 0 5px 0;
	border-bottom:1px solid rgb(218,218,218);
}
.content .left .projecten .first {
	padding:0 0 5px 0;
}
.content .left .projecten li a {
	text-decoration:none;
}

.content .left .projecten li .title {
	font-size:12px;
	line-height:18px;
	color:rgb(70,70,70);
	font-weight:bold;
}
.content .left .projecten li .title:hover {
	font-size:12px;
	line-height:18px;
	color:#bc0031;
}


.content .left .projecten li .subtitle {
	font-size:12px;
	line-height:18px;
	color:rgb(136,136,136);
	margin:0 0 15px 0;
}
.content .left .projecten li .date {
	font-size:12px;
	line-height:18px;
	color:rgb(70,70,70);
}
/*****************************************
**** CONTENT LEFT ACTIVITEITEN STYLING ***
*****************************************/
.activiteiten {
	padding:0 0 40px 0;.
}
.activiteiten li {
	padding:15px 0 0 0 ;
	border-bottom:1px solid rgb(218,218,218);
}
.activiteiten .first {
	padding:0;
}
.activiteiten li .title {
	margin:0;
	font-weight:bold;
}


.content .left .activiteiten li a {
	text-decoration:none;
}

.content .left .activiteiten li .title {
	font-size:12px;
	line-height:18px;
	color:rgb(70,70,70);
	font-weight:bold;
}
.content .left .activiteiten li .title:hover {
	font-size:12px;
	line-height:18px;
	color:#bc0031;
}


.content .left .activiteiten li p {
	margin:0 0 15px 0;
	color:rgb(70,70,70);
	font-size:12px;
	line-height:18px;
}
.content .left .activiteiten li .date {
	margin:0 0 5px 0;
}
.content .left .activiteiten li a {
	font-size:12px;
	line-height:18px;
	color:#bc0031;
	display:block;
    white-space: pre-wrap; /* css-3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
/*****************************************
**** CONTENT RIGHT MEDEWERKER STYLING ****
*****************************************/
.content .right .medewerker .top {
/* 	padding:0 0 40px 15px; */
	padding:0 0 40px 0px;
	
}
.content .right .medewerker .top .photo {
	float:left;
	height:92px;
	width:78px;
}
.content .right .medewerker .top .photo img {
	display:block;
	height:92px;
	width:78px;
}
.content .right .medewerker .top .info {
	float:left;
	margin: 0 0 0 30px;
}
.content .right .medewerker .top .info .name {
	color:rgb(70,70,70);
	font-size:18px;
	line-height:27px;
	font-weight:bold;
	margin:22px 0 0 0;
	font-style: normal;
}
.content .right .medewerker .top .info p {
	font-style:italic;
	font-size:12px;
	line-height:18px;
}
.content .right .medewerker .contact .title {
	font-size:14px;
	line-height:21px;
	font-weight:bold;
	color:rgb(70,70,70);
	margin:0 0 5px 0;
}
.content .right .medewerker .contact ul {
	float:left;
	width:320px;
}
.content .right .medewerker .contact ul li {
	font-size:14px;
	line-height:21px;
	color:rgb(70,70,70);
}
.content .right .medewerker .contact ul li span {
	font-weight:bold;
}
.content .right .medewerker .contact ul li a {
	color:rgb(70,70,70);
}
.content .right .medewerker .contact ul li a:hover {
	color:#bc0031;
}
.content .right .medewerker .contact ul li .twitter {
	padding:0 0 0 35px;
	background:url(/static/img/twittericon.png) no-repeat left center;
	line-height:30px;
	text-decoration:none;
	display:block;
}
.content .right .medewerker .contact ul li .linkedin {
	padding:0 0 0 35px;
	background:url(/static/img/linkedinicon.png) no-repeat left center;
	line-height:30px;
	text-decoration:none;
	display:block;
}
.content .right .medewerker .text {
	padding:40px 0 20px 0;
}
.content .right .medewerker .text p {
	margin:0 0 20px 0;
	line-height:21px;
	font-size:14px;
	color:rgb(70,70,70);
}

/*****************************************
***** CONTENT RIGHT PROJECT STYLING ******
*****************************************/

.tableproject {
	font-size: 14px;
	color: rgb(70, 70, 70);
	line-height: 21px;
	margin: 0 0 15px;
	width: 100%;
}

.tableproject td {
	vertical-align: top;
}

.tableproject td:first-child{
	font-weight: bold;
}

.tableproject.properties td:first-child{
	width: 120px;
}

.right.project {
	margin: 0 0 20px 0;
	line-height: 21px;
	font-size: 14px;
	color: rgb(70,70,70);
}

.content .right.project .medewerkers {
	padding: 0 0 20px 0;
}

.content .right.project .medewerkers a {
	color: rgb(70,70,70);
	font-size: 18px;
	line-height: 27px;
	font-weight: bold;
	margin: 22px 0 0 0;
	font-style: normal;
	text-decoration: none;
}

.content .right.project .medewerkers a:hover {
	color: #bc0031;
	text-decoration: underline;
}

.content .right.project section {
	padding: 5px 0 15px 0;
}

/*****************************************
***** CONTENT RIGHT TEXTBOX STYLING ******
*****************************************/
.content .right .textbox {
	padding:0 0 20px 0;
}
.content .right .textbox p {
	line-height:21px;
	font-size:14px;
	color:rgb(70,70,70);
	margin:0 0 20px 0;
}
.content .right .textbox p a,
.content .right .textbox a {
	color:#bc0031;
}
.content .right .textbox .title {
	margin:0 0 10px 0;
	font-weight:bold;
}
.content .right .textbox ul {
	margin:0 0 20px 0;
}
.content .right .textbox ul li {
	list-style:disc;
	line-height:21px;
	font-size:14px;
	list-style-position: inside;
	color:rgb(70,70,70);
}
.content .right .textbox ul li span {
	font-weight:bold;
}
.content .right .textbox ul li a {
	color:#bc0031;
}
.content .right .textbox img {
	display:block;
	margin:0 0 20px 0;
	width:400px;
}
.content .right .textbox img.imagecenter {
	margin:0 auto 20px auto;
}
.content .right .textbox table {
	width:100%;
	margin:0 0 20px 0;
	border:1px solid rgb(218,218,218);
}
.content .right .textbox table tr th {
	box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;	
	padding:0 5px;
	height:30px;
	vertical-align:middle;
	background:#bc0031;
	color:white;
	font-size:14px;
	line-height:21px;
	text-align:left;
}
.content .right .textbox table tr td {
	box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;	
	padding:0 5px;
	height:25px;
	vertical-align:middle;
	font-size:14px;
	line-height:21px;
	color:rgb(70,70,70);
}
.content .right .textbox table tr:nth-child(odd) td {
	background:rgb(245,245,245);
}
/*****************************************
************** NEWS STYLING **************
*****************************************/
.news {
	padding:0 0 20px 0;
}
.news .news1,
.news .news2,
.news .news3 {
	height:130px;
	float:left;
	width:320px;
	box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;
	position:relative;
}
.news .news1 {
	border-right:1px dotted rgb(70,70,70);
	padding:0 40px 0 15px;
}
.news .news2 {
	padding:0 40px;
}
.news .news3 {
	padding:0 40px;
	border-left:1px dotted rgb(70,70,70);
}
.news .news1 .type,
.news .news2 .type,
.news .news3 .type {
	color:rgb(136,136,136);
	font-size:14px;
	margin:0 0 15px 0;
}
.news .news1 .title,
.news .news2 .title,
.news .news3 .title {
	color:rgb(70,70,70);
	font-size:14px;
	font-weight:bold;
	line-height:21px;
	text-decoration:none;
}
.news .news1 .date,
.news .news2 .date,
.news .news3 .date {
	color:rgb(70,70,70);
	font-size:14px;
	line-height:21px;
}
.news .news1 .readmore,
.news .news2 .readmore,
.news .news3 .readmore {
	padding:0 0 0 20px;
	background:url(/static/img/readmoreicon.png) no-repeat left center;
	line-height:14px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#bc0031;
	position:absolute;
	bottom:0px;
}
