@charset "utf-8";
/* Hersenletsel Team Utrecht */
/* Wennet Webdesign, 2007 */
/* Stylesheet */

/* OTHERS */
* {margin:						0 auto;}
a {text-decoration:				none;
   color:						#333;
    	}
a:hover {text-decoration:		none;}

/* BODY */
	html, body {
		font-family:			Arial,  verdana, Helvetica, sans-serif;
		color:					#000000;
		font-size:				12px;
		line-height:			16px;
		
		background-color:		#FFFFFF;
		background-image:		url(../images/layout/bg_body.jpg);
		background-repeat:		repeat-x;}
	
	#small {
	
	font-size:12px;
	line-height:	16px;
	}
	
	
	#medium {
	
	font-size:14px;
	line-height:	18px;
	}
	
	#big {
	
	font-size:18px;
	line-height:	20px;
	}
	.eromheen {
		display:				block;
		width:					950px;
		background:				#000000;
		margin:					0 auto;
		color:					#000000;
		background:				url(../images/layout/bg_logo.jpg);
		background-repeat:		no-repeat;
				
	
	}
	
	.page {
		display:				block;
		width:					900px;
		float:					right;
		color:					#000000;
		
		
	}

/* HEADER + MENU */
	.header {
		display:				block;
		float:					left;
		width:					900px;
		height:					200px;
		background-image:url(../images/layout/header.jpg);}
	
	.small a {
	
	width:						19px;
	height:						19px;
	float:						left;
	display:					block;
	background-image:			url(../images/layout/A_small.jpg);
	
	}
	
	.small a:hover, .smallcurrent a {
	
	width:						19px;
	height:						19px;
	float:						left;
	display:					block;
	background-image:			url(../images/layout/A_small_a.jpg);
	
	}
	
		.medium a {
	
	width:						25px;
	height:						25px;
	float:						left;
	display:					block;
	background-image:			url(../images/layout/A_medium.jpg);
	
	}
	
		.medium a:hover, .mediumcurrent a  {
	
	width:						25px;
	height:						25px;
	float:						left;
	display:					block;
	background-image:			url(../images/layout/A_medium_a.jpg);
	
	}
	
		.big a {
	
	width:						30px;
	height:						30px;
	float:						left;
	display:					block;
	background-image:			url(../images/layout/A_big.jpg);
	
	}
	
	
		.big a:hover, .bigcurrent a  {
	
	width:						30px;
	height:						30px;
	float:						left;
	display:					block;
	background-image:			url(../images/layout/A_big_a.jpg);
	
	}
	
	.menu {
		display:				block;
		float:					right;
		width:					900px;
		height:					20px;
		background:				#FFFFFF;
		color:					#000;
		
		}
		
		
		/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:			left;
width:			150px;
position:		relative;
background:		#D3D9DF;

}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
text-decoration:none; 
color:#000;
text-align: center; 	 
width:139px; 
height:25px; 
border:1px solid #fff; 
border-width:0px 1px 0 0;
 

padding-left:10px; 
line-height:25px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:150px;
width:139px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#2D3655 url(../../graphics/drop.gif) bottom right no-repeat;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:25px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:25px;
top:25px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited{
background:#D3D9DF; 
color:#000; 
font-size:12px;
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#000;
background:	 #fff;
}

.menu :hover > a, .menu ul ul :hover > a {
color:#000;
background:	#fff;
}

#Homemenu a:hover{
color:		#000;
background:	#fff;
}

#Homemenu.current a{

background:	#fff;
color:		#000;
}




/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* Einde menu CSS */

		
		
	
/* CONTENT */
	.content {
		background-color:		#FFFFFF;
		width:					900px;
		
		padding-top:			6px;
		}

