
	/*-------- Accessibility ---------*/
#OffLeft 	{
			position : absolute;
     		left : -999px;
			width : 900px;
			}
			
			
a.skip {
position: absolute;
top: 10px;
left: 30px;			
overflow: hidden;
width:0;
height:0;
}

a.skip:active, a.skip:focus{
position: absolute;
overflow: visible;
width:auto;
height:auto;
/* een beetje versiering */
padding:3px 5px 5px;
background:transparent;
color: #333;
}

	/*--------------------------------------
	
	          Algemeen
				  
----------------------------------------*/


	html { 
overflow-y: scroll; /* Firefox altijd scrollbar */
}




 body, fieldset, form {
	margin: 0;
	padding: 0;
	height: 100%;
	font: 74%/170%  Verdana, Helvetica, Arial, sans-serif;
}


html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  /*background-color: #E0ECF7;   light body color */
  background: #E0ECF7;
  color: #333;
  height: 100%;
}


body {
	
	border: 0;
	min-width: 760px;  /* 2x linker- + 1x rechterkolom */ 
	/*max-width: 1400px;*/	
	} 
	
	
body .cms_page {
	background: #FEFEFF;
}
img {
	padding: 0;
	margin: 0;
}


a img,
a:hover img,
img a,
img a:hover {
	border: 0;
	text-decoration: none;
}




* {
	margin: 0;
	padding : 0;
	
}





/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0.75em 0.75em 0.2em 0.60em;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1.2em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* Miscellaneous conveniences: */
form label {
	/*cursor: pointer;*/
}
fieldset {
	border: none;
}




/* Form field text-scaling */
input, select, textarea, table {
	font-size: 100%;
	color: #333;
	background: transparent;
}


td {
	color: #333;
	margin: 0;
	padding: 0;
	font: 100%/150%  Verdana, Helvetica, Arial, sans-serif;
	 background: transparent;
	height: 100%;
	
}	

	
	/*----------------------------------------------------
	
	  H1 tm 6 , p, address
	 
	 ----------------------------------------------------*/
p {

	background-color: transparent;
	color: #333;
	margin-top: 0; 
}
	 
h1,h2,h3,h4,h5,h6 {
/*margin: 0.3em 0 0em 0.5em;*/
	font-family:  Georgia, "Lucida Bright", Lucidabright,  "Bitstream Vera Serif", serif;
	background-color: transparent;
	color: #5C748F;
	font-weight: bold;
	/*clear: both;  Zorgt ervoor dat een header altijd links staat en geen problemen geeft bij plaatjes etc */
}	 
	
h1 {
	font-size: 150%;
	color: #B54545;
	margin-bottom: 0.4em;
   background: transparent url(../images/h1.png) no-repeat 0 0;
	padding: 0 0 7px 28px;
}
	

h2 {
	font-size: 120%;

	
}	


h3 {
	font-size: 110%;

	
}

h4 {
	font-size: 100%;
}



h5 {
	font-size: 100%;
	
}

h6 {
	font-size: 90%;

	
}

#box {
	font-style: normal;
	font-size: 1em;
	margin: 0; 
	position: relative;
	/*top: 0%;
	left: 0%;*/
	float: left;
	width: 23%;
	width: 22.8%;
	height: 7.6em;
	min-height: 132px;
	_height: 140px;
	padding:  1%;
	background: transparent;
/*_position: relative;
_margin-left: -19px;*/
	}
	
address br  {
	line-height: 80%;

}

/*------ Contactpagina adressess ----------*/

dl#info_email  {
	float: left;
}

dl#info_email dt {
	float: left;
	clear: both;
	font-weight: bold;
	font-size: 120%;
	color:#5C748F;
		width: 90%;
}

dl#info_email dd {
	float: left;
	background: transparent url(../images/email.png) no-repeat 0 0;
	padding-left: 15px;
	clear: both;
	width: 90%;
}



.contact {
float: left;
width: 42%;	
margin-left: 2%;

}

.contact img {
 border: 1px solid #999999;
 padding: 3px;
 margin: 3% 1%;
position: relative;
}




/*------ Einde Contactpagina  + adressess ----------*/
	
#content ul {
	margin: 1.3em 0;
}
	
#content li {
	list-style: none;
	
	
	}	

