/* smidesign.be CSS 2008 */

html {	font-size: 62.5%;
}

body {
	font-family:Geneva, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #FFFFFF;
	/*background-image: url(../images/layout/bodybg.png);*/
	background-position: right;
	background-repeat:repeat-y;
	background-attachment:fixed;
}
a {
	text-decoration:none;
	color: #869900;
}
#wrapper {
	width: 980px;
	margin:0 auto 0 auto;
	z-index: 1000;
}
#header {
	height:100px;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 0px;
}
.links, .rechts {
	z-index: 200;
	width: 136px;
	height:180px;
	position:relative;
	background-position: top left;
	background-repeat:no-repeat;
	float:left;
}
/*
#hugo {
	background-image:url(../images/layout/hugo/kop.png);
	background-position:45% -40px;
}
#hugo .links {
	left: -42px;
	top: -450px;
	background-image:url(../images/layout/hugo/links.png);
}
#hugo .rechts {
	left:775px;
	top: -740px;
	background-image:url(../images/layout/hugo/rechts.png);
}
#bart {
	background-image:url(../images/layout/bart/kop.png);
	background-position:45% -130px;
}
#bart .links {
	left: -62px;
	top: -400px;
	background-image:url(../images/layout/bart/links.png)
}
#bart .rechts {
	left:775px;
	top: -450px;
	background-image:url(../images/layout/bart/rechts.png)
}
#ben {
	background-image:url(../images/layout/ben/kop.png);
	background-position:46% -90px;
}
#ben .links {
	left: -55px;
	top: -600px;
	background-image:url(../images/layout/ben/links.png)
}
#ben .rechts {
	left:800px;
	top: -680px;
	background-image:url(../images/layout/ben/rechts.png)
}
#tjeu {
	background-image:url(../images/layout/mathieu/kop.png);
	background-position:48% -110px;
}
#tjeu .links {
	left: -45px;
	top: -650px;
	width:90px;
	background-image:url(../images/layout/mathieu/links.png)
}
#tjeu .rechts {
	left:878px;
	top: -680px;
	background-image:url(../images/layout/mathieu/rechts.png)
}

#thomas {
	background-image:url(../images/layout/thomas/kop.png);
	background-position:48% -130px;
}
#thomas .links {
	left: -35px;
	top: -590px;
	background-image:url(../images/layout/thomas/links.png)
}
#thomas .rechts {
	left:812px;
	top: -550px;
	background-image:url(../images/layout/thomas/rechts.png)
}
#johan {
	background-image:url(../images/layout/johan/kop.png);
	background-position:45% -80px;
}
#johan .links {
	left: -45px;
	top: -2400px;
	background-image:url(../images/layout/johan/links.png);
}
#johan .rechts {
	left:750px;
	top:-2550px;
	background-image:url(../images/layout/johan/rechts.png);
}*/
/*============================TOPMENU============================*/
#topmenu {
	width: 48%;
	padding: 65px 0px 20px 0px;
	margin-right: 0px;
	margin-left: auto;
}
#topmenu ul {
	list-style-type:none;
	height:35px;
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 0 0;
	padding:0 0 0 0;
	position: relative;
	width: 100%;
}
#topmenu ul li {
	float:left;
	margin:0 0 0 4px;
	height:35px;
}
#topmenu ul li a {
	/*display:inline;*/
	float:left;
	color:#333333;
	line-height:35px;
	text-decoration:none;
	padding:0px 15px 0px 15px;
	height:34px;
}
#topmenu ul li a:hover {
	background-color:#716f6d;
	color: #bfd035;
	border: none; 
}
#topmenu ul li a.current {
	color:#FFF;
	background-color:#bab8b3;
}
/*===============================================================*/

