@charset "UTF-8";
/* CSS Document */


@import url(style_shared.css);



/* content
------------------------------------------------------------ */

#content {
	border-top: 1px solid RGB(220,220,220);
	margin-top: 23px;
	background: url(images/contentBG.gif) repeat-x;
	position: relative;
	height: 510px;
	}
#content h2 {
	font-size: 12px;
	}










.flipLeft {
	width: 49px;
	height: 200px;
	position: absolute;
	overflow:visible;
	top: 150px;
	left: 6px;
	}
.flipRight {
	width: 49px;
	height: 200px;
	position: absolute;
	top: 150px;
	left: 953px;
	}
.flipLeft a,
.flipRight a {
	display: block;
	width: 49px;
	height: 200px;
	background: url(images/flipLeftBttn.gif) no-repeat;
	text-indent: -9999px;
	border-right: 1px solid black;
	}
.flipRight a {
	background-image: url(images/flipRightBttn.gif);
	border-left: 1px solid black;
	border-right: none;
	}
.flipLeft a:hover,
.flipRight a:hover {
	background-position: 0 -200px;
	}
.flipLeft a:active {
	background-position: -1px -200px;
	}
.flipRight a:active {
	background-position: 1px -200px;
	}



#viewer  {
	width: 900px;
	height: 505px;
	top: 0;
	left: 56px;
	position: absolute;
	overflow: hidden;
	}


#posts {
	display: none;
	opacity: 0;
	height: 505px;
	width: 8400px;
	}



.post {
	width: 900px;
	height: 505px;
	float: left;
	position: relative;
	}
.post .post-image {
	width: 600px;
	height: 505px;
	overflow: hidden;
	}
.post .post-image2 {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	}
.post .description {
	position: absolute;
	left: 610px;
	top: 60px;
	width: 270px;
	font-size: 12px;
	line-height: 16px; 
	}
.post .description p {
	margin-bottom: 16px;
	}
.post .description .descriptionTxt {
	}
.post .descriptionImage {
	position:  absolute;
	bottom: 10px;
	left: 610px;
	width: 166px;
	height: 166px;
	}

.post .kenmerken {
	position:  absolute;
	left: 610px;
	top: 10px;
	font-size: 13px;
	line-height:  18px;
	color: RGB(140,140,140);
 	}
.post .kenmerken strong {
	color: black;
	}






/* page
------------------------------------------------------------ */

#pageContent {
	border-top: 1px solid RGB(220,220,220);
	margin-top: 23px;
	position: relative;
	padding-left: 230px;
	min-height: 300px;
	}

.page {
	width: 500px;
	padding: 40px 0;
	font-size: 12px;
	line-height: 18px;
	position: relative;
	}


.page p {
	margin-bottom: 18px;
	}
#pageContent .page h2 {
	font-size: 22px;
	margin-bottom: 18px;
	font-weight: normal;
	}

#pageContent #images {
	position: absolute;
	top: 80px;
	left: -200px;;
	width: 166px;
	}
#pageContent #images img {
	margin-bottom: 20px;
	}


#secondaryContent {
	border-top: 1px solid RGB(220,220,220);
	border-bottom: 1px solid RGB(220,220,220);
	padding: 20px 0;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	margin-bottom: 40px;
	}
#secondaryContent .post {
	padding-left: 230px;
	width: 500px;
	min-height: 126px;
	}

#secondaryContent .post h2 {
	font-size: 14px;
	margin-bottom: 12px;
	}







/* contactForm
------------------------------------------------------------ */

form#contactForm {
	margin-top: 40px;
	}
form#contactForm .required {
	color: RGB(150,150,150);
	}
form#contactForm p label {
	display: block;
	}
form#contactForm p input {
	width: 400px;
	height: 20px;
	}
form#contactForm textarea {
	width: 400px;
	height: 150px;
	}
form#contactForm .alert {
	color: red;
	}



/* post-edit-link
------------------------------------------------------------ */
.post-edit-link {
	display: block;
	padding-top: 30px;
	margin-left: 20px;
	font-size: 12px;
	color: blue;
	}