/*LVHA*/
	
	a {
		
		color: #B54545;
		background: #f9fbfd;
		
	}

	
	
	
	a:visited {
		color: #B54545;
		background: #f9fbfd;
		text-decoration: none;
		
	}

	a:hover {
	color: #fff;
		background: #B54545;
		text-decoration: none;
	}

	/*------------Classes----------*/
	
	.hide {
	display: none;
}



 a.leve {

	margin: 0;
	/*font-size: 100%;*/
	color: #333;
	text-decoration: underline;
}

.leve a:hover
 {
	color: #999;
	background: transparent;
}

/* alleen voor Firefox en andere moderne browsers, link naar andere websites, buiten MCCN */
a[href^="http://"] {
  background: transparent url(../images/link_out.png) no-repeat right 3px;
  padding-right: 8px;
  
   }
a:hover[href^="http://"] {
  background: #B54545 url(../images/link_outhover.png) no-repeat right 3px;
color: #fff;
   }
	
a[href^="http://"] img {
  background: none;
  padding-right: 0;
   }

#box a.uploadbus,
#box a:hover .uploadbus {
	color:#5C748F;
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
	background: url(../images/upload.png) no-repeat 0 3px;
	padding-left: 20px;
	/*position: relative;*/
	float: left;
}
	
	/*-----------Einde Classes ---------*/
	


#helpmenu li.helpicon  {
	background: url(../images/help.gif) no-repeat 5px 7px;
	padding-left: 16px;
	list-style: none;
	
}

#helpmenu li.helpicon a,
#helpmenu li.helpicon a:hover,
#helpmenu li.mapicon a,
#helpmenu li.mapicon a:hover {
background: transparent;
color: #fff;	
text-decoration: none;
}

#helpmenu li.helpicon a:hover,
#helpmenu li.mapicon a:hover {
	text-decoration: underline;
}

#helpmenu li.mapicon {
	background: url(../images/sitemap-blue.png) no-repeat 2px 3px;
	padding-left: 15px;
   list-style: none;
}






#logo {
	background: #F8F8F8 url(../images/logo_favonius2.gif) no-repeat 0 0;
	height:157px;
	/*width: 246px;*/
	display: block;
	/*position: relative;*/
	/*margin-left: -6px;*/
/*	top: -69px;
	left: 6px;
	float: left;*/
	padding: 0;
	margin: 0;
	

}
/*------------- Hoofdmenu ----------*/

ul#menu 
{
width: 100%;
/*_width: 99%;*/
background: transparent;
list-style-type: none;
color: #fff;
font-weight: bold;
margin: 28px 0px 0px 0px;
line-height: 220%;
height: 58px;
padding: 0;
}

ul#menu li {
display: block;
float: left;
text-align: center;
background: #5C748F /*url(../images/menu_back.png)no-repeat top right*/;
margin: 0/* 1px 0 0*/;
padding: 0;
color: #333;
width: 25%;


}

ul#menu li a
{
float: left;
text-decoration: none;
font-size: 1em;
color: #fff;
background: #B54545 url(../images/menu_back.png) repeat-y top right;
width: 100%;
height: 30px;

text-align: center;
/*border-right: 1px solid #FEFEFF;*/
padding: 10px 0 4px 0;
/*border-bottom: 1px solid  #E7E5E2;*/

}


ul#menu li a:hover,
ul#menu li a.current
{

background: #C5CED8 url(../images/menu_back.png) repeat-y top right;
/*border-top: 5px solid #A74787;*/
/*height: 31px;*/
color:#333;

}


/*----------------------------------------------------

Menu active!

------------------------------------------------------*/



body.pagelayout_portfolio_main ul#menu li a#menu_portfolio,
body.pagelayout_portfolio_exit ul#menu li a#menu_portfolio,
body.pagelayout_portfolio ul#menu li a#menu_portfolio,
body.pagelayout_team_no_photo ul#menu li a#menu_team,
body.pagelayout_team_photo ul#menu li a#menu_team,
body.pagelayout_team ul#menu li a#menu_team,
body.pagelayout_work ul#menu li a#menu_work,
body.pagelayout_news_standaard ul#menu li a#menu_news
 {
background: #C5CED8 url(../images/menu_back.png) repeat-y top right;
color:#333;


}



/*----------------SubMenu--------------*/

ul#submenu 
{
background: transparent;
height: 25px;	
list-style-type: none;
color: #333;
margin: 0 3px 0 0;
padding: 5px 0;
font-size: 0.80em;
float: right;


}

ul#submenu li
{

background: transparent;
margin-right: 5px;
color: #333;
float: left;
/*margin-left:*/ 
}

