@charset "utf-8";

/* HTML AND BODY */

html {
	height: 100%;
 	overflow: -moz-scrollbars-vertical;
}

body {
	height: 100%;
	background: #C51022;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #302725;
	margin: 0;
}

a {
	color: #725F5A;
}

a:hover {
	color: #302725;
}

/* HEADER */

#header {
	width: 100%;
	height: 25px;
	background: #C51022;
	border-bottom: 1px solid #660912;
	padding: 10px 0 0 0;
}

#header .content {
	width: 900px;
	color: #FFFFFF;
	margin: 0 auto;
}

#header .content a {
	color: #FFFFFF;
	text-decoration: none;
}

#header .content a:hover {
	color: #FAC0C7;
}

#breadcrumb {
	float: left;
}

#navigation-top {
	float: right;
}

/* WRAPPER */

#container {
	width: 100%;
	background:#FFFFFF;
	min-height:500px;
}

#wrapper {
	width: 900px;
	padding: 20px 0 20px 0;
	margin: 0 auto;
}

/* WRAPPER LEFT */

#left {
	width: 615px;
	margin: 0 10px 0 0;
	_margin: 0 5px 0 0;
	float: left;
}

#page {
	height: 130px;
	margin: 0 0 10px 0;
}

#navigation {
	height: 80px;
	font-size: 14px;
	margin: 0 0 0 -25px;
}

#navigation a {
	color: #C51022;
	text-decoration: none;
}

#navigation a:hover {
	color: #660912;
}

#page-title {
	color: #C51022;
}

#page-title .title {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

#page-title .subtitle {
	font-size: 13px;
	font-style: italic;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	line-height: 18px;
}

h2 {
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	padding: 0px;
	margin: 0px;
	line-height: 13px;
}

#navigation img {
	margin: 0 0 0 25px;
}

#content {
	background: url(../../img/BG-content.jpg) no-repeat;
	width: 595px;
	min-height: 400px;
	padding: 10px 10px 10px 10px;
}

#content img, #content-list img, #list img {
	display: block;
}

#content .poster {
	width: 240px;
	margin: 0 10px 0 0;
}

#content .poster .caption {
	font-size:9px;
	clear:left;
}

#content img {
	border: 1px solid #FFFFFF;
}

#content .info {
	width: 340px;
	font-size: 12px;
	font-style: italic;
}

#content .info td {
	border-top: 1px dashed #b5a5a5;
	padding: 2px 5px 5px 0;
}

#content .info .label {
	font-weight: bold;
}

#content .abstract {
	font-size: 13px;
	font-style: italic;
	margin: 10px 0 0 0;
}

#content .body {
	margin: 10px 0 0 0;
}

#content .tags {
	color: #937A75;
	font-size: 9px;
	margin: 30px 0 0 0;
}

#media img {
	border: 1px solid #FFFFFF;
}

#content .media-detail {
	width: 415px;
	float: left;
}

#content .media-thumbs {
	width: 174px;
	margin: 0 0 0 5px;
	float: left;
}

#content .media-thumbs .title {
	font-size: 13px;
	font-style: italic;
	margin: 0 0 5px 0;
}

#content .media-thumbs .thumb {
	float: left;
	margin: 0 5px 5px 0;
}

.search_res_link {
	float: right;
	margin: 0 20px 0 0
}

/* LIST ITEMS */

#list .item {
	background: url(../../img/BG-item.jpg) no-repeat;
	min-height: 130px;
	padding: 0 10px 0 10px;
	margin: 0 0 30px 0;
}

#list .item .title {
	height: 20px;
	color: #C51022;
	font-size: 13px;
	padding: 5px 0 5px 1px;
	float:left;
}

#list .item .tags {
	float: right;
	font-size: 9px;
	margin: 5px 10px 0 0;
}

#list .item .poster {
	border: 1px solid #FFFFFF;
	margin: 0 10px 0 0;
}

#list .item .info {
	width: 420px;
}

#content-list .item {
	margin: 0 0 20px 0;
}

#content-list .item .title {
	height: 20px;
	color: #C51022;
	font-size: 13px;
	padding: 5px 0 5px 1px;
}

#content-list .item .poster {
	width: 160px;
	border: 1px solid #FFFFFF;
	margin: 0 10px 0 0;
}

/* WRAPPER RIGHT */

#right {
	width: 275px;
	float: left;
}

