/* @override 
	http://www.arnohoogwerf.nl/arnohoogwerf.css
*/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #898074;
	font: 12px/20px Helvetica, Arial, sans-serif;
	background-color: white;
}

input[type=text]:focus,
textarea,
input[type=password]:focus {
	outline: 0 none;
}

a {
	color: #402d17;
	outline: none;
}

a:hover {
	color: #ffa800;
	outline: none;
	text-decoration: none;
}

a.link {
	background: url(images/design/bullet_go.png) no-repeat 0 -2px;
	padding-left: 18px;
}

#main {
	margin: 0 auto;
	position: relative;
}

.container {
	width: 800px;
	display: block;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-bottom: 20px;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
	visibility: hidden;
}

#header {
}

#header .container {
	padding-bottom: 0;
}

#logo {
	width: 300px;
	height: 47px;
	float: left;
	display: block;
	margin-right: 135px;
	margin-top: 47px;
	background: url(images/logo.gif) no-repeat -51px 2px;
}

ul.menu {
	font-size: 11px;
	float: left;
	list-style-type: none;
	width: 88px;
	border-left: 1px solid #d9d5d1;
	padding-left: 25px;
	padding-top: 40px;
	padding-bottom: 10px;
}

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

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

ul.menu li.actief {
	font-weight: bold;
}

ul.menu li.new {
	background: url(./images/icons/new.png) no-repeat 26px 2px;
}

ul.menu li.new.actief {
	background: url(./images/icons/new.png) no-repeat 28px 2px;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
}

#tape {
	margin-top: -15px;
	z-index: 10;
	margin-left: 235px;
}

#home {
	margin-top: 30px;
	margin-bottom: 20px;
}

#home .text {
	float: left;
	width: 200px;
	padding-top: 20px;
}

#error-404 {
	width: 450px;
	margin: 50px auto;
	border: 1px solid #d9d5d1;
	padding: 20px 20px 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-align: center;
}

#slideshow {
	width: 550px;
	height: 320px;
	text-align: left;
	background: url(/graphics/loading-bar.gif) no-repeat 50% 50%;
	float: left;
	margin-right: 25px;
}

#slideshow:hover {
	background-color: white;
	background-image: none;
}

#slideshow a img {
	position: absolute;
}

.text_description {
	width: 200px;
	float: left;
}

#wit {
	background: white url(images/design/wit.gif) repeat;
}

#home .image {
	width: 582px;
	float: left;
	height: 300px;
	margin-top: 25px;
}

a.button {
	font: bold 11px Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	display: inline-block;
	background-color: #729bb5;
	color: white;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

a.button:hover {
	background-color: #4376a2;
}

#submenu {
	
}

#search-box input {
	font-size: 11px;
	width: 165px;
	height: 17px;
	border: 1px solid #dbdbdb;
	margin-right: 5px;
	float: left;
	display: inline-block;
	padding: 1px 5px 2px 7px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#search-box input:focus {
	border-color: #a9a9a9;
	border-width: 1px;
	border-style: solid;
}

#search-box input.submit {
	width: 15px;
	height: 15px;
	border-style: none;
	background: url(images/design/searchbutton.png) no-repeat 0;
	display: inline-block;
	cursor: pointer;
	float: left;
	margin: 4px 0 0;
}

#search-box input.submit:hover {
	opacity: 0.70;	
}

#home #search-container {
	display: block;
	position: absolute;
	bottom: 30px;
}

.column {
	width: 220px;
	float: left;
	margin-left: 69px;
	margin-bottom: 10px;
}

.column.first {
	margin-left: 0;
	overflow: visible;
	float: left;
}

h1 {
	color: #40311e;
	margin-bottom: 10px;
	font: normal normal 18px Arial, Helvetica, Geneva, sans-serif;
}

h1.titel {
	text-align: center;
	margin-bottom: 10px;
}

h4 {
	color: #40311e;
	font-size: 12px;
	font-weight: bold;
}

.tag h4 {
	margin-top: 5px;
	margin-bottom: -13px;
}

.container .text h1 {
	margin-bottom: 15px;
}

.picture_home {
	position: relative;
	width: 180px;
	height: 130px;
	margin-top: 15px;
	overflow: visible;
}

.picture_home img {
	background: #fff;
	border: 1px solid #d9d5d1;
	padding: 4px;
}

.picture_home a:hover img {
	border: 1px solid #b1b1b1;
}

.picture_home a {
	text-decoration: none;
}

