body{
	color: #3F5252;
	font: 0.7em Tahoma, Arial;
	text-align: center;
	background: #F1F0EF url(../images/bg_pagina.jpg) repeat;
}
a:link {
	color: #3F5252;
}
a:visited {
	color: #597575;
}
a:hover {
	color: #000000;
}
a:active {
	color: #3F5252;
}
h1 {
	color: #6a9c5e;
	font-size: 1.4em;
	margin-bottom: 5px;
}
h2 {
	font-size: 1.2em;
	display: block;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	color: #3F5252;
	text-transform: uppercase;
}
hr{
	border-top: 1px dotted #C6BEA7;
	padding-top: 5px;
	}
ul{
	list-style: disc url(../images/list1.gif) outside;
	margin-top: 5px;
	margin-left: 16px;
}
ul li ul{
	margin-left: 16px;
	list-style: circle url(../images/list2.gif) outside;
}
/***************** BASIS OPBOUW *******************************************/
div#container{
	width:1196px;
	background: #f1f0ef;
	margin: 0px auto;
	padding:0px;
	text-align: left;
}

div#left{
	width: 296px;
	float:left;
	padding: 0px;
	background-color: #f1f0ef;
	background-image: url(../images/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: left 283px;
}
#left .content{
	margin: 20px 30px 40px 50px;
}
div#mid{
	width: 900px;
	padding: 0px;
	float:left;
	background: #f1f0ef url(../images/right.jpg) repeat-y right top;

}
#mid .content{
	margin: 20px 111px 0px 60px;
}
/**************** OPMAAK **************************************************/
#language{
	text-align: left;
	width: 200px;
	float:left;
	margin-bottom: 15px;
}
#othersites{
	text-align: right;
	margin-right: 10px;
	width: 450px;
	float:right;
	margin-bottom: 15px;
}
#language, #othersites{
color: #999999;
}
#language a:link, #othersites a:link, #language a:visited, #othersites a:visited{
color: #999999;
}
#update{
	text-align: right;
	margin-right: 10px;
}
#heading{
	text-align: right;
	margin-top: 30px;
	margin-bottom: 5px;
	margin-right: 10px;
}
#left p{
	margin-bottom: 15px;
	margin-top: 5px;
}
#left h2{
	color: #6a9c5e;
	}
/**************** OPMAAK PROJECTEN ****************************************/
.project{
	background: url(../images/foot_projects.jpg) no-repeat bottom;
	padding: 0px 10px 20px 25px;
	margin-bottom: 20px;
}
.pictures{
	margin-top: 5px;
	margin-bottom: 10px;
	
}
div#hitMore, div#drieMore, div#cbMore, div#coMore, div#phMore, div#anMore, div#freeMore, div#emMore{
	display: none;
	margin-top: 20px;	
	padding-right: 15px;
}

.active{
color:#92B589;
}
