@charset "utf-8";
/* CSS Document */

/*basics*/
body { 
margin : 0;
padding : 0;
font-family: Arial, sans-serif; 
font-size: 12px;
color: #000; 
background-color: #222;
} 

html { 
margin-top: 0px;
} 

/*structuur*/
#wrap { 
position : relative;
margin : 10px auto ;
height : 100%;
width : 949px;
border: 1px;
border-style: solid;
border-color:#939598;
background-image: url(/images/achtergrond1a.jpg);
background-repeat: no-repeat;
background-position: 153px 130px;
}

#header { 
position : relative;
background-color: #4D4D4F;
width: 100%;
height : 130px;
} 


#logo_header a {
	position: relative;
	float : left;
	background-color: #4D4D4F;
	color: #4D4D4F;
	background-repeat: no-repeat;
	height: 110px;
	width: 425px;
	padding: 0px;
	margin: 10px 0 0 10px;
	border: none;
}


#menu_header {
	position: relative;
	float: right;
	width: 130px;
	height:130px;
	background: #4D4D4F;
	padding-left: 10px ;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color:#939598;
}

* html #menu_header{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 120px;
}

#menu_header ul{
	padding: 0;
	padding-top: 30px;
	margin: 0;
	list-style-type: none;
}

#menu_header a{
	font-size: 11px;
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #bbbbbb;
	text-decoration: none;
	border-bottom: 0px solid;
}



html>body #menu_header a{ /*Non IE rule*/
	width: auto;
}

#menu_header a:hover{
	text-decoration:underline;
}





#menu_header_print {
	display:none;
	}

* html #menu_header_print{ /*IE only rule. Original menu width minus all left/right paddings */
	display:none;
}

#menu_header_print ul{
	display:none;
}

#menu_header_print a{
	display:none;
}

html>body #menu_header_print a{ /*Non IE rule*/
	display:none;
}

#menu_header_print a:hover{
	display:none;
}




#left {
position : relative;
float: left;
width : 132px;
height: 558px;
background : #636467;
margin: 0px;
padding: 0px 10px 0px 10px;
}

#menu_left_boven { 
position : relative;
color : #FFFFFF;
line-height : 1.3em;
padding: 20px 0px 10px 0px;
margin: 0px;
}


/*Menu links onder logo */
* html #menu_left_boven{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 122px;
}

#menu_left_boven ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	background: #636467;
}

#menu_left_boven a{
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #FFFFFF;
	background-color: #636467;
	text-decoration: none;
	border-bottom: 1px solid #4D4D4F;
	
}

#menu_left_boven a:visited{
	color: #FFFFFF;
	background: #636467;
}

html>body #menu_left_boven a{ /*Non IE rule*/
	width: auto;
}
#menu_left_boven a:hover{
	background-color: #8cc63f;
	color: #000000;
}
#menu_left_boven a:active{
	background-color: #8cc63f;
	color: #000000;
}

#menu_left_midden { 
position : relative;
color : #FFFFFF;
line-height : 1.3em;
padding: 10px 0px 10px 0px;
margin: 0px;
}


/*Menu links onder logo */
* html #menu_left_midden{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 122px;
}

#menu_left_midden ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	background: #636467;
}

#menu_left_midden a{
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #FFFFFF;
	background-color: #636467;
	text-decoration: none;
	border-bottom: 1px solid #4D4D4F;
	
}

#menu_left_midden a:visited{
	color: #FFFFFF;
	background: #636467;
}

html>body #menu_left_midden a{ /*Non IE rule*/
	width: auto;
}
#menu_left_midden a:hover{
	background-color: #8cc63f;
	color: #000000;
}
#menu_left_midden a:active{
	background-color: #8cc63f;
	color: #000000;
}


#menu_left_onder { 
position : relative;
color : #FFFFFF;
line-height : 1.3em;
padding: 10px 0px 20px 0px;
margin: 0px;
}


/*Menu links onder logo */
* html #menu_left_onder{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 122px;
}

#menu_left_onder ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	background: #636467;
}

#menu_left_onder a{
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #FFFFFF;
	background-color: #636467;
	text-decoration: none;
	border-bottom: 1px solid #4D4D4F;
	
}

#menu_left_onder a:visited{
	color: #FFFFFF;
	background: #636467;
}

html>body #menu_left_onder a{ /*Non IE rule*/
	width: auto;
}
#menu_left_onder a:hover{
	background-color: #8cc63f;
	color: #000000;
}
#menu_left_onder a:active{
	background-color: #8cc63f;
	color: #000000;
}

#adres_left { 
position : relative;
float: left;
/*left: 10px;*/
width : 130px;
height: 170px;
margin: 0px 0px 0px 0px;
padding: 35px 0px 0px 0px;
border: 0px;
border-style: 0px;
border-color:#8cc63f;
font-size: 10px;
line-height: 1.1em;
}

#adres_left a { 
color:#000000;
}

#adres_left a:hover { 
color:#ffffff;
}

.tabel2 { 
border	: 0px;
align	: left;
text-align : left;
font-family: Arial, sans-serif; 
font-size: 9px;
color: #000000;
padding: 0px;
line-height: 0.9em;
}

#content { 
position : relative;
float: left;
width: 766px;
height: 518px;
padding: 25px 0px 15px 20px;
line-height : 1.3em;
border-left: 1px;
border-left-style: solid;
border-left-color:#939598;
} 


/*opmaak*/
.r {text-align: right;}
.l {text-align: left;}
.i {font-style: italic;}
.b {font-weight: bold; }
.c {text-align: center;}