ul#submenu li a

{
	text-decoration: none;
   color: #5C748F;
	background-color: transparent;
   padding-right: 10px;
float: left;
font-weight: bold;
}

ul#submenu li a:hover {
text-decoration: underline;
	
}





/* hide these rules from CSS-challenged browsers */
@media screen, projection {
/* below exploits a parsing error so @media rules will be visible to MacIE5 */
.BeNiceToMacIE5 {
  font-family: "\"}\"";
  font-family: inherit;
}
/* left column */
.nav {
  width: 27%;              /* % of inner-container width is ~same width as right column */
  float: left;             /* left side of inner-container */
  margin: 0;               /* keep flush with adjacent containers */
  padding: .3em 0 0 2%;    /* space from window edge (IE messes up with margin, so use padding) */
  font-size: 90%;
padding-bottom: 32767px;/* gelijke hoogte van kolommen */
	margin-bottom: -32767px;
 /* background: #E0ECF7;*/
 z-index:10;
	
}

#quote1,
#quote2  {
	display: none;
}


body#home #quote1 {
	 background: #E0ECF7 url(../images/quote_corp.gif) no-repeat 0 0;
	 width: 157px;
	 height: 99px;
	 display: inline;
	 float: left;
	 margin: 15px 0 0 10px;
}


body#home #quote2 {
	 background: #E0ECF7 url(../images/quote_fav.gif) no-repeat 0 0;
	 width: 157px;
	 height: 99px;
	 display: inline;
	 float: left;
	  margin: 15px 0 0 15px;
}

/* center column */
.content {
  width: 65%;              /* % of inner-container width */
  float: right;            /* right side of inner-container */
  padding: 0;      /* some padding for readability */
  margin: 0;               /* keep flush with adjacent containers */
  background: #FEFEFF ;  /* light blue color will show behind the center column */
  color: #333;
  overflow: hidden;
 padding-bottom: 32767px;/* gelijke hoogte van kolommen */
	margin-bottom: -32767px; /* hoogte kolommen gelijk*/
 /*border-left: #F9FBFD 6px solid;
 border-right: #AD3B3B 6px solid;*/  /*W3C CSS validation service get an erroneous */
  /*border-style: solid; */       /*parse error on border-right shorthand, */
 /* border-width: 0 6px; */        /*but not on individual properties */
}

} /* end screen only rules */

@media screen, projection, print {
/* below exploits a parsing error so @media rules will be visible to MacIE5 */
.BeNiceToMacIE5 {
  font-family: "\"}\"";
  font-family: inherit;
}

/*h1 {
  font-size: 175%;
  margin: .3em;
}
h2 {
  font-size: 125%;
  margin: .2em 0;
}
a:link {
  color: #00f;
  background-color: transparent;
}
a:visited {
  color: #909;
  background-color: transparent;
}*/

/* page header, uses body colors */
.header {
  width:100%;             /* full window width */
  height: 56px;
  margin:0;
  padding:10px 0 0 0;
  /*font-size: 88%;*/
  
  /*float: left;*/
  position: relative;
  /*text-align: center;*/
 background: #E0ECF7 /*url(../images/office.jpg) no-repeat 0 0*/;
	/*border-left: 6px solid #AD3B3B;*/
}


 #headerImage {
	background: #5C748F url(../images/rotate/bloemendaal.jpg) no-repeat 0 0;
	height:138px;
	/*width: 246px;*/
	display: block;
	/*position: relative;*/
	/*margin-left: -6px;*/
/*	top: -69px;
	left: 6px;
	float: left;*/
	padding: 0;
	margin: 0 0 0 0;
	/*border-left: 6px solid #B54545;*/

}


 #headerImage2 {
	background: url(../images/rotate/londen.jpg) no-repeat 0 0;
	height:138px;
	display: block;
	/*position: relative;*/
	/*margin-left: -6px;*/
/*	top: -69px;
	left: 6px;
	float: left;*/
	padding: 0;
	margin: 0 0 0 75%;
  _margin-left:74.8%;

}


#text {
	padding: 1em 0.5em;
	margin-top: 1em;
	width: 98%;
	min-height: 275px;
	
}
#text li {
list-style: none;
background: url(../images/bullet.png) no-repeat 0 7px;
  padding-left: 15px;
  
}


ul ul {
	margin-left: 2em;
	
	
}
ul ul li,
#text ul ul li {
	list-style: none;
