@import url(/include/css/editor.php);

/** COLORS ******
#00489c		Blue		Background color
#f0a218		Orange		Navigation mouseOver
#333333		Dark Gray	Text color
#60553f		Brown		Blocks on Home
#aea187		Light Brown	Footer text
*/

body {
	background:#00489c url('/image/background.jpg') left top repeat-x;
	}

#container {
	margin:0px auto;
	width:982px;
	}


/** HEADER */
#header {
	height:85px;
	}
	#logo {
		padding-top:12px;
		padding-left:15px;
		width: 500px;
		float: left;
		}
	#cert {
		float: right;
		padding-top: 25px;
		}
	#cert .icon {
		float: left;
		padding: 0px 10px;
		}

#navigation {
	clear:both;
	height:50px;
	/*background:url('/image/bg-topshadow.gif') center bottom no-repeat;*/
	position:relative;
	z-index:10;
	}
#visual {
	background:url('/image/visual.jpg') left top no-repeat;
	height:235px;
	margin-bottom:30px;
	position:relative;
	}
	#flashmovie {
		position:absolute;
		left:440px;
		top:45px;
		width:230px;
		height:170px;
		font-size:3em;
		}


/** LAYOUT */

#styleElement {
	position:absolute;
	background:url('/image/meetlint-klein.png') right top no-repeat;
	width:100px;
	height:112px;
	right:30px;
	top:-51px;
	z-index:5;
	}
.home #styleElement {
	background-image:url('/image/meetlint-groot.png');
	width:226px;
	height:254px;
	}

#shadow {
	background:url('/image/shadow.png') center top repeat-y;
	}
#wrapper {
	background:#ffffff;
	margin:0px 7px;
	padding:10px;
	position:relative;
	}
#content {
	background:url('/image/bg-content.jpg') left top no-repeat;
	}
#content #contentBtmImg {
	background:url('/image/bg-content-bottom.jpg') left bottom no-repeat;
	min-height:370px;
	padding-left:30px;
	padding-top:45px;
	overflow:auto;
	}
.home #content #contentBtmImg {
	padding-top:0px;
	}


/** CONTENT */

#generator {
	width:600px;
	float:left;
	}
	.heading {
		margin-top:5px;
		padding-bottom:15px;
		margin-bottom:20px;
		background:url('/image/dot.gif') left bottom repeat-x;
		}
#sidebar {
	width:294px;
	float:right;
	padding:19px 0px 30px 0px;
	}


/** HOMEPAGE */

#textWelcome {
	width:280px;
	float:left;
	}
#textWelcome h1.heading {
	font-size:127%;
	height:10px;
	margin-bottom:15px;
	}

#textWelcome h1 {
	font-size:127%;
	height:30px;
	margin-bottom:15px;
}

	.sig {
		margin-top:20px;
		}

#homeSidebar {
	width:594px;
	padding-top:1px;
	float:right;
	}
	#navHome {
		width:292px;
		float:left;
		margin-right:10px;
		padding-top:2px;
		background:url('/image/dot.gif') left top repeat-x;
		}
	#navHome h2 {
		background:url('/image/dot.gif') left bottom repeat-x;
		height:34px;
		line-height:34px;
		overflow:hidden;
		}
	#navHome h2:last-child {
		background: none !important;
		margin-bottom: 10px;
	}


/** EXTRA ITEMS */

#referenties h2 a,
#navHome h2 a {
	font-size:115%;
	padding-left:20px;
	background:url('/image/arrow.png') 0px 3px no-repeat;
	}


	/** REFERENTIES */

#referenties {
	clear:both;
	height:281px;
	}
.home #referenties {
	height:180px;
	}
#referenties h2 {
	height:28px;
	margin-bottom:13px;
	background:url('/image/dot.gif') left bottom repeat-x;
	}
#referenties div {
	width:284px;
	padding-right:8px;
	height:110px;
	background:#60553f;
	float:left;
	}

#referenties div.first {
	margin-bottom:10px;
	margin-right:0px;
	}
.home #referenties div.first {
	margin-bottom:0px;
	margin-right:10px;
	}
	p.fixedImage {
		width:100px;
		height:110px;
		text-align:center;
		overflow:hidden;
		float:left;
		margin-right:15px;
		}

	p.fixedImage img {
		min-height: 110px;
	}
#referenties h3 {
	margin-top:8px;
	color:#ffffff;
	font-size:140%;
	height:2.4em;
	}
#referenties p {
	color:#ffffff;
	font-weight:bold;
	}
#referenties p.readmore {
	padding-top:1em;
	color: #f0a218;
	}
#referenties a {
	text-decoration:none;
	cursor: pointer;
	}

