:root { overflow-y: scroll !important; }

@font-face{ 
	font-family: 'handsean';
	src: url('fonts/handsean-webfont.eot');
	src: url('fonts/handsean-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/handsean-webfont.woff') format('woff'),
	     url('fonts/handsean-webfont.ttf') format('truetype'),
	     url('fonts/handsean-webfont.svg#handsean') format('svg');
}
html {height: 100%;}
body {
	margin: 0px;
	padding: 0px;
	cursor: default;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
	font-size: 11px;
	line-height: 20px;
	background-color: #f0f0f0;
}

img {
	border: 0;
}
#container {
	width: 980px;
	margin: 0px auto;
	background-color: #ffffff;
	min-height: 100%;
}
#header_container {
	width: 980px;
	margin: 0px auto;
}
#slideshow {
	width: 980px;
	height: 345px;
	overflow:hidden;
}

#menucontainer {
	width: 980px;
	height: 57px;
	margin: 0px auto;
	margin-top: 8px;
	background-image: url("/template/img/menu_bg.png");
}
.breadcrumb {
	padding-bottom: 15px;
}
#content {
	width: 940px;
	margin: 0px auto;
	font-family: 'Trebuchet MS', Arial, Helvetica;
	font-size: 14px;
	padding: 20px;
	padding-top: 10px;
	text-align: justify;
	height: auto;
}
#content h1, h1 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #6485ae;
	font-family: 'handsean', Verdana;
	line-height: 45px;
	margin-bottom: 5px;
}
h1.header_style {
	padding-left: 10px;
	font-size: 2.6em;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content a, a {
	color: #6485ae;
	text-decoration: none;
}
#content a:hover, a:hover {
	text-decoration: underline;
}
#content a.album_link {
	font-weight: bold;
	font-size: 1.17em;
}
#content div.left {
	float: left;
	width: 250px;
	margin-right: 20px;
}
	#content div.left img.random_picture {
		max-width: 250px;
		min-width: 250px;
		margin-bottom: 10px;
	}
#content div.right {
	float: left;
	width: 670px;
}
#footer {
	width: 980px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #6485ae;
}

/* CSS Code voor modules *****************************************************/
div.msg {
	border: 1px solid;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 25px;
	background-repeat: no-repeat;
	background-position: 5px center;
	font-size: 12px;
}
div.msg.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../img/cms/msg_info.png');
}
div.msg.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../img/cms/msg_success.png');
}
div.msg.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../img/cms/msg_warning.png');
}
div.msg.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../img/cms/msg_error.png');
}
table.list {
	margin: 0px 0px 5px 0px;
	width : 100%;
	padding: 0px;
	border-collapse: separate;
	empty-cells: show;
	border-spacing: 1px;
	*border-collapse: expression('separate', cellSpacing = '1px');
	background-color: #D7D7D7;
}
table.list td, table.list th {
	padding: 3px 4px;
	text-align: left;
	font-size: 12px;
	vertical-align: top;
	border: 1px solid #FAFAFA;
}
table.list th {
	background-color: #EDEDEA;
	font-weight: bold;
	white-space: nowrap;
}
table.list td {
	background-color: #FAFAFA;
}
table.list th a {
	color: #FFFFFF;
	background-color: transparent;
}
table.list table {
	margin: 0px;
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	*border-collapse: expression('separate', cellSpacing = '0px');
	background-color: none;
}
table.list table th, table.list table td {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border: 0px;
	background-image: none;
	background-color: transparent;
}
table.list td.actions {
	white-space: nowrap;
}
table.list td.actions img {
	padding: 0px 1px;
}
table.list tr td.indent {
	padding-left:20px;
}
table.list tr td.selected {
	font-weight: bold;
}