.picture_home a:hover {
	text-decoration: none;
	opacity: 0.92;
}

.picture_home span {
	width: 219px;
	height: 137px;
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	background: url(images/design/cut-corner.png) no-repeat;
}

* html .picture_home span {
	background-image: none;
}

/* @group Collection */

#collection {
	width: 100%;
	display: block;
	margin-bottom: 0;
	margin-right: 25px;
	background: #f0efe9;
	overflow: hidden;
	height: 368px;
	position: relative;
}

#collection .collection-picture {
	float: left;
	display: block;
	width: 550px;
	height: 370px;
	border-right: 1px dotted white;
}

#collection .description  {
	display: block;
	width: 205px;
	margin-top: 20px;
	text-shadow: rgba(255,255,255,0.5) 1px 1px 0;
	position: absolute;
	right: 20px;
}

#collection .description h1 {
	margin-bottom: 15px;
}

#album-menu {
	list-style-type: none;
	float: left;
	width: 249px;
	position: absolute;
	right: 0;
	bottom: 0;
}

#album-menu a {
	overflow: hidden;
	margin-top: 1px;
	padding-left: 25px;
	background-color: #f9f9f8;
	clear: both;
	display: block;
	text-decoration: none;
}

#album-menu a:hover {
	background-color: white;
}

#album-menu a:hover img {
    opacity: 0.8;
}

#album-menu a h4 {
	margin-top: 16px;
	text-transform: uppercase;
	float: left;
}

#album-menu a img {
	float: right;
	width: 42px;
}



/* @end */

#panel-bestellen {
	color: #40311e;
	width: 100%;
	display: block;
	clear: both;
	text-align: center;
	padding-top: 15px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

#panel-bestellen a {
	text-decoration: none;
	margin-left: 10px;
	color: #898074;
	background: url(images/design/next.png) no-repeat 0 -1px;
	padding-left: 20px;
}

#panel-bestellen a:hover {
	text-decoration: none;
	color: #ffa800;
}

#panel-bestellen a span {
	font-size: 11px;
	font-weight: bold;
	margin-right: 5px;
}

#slideshow_link {
	text-decoration: none;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	background: url(images/design/arrow_rotate_clockwise.png) no-repeat;
	padding-left: 20px;
	display: block;
	height: 20px;
	padding-top: 2px;
	margin-top: 20px;
}

#slideshow_link a {
	text-decoration: none;
}

#slideshow_link a:hover {
	text-decoration: underline;
}

ul#slideshow_nav {
	display: block;
	margin-top: 20px;
	height: 20px;
	text-align: center;
}

ul#slideshow_nav li {
	display: inline-block;
	font-size: 11px;
}

ul#slideshow_nav a {
	height: 20px;
	display: block;
	padding-left: 20px;
	margin-right: 10px;
	text-decoration: none;
	margin-left: 10px;
}

ul#slideshow_nav a:hover {
	text-decoration: underline;
}

ul#slideshow_nav a.previous {
	background: url(images/design/control_rewind.png) no-repeat 0 2px;
}

ul#slideshow_nav a.previous:hover {
	background: url(images/design/control_rewind_blue.png) no-repeat 0 2px;
}

ul#slideshow_nav a.next {
	background: url(images/design/control_fastforward.png) no-repeat 0 2px;
}

ul#slideshow_nav a.next:hover {
	background: url(images/design/control_fastforward_blue.png) no-repeat 0 2px;
}

ul#slideshow_nav a.stop {
	background: url(images/design/control_stop.png) no-repeat 0 2px;
}

ul#slideshow_nav a.stop:hover {
	background: url(images/design/control_stop_blue.png) no-repeat 0 2px;
}

ul#slideshow_nav a.play {
	background: url(images/design/control_play.png) no-repeat 0 2px;
}

ul#slideshow_nav a.play:hover {
	background: url(images/design/control_play_blue.png) no-repeat 0 2px;
}

#last-images {
	list-style: none;
	display: block;
	background: #f0efe9;
	overflow: hidden;
	height: 73px;
}

#last-images .left {
	float: left;
	text-align: center;
	width: 288px;
	margin: 0;
	padding: 19px 0 0;
}

#last-images span a {
	font-size: 11px;
	color: #898074;
}

#last-images h1 {
	font-size: 15px;
	margin-bottom: 4px;
}

#last-images ul {
	padding: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 288px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	border-left: 1px dotted #dddacf;
	background-color: white;
}

#last-images ul li {
	float: left;
	overflow: hidden;
}

