

* { /*als basis alles op 0 zetten */
	padding: 0px;
	margin: 0px;
	}

/* default styles*/

img {
	display: block;
	border: 0px;
	}

ul {
	list-style: none;
	}

a {
	color: #4a4338;
	text-decoration:underline;
	}

a:hover {
	font-weight: bold;
	}

a img {
	border: 0px;	
	}

/* end default styles*/

html {
	min-height:101%;/*hiermee wordt in ff een verticale scrollbar gemaakt die altijd aanstaat*/
	}

body { 
	background: #ffffff;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color: #4a4338;
	font-size: 62.5%;
	text-align: center;
	}


/* container die alles in het midden houdt:*/

#container {
	width: 980px;
	text-align: left;	
	margin: auto;
	margin-top: 5px;
	font-size: 1.2em;/* 12px als standaard*/
	line-height: 1.5em;
	}

/* homepage liststyling */

#content {
	height:647px;/* blijft de footer ook op z'n plek*/
	x padding-bottom: 5px;
	x border-bottom:1px solid #333333;
	}
#content li.regel1,
#content li.regel2,
#content li.regel3,
#content li.regel4 {
	display: inline;
	}
#content li li {
	float: left;
	display: inline;
	height: 158px;
	overflow: hidden;
	margin-right: 5px;
	margin-bottom: 5px;
	}
#content li.regel4 li {
	margin-bottom:0px;
	}
#content li li.laatst {
	margin-right: 0px;
	}
#content li li.enkel {
	width: 192px;
	}
#content li li.dubbel {
	width: 389px;
	}
#content li li.adres {
	width: 192px;
	overflow: visible;
	}
#content li li.adres p {
	margin-left: 10px;
	margin-top: 20px;
	}
li.dubbel img { /* logo-positie*/
	margin-left: 85px;
	margin-top: 21px;
	}
#content li li.projectlink a {
	background-image: url(../images/nav_projecten.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;	
	width: 111px;
	height: 25px;
	margin-left: 8px;
	margin-top: 123px;
	}
#content li li.projectlink a:hover {
	background-image: url(../images/nav_projecten.gif);
	background-position: left -25px;	
	}
#content li li.contactlink a {
	background-image: url(../images/nav_contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;	
	width: 87px;
	height: 25px;
	margin-left: 8px;
	margin-top: 10px;
	}
#content li li.contactlink a:hover {
	background-image: url(../images/nav_contact.gif);
	background-position: left -25px;	
	}	
#content li li.evalink a {
	background-image: url(../images/nav_eva.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;	
	width: 97px;
	height: 25px;
	margin-left: 85px;
	margin-top: 123px;
	}
#content li li.evalink a:hover {
	background-image: url(../images/nav_eva.gif);
	background-position: left -25px;	
	}	
#content li li.weetlink a {
	background-image: url(../images/nav_weetje.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;	
	width: 94px;
	height: 25px;
	margin-left: 8px;
	margin-top: 10px;
	}
#content li li.weetlink a:hover {
	background-image: url(../images/nav_weetje.gif);
	background-position: left -25px;
	}
/* taalkeuze */
a.taal_japans {
	display:block;
	width:51px;
	height:17px;
	float:left;
	margin-left:8px;
	
	margin-top:8px;
	background:url(../images/ja/ja_japans.gif) no-repeat left top;
	}
a.taal_japans:hover {
	background-position:0px -19px;
	}
a.taal_engels {
	display:block;
	width:66px;
	height:17px;
	x clear:left;
	float:left;
	margin-right:32px;
	margin-left:8px;
	margin-top:8px;
	background:url(../images/eng/taal_engels.gif) no-repeat left top;
	}
a.taal_engels:hover {
	background-position:0px -17px;
	}
/*vormgeving quote home*/

#content li.enkel.bruin.quote img {
	width: 156px;
	height: 122px;
	margin-top: 15px;
	margin-left: 15px;
	}
/** fo
oter**/
.footer {
	clear: left;
	margin-right: 5px;
	font-size: 0.8em;
	color:#888f8f;
	}
.footer a {
	text-decoration: none;
	font-size: 1em;
	font-weight:normal;
	color:#888f8f;
	}
.footer a:hover {
	text-decoration: underline;
	}
.footer .floatleft {
	margin-left:5px;
	}
/* CSS algemeen */	

.floatleft {
	float: left;
	}
.floatright {
	float: right;
	}
.clearleft {
	 clear: left;
	 }
.clearright {
	clear: right;
	}
.clearboth {
	clear: both;
	}

/* kleuren */

.grijs {
	background-color:#888f8f;
	}

.geel {
	background-color:#eec401;
	}

.lichtblauw {
	background-color:#b2d6cf;
	}

.bruin {
	background-color:#4a4338;
	}