
/* CONTAINERS */
  
#doc2, #hd{
	/*background-color:#fff; */
 /* border: 0px solid white*/
	padding: 0;
  }
  
#hd {margin-bottom: 170px; margin-top: 10px;}

#logo_container {
	margin: 0 0 0 0;
  /*border-right: 1px solid black; border-bottom: 1px solid black;*/
  width: 151px;
  height: 30px;
  /*float:left;*/
  background-color: #fff; 
  }

/*#logo_image {vertical-align: -50%;} */

#tagline {color: #333; font:16px georgia,"times new roman",serif; font-style: italic; padding-top: 4px;}
  
#nav_container {
	background-color: #fff; 
  width:100%;
  float:left;
  margin: 0px 0 1px 0; 
  }
  
/*
#intro {
	background: url(images/cindy_x750.jpg)
}
*/

.yui-u {margin: 0 0 40px 0;}

.yui-g {
  border-right: 7px solid white;
  border-top: 7px solid white;
  }

#yui-main {background-color: #fff;}  
  
#hd a:link, a:active {color:#111; text-decoration: none}
#hd a:hover {color:#fff; background-color:#999; text-decoration: none}  
#hd a:visited {color:#111;text-decoration: none}




/* HEADER */

/*
ul#navlist {
		list-style: none; 
		padding: 0; 
		margin: 0 0 0 0; 
		background-color: #003399;
		font-size: 12px;
		}

	ul#navlist li {
		text-align: left;
		float: left; 
		height: 45px; 
		margin: 0px 0px 0px 0px; 
		border-left: 1px solid #CCC;
		padding: 0; 
		background-color: #003399;
		}

ul#navlist li { width: 96px; voice-family: "\"}\""; voice-family:inherit; width: 95px;} 
	html>body ul#navlist li { width: 95px; } 
		

ul#navlist li a {
		display: block; 
		padding: 7px 5px 25px 7px;
		color: #ddd; 
		font-size: 11px;
		text-decoration: none;
    font-weight: bold;
		height: 1%;
		text-shadow: 0 0 0 #000;
		}

#nav_container>ul#navlist li a { width: auto; height: auto; } 

ul#navlist li#active a {
		background: #f60; 
		color: #C30; 
		}

ul#navlist li a:hover,
ul#navlist li#active a:hover {
		color: #FFF;
		background-color: #f60;
    font-weight: bold;
		}
		
ul#navlist li.home	{
	}

ul#navlist li#empty	{
		width: 10px;
		}
*/

.clear	{
	clear: both;
	margin: 0px 0px 0px 110px;
	}
  
  
  

/* FOOTER */

#ft {
	width:100%; 
	margin-top:30px;
  
 
  }
  
/*#ft p { color:#999; font-size:10px; margin: 0} */ 
#ft a, #ft a:visited {color: #999; text-decoration: underline}
#ft a:hover, #ft a:active {color: #fff; text-decoration: underline; background-color: #f39}

#ft_color {
	background-color: #c03; /*#f36;*/
  padding: 1px 7px 1px 7px;
  /*text-align: center; */
  }
#ft_color p { color:#eee; font-size:12px; display:inline; margin-left:164px}
#ft_color img {float:left}
#ft_color a, #ft_color a:visited {color:#eee; text-decoration: none}
#ft_claimer {text-align:right}
#ft_claimer p {color:#999; font-size:12px; /*display:inline;*/ margin: 5px 0px 10px 174px}
  
/* LEFT MENU */
  
#left_fixed {
	margin: 15px 0 0 7px;
  width: 150px;
  }
  
ul#left_menu_list {
	list-style: none; 
	padding: 0; 
	margin: 0 0 0 0; 
	background-color: #000;
	font-size: 12px;
   /*float:left;*/
	}

.left_menu_list_item {
	text-align: left;
	height: 30px; 
	margin: 0px 0px 0px 0px; 
	border-bottom: 1px solid #CCC;
	padding: 0; 
	background-color: #fff;
		}
  
.left_menu_list_item a {
	display: block; 
	padding: 10px 5px 7px 7px;
	color: #333; 
	font-size: 11px;
	text-decoration: none;
	/*height: 1%;
	text-shadow: 0 0 0 #000;*/
	}

#left_menu>ul#left_menu_list li a { width: auto; height: auto; } 
/*
ul#navlist li#active a {
	background: #f90; 
	color: #C30; 
	}
*/
 
.left_menu_list_item a:visited {
	color: #111;
	background-color: #fff;
  } 
.left_menu_list_item a:hover {
	color: #FFF;
	background-color: #f60;
  } 
  
#left_variable {
	margin: 25px 0 0 7px;
  width: 150px;
  }

#left_variable hr {
  color: #666;
  background-color: #666;
  height: 1px;
	width: 100%;
}  
  
  
/* PROJECTEN */

/* right fixed */

#right_fixed {
	width: 300px;
  float:right;
	border: 1px dashed #ddd;
  background-color: #f9f9f9;
  margin-top:30px;
  padding: 6px 6px 6px 6px;
  }  

#right_fixed H2 {
		font-size: 14px;
		line-height: 15px;
		font-weight: bold;
		color: #333;
		margin: 15px 0px 0px 7px;	

  }  
  
#right_fixed H4	{
		font-size: 12px;
		line-height: 15px;
		font-weight: bold;
		color: #fff;
		margin: 15px 0px 0px 7px;
		}
	
