@charset "UTF-8";
@import url("/resources/styles/home.css");
@import url("/resources/styles/slideshow.css");

body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Cabin', sans-serif;
	font-size: 90%;
	color: #000;
	text-align: left;
	background-color: #fff;
}

#headerRow, #left_column, #breadcrumb, #prijswinnaar_submenu, #ContentFlow_gallery, #timeline, .but_back { display: none; }

#print_logo { 
	display: block;
	height: 80px;
	font-size: 12pt;
	font-weight: bold;
	color: #ccc;
	line-height: 80px;
	}
	#print_logo img { 
		float: left;
		width: 60px;
		height: 60px; 
		margin: 10px;
		margin-right: 50px;
	}


h1, h2, h3, h4, h5, h6 {
	clear: both;
	padding-bottom: 5px;
	font-weight: normal; 
	letter-spacing: 1px;
}
h1 { font-size: 2em; line-height: 1em;}
h1#pageTitle { margin-bottom: .5em; font-size: 1.7em; font-weight: bold; letter-spacing: 3px; }
h2 { font-size: 1.7em; }
h2.newsTitle, h2.newsTitle a { margin: 0; font-size: 1.1em !important; text-decoration: none; }
h3 { font-size: 1.5em; }
h4, h5, h6 { font-size: 1.4em; font-style: italic; }

#banner { visibility: hidden; height: 1px; margin-top: -4em;}
#newsList ul {list-style: disc; }

.toggleTarget {
	padding: 0;
}

.mosaic-block {
	float: left;
	position: relative;
	overflow: hidden;
	width: 136px;
	height: 136px;
	margin-right: 7px;
	margin-bottom: 7px;
	}
	.mosaic-block a:link, .mosaic-block a:hover { text-decoration: none; }
	.mosaic_mask {
		position: absolute;
		overflow: hidden; 
		width: 136px;
		height: 136px;
	}
	.mosaic-overlay { 
		display: none;
		z-index: 5;
		position: absolute;
		width: 136px;
		height: 136px;
		text-decoration: none;
		color: #fff;
	}
	.mosaic-details {
		text-align: center;
		padding-top: 20px;
	}
	.mosaic-details p {
		width: 130px;
		margin: 5px;
		font-size: 1.1em;
		line-height: 1.2em;
		margin-bottom: 1.4em;
	}
	/* animation */
	.bar .mosaic-overlay {
		bottom: -136px;
		background-color: rgba(19,13,105,0.5);
	}

.calendarDay {
	width: 70px;
	margin-right: 10px;
	font-size: .7em;
	font-weight: bold;
	color: #ccc;
}

#abstract, #abstract p { 
	font-size: 1.05em;
	font-weight: bold;
	letter-spacing: 1px;
}
.normal { font-weight: normal; font-style: normal; }
.small { font-size: 80%; }
.medium { font-size: 90%; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.alignCenter { text-align: center; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.floatLeft { float: left; }
.floatRight { float: right; }
.grey { color: #888; }
.noWrap { white-space: nowrap; }
.border { border: 1px solid #dedede; }
img.border {
	padding: 3px;
	border: 1px solid #dedede;
}
.noBorder { border: none; }
.noMargin { margin: 0; }
.noPadding { padding: 0; }
.height_0_5em { height: .5em; }
.height_1em { height: 1em; }
.height_2em { height: 2em; }