#logo {
	float:left;
	margin-left: 10px;
}
#frontpagewrapper {
	float:left;
	width:100%;
}
#contentwrapper {
	float:left;
	width:100%;
	/*background-image: url(../images/layout/left-column-bg.png);*/
	background-position: left;
	background-repeat: repeat-y;
	padding-bottom: 50px;
}
h1 {
	color:#000000;
	padding:0;
	margin:10px 0px 40px 0px;
	font-weight: bold;
	font-size: 2.1em;
	text-transform: uppercase;
	width: 220px;
	text-align: center;/*display: none;*/
}
h2 {
	font-size: 1.4em;
	margin: 10px 0px 10px 35px;
	margin-top: 1.5em;
	color: #000;
	/*color: #b1b1b1;*/
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px;
}
h3 {
	font-size:0.8em;
	margin-left: 35px;
	margin-top: 2em;
	color: #000;
	/*color: #b1b1b1;*/	
	font-weight: normal;
	font-size: 1em;
	text-transform: lowercase;
}
h4 {
	font-size:0.9em;
	color: #8E8C80;
	font-weight:normal;
	margin: 0;
	padding: 0;
}
#contentright {
	margin:50px 0px 0px 220px;
	padding-bottom: 50px;
}
/*#contentright p {
	font-size:0.8em;
	margin-left: 55px;
	padding-bottom: 0em;
	margin-bottom: 15px;
	line-height: 1.7em;
	margin-right: 35px;
}*/
#contentright h2 {
	margin:0px 0px 0px 35px
}
#contentright h3 {
	margin:15px 15px 0px 35px;
	text-transform: lowercase;
	border-bottom: solid 1px;
	padding-bottom: 10px;
	border-bottom-color: #525057;
	clear: right;
}
/*========================FRONTPAGE===========================*/

#frontpage {
	background-color: #FFFFFF;
	padding-bottom: 0px;
}
#intro {
	margin: 0px 0px 0px 50px;
	width: 470px;
	float: left;
}
#intro p {
	font-size:1.1em;
	line-height: 2em;
	letter-spacing: 0em;
	padding: 0;
	margin: 0px 0px 0px 35px;
}
#intro h2 {
	visibility:visible;
}
#frontpage.p {
	margin-left: 35px;
	padding-bottom: 0em;
	margin-bottom: 1em;
	color: #b1b1b1;
}
#news {
	width: 330px;
	padding-right: 55px;
	float: right;
	padding-bottom: 15px;
}
#news h2 {
	margin-left: 0px;
}
#news p {
	font-size:0.85em;
	line-height: 2em;
	line-height:1.8em;
	margin-bottom:3em;
}
#news a {
	padding: 0px;
}
#news a:visited {
	padding: 0px;
}
.newsdate {
	font-weight:bold;
	display:block;
	margin-bottom: 0px;
	font-size: 0.8em;
	border-top: solid 1px #b1b1b1;
	width: 100%;
	margin: 0px 0px 0px 0px;
	color: #b1b1b1;
}

.oldnewslink {
	font-weight:bold;
	margin-bottom: 0px;
	margin: 0px 0px 0px 120px;
	color: #b1b1b1;
	display: inline;
}

/*==========================ABOUT============================*/

.who {
	float:left;
	width:250px;
}
.who p {
	font-size: 0.8em;
	margin: 0px 30px 0px 30px;
	padding: 0;
	width: 190px;
	line-height: 1.7em;
}
.who h2 {
	margin: 0px 0px 10px 30px;
}
.who h3 {
	margin: 20px 30px 0px 30px;
}
.about {
	margin:0px 30px 30px 30px;
	border: 0;
}
.readmore {
	font-size:0.8em;
	margin-left: 20px;
	padding-bottom: 0em;
	margin-bottom: 65px;
	line-height: 1.7em;
	margin-right: 35px;
	width:400px;
	clear:none;
	margin-left: 55px;
}

.whatright {
	margin: 20px 35px 0px 35px;
	float: right;
}
/*========================PROJECTS===========================*/

#projectwrapper {
	float:left;
	width:760px;/*background-color:#716f6d;*/
	/*background-position: left;
	background-repeat: repeat-y;*/
}
#projectlist {
	margin-top: 50px;
	width: 100%;
}
#projectlist h1, #projectlist h3 {
	padding:0px;
	margin:0px 0px 0px 38px;
	display:block;
	clear:both;
}
#projectlist h2 {
	display:block;
	clear:both;
	margin-top:20px;
}
#projectlist h3 {
	border-bottom: 0px;
	padding-bottom: 10px;
	margin-right: 15px;
	margin-bottom: 0px;
	width: 300px;
}
dl {
	/*width: 100%;
	float:left;*/
	text-align:center;
	margin-left: 35px;
	margin-bottom: 20px;
}
dl a {
	border:0px;
}
dt, dd {
	width:115px;
	float:left;
}
dt {
	margin-bottom:30px;
}/* vertical space between the images */
dd {
	margin:65px 0px 20px -115px;
	font-size:0.6em;
}
dt img {
	vertical-align:bottom;
	padding:3px;
	background:#b1b1b1;
	border:none;
}