#last-images ul li img {
	width: 73px;
}

#last-images ul li img:hover {
	opacity: 0.8;
}

#last-images #tooltip{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

/* Over mij */

.left {
	padding-top: 30px;
	width: 500px;
	margin-left: 0;
	float: left;
	margin-right: 60px;
}

.right {
	padding-top: 30px;
	width: 150px;
	margin-left: 0;
	float: left;
}

#ik {
	border: 4px solid #eeede5;
}

/* Footer */

#footer {
	clear: both;
	display: block;
	height: 50px;
	width: 100%;
	text-align: right;
	font-size: 11px;
	/*background: url(images/design/bg_footer.gif) repeat-x 0 top;*/
}

#footer .container {
	border-top: 1px solid #d9d5d1;
	padding-top: 10px;
}

#footer a {
	color: #aa9e91;
}

#footer a:hover, ul.slides li .thumbmenu a:hover {
	text-decoration: none;
	color: #ffa800;
	opacity: 1;
}

#footer .icons a {
	opacity: 1;
}

#footer .icons a:hover {
	opacity: 0.8;
}

#footer a.rss {
	background: url(images/icons/feed.png) no-repeat 0 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-bottom: -4px;
	margin-left: 6px;
}

#footer a.flickr {
	background: url(images/icons/flickr.png) no-repeat 0 2px;
	display: inline-block;
	width: 16px;
	height: 18px;
	margin-left: 3px;
	margin-bottom: -4px;
}

#footer a.facebook {
	background: url(images/icons/facebook.png) no-repeat -2px 0;
	display: inline-block;
	width: 16px;
	height: 18px;
	margin-left: 0;
	margin-bottom: -4px;
	padding: 0;
}

#footer a.twitter {
	background: url(images/icons/twitter.png) no-repeat 0 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-bottom: -4px;
	margin-left: 2px;
}

#footer a.hyves {
	background: url(images/icons/hyves.png) no-repeat 0 2px;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-bottom: -4px;
	margin-left: 3px;
}

form {
	display: inline;
}

img {
	border: 0;
	display: inline;
}

p {
	margin-bottom: 10px;
	margin-top: 10px;
}

p b {
	font-weight: bold;
	color: #402d17;
}

small {
	font-size: 11px;
	line-height: 16px;
	color: #cfcac5;
}

input.submit {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	background-image: url('../graphics/button-bg.gif');
	background-repeat: repeat-x;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* Websites pagina */

#sites {
	list-style-type: none;
	padding-bottom: 50px;
	margin-top: 20px;
}

#sites li {
	height: 320px;
	padding-top: 20px;
	width: 350px;
	float: left;
	margin: 0;
	padding-left: 50px;
}

#sites img {
	border: 4px solid #eeede5;
	margin-bottom: 10px;
	width: 250px;
	height: 100px;
}

#sites .text {
	margin-top: 0;
	display: block;
	width: 100%;
	font: 11px/18px Arial, Helvetica, Geneva, sans-serif;
}

h2 {
	font: normal bold 14px Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #402d17;
}

#textpage h2 {
	margin-top: 30px;
}

h3 {
	color: #40311e;
	font: normal bold 12px Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: -7px;
	margin-top: 12px;
}

#sites a {
	color: #8c8970;
	text-decoration: underline;
}

#sites a:hover {
	text-decoration: none;
}

#sites a.button {
	width: 97px;
	height: 22px;
	background: url(images/design/bttn_bezoekwebsite.gif) no-repeat;
	display: block;
	text-decoration: none;
	position: relative;
	top: 115px;
	margin-bottom: -22px;
}

#sites a.button:hover {
	background: url(images/design/bttn_bezoekwebsite.gif) no-repeat 0 -22px;
}

#sites a.button span {
	visibility: hidden;
}

#sites_trend {
	color: #8c8970;
	list-style-type: none;
	padding-top: 25px;
	padding-bottom: 50px;
}

#sites_trend li {
	height: 170px;
	width: 110px;
	float: left;
	margin: 0;
	padding-left: 50px;
	text-align: center;
	font-size: 11px;
	padding-top: 10px;
	line-height: 14px;
}

#sites_trend a {
	color: #8c8970;
}

#sites_trend img {
	border: 4px solid white;
	width: 100px;
	height: 100px;
	margin-bottom: 8px;
}

#logo_trend {
	float: right;
	width: 178px;
	height: 14px;
	background: url(images/design/logo_trend.gif) no-repeat;
}