#newsBlock {
	width:292px;
	float:left;
	padding-top:2px;
	background:url('/image/dot.gif') left top repeat-x;
	}
#newsBlock div {
	height:68px;
	overflow:hidden;
	background:url('/image/dot.gif') left bottom repeat-x;
	}
#newsBlock h3 {
	font-size:125%;
	padding-left:20px;
	margin-top:9px;
	background:url('/image/icon-file.gif') 0px 0px no-repeat;
	}
#newsBlock p.readmore {
	margin-left:20px;
	}
	

/** Home banners **/

#bannerContainerHome {
	clear: both;
	margin-left: 17px;
}

	#bannerContainerHome .banner.notlast {
		float: left;
		width: 292px;
		height: 97px;
		padding-right: 19px;
		background: url('/image/banner-dots.jpg') no-repeat right top;
		margin-right: 17px;
	}
	
	#bannerContainerHome .banner a {
		display: block;
	}

#sidebar #bannerContainer {
	clear: both;
}

	#sidebar #bannerContainer .banner.notlast {
		width: 292px;
		height: 97px;
	}
	
	#sidebar #bannerContainer .banner a {
		display: block;
	}
	
#sidebar #logos {
	padding: 10px 0;
	overflow: hidden;
	clear: both;
}
#sidebar #logos a {
	float: left;
	display: block;
}

/** Footer */

#footer {
	background:url('/image/bg-btmshadow.gif') center bottom no-repeat;
	padding:7px;
	}
#footer p {
	background:#ffffff url('/image/bg-footer.gif') left bottom repeat-x;
	padding:10px;
	height:47px;
	line-height:37px;
	margin:1px;
	}
#footer p,
#footer a {
	position: relative;
	color:#aea187;
	}
	#footer #logos {
		position: absolute;
		right: 10px;
		top: -20px;
	}
	#footer #logos a {
		margin: 0 10px;
	}

/** DEFAUL STYLES */

p.figure img {
	display:block;
	}


/** Actueel */
ul.actueel {
	margin: 0 0 0 0;
}

ul.actueel li {
	background:url('/image/listitem.gif') left 5px no-repeat;
	list-style: none;
	padding-left: 10px;
	margin-top: 3px;
}


/** Projecten */
div.projectCategory{
	width: 290px;
	float: left;
}

div.projectCategory.left {
	margin-right: 20px;
}

div.projectCategory h2 {
	border-bottom: 1px dotted black;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

ul.projects, ul.disciplines {
	margin: 0 0 20px 0;
}

ul.projects li, ul.disciplines li {
	background:url('/image/listitem.gif') left 5px no-repeat;
	list-style: none;
	padding-left: 10px;
	margin-top: 3px;
}

a.image {
	width: 75px;
	height: 75px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}

a.back {
	background:url('/image/arrow_back.gif') left 1px no-repeat;
	padding-left: 16px;
}

img.actueelImage {
	float: right;
	clear: both;
	margin-left: 5px;
	margin-bottom: 5px;
}

#visual #slideshow {
	position: absolute;
	z-index: 5;
}

#visual img.slideshow-frame {
	position: absolute;
	right: -10px;
	top: 0;
}

#visual .slideshow-wrapper {
	height: 215px;
	position: relative;
}

#visual .slideshow-image {
	position: absolute;
	left: 669px;
	top: 25px;
}

#visual .slideshow-image img {
	width: 266px;
	height: 181px;
}

#visual .slideshow-caption {
	position: absolute;
	left: 446px;
	width: 200px;
	text-align: right;
	font-weight: bold;
	bottom: 20px;
}

div#offertebanner {
	position: absolute;
	background: url('/image/label-offerte.png') no-repeat top left;
	width: 240px;
	height: 118px;
	right: 75px;
	top: -15px;
	z-index: 100;
	text-decoration: none;
	
}
div#offertebanner a {
	margin: 8px 30px 50px 60px;
	height: 70px;
	display: block;
}

div#service-24-7 {
	position: absolute;
	background: url('/image/24-7-service.jpg') no-repeat top left;
	width: 146px;
	height: 110px;
	left: 0;
	top: 152px;
	z-index: 100;
}
div#service-24-7:hover {
	background-position: top right;
}
div#service-24-7 a {
	height: 100%;
	width: 100%;
	display: block;
}

/* <div class="verticalalign"><div><div><!-- element dat gecentreerd moet --></div></div></div> */
.verticalalign { width:400px; height:300px; }
.verticalalign { display: table;  overflow: hidden; text-align:left; }
.verticalalign * { display: table-cell; vertical-align: middle; overflow:visible; }
.verticalalign * * { display:auto; vertical-align:none; }

.push {
	clear: both;
	min-height: 0;
}
