@charset "utf-8";
/* 
Reekx: Coaching & Counseling Stylesheet
(c) 2008 Grasgroen Visuele Communicatie (www.grasgroen.com)
*/

html, body
{
	margin: 10px;
	line-height: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}

img
{
	border:none;
}
/* Header opmaak */

#topcontainer
{
	position: relative;
	top: 0px;
	
	height: 340px;
	width: 100%;
	
	background-color: #3c3c3c;
	
	z-index: 20;
	
	display: none;
}
	
	#topcontainer_header
	{
		position: absolute;
		left: 50%;
		top: 25px;
		
		margin-left: -413px;
		height: 115px; 
		width: 826px;
	}

#maincontainer
{
	position: relative;
	top: 15px;
	
	z-index: 30;
}

	#maincontainer_contentcontainer
	{
				
	}
	
		#contentcontainer_menu
		{
			position: absolute;
			top: 39px;
			left: 25px;
			line-height:26px; 
			font-family: Arial, Helvetica, Sans-Serif;
			display: none;
		}
		
			#contentcontainer_menu .menu_link
			{
				margin-bottom: 13px;
				font-size: 10pt;
				letter-spacing: 0px;
			}
			
			#contentcontainer_menu .menu_link_selected
			{
				margin-bottom: 13px;
				font-size: 10pt;
				letter-spacing: 0px;
			}
			
			#contentcontainer_menu .submenu_link
			{
				margin-bottom: 13px;
				font-size: 9pt;
				letter-spacing: 0px;
				margin-left: 20px;
			}
			
			#contentcontainer_menu .submenu_link_selected
			{
				margin-bottom: 13px;
				font-size: 9pt;
				letter-spacing: 0px;
				margin-left: 20px;
				color: #000000;
			}
			
			#contentcontainer_menu a:link, 
			#contentcontainer_menu a:active, 
			#contentcontainer_menu a:visited
			{
				font-family: Arial, Helvetica, sans-serif;
				color: #5e5e5e;
				font-weight: bold;
				
				text-decoration: none;
			}
			
			#contentcontainer_menu .submenu_link_selected a:link, 
			#contentcontainer_menu .submenu_link_selected a:active, 
			#contentcontainer_menu .submenu_link_selected a:visited
			{
				font-family: Arial, Helvetica, sans-serif;
				color: #000000;
				font-weight: bold;
				text-decoration: none;
			}
			
			
			#contentcontainer_menu .menu_link_selected a:link, 
			#contentcontainer_menu .menu_link_selected a:active, 
			#contentcontainer_menu .menu_link_selected a:visited
			{
				font-family: Arial, Helvetica, sans-serif;
				color: #000000;
				font-weight: bold;
				text-decoration: none;
			}
			
			
			
			#contentcontainer_menu a:hover
			{
				font-family: Arial, Helvetica, sans-serif;
				color: #000000;
				font-weight: bold;
			}
		
		#contentcontainer_content
		{
			width: 504px;
			
			font-size: 8pt;
			font-weight: normal;
			
			color: #000000;
		}
		
			#contentcontainer_content a:link, 
			#contentcontainer_content a:active, 
			#contentcontainer_content a:visited
			{
				color: #000000;
				text-decoration: underline;
			}
			
			#contentcontainer_content a:hover {
				color: #000000;
				text-decoration: underline;
			}
#footer
{
	position: fixed;
	bottom: 0px;
	height: 20px;
	width: 100%;
	background-color: #3c3c3c;
	font-size: 8pt;
	overflow: hidden;
	
	z-index: 100;
	
	display:none;
}

	#footer .grasgroen
	{
		position: absolute;
		right: 10px;
		top: 3px;
		
		font-size: 8pt;
		letter-spacing: 1px;
		
		
		
	}

		#footer .grasgroen a:link,
		#footer .grasgroen a:active,
		#footer .grasgroen a:visited
		{
			color: #5f5f5f;
			text-decoration:none;
		}

#grasgroen
{
	position:fixed;
	right: 10px;
	bottom: 30px;
}
/* Tekst opmaak */

h1
{
	margin: 0px;
	font-size: 24px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2
{
	margin: 0px;
	font-size: 22px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3
{
	margin: 0px;
	font-size: 16px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4
{
	margin: 0px;
	font-size: 14px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* formulier opmaak */

.form_text
{
	padding: 2px;
	border: 1px solid #999999;
	background: #ffffff;
	width: 222px;
}
	.form_text:focus
	{
		border: 1px solid #333333;
	}

.form_textarea
{
	padding: 2px;
	border: 1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
}
	.form_textarea:focus
	{
		border: 1px solid #333333;
	}

.form_submit
{
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	
	background: #b1b1b1;
	border: none;
	
	color: #ffffff;
}

	.form_submit:hover
	{
		border: none;
		background-color: #333333;
	}