.grijs {
	background-color: #eeede5;
}

#picture_large {
	text-align: center;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}

div.download a {
	width: 400px;
	height: 400px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -220px;
}

div.download a:hover {
	background: url(images/design/bg_download.png) no-repeat center center;
	visibility: visible;
}

img#watermerk {
	border-style: none;
	border-width: 0;
	margin-bottom: 18px;
	margin-left: -134px;
	position: relative;
	left: -24px;
	bottom: -10px;
}

#picture_large h1 {
	color: #283144;
	font: normal normal 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
}

.clearfix:after {
}

.clearfix {
}

p.small {
	font-size: 11px;
	margin-top: 0;
}

#thumb-nav {
	list-style-type: none;
	width: 350px;
	height: 70px;
	clear: both;
	display: block;
	margin-left: 225px;
	margin-top: 20px;
}

#thumb-nav li {
	border: 1px solid silver;
	padding: 2px;
	margin-left: 2px;
	margin-right: 2px;
	width: 60px;
	height: 60px;
	opacity: 0.7;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#thumb-nav li.current {
	border: 1px solid #ffa800;
	opacity: 1;
}

#thumb-nav li:hover {
	opacity: 1;
}

#description {
	font-size: 11px;
}

.photos-large {
	margin: 4px;
	border: 10px solid white;
	float: left;
}

#nav-link-img-prev {
	float: left;
	width: 64px;
	height: 64px;
	background: url(images/design/back.gif) no-repeat;
}

#nav-link-img-next {
	float: left;
	width: 64px;
	height: 64px;
	background: url(images/design/next.gif) no-repeat;
}

#picture-holder a:hover img {
	border-width: 2px;
	border-color: #38c;
	margin: 3px;
}

#gallery-name {
	padding: 0;
	margin: 0;
}

#picture_caption {
	font-size: 12pt;
}

#main_container {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

#inner_wrapper {
	/*

padding: 10px;*/
	width: 100%;
}

#picture-holder {
	text-align: center;
}

#exif_toggle {
	padding: 0;
	margin: 0;
}

.thumbnail img {
	padding: 5px;
	text-align: center;
	margin: 4px;
	background: #FFF;
	border-width: 1px;
	border-color: #cac7b8;
}

.thumbnail a:hover img {
	border-color: #283144;
}

.thumb {
	width: 90px;
	height: 90px;
	cursor: pointer;
}

#jump_menu {
	float: right;
}

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

#breadcrumbs {
	color: #898074;
	font-size: 11px;
	padding-top: 5px;
	margin-bottom: 10px;
	margin-top: 0;
	margin-right: 0;
	padding-bottom: 5px;
	overflow: hidden;
	clear: both;
}

#breadcrumbs a {
	text-decoration: underline;
	color: #898074;
}

#breadcrumbs a b {
	text-decoration: none;
}

#breadcrumbs span {
	float: left;
}

#breadcrumb_links {
	margin: 2px;
}

a.slideshow_link {
	display: inline-block;
	float: right;
	padding-left: 20px;
	background: url(images/design/control_play.png) no-repeat 0 1px;
}

a.slideshow_link:hover {
	background: url(images/design/control_play_blue.png) no-repeat 0 1px;
}

a.print {
	background-image: url(../graphics/printer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.page_link {
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
}

table {
	border: 0px;
	padding: 0px;
}

.date, #picture_caption {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.4;
	background-repeat: no-repeat;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 4px;
	padding-bottom: 2px;
}

#picture_caption {
	font-size: 0.8em;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 1px;
}

/* Comments */

#exif_data {
	padding: 20px;
	text-align: left;
	width: 50%;
}

#exif {
	font-size: 11px;
}

/* Album */

ul.slides {
	list-style: none;
	width: 100%;
	display: block;
	margin-bottom: 0;
	margin-right: 25px;
	height: 368px;
	background: #f0efe9;
}

ul.slides.searchresults {
	height: 400px;
}

ul.slides li {
	display: inline-block;
	float: left;
	padding: 0;
	overflow: hidden;
	margin: 0;
	width: 92px;
	height: 92px;
}

ul.slides.searchresults li {
	width: 100px;
	height: 100px;
}

ul.slides li img {
	margin: 0;
	padding: 0;
	width: 92px;
	height: 92px;
}

ul.slides.searchresults li img {
	margin: 0;
	padding: 0;
	width: 100px;
	height: 100px;
}

ul.slides li img:hover {
	opacity: 0.92;
}

