
/* general elements: 
colors: green 39c70d, red ff0000, grey: 808080
*/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000;
	margin:0; padding:0;
	background: #fff;
	text-align:left;
}

img {border:0;}


hr {
	display: none;
}

a { color: #008000; text-decoration:none;}
a:hover, a:focus, a:active { 
	
	text-decoration:underline;;}


h1, h2{
	padding: 5px 5px 5px 0px;
	margin: 0px;
	font-size: 1.3em;
	text-align:left;
}

h3, h4{
	font-weight: bold;
	line-height: 10px;
    margin-bottom: 2px;
	margin-top: 12px;
	font-size: 1em;
	text-align:left;
}

h5{
	font-weight: bold;
	line-height: 10px;
    margin-bottom: 2px;
	margin-top: 12px;
	font-size: 1em;
	text-align:center;
}

/*containers:*/

#container {
	margin:0 auto;
	text-align:left;
	line-height: 1.6em;
	width:80%;
	
		
}

#logo {
	font-size: 34px;
	font-weight: 600;
	clear:both;
	height:80px;
	padding-top:10px;
}

#path {
	clear:left;
	height:67px;
	background: transparent url(../images/path3.jpg) left top repeat-x ;
	margin:0;
	border-top: 1px solid #efefef;
	margin-bottom:10px;
	
}


#content {
	background-color: transparent;
	padding: 15px 10px 10px 0px;
	color:#000;
	min-height:200px;
	
}
#vlinder {
	background:transparent url(../images/vlinder.gif) no-repeat;
	height:85px;
	width:150px;
	position: absolute;
	top:19%;
	right:30%;
	z-index:10;

	}
#foto {
	float:right;
	background: #fff url(../images/ontwikkeling.jpg) no-repeat;
	width:40%;
	height:400px;
	}




#content p {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left:0px;
	margin: 0px;
	/*background-color: #F4F4F4;*/
}



#footer {
	clear:both;
	width: 90%;
	background:transparent;
	padding:1em 0;
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #bbbbbb;
	text-align:right;
	margin:0;}


/*Main Menu, Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.menu{
margin: 0;
padding: 0;
float: left;
width: 100%;
border-width: 0px 0;
background: #000 url(../images/blockdefault.gif) center center repeat-x;
z-index:1;
}

.menu, #path {
	font: bold 13px Arial;
}

.menu li{
display: inline;
}

.menu li a{
float: left;
color: white;
padding: 7px 9px;
text-decoration: none;
border-right: 1px solid white;
background: black url(../images/blockdefault.gif) center center repeat-x;
}

.menu li a:visited{
color: white;
}

.menu li a:hover, .menu li .current{
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
text-decoration:none;
}

.menu li.company a:hover, .menu li.company .current{
color: white;
background: transparent url(../images/blockactiveus.gif) center center repeat-x;
}

.menu li.company a {
	float:right;
	border-right: 0px;
	border-left: 1px solid white;
}

/*** SUBMENU: ***/

#submenu {
	float:left;
	width: 190px;

}

#submenu ul {	
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
}

#submenu li {
	margin:0;
	padding:0;
	width:170px;
	}


#submenu li a, #submenu li a:visited {
/*font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;*/
display: block;
text-decoration: none;
margin:0;
padding:2px;
color: #000;
border-bottom-color: #a0a0a0;
border-bottom-style: dotted;
border-bottom-width: 1px;
}

#submenu li.project a, #submenu li.project a:visited, #submenu li.project a:active{
display:block;
border:1px solid white;
text-decoration:none;
	}
li.project {font-size:85%;}

/* MAARTEN
* html #submenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
/* MAARTEN
width: 160px;
}
MAARTEN */

#submenu li a:active, #submenu li a:hover {
   text-decoration:underline;  
}

.submenu ul, ul.submenu {
list-style:none;
		}
.submenu li a {
	text-decoration:none;
	font-weight:bold;
}

.submenu li {
	color:#008000;
	}
.submenu li a:hover {text-decoration:underline;}

.active {font-weight:bold;}



/*** TEKST: ***/
#tekst {
	margin-left: 200px;
	padding: 0px 8px;
	
}
#tekst p{
	text-align: justify;
}

#tekst p.icon{
	 /*uitzondering, alle andere #tekst-p springen in*/
}

#tekst img.icon{
	float:left;
	display: block;
	width: 48px;
	padding:5px 10px;
	margin-top: 5px;

}

#tekst img.iconOO{
	float:left;
	display: block;
	width: 48px;
	padding:5px 10px;
	margin-top: 5px;
	margin-bottom: 2px;

}

#validation{
	float:left;
	}

#validation img {border:0;}

