@import url(/include/css/editor.php);

/** =COLORS **
*/


body {
	background: #999999 url('/image/bg-gradient.png') repeat-x 0px 427px;
	}

ul {
	list-style: none;
	margin-left: 1px;
	}
ul li {
	padding-left: 7px;
	background: url('/image/dot-white.gif') no-repeat 0px 7px;
	}
#content ul li{
	background: url('/image/dot-black.gif') no-repeat 0px 7px;

	}

/** =LAYOUT **/

#container {
	width: 980px;
	margin: 0px auto;
	padding-top: 38px;
	position: relative;
	background: url('/image/bg-tiretracks.png') no-repeat 494px 0px;
	}


/** =HEADER **/

#header {

	}

#slider {
	float: left;
	width: 494px;
	height: 359px;
	overflow: hidden;
	}
#slider .mask {
	z-index: 10;
	width: 494px;
	height: 359px;
	position: absolute;
	background: url('/image/mask-slider.png') no-repeat;
	}

#slider-nav {
	z-index: 30;
	position: absolute;
	margin-top: 220px;
	margin-left: 29px;
	width: 14px;
	height: 100px;
	}
#slider-nav a {
	display: block;
	font-size: 90%;
	text-align: center;
	line-height: 14px;
	margin-bottom: 5px;
	background: #ffffff;
	text-decoration: none;
	}
#slider-nav a.activeSlide {
	background: #ffb500;
	}

#slider-img {
	padding: 23px 0px 0px 18px;
	padding: 23px 0px 0px 12px;
	}
#slider ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
#slider li {
	background: none;
	}


#logo {
	top: 10px;
	left: 395px;
	z-index: 20;
	width: 200px;
	height: 100px;
	position: absolute;
	}

#navigation {
	z-index: 20;
	clear: both;
	height: 30px;
	position: relative;
	margin-bottom: 30px;
	background: url('/image/nav-bg.gif') repeat-x left top;
	}


/** =CONTENT - HOMEPAGE **/

#intro {
	float: right;
	width: 486px;
	height: 359px;
	background: #ffb500 url('/image/mask-right.png') no-repeat;
	}
#intro .mask {
	}


#header,
#header .mask {
	height: 126px;
	overflow: hidden;
	}
#hp #header,
#hp .mask {
	height: 359px;
	overflow: visible;
	}

#intro .content {
	padding: 95px 40px 0px 20px;
	}
#intro .text {
	float: left;
	width: 220px;
	margin-right: 20px;
	}
#intro .items {
	float: right;
	margin-top: 20px;
	}
#intro .item {
	width: 177px;
	height: 81px;
	overflow: hidden;
	margin-top: 10px;
	}
#intro .item-with-link{
	background: #e5a300 url('/image/arrow-orange-big.gif') no-repeat 160px 59px;

	}
#intro .item-no-link{
	background: #e5a300;
	}
#intro .item .item-content {
	padding:5px;
	}
#intro .item .item-popup {
	z-index: 30;
	top: 140px;
	right: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	background: #e5a300;
	}

#intro .item-popup .content {
	padding: 20px;
	}
#intro .item .item-popup .close {
	top: 10px;
	right: 10px;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	text-indent: -999em;
	background: url('/image/close.gif') no-repeat center center;
	}
#intro .item .item-popup .close a {
	width: 24px;
	height: 24px;
	display: block;
	}
#intro .item .item-popup h2 {
	margin-bottom: 5px;
/*	padding-right: 250px;	*/
	padding-bottom: 8px;
	border-bottom: 1px solid #ffffff;
	}
.item-with-link .item-content{
	cursor:pointer;cursor:hand;
	}

#intro .item-popup .content img{
	float:right;
	}

/*
#intro .item p {
	padding: 5px 7px;
	}
*/
#intro .item a {
	display: block;
	text-decoration: none;
	}
/*
#intro .item span,
#intro .item strong {
	display: block;
	}
#intro .item strong {
	color: #ffffff;
	font-size: 140%;
	margin-top: 10px;
	font-weight: bold;
	line-height: 1;
	}
*/
#blocks {
	clear: both;
	overflow: hidden;
	margin: 0px 7px;
	}

.blocks-onswerk{
	padding-top:25px;
	}

.coll-full #blocks {
	margin: 0px -3px;
	}


/** =CONTENT - CONTACT**/
#map{
	border:1px solid #999;
	}


/** CONTENT - DEFAULT **/

#wrapper {
	padding: 0px 24px;
	background: url('/image/bg-wrapper.png') repeat-y center top;
	}

#content {
	}


#work-selector {
	background: #ffb500;
	}