dt a:visited img {
	background-color:#716f6d;
}

dl a:hover img {
	background:#000;
}
/* float fix */
dt:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
dt {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html dt {
	height: 1%;
}
dt {
	display: block;
}
/* End hide from IE-mac */
/* end float fix */

/*=======================LIST=================================*/

.list {
	width:190px;
	margin:0px 0px 0px 10px;
	padding:0;
	list-style:none;
	font-size:10px;
}
.list a {
	color:#b4b5b2;
}
.list ul, .list li {
	margin:0px;
	padding:0;
	list-style:none;
}
.list li {
	line-height:170%;
	margin-top:1px;
	margin-left:30px;
	text-indent:0px;
	font-weight:bold;
	width:100%;
}
/* first level */
.list li {
	color:#FFF;
	font-size: 12px;
}
/* second level */
.list li ul, .list li li {
	color:#b4b5b2;
	background:transparent;
	font-weight:normal;
	margin-left: 5px;
	font-size: 9px;
}
/* third level */
.list li li ul, .list li li li {
	color:#686465;
	background:transparent;
}
/* fourth level */
.list li li li li {
	text-indent:0;
	margin-left:30px;
	width:auto;
}
/* float fix */
.list li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.list li {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .list li {
	height: 1%;
}
.list li {
}
/* End hide from IE-mac */
/* end float fix */

/*=============COLLAPSIBLE=PROJECT=LIST=======================*/
#menuleft {
	width: 200px;
	float: left;
	padding-top: 40px;
	padding-bottom: 20px;
	font-size:0.7em;
}
#menuleft h2 {
	display:none;
}
.listexpander {
	width:100%;
	margin:0px 0px 0px 10px;
	padding:0;
	list-style:none;
	font-size:10px;
}
.listexpander ul, .listexpander li {
	margin:0px;
	padding:0;
	list-style:none;
}
.listexpander ul {
/*
	Uncomment this if you want to initially hide the child lists. 
	If you do, Javascript disabled and CSS enabled browsers will not be able to use this list.
	display:none;
	*/ 
}
.listexpander li {
	line-height:170%;
	margin-top:1px;
	text-indent:30px;
	font-weight:bold;
	width:100%;
	font-size:12px;
}
.listexpander li.collapsed, .listexpander li.expanded {
	cursor:pointer;
}
/* first level */
.listexpander li, .listexpander li.collapsed {
	color:#FFF;
	background: url(../images/layout/collapsed.gif) no-repeat 5px 0.4em;
}
.listexpander li.expanded {
	color:#FFF;
	background: url(../images/layout/expanded.gif) no-repeat 5px 0.4em;
}
/* second level */
.listexpander li ul, .listexpander li li {
	color:#b4b5b2;
	background:transparent;
	font-weight:bold;
	font-size:12px;
}

.listexpander li li.collapsed {
	color:#b4b5b2;
	background: url(../images/layout/collapsed.gif) no-repeat 5px .4em;
}
.listexpander li li.expanded {
	color:#b4b5b2;
	background: url(../images/layout/expanded.gif) no-repeat 5px .4em;
}
/* third level */
.listexpander li li ul, .listexpander li li li {
	color:#686465;
	background:transparent;
	font-weight:normal;
	font-size: 9px;
}
.listexpander li li li.collapsed {
	color:#686465;
	background: url(../images/layout/collapsed.gif) no-repeat 5px .4em;
}
.listexpander li li li.expanded {
	color:#686465;
	background: url(../images/layout/expanded.gif) no-repeat 5px .4em;
}
/* fourth level */
.listexpander li li li li {
	text-indent:0;
	margin-left:30px;
	width:auto;
}
/* etc. */

/* buttons */

