@import url(http://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700);

html, body {
	height: 100%;
	overflow: hidden;
}

body {
	margin: 0;
	padding: 0;
	/*background: #888 url('../media/layout/tulp.jpg') no-repeat center center;*/
	background-color: #000;
	color:#fff;
	font: 400 .8em "PT Sans", sans-serif;
}

#images {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 87;
}

#waitie {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -20px;
	width: 50px;
	height: 50px;
	background: url('/media/images/ajax-loader.gif') no-repeat center center;
	display: none;
	z-index: 900;
}

#waitie.active {
	display: block;
}

#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 89;
}

#sitecontent {
	height: 100%;
	overflow: auto;
	position: relative;
}



#header {
	position: absolute;
	left: 30px;
	top: 32px;
	width: 424px;
	height: 30px;
}

#header #site-title {
	width: 100%;
	height: 100%;
	margin: 0;
}

#header #site-title a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-indent: -9999px;
	background: url('../media/layout/logo-theun-en-bloemen.png') no-repeat center center;
}

/* content */
#content {
	margin-left: 222px;
	padding-top: 100px;
	padding-bottom: 50px;
	min-height: 200px;
	line-height: 1.6em;
}

#content a {
	color: #eee;
}

#content .contentblock {
	float: left;
	margin: 0 16px 16px 0;
}

#content .blockheader {
	overflow: auto;
}

#content #page-title, #content .blockheader h2 {
	background: rgb(0, 0, 0);
	float: left;
	clear: both;
	margin: 0;
	padding: 6px 20px 6px 10px;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.25em;
	letter-spacing: .2em;
}

#content .blockcontent {
	background: rgb(0, 0, 0);
	width: 348px;
	padding: 6px 10px;
}

#content .blockcontent h2, h3 {
	font-size: 1em;
	text-transform: lowercase;
	margin-bottom: -.8em;
/*	padding-left: 12px;
	background: url("../media/layout/bullet-menu.png") no-repeat left .55em;*/
}

/* mainmenu */
#mainmenu {
	position: absolute;
	width: 176px;
	min-height: 300px;
	left: 30px;
	top: 100px;
	text-transform: lowercase;
	letter-spacing: .2em;
}

#mainmenu ul {
	margin: 0;
	padding: 0;
}

#mainmenu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainmenu ul li a {
	display: block;
	padding: 6px 10px;
	margin-bottom: 2px;
	color: #fff;
	text-decoration: none;
	background: rgb(0, 0, 0);
}

#mainmenu ul li.active a {
	background-image: url('../media/layout/bullet-menu.png');
	background-repeat: no-repeat;
	background-position: 159px .7em;
	font-weight: 700;
}

#mainmenu ul ul {
	margin-top: -2px;
	margin-bottom: 2px;
}

#mainmenu ul ul li a {
	background: rgb(60, 60, 60);
	background: rgba(0, 0, 0, .4);
	margin-bottom: 0;
}

#mainmenu ul li.active ul a {
	background-image: none;
	font-weight: 400;
}

#mainmenu-out {
	display: none;
	position: absolute;
	left: 0;
	top: 100px;
	width: 28px;
	height: 28px;
	background: #000 url('/media/layout/arrow-left.png');
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-left-width: 0;
}

/* footer */
#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 108px;
	width: 100%;
	overflow: hidden;
	z-index: 90;
}

.footercontainer {
	height: 108px;
	position: absolute;
	bottom: -80px;
	text-transform: lowercase;
}

.containertitle {
	height: 20px;
	width: 156px;
	padding: 4px 10px;
	background: rgb(0, 0, 0);
	position: absolute;
	letter-spacing: .2em;
	cursor: pointer;
}

.containercontent {
	position: absolute;
	top: 28px;
	height: 80px;
	width: 582px;
	padding: 0 9px;
	background: rgb(0, 0, 0);
}

#slideshowcontainer {
	left: 30px;
}

#slideshowcontainer:hover {
	xbottom: 0;
}

#slideshowtitle {
	width: 156px;
}

#slideshowimages {
	position: absolute;
	top: 28px;
	height: 80px;
	width: 582px;
	padding: 0 9px;
	background: rgb(0, 0, 0);
}

#slideshow-prev {
	float: left;
	width: 11px;
	height: 80px;
	background: #000 url('/media/layout/arrows-slide.png') no-repeat 0 center;
	text-indent: -9999px;
}

#slideshow-next {
	float: left;
	width: 11px;
	height: 80px;
	background: #000 url('/media/layout/arrows-slide.png') no-repeat -11px center;
	text-indent: -9999px;
}

#slideshowimages img {
	width: 50px;
	height: 50px;
	padding: 2px;
	border: 0 none;
}

#thumbcontainer {
	float: left;
	width: 560px;
	margin: 13px 0 0 0px;
	padding: 0;
	height: 54px;
	overflow: hidden;
	position: relative;
}

#slideshowimages ul {
	position: relative;
	width: 9999px;
	margin: 0;
	padding: 0;
	height: 54px;
	overflow: hidden;
}

#slideshowimages ul li {
	margin: 0 8px;
	padding: 0;
	list-style: none;
	width: 54px;
	height: 54px;
	float: left;
}

#slideshowimages ul li.active img {
	border: 2px solid #ccc;
	padding: 0;
}

/* sociale media */
#socialcontainer {
	right: 30px;
	width: 230px;
}

#socialcontainer .containercontent {
	line-height: 1.7em;
	width: 212px;
	background-color: rgba(0, 0, 0, .4);
}

#socialcontainer .containercontent p {
	margin: 0.5em 0;
}

#socialcontainer .containercontent a {
	color: #fff;
}

#socialcontainer .containertitle {
	width: 176px;
	font-size: .7em;
	padding-top: 2px;
	height: 22px;
	background-color: rgba(0, 0, 0, .4);
}

#footer .fb-like {
	margin-top: 20px;
}

.admincontentarea {
	padding: 1em;
	background: #fff;
	background: rgba(255,255,255,.9);
	color: #000;
}

.admincontentarea h2 {
	margin: 1em 0 !important;
	padding: 0 !important;
	float: none !important;
	background: transparent !important;
	color: inherit !important;
}

.admincontentarea a {
	color: #008 !important;
}

.blockcontent form {
	margin: 0;
	padding: 0;
}

.blockcontent form dl {
	margin: 0;
	padding: 0;
}

.blockcontent form dl dd {
	margin: 0 0 .6em;
	padding: 0;
}

.blockcontent form input[type=text], .blockcontent form textarea {
	padding: 2px 3px;
	width: 98%;
	border: 1px solid #888;
	font: 1em sans-serif;
}

.blockcontent form input[type=submit] {
	padding: 2px 6px;
	border: 1px solid #888;
	color: #000;
	background-color: #fff;
}