/* LEFT */
	.left {
		display:				block;
		float:					left;
		width:					580px!important;
		width:					620px;
		
		}

	.left_breed {
		display:				block;
		float:					left;
		width:					780px;
		
		}

	.leftheaderhome {
		display:				block;
		float:					left;
		width:					610px!important;
		width:					610px;
		height:					30px;
		border-left:			1px solid #D6E9EF;
		border-top:				1px solid #D6E9EF;
		border-bottom:			1px solid #E5F0F4;
		border-right:			1px solid #E5F0F4;
		padding:				2px;
		background:				url(../images/layout/leftheader.jpg);
		background-position:	top;
		background-repeat:		repeat-x;		
		font-weight:			bold;
		font-size:				12px;
		margin-top:				6px;
		padding-left:			6px;}
		
		
		
		.leftheaderhomebreed {
		display:				block;
		float:					left;
		width:					890px;
		height:					30px;
		border-left:			1px solid #D6E9EF;
		border-top:				1px solid #D6E9EF;
		border-bottom:			1px solid #E5F0F4;
		border-right:			1px solid #E5F0F4;
		padding:				2px;
		background:				url(../images/layout/leftheader.jpg);
		background-position:	top;
		background-repeat:		repeat-x;		
		font-weight:			bold;
		font-size:				12px;
		margin-top:				6px;
		padding-left:			6px;}
		
		.leftheader img {
	
		margin-right:			6px;}
	
	
	
	
	#Hersenletsel {
	width:					890px;
	color:				#755328;
	}
	
	#Zorgverlening {
	width:					890px;
	color:				#5D1D1C;
	}
	#Hersenletselteam {
	width:					890px;
	color:				#672A17;
	}
	
		#Downloads {
	width:					890px;
	color:				#2C3554;
	}
	
	#Contact {
	width:					890px;
	color:				#755328;
	}
	
	.leftcontent {
		display:				block;
		float:					left;
		width:					578px!important;
		width:					578px;
		height:					auto!important;
		height:					350px;
		min-height:             350px;
			
		border-right:			1px solid #D1E2EC;
		border-left:			1px solid #E7F0F5;
		border-bottom:			1px solid #E7F0F5;
		padding-left:           20px;
		padding-right:          20px;
		padding-top:			10px;
		padding-bottom:         20px;
		background-color:		#EBF4F8;
		background-image:		url(../images/bg_poppetje.jpg);
		background-repeat:		no-repeat;
		}
		
		
			.leftcontent_breed {
		display:				block;
		float:					left;
		width:					858px;
		height:					auto!important;
		height:					350px;
		min-height:             350px;
		
			
		border-right:			1px solid #D1E2EC;
		border-left:			1px solid #E7F0F5;
		border-bottom:			1px solid #E7F0F5;
		padding-left:           20px;
		padding-right:          20px;
		padding-top:			10px;
		padding-bottom:         20px;
		background-color:		#EBF4F8;
		background-image:		url(../images/bg_poppetje_breed.jpg);
		background-repeat:		no-repeat;
		text-align:				left;
		}
		
		
				.leftcontent_breed ul {
				l
			
				
				
		}
				.leftcontent_breed li {
				
				width:	100%;
				margin-bottom: 5px;
			
				
				
		}

/* RIGHT */
	.right {
		display:				block;
		float:					left;
		width:					200px;}

	.rightheader {
		display:				block;
		float:					left;
		width:					196px;
		height:					30px;
		border-left:			1px solid #D6E9EF;
		border-top:				1px solid #D6E9EF;
		border-right:			1px solid #E5F0F4;
		border-bottom:			1px solid #E5F0F4;
		padding:				2px;
		background:				url(../images/layout/leftheader.jpg);
		background-repeat:		no-repeat;
		font-weight:			bold;
		padding-top:			5px;
		padding-left:			6px;}
		
	
	.rightcontent {
		display:				block;
		float:					left;
		width:					164px;
		height:					350px;
		border-right:			1px solid #D1E2EC;
		border-left:			1px solid #E7F0F5;
		padding-left:           20px;
		padding-right:          20px;
		padding-top:            10px;
		background-color:		#FBFCFE;}

/* NIEUWS */
	.nieuws {
		display:				block;
		float:					right;
		
		width:					262px;
		background-image:url(../images/layout/bg_niews.jpg);
		background-repeat:repeat-x;}

	.nieuwsheader {
			display:				block;
		float:					left;
		width:					252px;
		height:					30px;
		border-left:			1px solid #D6E9EF;
		border-top:				1px solid #D6E9EF;
		border-right:			1px solid #E5F0F4;
		border-bottom:			1px solid #E5F0F4;
		padding:				2px;
		background:				#FFFFFF;
		background-image:		url(../images/layout/leftheader.jpg);
		background-repeat:		no-repeat;
		font-weight:			bold;
		margin-top:				6px;
		padding-left:			6px;}
	
	.nieuwsheader img {
	margin-right:				5px;}
	
	.nieuwscontent {
		display:				block;
		float:					left;
		width:					260px;
		color:					#000000;
		height:					350px;
		border-right:			1px solid #D1E2EC;
		border-left:			1px solid #E7F0F5;
		border-bottom:			1px solid #E7F0F5;
		
		
		}
	
	.nieuwsberichttekst_even a {
	
		height:					45px;
		width:					255px;
		display:				block;
		float:					left;
		padding-top:            5px;
		padding-bottom:         5px;
		color:					#666666;
		background-image:		url(../images/layout/leesmeer.jpg);
		background-repeat:		no-repeat;
		background-position:	bottom right;
		text-align:				left;
		font-weight:			bold;
		cursor:					pointer;
		padding-left:           5px; 
		border-bottom:			1px dashed #999;
	
	} 
	
		.nieuwsberichttekst_even a:hover {
	
		height:					45px;
		width:					255px;
		display:				block;
		float:					left;
		color:					#fff;
		text-align:				left;
		font-weight:			bold;
		cursor:					pointer;
		border-bottom:			1px dashed #999;
		background-color:		#ccc;
	
	
	} 
	

		
/* FOOTER */
	.footer {
	width:						900px;
	padding-top:	            5px;                     
	height:						15px;
	display:					block;
	float:						left;
	text-align:					center;
	border-top:					1px solid #CCCCCC;
	border-bottom:				1px solid #CCCCCC;
	color:						#333;
	font-weight:				bold;
	word-spacing:				2px;
	background-color:			#ccc;
	margin-top:					10px;
	}