background: url(../images/bullet_2.png) no-repeat 0 7px;
  padding-left: 15px;
}


/* page footer, uses body colors */
.footer {
  clear: both;             /* below all columns */
  width: 100%;             /* full window width */
  margin: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 88%;
  text-align: center;
}
.header p,
.footer p {
  margin-bottom: 0;        /* prevent gaps between divs in some browsers */
}


.footer2 {
  clear: both;             /* below all columns */
  width: 100%;             /* full window width */
  margin: 0;
  padding-top: .5em;
  padding-bottom: .5em;
/*  padding-left: 1em;*/
  font-size: 95%;
  background: #5C748F/* url(../images/back_lb.gif) repeat-y 0 0*/;
  color: #fff;
  float: left;
  border-top: 1px solid #525F65;
}

.footer2 p {
	color: #fff;
}

.footer2 h1,
.footer2 h2,
.footer2 h3,
.footer2 h4,
.footer2 h5 {
	font-weight: bold;
	color: #fff;
}

.footer2 h3 {
	
	margin-left: 1%;
}
.footer2 .submenu_footer {
	float: left;
	width: 20em;
	clear: none;
	margin: 2%;
	background-color: #5C748F;
	color: #fff;
	min-height: 7em; 
}

.footer2 .submenu_footer li a {
	color: #fff;
	background: transparent;
	padding: 0.5em;
}

.footer2 .submenu_footer li a:hover {
	color: #fff;
	background: #B54545;
	text-decoration: none;
}


/*.footer2.right {
	float: left;
	width: 250px;
	clear: none;
	margin-left: 2%;
	background-color: #5C748F;
	color: #fff;
}*/

/* container for the 3 columns */
.outer-container {
  width: 100%;             /* full window width */
  margin: 0;               /* keep flush with adjacent containers */
background:#E0ECF7 ;  /* lightblue color will show behind the right column */
  color: #000;
  color: #fff;
/*  border-top: 1px solid #999;
  border-bottom: 1px solid #999;*/
}
/* container for just the left and center columns */
.inner-container {
  width: 75%;              /* leaves 24% of window width for right column */
  float: left;             /* left side of window */
 /* background: #FEFEFF url(../images/left.png) repeat-y 0 0;*/  /* blue color will show behind the left column */
  color: #333;             /*   delete these colors to get same color as right column */
  margin: 0;               /* keep flush with adjacent containers */
  overflow: hidden;   /* hoogte kolommen gelijk*/
/*  border-left: 6px solid #AD3B3B;*/
}
/* right column */
.sidebar {
  width: 23%;              /* a little less than available 24% */
  float: right;            /* right side of window */
  margin: 0;               /* keep flush with adjacent containers */
/*  padding: .3em 1.5% .3em 0; */     /* some space from right window edge */
  font-size: 90%;
  height: 100%;
  background: #E0ECF7;
	color: #fff;
padding: 0;
}

#containerright {
	background:  background:  url(../images/logo_vaag.gif) no-repeat 20px 250px;
	z-index:1010;
}

.clear {
  clear: both;
  margin: 0;               /* keep flush with adjacent containers */
  padding: 0;
  height: 0;
  overflow: hidden;
}
} /* end screen/print rules */

/* rules for WinIE only */
@media screen, projection {
* html .clear {
  display: none;           /* prevent excessive gap at div bottom in WinIE5 */
}
} /* end WinIE only rules */



/* print only rules (per request) */
@media print {
.nav {
	display: none;
}
.content {
	float: left;
}

} /* end print only rules */




/**************** CMS-specific items ********************/

/* images geplaatst met editor krijgen class "photo" */
img.photo {
}

/* images in de editor met plaats resp links en rechts krijgen deze class */
img.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
img.left {
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}



.img.right p, .img.left p {
font-size:0.8em;
color:#333;
margin:0;
background-color:#4D6D80;
padding:0.5em;
}

.spareSpan {
position:absolute;
top:0;
right:0;
display:block;
width:17px;
height:17px;
background:url(/images/curvedCorner.png);
}

/* class voor onderschrift bij plaatjes */
span.caption {
	display: block;
	text-align: center;
	font-size: 8pt;
	font-style: italic;
	color: #333;
	float: left;
	
}

span.emailbusiness p,
p span.emailbusiness  {
	background: url(../images/upload.png) no-repeat 0 3px;
	padding-left: 22px;
	color: #5C748F;
	font-weight: bold;
	margin: 10px;
}


