/* ------------------------------------------------------ */
/* Copyright 2008 (Non-)verbaal, http://www.nonverbaal.nl */
/* -------------------------------------------------------*/

@import url("reset.css");
@import url("clearfix.css");
@import url("form.css");

body {
	background: #FFFFFF;
	color: #000000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 1em 0;
}

a { color: #D71435; font-weight: bold; }
a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline;	}

/* Default structure ------------------------------------ */
/* ------------------------------------------------------ */

div#container {
	position: relative;
	width: 945px;
	margin: 0 auto;
}

div#main {
	float: left;
	width: 100%;
	margin: 234px 0 0;	
}

div#inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #FFFFFF url(../images/bg-inner.jpg) repeat-y;		
}

div#wrap {
	float: right;
	position: relative;
	width: 740px;
}

div#content {
	float: left;
	position: relative;
	width: 700px;
	overflow: hidden;
	padding-right: 40px;
	z-index: 200;	
}

body.three_cols div#content {
	width: 500px;
}

div#navigation {
	float: left;
	width: 160px;
	padding-left: 20px;
}

div#subnavigation {
	float: left;
	width: 190px;
}

div#header {
	position: absolute;
	height: 209px;
	top: 25px;
	left: 0;
	width: 100%;
	background: url(../images/bg-header.jpg) no-repeat;
}

div#top {
	position: absolute;
	top: 134px;
	right: 14px;
	z-index: 100;
}

div#footer {
	clear: both;
	height: 95px;
	background: url(../images/bg-footer.jpg) no-repeat;
	font-size: 10px;
}

div#image {
	position: absolute;
	top: 189px;
	right: 40px;
}

/* Content ---------------------------------------------- */
/* ------------------------------------------------------ */

div#content h1,
div#content h3 {
	color: #1261AB;
	margin-bottom: 4px;
}

div#content p {
	line-height: 15px;
	margin-bottom: 15px;	
}

div#content p.date {
	color: #AC4D98;
}

div#content li {
	line-height: 15px;
}

div#content strong {
	font-weight: bold;
}

div#content em {
	font-style: italic;
}

div#content img.inset {
	background-color: #FFFFFF;
	border: 1px solid #51A5E5;
	padding: 3px;
	float: right;
	margin: 0 0 10px 10px;	
}

div#content a.more {
	background: url(../images/arrow.gif) no-repeat right center;
	padding-right: 10px;
}

div#content div.intro {
	width: 290px;
}

/* Items ------------------------------------------------ */
/* ------------------------------------------------------ */

div.items div {
	border-bottom: 1px solid #D71435;
	margin-bottom: 14px;	
	min-height: 180px;
	height: auto !important;
	height: 180px;
}

body#start div.items div {
	float: left;
	width: 335px;
	margin-right: 15px;
	border: none;
}

div.items a.image {
	background-color: #FFFFFF;
	border: 1px solid #51A5E5;
	float: right;
	padding: 3px;
	margin: 0 0 10px 10px;
	outline: none;	
}

div.items a.image span {
	display: block;
	width: 122px;
	height: 82px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}

/* Gallery ---------------------------------------------- */
/* ------------------------------------------------------ */

ul.gallery {
	position: relative;
	width: 630px;
}

ul.gallery li {
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #51A5E5;
	padding: 3px;
	margin: 0 10px 10px 0;
	outline: none;		
}

ul.gallery li a {
	display: block;
	width: 107px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}

/* Gallery overview ------------------------------------- */
/* ------------------------------------------------------ */

div.gallery_searchbar {
	widht:620px;
	margin-top:1em;
	clear:both;
	
}


div#content_gallery_item {
	width:615px;
}

div.gallery_wrap {
	width: 725px;
	margin-top:11px;
}

ul.gallery_overview {
	position: relative;
	background-color:#e3edfb;
}

ul.gallery_overview li {
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #51A5E5;
	padding: 3px;
	margin: 10px 10px 0px 0px;
	outline: none;
		
}

ul.gallery_overview li a {
	display: block;
	width: 222px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center center;
	color:#000000;
	font-weight:normal;
	cursor:pointer;
}

ul.gallery_overview li a:hover {
	text-decoration:none;
}

p.gallery_descr {
	background-color:#FFFFFF;
	height:80px;
	width:110px;
	margin-left:105px;
	padding-left:5px;
	overflow:hidden;
	font-size:0.86em;
}

div.gallery_descr strong {
	font-weight:bold;
}

/* Pages ------------------------------------------------ */
/* ------------------------------------------------------ */

ul.pages {
	background: #BEDAF8;
	margin: 10px auto;	
	padding: 5px 0;
	text-align: center;	
}

ul.pages li {
	display: inline;
	margin: 5px;
}

ul.pages li a {
	color: #1261AB;
}

/* Navigation ------------------------------------------- */
/* ------------------------------------------------------ */

ul.navigation {
	margin-top: 5px;
}

ul.navigation a {
	font-weight: normal;
	color: #1C0D7C;
}

div#navigation li.selected,
div#navigation li.root {
	background: url(../images/arrow.gif) no-repeat right center;
}

/* Header ----------------------------------------------- */
/* ------------------------------------------------------ */

div#header h2 {
	position: absolute;
	top: 42px;
	left: 190px;
	font-size: 30px;
	color: #51A5E5;
	width: 300px;
}

/* Footer ----------------------------------------------- */
/* ------------------------------------------------------ */

div#footer {
	color: #1C0D7C;
	padding: 5em 0 1em 200px;
}

div#footer ul li {
	display: inline;
	padding: 0 6px 0 3px;
	background: url(../images/footer-li.gif) no-repeat right center;
}

div#footer ul li.last {
	background: none;
}

div#footer strong {
	font-weight: bold;
}

div#footer a {
	color: #51A5E5;
}


