/* main */
.container {
}
.main-container {
	width:100%;
}



/* hoofdmenu (links) */
#menu-top {
	background-image:url('../img/bg-menu-top.jpg') no-repeat top right;
}
#menu-main {
	width:215px;
	margin:10px 15px 0 0;
	background-image:url('../img/bg-menu-main.jpg') repeat-y top right;
}
#menu-bottom {
	background-image:url('../img/bg-menu-bottom.jpg') no-repeat bottom right;
}



/* tabs */
.main-tabs {
	height:26px;
	margin:25px 0 0 15px;
	padding:0;
}
.main-content {
}
.lijn {
	height:12px;
	_line-height:5px; /* IE 6 */
	background-color:#7e7e7e;
	margin:0 8px 0 8px;
	_margin:-1px 8px 0 8px;
}
.content {
	font-size:0.75em;
	padding:10px 15px;
	min-height:50px;
	_height:50px; /* IE 6 */
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	padding-bottom:2em;
}
	.content.datum_groep {
		padding:0 15px;
	}
	.content.datum_groep .formulier {
		margin:0;
		border-left:1px solid #b9b9b9;
		border-right:1px solid #b9b9b9;
		background-color:#e9e9e9;
	}
.content.traject {
	font-size:0.8em;
	padding:10px 15px;
	min-height:150px;
	_height:150px; /* IE 6 */
}
.content.traject a:hover {
	text-decoration:underline;
}
.content.uren {
	font-size:0.75em;
	padding:0 10px;
}



/* content */
#tabel-top-geel {
	padding:0;
	background-color:#0266a4;
	color:#fff;
}
	#tabel-top-geel.datum {
		line-height:26px;
		padding:0 0 0 15px;
	}
	#tabel-top-geel.datum a#sluit {
		float:right;
		height:26px;
	}
#tabel-top-grijs {
	margin:2px 0 0 0;
	height:26px;
	line-height:26px;
	padding:2px 30px 2px 5px;
	background:#eee url('../img/icons/notepad_24.png') 99% 3px no-repeat;
}
	#tabel-top-grijs.traject_wijzig {
		background:#e9e9e9 url('../img/icons/notepad_write_24.png') 99% 3px no-repeat;
	}
	#tabel-top-grijs.datum {
		background:#e9e9e9 url('../img/icons/calendar_24.png') 99% 3px no-repeat;
	}
	#tabel-top-grijs.datum_groep {
		background-image:none;
		background-color:#b9b9b9;
		margin:10px 15px 0 15px;
		position:relative;
	}
		#tabel-top-grijs.datum_groep span.kopie_groep {
			position:absolute;
			right:4px;
			top:7px;
			font-size:.85em;
			line-height:16px;
			background:url('../img/icons/calendar_copy_16.png') right top no-repeat;
			padding-right:24px;
			color:#666;
		}
		#tabel-top-grijs.datum_groep span.kopie_groep.hover {
			color:#000;
			text-decoration:underline;
			cursor:pointer;
		}
	#tabel-top-grijs.datum_groep.highlight {
		background-color:#f00;
	}
	#tabel-top-grijs.uren {
		background:#e9e9e9 url('../img/icons/calendar_24.png') 99% 3px no-repeat;
		padding:2px 30px 2px 13px;
		font-size:12px;
		line-height:26px;
	}
	
.tabel-content {
	xbackground:url('../img/tabel/bg-tabel-main-rechts.jpg') repeat-y top right;
	margin:0 1px 0 15px;
	border-bottom:1px solid #0266a4;
}
#tabel-top-links {
	background:url('../img/tabel/bg-tabel-top-links.jpg') no-repeat top right;
}
#tabel-main-links {
	xbackground:url('../img/tabel/bg-tabel-main-links.jpg') repeat-y 4px 0;
	width:100%;
}
#tabel-bottom-links {
	background:url('../img/tabel/bg-tabel-bottom-links.jpg') no-repeat bottom left;
}
#tabel-top-rechts {
	background:url('../img/tabel/bg-tabel-top-rechts.jpg') no-repeat top left;
}
#tabel-bottom-rechts {
	background:url('../img/tabel/bg-tabel-bottom-rechts.jpg') no-repeat bottom left;
}

.spacer {
	height:25px;
}


/* galerij */
#thumbs {
	width:100%;
}
#thumbs .galerij {
	float:left;
	height:134px;
	width:114px;
}
#thumbs .galerij a {
	float:left;
	display:block;
	width:100px;
	height:125px;
	background-color:#eee;
	border:1px solid #cccccc;
	text-align:center;
	text-decoration:none;
	font-weight:100;
	outline:solid #fff 1px;
	margin:5px;
	font-size:.9em;
	line-height: 1.2em;
}
#thumbs .galerij a:hover {
	border:1px solid #bbb;
	outline:solid #ddd 1px;
	color:#000;
	margin:4px 4px 6px 6px;
}
#thumbs .galerij a img {
	margin:2px;
}
#thumbs .galerij a:hover img {
	opacity:.80;
	filter:alpha(opacity=80); 
	-moz-opacity:0.8;
}

#dialog_box {
	display:none;
	padding:0;
}

.read-more,
.read-less {
    text-decoration:underline;
    display:block;
}