/* module_navigation */

/* Page trail (Home > TheSection > ThePage ) */
div#pageTrail {
	color: white;
	margin-left: 260px;
	height: 25px;
	margin-top: 5px;
}
div#pageTrail a, div#pageTrail a:visited {
	color: white;
}
div#pageTrail a:hover {
	color: #DF343A;
}

/* module_search */

div#searchbox {
	text-align: center;
}

div.search_result {
	border: 2px solid #ddd;
	padding: 1em;
	margin: 1em 0;
} 

div.search_stukje {
	margin: 10px;
} 

/* module_news */

div.news_title h1 {
	margin-bottom: 0;
}
div.news_intro p {
	margin-top: 0;
}

div.news_title, div.news_intro {
	background-color: #F9FBFD;
	width: 95%;
	border-bottom: 1px solid #C5CED8;
	padding: 5px 10px 5px 10px;
}
div.news_title {
	margin-top: 0;
}


div.news_intro {
	margin-top: 5px;
	margin-bottom: 15px;
	padding-bottom: 0px;
}

div.news_intro a {
	color: #5C748F;
	background: transparent;
}

div.news_intro:hover,
div.news_title:hover {
	background-color: #E0ECF7;
}


p.news_readon {
	text-align: right;
	font-size: 0.9em;
	padding-bottom: 5px;
}

p.news_readon a {
	text-decoration: none;
}

input.cf_text, textarea.cf_textarea {
	border: 1px solid #999999;
}
input.cf_text {
	width: 300px;
}
textarea.cf_textarea {
	width: 300px;
	height: 100px;
}

input#postcode {
	width: 6em;
}

/**************** Einde CMS-specific items ********************/


/*----------------------------------------------------
	
                   Nieuws
	 
 ----------------------------------------------------*/	
   #news ul li {
   	
		border-bottom: 1px solid #F6F6F6;
		padding: 0.5em 0 0.5em 1.9em;
		font-size: 90%;
		line-height: 125%;
		
   }
	
	#news ul li a {
		text-decoration: none;
		color: #333;
		
	}
	
	
		#news ul li a:hover {
			color: #FB0033;
		}
	img.newsimage{
		float: left;
		margin: 0px 15px 10px 0px;
	}

	#news h4 {
		border-bottom: 1px solid #ccc;
		color: #FB0033;
	}
	
	
	.date {
		font-size: 90%;
		margin-top: 0; 
	}
	
	/*----------------------------------------------------
	
                   Formulier Contact 
	 
 ----------------------------------------------------*/	

form {
	margin: 0;
	padding: 0;
	width: 100%;
font: 100%/140%  Verdana, Helvetica, Arial, sans-serif;
}

fieldset {
	margin: 0;
	padding: 1.2em 0.8em;
	width: 100%;
	min-width: 400px;
	float: left;
	/*width: 530px;*/
}

fieldset div br {
	display : none;
	}

legend {
	margin: 1em 0;
	padding: 0 .5em;
	color: #FB0033;
	background: transparent;
	font-size: 1.3em;
	font-weight: bold;
	
}

label {
	float: left;
	width: 175px;
	padding: 0 1em;
	font-weight: bold;
	font: 1.2em/140% Verdana, Helvetica, Arial, sans-serif;
	/*text-align: right;*/
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

/*fieldset div input, 
fieldset div textarea
 {
	width: 150px;
	border: 1px solid #8D9194;
	color: #333;
		background:#fff url(../images/back_input_hover.png) repeat-x 0 0;
	padding: 2px 0.4em;
	margin-top: 0.2em;
	text-align: left;
font: 100%/140%  Georgia, "Lucida Bright", Lucidabright,  "Bitstream Vera Serif", serif;
	
}

fieldset div textarea {
	height: 75px;
	width: 195px;
font: 100%/140%  Georgia, "Lucida Bright", Lucidabright,  "Bitstream Vera Serif", serif;
	background:#FDFDFD;
}

fieldset div select {
	padding: 1px;
	font: 100%/140%  Georgia, "Lucida Bright", Lucidabright,  "Bitstream Vera Serif", serif;
}

.button {
	width: 85px;
	height: 20px;
	color: #444;
	text-align: center;
	padding: 0 0.5em;
	margin: 10px;
	font-weight: bold;
	font-size: 90%;
}

.button:active {
		background:#fff url(../images/back_input.png) repeat-x 0 0;
} 

fieldset div .radio {
	width: 25px;
	border: none;
	background: transparent;
	
}
*/

/*------------Blockquote -------------*/

/*blockquote {
	width: 18em;
	margin: 10em auto 2em auto;
	text-align: left;

	text-indent: 25px;
	background: url(quotes1.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
}

blockquote p {
	line-height: 1.8;
	margin: 0;

	display: inline;
	padding-right: 24px;
	background: url(quotes2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}*/

blockquote,
.bqstart,
.bqend  {
	display: none;
}

body#home blockquote {
	color: #5C748F;
	font:1.2em/160% Georgia;
	font-style: italic;
	font-weight: bold;
	_margin: -50px 0 0 0;
	margin-top: 20px;
	padding: 0;
	float: left;
	width: 80%;
	display: inline;
}
body#home .bqstart {
     float: left;
     height: 80px;
      width: 45px;
		  margin-top: -50px;
	   padding-top: 45px;
		 margin-bottom: -40px;
       color: #C5CED8;
	  font: 700% Georgia ;
	  display: inline;
 }