ul.slides li .thumbmenu {
	display: none;
}

ul.slides li:hover .thumbmenu {
	display: block;
	width: 90px;
	position: absolute;
	background: url(images/design/thumbmenu-bg.png) repeat;
	color: white;
	top: 0;
	right: 0;
	text-align: center;
	height: 90px;
}

ul.slides li .thumbmenu a {
	color: white;
	font-size: 11px;
	opacity: 0.65;
}

ul.slides li a.zoom {
	background: url(images/design/icon-zoom.png) no-repeat center center;
	width: 90px;
	height: 65px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

ul.slides li a.link {
	width: 90px;
	height: 25px;
	display: block;
	position: absolute;
	top: 65px;
	text-align: center;
}

ul.slides-collection {
	list-style: none;
	line-height: 1.4em;
	float: left;
	display: block;
	clear: both;
}

ul.slides-collection li {
	display: block;
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	position: relative;
	text-align: center;
}

ul.slides-collection li img {
	padding: 5px;
	border: 1px solid #dddacf;
	margin-bottom: 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 100px;
	height: 100px;
}

ul.slides-collection li img:hover {
	opacity: 0.92;
}

ul.slides-collection li h4 a {
	text-decoration: none;
}

ul.slides-collection h4 {
	clear: both;
}

ul.slides-collection .meta {
	text-align: center;
	font-size: 11px;
	margin-top: 15px;
}

#corners_rounded_top {
	display: block;
	width: 800px;
	height: 8px;
	background: url(images/corners_rounded_top.png) no-repeat;
	position: relative;
	margin-bottom: -8px;
	z-index: 5;
}

#corners_rounded_bottom {
	display: block;
	width: 800px;
	height: 38px;
	background: url(images/corners_rounded_bottom.png) no-repeat;
	position: relative;
	z-index: 5;
	margin-top: -8px;
}

div#albumtext {
	width: 205px;
	display: block;
	float: right;
	overflow: hidden;
	height: 348px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 23px;
	border-left: 1px dotted white;
	margin-left: -1px;
	text-shadow: rgba(255,255,255,0.5) 1px 1px 0;
}

div#albumtext h1 {
	margin-bottom: 15px;
}

#pagination {
	clear: both;
	font-size: 11px;
	text-align: center;
	width: 100%;
	line-height: 16px;
	display: inline-block;
	position: relative;
	top: -30px;
	z-index: 10;
	margin-top: 15px;
}

#pagination h4 {
	clear: none;
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #898074;
	position: relative;
	top: 0px;
}

#pagination a.page-link, #pagination a.page {
	display: inline-block;
	height: 16px;
	background-color: #dddacf;
	width: 16px;
	margin: 0 4px 0 0;
	padding: 0;
	text-align: center;
	color: #402d17;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-decoration: none;
}

#pagination a.page-link:hover, #pagination a.page:hover {
	color: white;
	background-color: #402d17;
	text-decoration: none;
}

#pagination .page-link-current, #pagination .current {
	display: inline-block;
	height: 16px;
	background-color: #ffa800;
	width: 16px;
	padding: 0;
	text-align: center;
	color: white;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-decoration: none;
	margin-right: 4px;
}

#pagination a.pagNext {
	display: none;
}

#pagination a.nextpostslink, #pagination a.previouspostslink {
	visibility: hidden;
}

#link-back {
	font-size: 65%;
	text-align: right;
	padding: 0;
	margin: 0;
}

.border {
	width: 100px;
	height: 100px;
	margin-left: -104px;
	margin-top: -100px;
}

.tag {
	text-align: center;
	color: #898074;
}

.large-thumb-toolbar {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}

.errors {
	width: 500px;
	background-image: url('../graphics/x.gif');
	background-repeat: no-repeat;
	background-position: 5px 8px;
	margin-bottom: 15px;
	border: 1px solid maroon;
	padding: 8px;
	background-color: #FFCCCC;
	padding-left: 28px;
}

#jump-search-container {
	text-align: right;
	vertical-align: bottom;
}

#sortby-container, #rss-tag-container {
	text-align: right;
	white-space: nowrap;
}

#rss-image {
	margin: 0;
	padding: 0;
	display: inline
}

#no-pictures-msg {
	text-align: center;
	padding: 120px 0px 120px 0px;
}

.align-right {
	text-align: right;
}

#prev-link-container {
	width: 50%;
	text-align: left;
}

#next-link-container {
	width: 50%;
	text-align: right;
}

