@import url(/include/css/editor.php);

/** =COLORS **
*/


body {
	background-image: url('/image/bg.png');
	background-repeat: repeat-x;
	}


/** =LAYOUT **/

#shadow {
	width: 920px;
	width: 932px;
	height: 665px;
	position: relative;
	margin: 80px auto 20px auto;
	background: url('/image/shadow.png') repeat-y left top;
	}
#shadow-btm {
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	background: url('/image/shadow-btm.gif') no-repeat left bottom;
	}
#shadow-top {
	padding-top: 6px;
	background: url('/image/shadow-top.gif') no-repeat left top;
	}

#container {
	height: 645px;
	border: 10px solid #fff;
	background: #887c6e url('/image/visual.jpg') no-repeat left top;
	}

#wrapper {
	overflow: hidden;
	margin-left: 380px;
	/* background: orange; */
	}


/** =HEADER **/

#header {
	clear: both;
	overflow: hidden;
	/* padding-top: 30px; */
	background: url('/image/imgtop.jpg') no-repeat right top;
	}

#logo {
	top: 46px;
	left: 76px;
	position: absolute;
	}
#nametag {
	top: -48px;
	z-index: 10;
	right: -35px;
	width: 256px;
	height: 247px;
	position: absolute;
	text-indent: -999em;
	background: url('/image/nametag.png') no-repeat;
	}
#nametag a {
	width: 120px;
	height: 100px;
	display: block;
	text-indent: -999em;
	position: relative;
	margin: 110px 0px 0px 100px;
	background: pink;
	}

#navigation {
	z-index: 13;
	height: 143px;
	height: 173px;
	overflow: hidden;
	margin-left: 380px;
	position: relative;
	background: url('/image/nav-bg.gif') no-repeat left bottom;
	}


/** =CONTENT - HOMEPAGE **/

#hp #title {
	width: 520px;
	height: 180px;
	padding: 0px;
	background: #594c42 url('/image/home-title.gif') no-repeat;
	}
#hp #title h1 {
	visibility: hidden;
	}

/*
#hp #title h1 {
	color: silver;
	padding-left: 80px;
	}
#hp #title h1 em {
	color: orange;
	font-style: italic;
	}
#hp #title h1 strong {
	color: #ffffff;
	display: block;
	font-size: 42px;
	font-style: italic;
	font-weight: normal;
	margin-left: -80px;
	}
*/

#homeIntro {
	height: 247px;
	padding-right: 260px;
	background: url('/image/home-intro.jpg') no-repeat right top;
	}



/** CONTENT - DEFAULT **/

#content {
	height: 427px;
	position: relative;
	}
.content {
	padding: 15px 15px 15px 20px;
	}
.contentScroll {
	height: 317px;
	overflow: auto;
	}
	.content.small {
		width: 225px;
		padding-right: 0;
	}
	#fixedimage {
		position: absolute;
		top: 78px;
		right: 0px;
		width: 260px;
	}



#title {
	padding: 15px 20px;
	background: #594c42;
	}
#title h1,
#title h2 {
	line-height: 1;
	font-style: italic;
	}
#title h1 {
	font-size: 30px;
	}
#title h2 {
	color: #b49f86;
	}

#sidebar {
	}




/** =FOOTER **/

#footer {
	height: 45px;
	background: #ffffff;
	}
#footer p {
	float: left;
	width: 600px;
	height: 45px;
	color: #887c6e;
	font-size: 13px;
	line-height: 45px;
	}
#footer p.right {
	float: right;
	text-align: right;
	width: 200px !important;
	}
#footer strong {
	color: #55354d;
	font-size: 16px;
	font-weight: normal;
	}
#footer a {
	color: #887c6e;
	text-decoration: none;
	}

	#voorbeelden {
		display: block;
		overflow: hidden;
		width: 485px;
	}
		#voorbeelden a {
			display: block;
			float: left;
			margin: 0 18px 18px 0;
		}
			#voorbeelden a.last {
				margin-right: 0px;
			}


			#voorbeelden a img {
				display: block;
				float: left;
			}
				#voorbeelden a.even img.last {
					margin-right: 0px;
				}
				
			.voorbeeldPopup p {
				position: relative;
				display: block;
				width: 445px;
				height: 375px;
				overflow: hidden;
				float: left;
				margin-right: 10px;
			}
				.voorbeeldPopup p.last {
					margin-right: 0;
				}

				.voorbeeldPopup p span {
					position: absolute;
					display: block;
					bottom: 0;
					width: 445px;
					height: 31px;
					line-height: 31px;
					background: rgba(0,0,0,.5);
					text-indent: 11px;
					font-size: 125%;
				}

.hidden {
	display: none;
}


.news { overflow: hidden; background: #5a4c43; }
.news .content { background: #887c6e;}
.news .contentScroll { height: 337px;}
.news img { float: right;}
.news .withimg .content { width: 225px; float: left;}
.news h2 { margin-bottom: 10px; line-height: 1;}

.newsindex { margin: 0; list-style: none;}
.newsindex li { margin-bottom: 20px;}
.newsindex li a { text-decoration: none; font-weight: bold;}

#newsticker {
    background: #5A4C43;
    bottom: 49px;
    height: 30px;
	line-height: 30px;
    left: 16px;
    position: absolute;
    width: 380px;
}
#newsticker ul { list-style: none; padding-left: 40px;}
#newsticker ul li { float: left; margin-right: 40px;}
#newsticker ul li a { text-decoration: none; }

/** =CLASSES **/