body#home .bqend {
     float: right;
     height: 15px;
     margin-top: -35px;
     padding-top: 5px;
width: 20px;
      color: #C5CED8;
	   font: 700% Georgia;
		display: inline;
 }
 
 
 
 /*----------- Portfolio ---*/
 
  .portfolio_main {
  	width: 100%;
	float: left;
  }
 
 .portfolio_main a img {
 	border: 1px solid #5C748F;
 }
 
 .portfolio_main a:hover img {
 	border: 1px solid #E0ECF7;
 }
 
 .portfolio_main a,
  .portfolio_main a:hover{
 		background: transparent;
	color: #333;
	border: none;
	padding: 1em 1em 1em 2em;
	float: left;
 }
 
 #photo_portfolio {
	width: 135px;
 	max-width: 135px;
	float: left;
	margin-top: 1em;
 }
 
 
 #photo_portfolio img{
 	margin: 10px 0 0 5px;
	
 }
 
 
  #photo_portfolio a,
   #photo_portfolio a:hover  {
 	background: transparent;
	width: 135px;
	border: none;
 }
 
 #text_portfolio {
 	width: 60%;
	float: left;
 }
 
 #text_portfolio a {
 float: left;
 	clear: both;
	margin: 2em 0 0 1em;
	width: 100%;
	color: #B54545;
	padding:  0.2em 0.2em 0.2em 1.2em;
	background:#fff url(../images/link_out.png) no-repeat 0.25em 0.7em;
	
 }
 
  #text_portfolio a:hover  {
  	background:#B54545 url(../images/link_outhover.png) no-repeat  0.25em 0.7em;
	padding:  0.2em 0.2em 0.2em 1.2em;
	color:#fff;
  }
 
 
 #nextprev {
 	float: right;
	/*width: 250px;*/
	clear: both;
	margin-right: 5%;
	_margin-right: 2%;
 }
 
 /*----------------Team------------------*/
 
  #photo_team {
	width: 200px;
 	max-width: 200px;
	float: left;
	margin-top: 1em;
 }
 
 #photo_team img {
/* 	border: 1px solid #444444;
	padding: 3px;
	background: #F6F6F6;*/
 }
 
  #photo_team a,
   #photo_team a:hover  {
 	background: transparent;
	width: 200px;
	border: none;
 }
 
 #text_team {
 	width: 55%;
	_width: 50%;
	float: left;
	_height: 375px;
	min-height: 375px;
	
 }
 

 
 #text_team a {
 /*float: left;*/
 /*	clear: both;*/
	/*margin: 2em 0 0 1em;*/
	/*width: 100%;*/
	color: #B54545;
	padding:  0.2em 0.2em 0.2em 1.1em;
	background:#fff url(../images/link_out.png) no-repeat 3px 5px;
	
 }
 
  #text_team a:hover  {
  	background:#B54545 url(../images/link_outhover.png) no-repeat 3px 5px;
	padding:  0.2em 0.2em 0.2em 1.1em;
	color:#fff;
  }
 
 
/*----------------------------------------------------
	
                   Zoekmachine
	 
 ----------------------------------------------------*/	
form#zoek {
	margin: -3px 0 10px -4px;
	float: left;
	width: 150px;
	
}
 
form#zoek fieldset {
	border: none;
	width: 125px;
	margin: 0;
	float: left;
	min-width: 0;
}