#exif-container-toggle {
	width: 100%;
	text-align: center;
}

#sort-control {
	clear: both;
	padding-top: 15px;
	font-size: 11px;
	padding-bottom: 15px;
}

/* Prijzen */

#textpage {
	margin-top: 20px;
}

#textpage .foto {
	float: right;
	border: solid 1px #d9d5d1;
	padding: 6px;
	margin-right: 1px;
	margin-top: -24px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#textpage .foto-ik {
	float: right;
	border: solid 1px #d9d5d1;
	padding: 6px;
	margin-bottom: 10px;
	margin-right: 1px;
}

#textpage span {
	float: right;
	display: block;
	clear: both;
	text-align: left;
	width: 365px;
}

#textpage a.button {
	float: right;
	clear: both;
	margin-top: -35px;
	display: none;
}

#textpage h2 {
	margin-top: 0;
}

#textpage p {
	width: 375px;
}

#textpage ul  {
	list-style-type: circle;
	margin-left: 20px;
}

#textpage .divider {
	border-style: none;
	display: block;
	width: 100%;
	background: url(images/design/hr.gif) no-repeat center 44px;
	clear: both;
	height: 90px;
}

#textpage .small {
	clear: both;
	font-size: 11px;
}

#textpage .small p {
	width: 100%;
}

#textpage .small h3 {
	font-size: 11px;
}

#textpage p.previewfilmpje {
	background-color: #edebe6;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 10px;
}

#textpage p.previewfilmpje img {
	float: right;
	margin-left: 10px;
	margin-top: -3px;
}

#textpage ul.table {
	list-style-type: none;
	font-size: 11px;
	width: 375px;
	margin-left: 0;
	margin-right: 0;
}

#textpage ul.table li {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #dddacf;
	overflow: hidden;
}

#textpage ul.table li em {
	float: right;
	font-weight: normal;
	font-style: normal;
	width: 60px;
}

#textpage ul.table li span {
	float: left;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	width: 310px;
}

#textpage ul.table p {
	line-height: 16px;
	margin-top: 6px;
}

#textpage ul.table li.heading {
	font-weight: bold;
	color: #402d17;
	font-size: 12px;
	margin-top: 10px;
}

ul.weblinks {
	list-style-type: none;
	display: block;
	overflow: hidden;
	margin-top: 20px;
	width: 360px;
	float: right;
}

ul.weblinks li {
	width: 175px;
	height: 80px;
	list-style-type: none;
	float: left;
	margin: 0 3px 4px 0;
	padding: 0;
	display: inline-block;
}

ul.weblinks li a {
	width: 175px;
	height: 80px;
	display: inline-block;
	cursor: pointer;
}

ul.weblinks li a.dpz {
	background: url(/images/design/sprite-links.png) no-repeat -175px 0;
}

ul.weblinks li a.dpz:hover {
	background: url(/images/design/sprite-links.png) no-repeat 0px 0;
}

ul.weblinks li a.digifotopro {
	background: url(/images/design/sprite-links.png) no-repeat -175px -160px;
}

ul.weblinks li a.digifotopro:hover {
	background: url(/images/design/sprite-links.png) no-repeat 0 -160px;
}

ul.weblinks li a.flickrista {
	background: url(/images/design/sprite-links.png) no-repeat -175px -80px;
}

ul.weblinks li a.flickrista:hover {
	background: url(/images/design/sprite-links.png) no-repeat 0 -80px;
}

ul.weblinks li a.strobist {
	background: url(/images/design/sprite-links.png) no-repeat -175px -240px;
}

ul.weblinks li a.strobist:hover {
	background: url(/images/design/sprite-links.png) no-repeat 0 -240px;
}

ul.weblinks li a.fotoblur {
	background: url(/images/design/sprite-links.png) no-repeat -175px -322px;
}

ul.weblinks li a.fotoblur:hover {
	background: url(/images/design/sprite-links.png) no-repeat 0 -322px;
}

#lastblogpost {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 6px 7px;
	border: 1px solid #dddacf;
	overflow: hidden;
	background-color: #f8f8f5;
	clear: both;
	text-align: center;
}

#lastblogpost a {
	background: url(/images/icons/blog--arrow.png) no-repeat 0 -1px;
	padding-left: 19px;
	clear: none;
	display: inline-block;
	height: 15px;
	margin-left: 10px;
}

.bruiloftfilm-selector {
	text-align: center;
	margin-top: -30px;
	z-index: 10;
}