/* CSS Document */


body{
font-family: Arial;
font-size: 11px;
color: #000000;
}

/* ------------------------------------
   content
   ------------------------------------*/

tekst{
font-family: Arial;
font-size: 11px;
color: #000000;
}

p.text{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	line-height: 14px;
	*line-height: 13px;
	*margin-bottom: -5px;
}

a{
	color:#EB6823;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}


/* ------------------------------------
   header
   ------------------------------------*/
.headertekst { 
	font-family:Arial; 
	font-size:11px; 
	line-height:20px;
	color:#444444;
	text-align:right;
	text-decoration: none;
	}

span#menu{
	font-family: Arial;
	font-size: 12px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	}

span.menuboven a{
	font-family: "Arial Narrow", "Arial";
	font-size:11px;
	letter-spacing:1px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color:#575a5d;
}
span.menuboven a:hover{
	font-family: "Arial Narrow", "Arial";
	font-size:11px;
	letter-spacing:1px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color:#EB6823;
}
span.menuboven a.active{
	font-family: "Arial Narrow", "Arial";
	font-size:11px;
	letter-spacing:1px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color:#EB6823;
}

span.menubovenactive a{
	font-size:10px;
	letter-spacing:1px;
	font-weight:bold;
	color:#575a5d;
}

span.menuspacer{
	position:relative;
	width: 10px;
	margin-right: 10px;
	margin-left: 10px;
	font-size:12px;
	text-align: center;
	top:-1px;
	color:#575a5d;
}

/* ------------------------------------
   contact
   ------------------------------------*/

span#adres{
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	}
	
span#namen{
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	}
span#functie{
	font-family: Arial;
	font-size: 12px;
	color: #EB6823;
	line-height: 20px;
	}
a.email{
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}
a:hover.email{
	font-family: Arial;
	font-size: 14px;
	color: #EB6823;
	line-height: 20px;
}

h2{
	font-family: Arial;
	font-size: 15px;
	font-style:italic;
	font-weight:normal;
	line-height: 20px;
	color:#EB6823;
	text-align:right;
	width:100%;
    }
h1 {
	font-family:Arial;
	font-size: 11px;
	margin:0px;
	line-height:10px;
	text-align:left;
	color:#EB6823;
	}
h3 {
	font-family:Arial;
	font-size: 14px;
	margin:0px;
	line-height:19px;
	text-align:left;
	color:#EB6823;
	}
	
.leftslogan{
	font-family: Arial;
	font-size: 15px;
	font-style:italic;
	font-weight:normal;
	line-height: 20px;
	color:#EB6823;
	text-align:right;
	width: 90%;
	float: left;
	margin-top: 10px;
}
.rightslogan{
	font-family: Arial;
	font-size: 20px;
	font-style:italic;
	font-weight:normal;
	line-height: 20px;
	color:#EB6823;
	text-align:right;
	width: 10%;
	float: left;
}

.persbericht{
	font-size: 14px;
	font-style: italic;
	line-height: 35px;
}
	



/* ------------------------------------
   menu
   ------------------------------------*/

/* ------------------------------------
   link extern
   ------------------------------------*/
   
a.elink{
	color:#000000;
	text-decoration:none;
}

a.elink:hover{
	color:#EB6823;
	text-decoration:none;
}
  