#right_fixed p {
	font-size: 12px;
  line-height: 20px;
  color: #666;
  margin: 10px 10px 0px 7px;
  }
  
#right_fixed img {
 	margin: 7px 7px 4px 7px;
  float:left;
  }


#right_fixed fieldset {
	margin: 7px;
  border: 2px dotted #999;
  background-color: #eee
	}  
#right_fixed legend {color: #fff; background-color: #999 ; font-weight: 700; padding: 3px}

#right_fixed input { margin-left: 7px;}
#right_fixed select{ margin: 7px;}

.input{
  font-weight: 300;
	margin-top: 3px;
	height: 20px;
	width: 200px;
	background-color: white;
  border: 1px solid #999;
  border-bottom: 1px solid #333;
  padding:2px;
  }

.versturen {
	background-color: #ccc;
  /*border: 1px solid #333;*/
  width: 100px;  
  margin: 7px 0 7px 0;
	} 

  

  
 
  
/*.right_container { 
	clear:both;
  width: 100%;
  margin: 0px 7px 0px 0px;
  border-top:1px solid #fff;
	}*/
  
hr { 
	border: 0;
	width: 286px;
	color: #fff;
	background-color: #fff;
	height: 1px; 
  } 

#right_fixed a, p a:visited {color: #f33; text-decoration: none;}
#right_fixed a:hover, p a:active {color: #fff; text-decoration: underline; background-color: #f39}
  
  /*
#right_fixed a:link {color:#fff; text-decoration: none}
#right_fixed a:active {color:#fff; text-decoration: none}
#right_fixed a:hover {color:#fff; background-color:#f60; text-decoration: none}  
#right_fixed a:visited{color:#fff;text-decoration: none}
*/

	



/* right_variable */

#right_variable {
	width: 300px;
  float:right;
	background-color: #fff;
  margin-top: 17px;
  border-left: 1px dotted #f66;
  }  
  
#right_variable H2 {
	color: #666;
  margin: 7px 0 0 7px;
  }  
  
#right_variable H4	{
		color: #666;
		font-size: 14px;
		font-family: arial, helvetica, sans-serif;
		line-height: 15px;
		font-weight: bold;
		margin: 15px 0px 0px 7px;
		}
#right_variable img {
 	margin: 7px 7px 4px 7px;
  float:left;
  }  

#right_variable p {
	font-size: 12px;
  line-height: 18px;
  color: #666;
  margin: 2px 10px 4px 7px;
  }  
  
#right_variable a:link {color:#333; text-decoration: none}
#right_variable a:active {color:#333; text-decoration: none}
#right_variable a:hover {color:#333; background-color:#eee; text-decoration: none}  
#right_variable a:visited{color:#333;text-decoration: none}


/* MIDDLE */

.yui-u ul {margin: 14px 0 14px 0;}
.yui-u li {margin: 4px 0 0 7px; }
/*
.faq_vraag { }
.faq_antwoord {}
*/
ul .faq_vraag {font-weight: bold; margin: 10px 0 3px 7px; color: #039; list-style-type:none;}
ul .faq_antwoord {margin: 10px 0 17px 14px; list-style-type:none;}


/* ALGEMEEN */

h1	{
		font-size: 20px;
		line-height: 22px;
		font-weight: bold;
		padding: 0px;
		margin: 10px 0 10px 0;
    border-bottom: 1px solid #ddd;
		color: #333;
		}

h2	{
		font-size: 16px;
		color: #c03;
		line-height: 18px;
		font-weight: bold;
		padding: 5px 0px 10px 0px;
		border: 0px;
		margin: 17px 0px 0px 0px;
		}		

h3	{
		color: #c03;
		font-size: 14px;
		line-height: 15px;
		font-weight: bold;
		padding: 0px 0px 3px 0px;
		border-bottom: 1px dashed #eee;
		margin: 20px 0px 0px 0px;
		}
		
h4	{
		font-size: 12px;
		line-height: 13px;
		font-weight: bold;
		padding: 0px 0px 0px 0px;
		border: 0px;
		margin: 15px 0px 0px 0px;
		}

p, p ul {
	font-size: 13px;
	line-height: 20px;
	color: #333;
  margin: 7px 4px 7px 0;
  }
  
.yui-g ul, .yui-g li {
	font-size: 13px;
	line-height: 20px;
	color: #333;
  margin: 7px 4px 7px 14px;
	list-style: circle;
  }
  
address 
	{
  font-size: 16px;
	line-height: 20px;
	color: #111;
  margin: 17px 4px 17px 20px;
  border-left: 7px solid #eee;
  padding: 7px 0 7px 7px;
  font-style: italic;
  background: url(images/pattern6-reverse.gif)
  }

    
/*a:hover img { background-color: #fff;}*/


/* SUCKERFISH DROPDOWNS */

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li { /* all list items */
	float: left;
	position: relative;
	width: 151px;
  height: 45px;
	background-color: white;
	border-left: 1px solid #7d6340;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	left: 0;
  background-color:white;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

p a, p a:visited {color: #333; text-decoration: underline}
p a:hover, p a:active {color: #fff; text-decoration: underline; background-color: #f39}

p em {font-style:italic}
p strong {font-weight: bold}


#nav li a, #nav li .menu_no_link {
	display:block;
  padding: 5px 0 5px 5px; 
  width: 151px;
  height:35px;
  }

#content {
	clear: left;
}

/*
#yui-main {border-top: 1px solid #333; }
*/