#work-selector h2,
#work-selector form {
	margin: 10px;
	}
#work-selector h2 {
	color: #ffffff;
	margin-bottom: 20px;
	}
#work-selector form {
	margin-bottom: 30px;
	}
#work-selector select {
	width: 100%;
	}


#sidebar {
	height: 500px;
	}

#subnav {
	padding: 10px;
	margin-bottom: 50px;
	background: #ffb500;
	}
#subnav h2 {
	color: #ffffff;
	font-size: 14pt;
	font-weight: normal;
	}
#subnav li a {
	color: #000000;
	text-decoration: none;
	}
#subnav li.active a {
	color: #ffffff;
	}

#sidebar-projects div {
	overflow: hidden;
	margin-bottom: 30px;
	}
#sidebar-projects h3 {
	float: left;
	width: 160px;
	display: block;
/*
	background: url('/image/arrow-block.gif') no-repeat right bottom;
	*/
	background: url('/image/glass-block.gif') no-repeat right bottom;
	}
#sidebar-projects h3 a,
#sidebar-projects h3 a span {
	display: block;
	height: 50px;
	}
#sidebar-projects h3 a {
	display: block;
	height: 50px;
	line-height: 1;
	font-size: 11pt;
	overflow: hidden;
	font-weight: bold;
	padding-bottom: 28px;
	text-decoration: none;
	}
#sidebar-projects p.figure {
	float: right;
	width: 116px;
	height: 77px;
	overflow: hidden;
	}



/** =FOOTER **/

#footer {
	height: 130px;
	background: url('/image/bg-footer.png') no-repeat center bottom;
	}
#footer p {
	font-size: 90%;
	padding-top: 100px;
	margin-right: 40px;
	text-align: right;
	}
#footer img {
	vertical-align: middle;
	}
#footer a {
	text-decoration: none;
	}


/** =CLASSES **/

.clearfix {
	clear: both;
	height: 0px;
	line-height: 0px;
	display: block;
	}
.clear {
	clear: both;
	overflow: hidden;
	}

h1.clear {
	height: 40px;
	line-height: 40px;
	margin: 25px 10px;
	text-indent: 10px;
	background: #e1e1e1;
	}

.coll {
	float: left;
	width: 286px;
	margin: 0px 10px;
	}
.coll-big {
	width: 592px;
	width: 578px;
	width: 585px;
	margin: 0px 17px;
	}
.coll-big {
	/*width:898px;*/
	}
.coll .coll-big {
	}
.coll-full {
	width: auto;
	}

hr.line {
	margin: 20px 10px;
	height: 0px;
	overflow: hidden;
	border: 0;
	color: #fff;
	background: #fff;
	border-top: 1px solid #979797;
	}

.block-mid {
	margin:0px;
	padding: 0px 9px;
	overflow: hidden;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	}

.block h2 {
	height: 2.2em;
	font-weight:bold;
	}

.block .text {
	float: left;
	height: 80px;
	overflow: hidden;
	margin-bottom: 5px;
	}
.block-high .text {
	height: 225px;
	}
.block img {
	float: right;
	margin-left: 20px;
	}

.block .readmore {
	clear: both;
	display: block;
	color: #ffffff;
	margin-bottom: 5px;
	text-decoration: none;
	background: #ffb500;
	}

.blocks-onswerk .block .readmore {
	margin-bottom: 15px;
	}

.block .readmore a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	background: #ffb500 url('/image/arrow-white-big.gif') no-repeat 270px center;
	}
.block .readmore span {
	display: block;
	padding: 5px 20px 5px 8px;
	}

.block .album {
	padding-top: 10px;
	overflow: hidden;
	}
.block .album h3 {
	font-weight: bold;
	margin-bottom: 0px;
	}
.block ul {
	padding: 0;
	overflow: hidden;
	list-style: none;
	margin: 0px -1px;
	}
.block ul li {
	float: left;
	padding: 0px;
	margin: 4px 2px 0px 2px;
	border: 1px solid #9d9d9d;
	}
.block li img {
	float: none;
	margin: 0px;
	padding: 0px;
	display: block;
	}

#materiaalFotos {
	margin-top:10px;
	}
#materiaalFotos ul{
	padding: 0;
	overflow: hidden;
	list-style: none;
	margin: 0px -1px 10px -1px;
}
#materiaalFotos ul li {
	float: left;
	padding: 0px;
	overflow: hidden;
	margin: 4px 2px 0px 22px;
	border: 1px solid #9d9d9d;
	}
#materiaalFotos li img {
	float: none;
	margin: 0px;
	padding: 0px;
	display: block;
	}