#logo {
	height: 130px;
	text-align: right;
	margin: 0 0 10px 0;
}

/* ASSETS */

#assets img{
	border: 1px solid #FFFFFF;
}

#assets .asset{
	/*min-height: 130px;*/
	margin: 0 0 30px 0;
}

#assets .asset .title {
	height: 25px;
	color: #FFFFFF;
	font-size: 13px;
	font-style: italic;
	line-height: 25px;
	margin: 0 0 5px 5px;
}

#assets .asset table {
	width: 275px;
	border-collapse: collapse;
}

#assets .asset td {
	padding: 2px 0 2px 5px;
}

#assets .red {
	background: url(../../img/BG-asset-red.jpg) no-repeat;
	color: #554744;
}

#assets .red a {
	color: #302725;
}

#assets .red a:hover {
	color: #725F5A;
}

#assets .red td {
	border-bottom: 1px dashed #EAE1E1;
}

#assets .red .td-date {
	width: 70px;
	color: #725F5A;
}

#assets .blue {
	background: url(../../img/BG-asset-blue.jpg) no-repeat;
	color: #03203A;
}

#assets .blue a {
	color: #02203a;
}

#assets .blue a:hover {
	color: #074B78;
}

#assets .blue td {
	border-bottom: 1px dashed #BFE3FB;
}

#assets .blue .td-date {
	width: 70px;
	color: #074B78;
}

/* CALENDAR */

#calendar td {
	padding: 2px 5px !important;
}

/* FOOTER */

#footer {
	width: 100%;
	background: #C51022;
	border-top: 1px solid #660912;
}

#footer .content {
	width: 900px;
	color: #FFFFFF;
	padding: 10px 0 0 0;
	margin: 0 auto;
}

#footer .content a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer .content a:hover {
	color: #FAC0C7;
}
#footer .content .title {
	color: #660912;
}

#sitemap {
	float: left;
}

#contact {
	text-align: right;
	float: right;
}

/* INPUT */

input {
	font-size: 11px;
}

.input-red {
	width: 150px;
	height: 15px;
	color: #C51022;
	padding: 0.5px 2px 0.5px 2px;
	border: 1px solid #660912;
}

/* CLASSES */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	height: 0px;
}

.hide {
	display:none;
}

.small {
	font-size:10px;
}

/* INPUTS */

input {
	font-size: 11px;
	color: #333333;
}

select {
	font-size: 11px;
	color: #333333;
}

.input-50 {
	width: 58px;
	padding: 0.5px 0 0.5px 0;
}

.input-120 {
	width: 118px;
	padding: 0.5px 0 0.5px 0;
}

.input-132 {
	width: 130px;
	padding: 0.5px 0 0.5px 0;
}

.input-200 {
	width: 198px;
	padding: 0.5px 0 0.5px 0;
}

.input-300 {
	width: 298px;
	padding: 0.5px 0 0.5px 0;
}

.input-350 {
	width: 348px;
	padding: 0.5px 0 0.5px 0;
}

/* VALIDATOR */

label.error {
	margin-left: 10px;
	width: auto;
	/*display: block;*/
	font-size:10px;
	color:#C51022;
}

/* TOON TOEGEVOEGD */

.active_topic a {
	color:#FF0000;
}

.search_highlight {
	font-weight:bold;
	font-style:italic;
	color:#FF0000;
}

/* CALENDAR */

.cal_week {

}

.cal_weekend, .cal_weekend a {
	color:#074B78;
}

.cal_event, .cal_event a {
	color:#FF0000 !important;
	text-decoration:none !important;
}

.cal_today, .cal_today a {
	font-style:italic !important;
}

/* PAGING */
.paging {
	font-size: 11px;
	margin:20px 0 20px 0;
	/*padding-bottom:10px;*/
	float:left;
	position:relative;
	width:100%;
}
.pagenr {
	margin-right:5px;
	display:inline;
}
a.pagenr {
	text-decoration:underline;
}
.nextpage {
	display:inline;
	margin-left:5px;
}
.prevpage {
	display:inline;
	margin-right:5px;
} 

/* page-buttons */

.page-buttons {
	margin-right:5px;
}


@media print { 
 
body { color:#000000; !important}
#header { display:none; !important}
#navigation { display:none; !important}
#sitemap { display:none; !important }
#calendar_asset { display:none; !important }
#calendar { display:none; !important }
.more { display:none; !important }
img { border:thin; !important }

}