p.listexpander {
	font-size:0.8em;
	height:1.5em;
	margin:1em;
}
p.listexpander a {
	float:left;
	height:1.5em;
	line-height:1.5em;
	padding:0 15px;
	border:1px solid #767470;
	margin-right:5px;
	cursor:pointer;
}
p.listexpander a:hover {
	background:#625f57;
}
/* float fix */
.listexpander li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.listexpander li {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .listexpander li {
	height: 1%;
}
.listexpander li {
	display: block;
}
/* End hide from IE-mac */
/* end float fix */


/*======================CLIENTLIST========================*/

.clientlist{
	background-image:url(../images/layout/client-logos.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 700px;
	height: 550px;
}

.clientlist li{
	visibility:hidden;
}

#project {
	margin:0px 0px 0px 0px;
	padding:0px 0px 50px 0px;
	width:760px;
	position:relative;
	float: right;
}
#thumbnails {
	float: right;
	width: 260px;
}
#thumbnails img {
	vertical-align:bottom;
	border:none;
	padding:3px;
	background:#222222;
	margin-bottom:10px;
	margin-right: 10px;
}
#thumbnails a:hover img, dl a:active img, dl a:focus img {
	background:#000;
}
#thumbnails h2 {
	visibility: hidden;
	margin-left:0px;
}
.testimony {
	width:280px;
	background-image: url(../images/layout/quotes.png);
	background-repeat: no-repeat;
	background-position: -90px 30px;
	margin:0;
	position:relative;
	float: right;
	clear:right;
}

.testimony h2 {
display:none;
}

.testimonial {
	width:200px;
	padding:55px 10px 25px 40px;
	background-image: url(../images/layout/quotes.png);
	background-repeat: no-repeat;
	background-position: 205px bottom;
	font-style:italic;
	position:relative;
	line-height:1.8em;
	font-size: 0.8em;
}
.testament {
	font-size:0.7em;
	font-weight:bold;
	line-height:1.8em;
	width:190px;
	padding: 10px 15px 0px 40px;
}
#project p {
	font-size:0.8em;
	margin-left: 35px;
	padding-bottom: 0em;
	margin-bottom: 1em;
	width: 400px;
	line-height: 1.8em;
}
#footer {
	color:#CCC;
	padding: 20px 0px 10px 0px;
	clear:both;
	margin: 0 auto 0 auto;
	border-top: solid 1px;
	border-top-color:#D4D4D4;
}
#footer p {
	text-align:center;
	font-size:0.7em;
	color: #777777;
	margin-top: 0em;
}

#footer a img{
	border:none;
}

#footerlogos{
	margin: 30px auto 0px auto;
	width: 430px;
}

/*==============================CONTACT-PAGE=================================*/

#location {
	float:left;
	width: 340px;
	margin: 0;
}

#location p {
	font-size:0.8em;
	margin-left: 55px;
	line-height: 1.7em;
}

#communication {
	float:left;
	width: 400px;
}
#communication table {
	margin-left:55px;
	font-size:0.8em;
	margin-top: 15px;
	padding:0;
	border-collapse: collapse;
}
#reachus table {
	margin-left:55px;
	font-size:0.7em;
	margin-top: 15px;
	padding:0;
	border-collapse: collapse;
}
.alignright {
	text-align: left;
}
#reachus {
	float:left;
	width:100%;
}
/*==============================SITE-MAP=================================*/

.sitemap {
	line-height: 1.3em;
	list-style:none;
	overflow:hidden;
	width: 300px;
	margin-left:180px;
}
.sitemap ul {
	 list-style: none;
	 margin:0;
	 padding:0;
	 font-size: 14px;
}

.sitemap li {
	margin:0 0 -0.1em;
	min-height:1em;
	padding:0.2em 0.4em;
	position:relative;
}

.sitemap ul li {
	font-size: 12px;
	left: 3em;
}

.sitemap ul ul li {
	/*border-top:0.5em solid #fff !important;
	 border-left:0.5em solid #66c;*/
	 font-size: 10px;
	left:3em;
}
.sitemap ul ul ul li {
}
.sitemap ul ul ul ul li {

}
.sitemap ul ul ul ul ul li {

}