/*form#zoek fieldset.zoekbreed {
	width: 90%;
}*/


form#zoek input,
form#upload input,
select  {
	font-size: 100%;
	color: #333;
	background:#fff url(../images/back_input_hover.png) repeat-x 0 0;
	border: 1px solid #CCC;
	clear: both;
	margin-top: 10%;
	
	}

	form#zoek input {
		height: 17px;
		padding: 1px;
		clear: none;
	}
	
form#zoek textarea	{
	font-size: 100%;
	color: #333;
	background:#fff url(../images/back_input_hover.png) repeat-x 0 0;
	border: 1px solid #8D9194;
}
	
form#zoek input:focus,
form#zoek select:focus {
	background:#fff url(../images/back_input.png) repeat-x 0 0;
}
form#zoek .zoekknop,
form#upload .zoekknop {
	border: none;
	width: 65px;
	height: 22px;
/*	clear: none;*/
	float:left; 
	padding: 0;
	margin: 5px 0 0 0;
}

/*-------Zoekmachine -----------*/
div.search_result {
	border: 1px solid #C5CED8;
	padding: 1em;
	margin: 1em 0;
} 

div.search_stukje {
	margin: 10px;
} 

p.message {
	clear: both;
	margin-left: 10px;
	color: Red;
	background: url(../images/icon_alert.png) no-repeat 0 2px;
	padding-left: 20px;
}
/*-------Einde Zoekmachine-----------*/


/*-------------- Submenu Portfolio ----------*/

.nav h2 {
	color: #5C748F;
	margin: 20px 0 0 10px;

}	

.nav ul#submenu2 {
	margin-top:-10px;
	margin-bottom: 15px;

}
	
.nav ul#submenu2 li a

{
	color: #B54545;
	background: transparent;
	text-decoration: none;
	padding: 0.3em 0.2em;
	

}

.nav ul#submenu2 li {
	list-style: none;
   background: url(../images/compass_small.png) no-repeat 0 7px;
	padding-left: 15px;
	_padding-left: 0;
}

.nav ul#submenu2 li a,
 {
text-decoration:none;
background: transparent;
	
	
}


h2.submenu2_h2,
.nav h2.submenu2_h2 a {
	text-decoration: none;
	color: #5C748F;
	background: url(../images/compass.png) no-repeat 0 4px;
	padding:5px 0 5px 22px;
	margin-bottom: 5px;
	}	

.nav ul#submenu2 li a:hover,
.nav h2 a:hover.submenu2_h2 {
color:#5C748F;

	}

.nav h2.submenu2_h2 a {
	background: none;
	padding-left: 0;
	color: #B54545;
}

.nav h2.submenu2_h2 a:hover {
	color: #5C748F;
}

/*.nav ul#submenu2 li a,
.nav h2 a.submenu2,
h2 a.submenu2_h2,
.nav h2 a,
.nav a.submenu2  {
	color: #5C748F;
	background: transparent;
	text-decoration: none;
	padding: 0.3em 0.2em;
	

}

.nav h2 {
	border-bottom: 1px solid #5C748F;
}

.nav ul#submenu2 h2,
.nav ul#submenu2 h2 a.submenu2_h2,
.nav ul#submenu2 h2 a
{
	color: #5C748F;
	border-bottom: 0;
	text-decoration: none;
	background: transparent;
	padding: 0.3em 0.2em;
}


.nav ul#submenu2 h2 a:hover.submenu2_h2,
.nav ul#submenu2 .nav h2 a:hover,
.nav h2 a:hover {
	color: #B54545;
}

.nav ul#submenu2 {

	margin-bottom: 2em;
	float: left;
}

.nav ul#submenu2 li {
	list-style: none;
   background: url(../images/compass_small.png) no-repeat 0 7px;
	padding-left: 10px;
	_padding-left: 0px;
}

*/
/*
.nav ul#submenu2 li a:hover,
.nav a:hover.submenu2  {
text-decoration:none;
	
	
}*/

/*.nav a.submenu2 {
	 background: url(../images/compass_small.png) no-repeat 0 9px;
	padding-left: 18px;
	margin: 0 10px 15px 8px;
	float: left;
	font-weight: bold;
	color: #5C748F;
	border-bottom: 1px solid #5C748F;
	text-decoration: underline;
	font-size: 120%;
	font-weight: bold;
	width: 90%;
}*/