img {
border: 0px;
}
	


p{
color:#FFFFFF;
margin: 10px;
}


a{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited{
	color: #FFFFFF;
}

a:hover{
	color: #000000;

}

a:active{
	color: #000000;
}


.form 	{ 
color: #FFFFFF;	
background-color: #999999; 
font-family: Arial, sans-serif;
font-size: 12px;
border: 0px solid black;

}

.form1 	{ 
color: #000000;
background-color: #FFFFFF;
font-size: 12px;
font-family: Arial, sans-serif;  
border: 1px solid black;
}

.tabel { 
border	: 0px dotted #8CC63F;
overflow: scroll; 
align	: center;
text-align : left;
font-family: Arial, sans-serif; 
font-size: 12px;
color: #ffffff;
padding: 10px;
}

#footer { 
clear : both;
position : relative;
height : 40px;
background: #4d4d4f;
padding: 5px;
}
#footer p{
color:#000000
}



#projecten_boven{
position : relative;
float: left;
width: 795px;
height: 162px;
margin: 0px 0px 0px 0px ;
border: none;
}
#projecten_midden{
position : relative;
float: left;
width: 764px;
height: 162px;
margin: 10px 0px 10px 0px;
border: none;
}
#projecten_onder{
position : relative;
float: left;
width: 764px;
height: 162px;
margin: 0px 0px 0px 0px;
border: none;
}


#kolom{
position : relative;
float: left;
width: 240px;
height: 510px;
margin: 0px 5px 0px 5px;
border: none;
}

#foto_home{
	position : relative;
float: left;
width: 240;
height: 160px;
margin: 5px 0px 5px 0px;
border: 1px solid #939598;
color: #999999;
}
#tekst_links{
position : relative;
float: left;
width: 240px;
height: 340px;
margin: 0px;
border: none;
}
#tekst_midden{
position : relative;
float: left;
width: 240px;
height: 340px;
margin: 0px;
border: none;
}

#tekst_rechts{
position : relative;
float: left;
width: 240px;
height: 170px;
margin: 0px;
border: none;
}

#tekst_links p{
margin: 0px 0px 15px 0px;
text-align: justify;
line-height: 1.4em;
}

#tekst_rechts p{
margin: 0px 0px 15px 0px;
text-align: justify;
line-height: 1.4em;
}
#tekst_midden p{
margin: 0px 0px 15px 0px;
text-align: justify;
line-height: 1.4em;
}

h1 { 
/*background-color:#636467;*/
position : relative;
float: left;
width: 162px;
height: 60px;
margin: 0px 0px 0px 5px;
border: none;
text-align:right;
line-height: 1em;
color: #8cc63f;
font-size:20px; 
-webkit-transform: rotate(-90deg); 
-webkit-transform-origin: 84px 80px;

-moz-transform: rotate(-90deg); 
-moz-transform-origin: 84px 80px;

-o-transform: rotate(-90deg); 
-o-transform-origin: 84px 80px;

text-transform:uppercase;


filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
} 


#foto240 a{ 
/*background-color:#4D4D4F;*/
position : relative;
float: left;
width: 240px;
height: 160px;
margin: 0px 5px 0px 5px;
border: 1px solid #939598;
color: #999999;
} 


#foto155 a{ 
/*background-color:#4D4D4F;*/
position : relative;
float: left;
width: 155px;
height: 160px;
margin: 0px 5px 0px 5px;
border: 1px solid #939598;
display: inline;
color: #999999;

} 
#foto107 a{
/*background-color:#4D4D4F;*/
position : relative;
float: left;
width: 107px;
height: 160px;
margin: 0px 5px 0px 5px;
border: 1px solid #939598;
display: inline;
color: #999999;
} 


#tekst240 {
	position : relative;
	float: left;
	width: 240px;
	height: 160px;
	color:#FFFFFF;
	border: none;
	display: inline;
	white-space: normal;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

 #tekst240 p{
margin: 0px;
text-align: justify;
line-height: 1.1em;
font-size: 11px;
}

#tekst107 {
	position : relative;
	float: left;
	width: 155px;
	height: 160px;
	margin: 0px 5px 0px 5px;
	color:#FFFFFF;
	border: none;
	display: inline;
	white-space: normal;
}
 #tekst107 p{
margin: 0px;
text-align: justify;
line-height: 1em;
font-size: 11px;
}
#tekst155 {
	position : relative;
	float: left;
	width: 155px;
	height: 160px;
	color:#FFFFFF;
	border: none;
	display: inline;
	white-space: normal;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
 #tekst155 p{
margin: 0px;
text-align: justify;
line-height: 1em;
font-size: 10px;
}
 #tekst40 a{
margin: 0px 3px;
text-align: justify;
line-height: 1em;
font-size: 11px;
}

#tekst40 {
	position : relative;
	float: right;
	color:#FFFFFF;
	border: none;
	display: inline;
	white-space: normal;
	margin-top: 140px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#leeg240 { 
position : relative;
float: left;
width: 240px;
height: 160px;
margin: 0px 5px 0px 5px;
border: none;
display: inline;
} 

#leeg155 { 
position : relative;
float: left;
width: 155px;
height: 160px;
margin: 0px 5px 0px 5px;
border: none;
display: inline;
} 
#leeg107 { 
position : relative;
float: left;
width: 107px;
height: 160px;
margin: 0px 5px 0px 5px;
border: none;
display: inline;
} 


