@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

html,	body 
{
	margin:0;
	padding:0;
	height:100%;
	
	font-family:tahoma, arial, sans-serif; 
	background-image:url('/assets/bg_gradient.jpg');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ebebeb;
}
img
{
	border:0;
}
/*body{overflow-x:hidden;}*/
	#container 
	{
		min-height:100%;
		position:relative;
		background-image:url('/assets/body_bg_tp.png');
		background-repeat:repeat-y;
		background-position:center;	  		
	}
	#header 
	{
		text-align:left;
		padding:10px 0;
		height:150px;
		width:997px;
		margin-left:auto;
		margin-right:auto;
		
		background-image:url('/assets/header_bg_glow.jpg');
		background-repeat:repeat-x;
		background-position:0 1px;
		
		border-width:0 0 0 1px;
		border-color:#ffffff;
		border-style:solid;
	}

		#header p,
		#header h1
		{
		  margin:0;
		  padding:10px 0 0 10px;
		}
		#header #headerTitle
		{
		  margin-left:63px;
		  position:absolute;
		  top:10px;
		}
		#header #headerTitle img
		{
		  border:none;
		}
		
		#header #headerLogo
		{
		  margin-left:643px;
		  position:absolute;
		  top:1px;
		}

		#header #menu
		{
		  list-style:none;
		  position:relative;
		  
		  top:6px;
		  left:61px;
		  
		}
		  #header #menu li
		  {
			 display:block;
			 float:left;
			 margin-right:5px;
		  }
			 
			 #header #menu li a
			 {
				font-size:13px;
				line-height:16px;
				height:23px;
				font-weight:bold;
				color:#ffffff;
				display:block;
				text-align:center;
				padding-top:11px;
				text-decoration:none;
			 }
			 
			 #header #menu li a:hover
			 {
				color:#751012; 
			 }
			 
			 #header #menu li.active a:link, #header #menu li.active a:visited
			 {
				color:#751012;
				background-position:0 -34px;               
			 }
			 
			 #header #menu li.active a:hover
			 {
				color:#4F4F4F;
			 }
				#header #menu #btn_1 a  {  background-image:url('/assets/home.jpg'); background-repeat:no-repeat;  width:96px; }
				#header #menu #btn_2 a  {  background-image:url('/assets/betalen.jpg'); width:120px;}
				#header #menu #btn_3 a  {  background-image:url('/assets/over.jpg'); width:120px;}
				#header #menu #btn_4 a  {  background-image:url('/assets/betalen.jpg'); width:120px;}
				#header #menu #btn_5 a  {  background-image:url('/assets/contact.jpg'); width:100px;}
				
				#header #menu #btn_6 a  {  background-color:red; width:120px;}
				#header #menu #btn_7 a  {  background-color:red; width:120px;}
				
				
				#header #menu li a:hover
				{
				   background-position:0 -34px;
				}
#body {
	padding:10px;
  padding-bottom:42px;	/* Height of the footer */
  width:900px;
  /*background-color:#EFEFEF;*/
  margin-left:auto;
  margin-right:auto;
  text-align:left;
}

/* landing pagina */	 
  #landing
  {
	background-image:url('/assets/bg_landing.jpg'); 
	width:998px;
	height:436px;
	text-align:left;
	margin-left:-49px;
  }
	#landing .FL
	{
		float:left;
		margin-top:50px;
	}
	
	#landing #land_text
	{
		
		margin-left:65px;
		width:470px;
	}
		#landing #land_text h1
		{
			font-size:18px;
			
		}
	
	#landing #land_list
	{
		padding-top:30px;
		margin-left:0;
		width:172px;
		
	}
		#landing #land_list p
		{
			margin-bottom:0;
		}
		#landing #land_list strong
		{
			color:#751012;
		}
		#landing #land_list ul
		{
			margin:0;
			padding:0;
		}
		#landing #land_list p.second
		{
			margin-top:40px;
		}
			#landing #land_list ul li
			{
				list-style-position:outside;
				font-size:12px;
				margin-left:15px;
			}
	
	#landing #land_form
	{
		margin-left:35px;
		width:162px;
		color:#ffffff;
		
	}
		#landing #land_form p

		{
			color:#ffffff;
			font-size:13px;
			line-height:18px;
			/*text-align:justify;*/
		}
		
		#landing #land_form ul
		{
			margin:0;
			/*margin-left:-10px;*/
			padding:0;
			list-style:none;
		}
		
			#landing #land_form ul li
			{
				padding-top:10px;
				font-size:14px;
			}
		#landing #land_form input
		{
			background-color:#6F6F6F;
			border:1px solid #ffffff;
			color:#ffffff;
		}

#body #breadcrumbs
  {
	 font-size:10px;
	 color:#751012;
	 font-weight:bold;
	 letter-spacing:1px;
	 padding-left:40px;
	 padding-top:20px;
  }
	 #body #breadcrumbs a:link, #body #breadcrumbs a:visited
	 {
		color:#CFCFCF;
		text-decoration:none;
	 }
	 #body #breadcrumbs a:hover
	 {
		color:#751012;
		text-decoration:underline;
	 }

  #body #content
  {
	 width:573px;
	 margin-top:20px;
	 margin-left:15px;
	 margin-bottom:20px;
	 padding-bottom:20px;
  }
  #body h1
  {
	 font-size:17px;
	 color:#751012;
  }
  #body h2
  {
	 font-size: 14px;
  }
  #body p, #body #content li, #body td
  {
	 font-size:12px;
	 letter-spacing:0.3px;
	 color:#1F1F1F;
	 line-height:23px;
  }
  	#body #content li
	{
		list-style-position:inside;
	}
  #body a:link, #body a:hover, #body a:visited
  {
	 color:#751012;
	 font-weight:bold;
  }

	#body .homeform
	{
		padding:0;
		margin:0;
	}
	#body .homeform.contactform
	{
		/*background-color:#EFEFEF;*/
		
		width:365px;
	}
	
	#body .homeform li
	{
		clear:left;
		list-style:none;
		padding-top:8px;
		font-size:13px;
		color:#751012;
	}
	
	#body .homeform label
	{
		float:left;
		display:block;
		width:120px;
		text-align:right;
		padding-right:5px;
		
		 font-size:14px;
		 letter-spacing:0.3px;
		 color:#1F1F1F;
		 text-align: left;
		 margin-left: 40px;
	}
	
	textarea
	{
		font-family:tahoma, arial, sans-serif; 
		font-size:13px;
	}
	
	#body .homeform input, #body .homeform textarea
	{
		float:left;
		border:1px solid #CCCCCC;
		
	}
	#body .homeform label input
	{
		border:none;
	}
	
		#body .homeform input.radio
		{
			width:20px;
		}
	
	#form input.focus, #form textarea.focus
	{
		background-color:#F0F0F0;
		/*border:1px solid #751012;*/
	}
	
	#messages
	{
		font-size:10px;
	
		left:145px;		
		position:relative;
		width:200px;
		clear:both;
		padding-top:8px;
		min-height:35px;
	}
  #body #sidebar
  {
	 color:#ffffff;
	 width:315px;
	 background-color:#fff;
	 /*float:right;*/
	 position:absolute;
	 top:180px;
	 margin-left:600px;
	 margin-bottom:10px;
	 z-index:20;
  }
  
  #sidebar1 {
	  width: 315px;
	  height: 180px;
	  background-color:#6F6F6F;
	  position:absolute;
	  border:1px solid #535353;
	  z-index:20;
  }

	 #body #sidebar #btn_direct
	 {
		   border:1px solid #ffffff;
		   display:block;
		   width:152px;
		   height:103px;
		   margin-left:5px;
		   margin-top:5px;
		   float: left;
	 }
		#body #sidebar #btn_direct img
		{
		   border:none;
		   
		}
	 #body #sidebar #btn_proefopdracht
	 {
	 	border:none;
		position:relative;
		margin-left:5px;
		top:5px;
		float: left;
	 }
	 	#body #sidebar #btn_proefopdracht a
		{
			border:0;
			padding:0;
			margin:0;
		}
	 #body #sidebar h3
	 {
		font-size:14px;
		font-weight:bold;
		margin-left:15px;
		margin-top:25px;
		color:#751012;
		margin-bottom:3px;
	 }
	 #body #sidebar #block-fill
	 {
	 min-height:50px;
	 }
	 #body #sidebar #sublinks
	 {
		font-size:12px;
		padding:0;
		margin:0;
		margin-left:15px;
	 }
		#body #sidebar #sublinks li
		{
		   list-style:none;
		   color:#751012;
		   line-height:17px;
		}
			   #sublinks a
			   {
				  padding-left:1px;
			   }
			   #sublinks a:link, #sublinks a:hover, #sublinks a:visited
			   {
				  color:#999;
				  text-decoration:none;
			   }
			   #sublinks a:hover
			   {
				  color:#751012;
			   }
		 #body #sidebar #contactgegevens
		 {
			font-size:11px;
			width:140px;
			margin-left:15px;
			display:block;
			margin-bottom:15px;
			margin-top: -130px;
			float: left;
			/*margin-top:15px;*/
			
			/*background-color:#4C4C4C;*/
		 }
		 	#body #sidebar #contactgegevens h3
			{
				margin-left:0;
				margin-top:30px;
			}
		 #body #sidebar #contactgegevens a:link
		 {
		color:#ffffff;
		font-weight:normal;
		text-decoration:none;
		}
		#body #sidebar #contactgegevens a:hover
		{
			color:#751012;
		}
#footer {
	position:absolute;
  bottom:0;
  width:100%;
  height:82px;			/* Height of the footer */
}
	#footer #footer_content
  {
  position:relative;
	 background-image:url('/assets/footer_bg.jpg');
	 background-position:top;
	 background-repeat:repeat-x;
	 
	 width:998px;
	 margin-left:auto;
	 margin-right:auto;
	 text-align:left;
	 color:#ffffff;
	 font-size:11px;
	 letter-spacing:0.2px;
	 line-height:16px;
	 height:82px;
  }

  #footer a:link, #footer a:hover, #footer a:visited
  {
	 color:#ffffff;
	 text-decoration:none;
  }
  #footer a:hover
  {
	 color:#751012;
  }
  #footer p
  {
	 margin:0;
	 padding:10px;
  }
  
  #footer strong
  {
	 color:#751012;
  }
  #footer #footer_content #watermerk
  {
	 position:absolute;
	 top:-330px;
	 margin-right:100px;
	 z-index:-1;
  }
  
  #footer #footer_content #logo_klein
  {
	 float:left;
	 position:relative;
	 position:relative;
	 left:70px;
	 top:8px;
  }
  #footer #footer_content #copyright
  {
	 float:left;
	 position:relative;
	 left:95px;
	 top:25px;
	 width:600px;
  }
 
 .btn_send
{
	background-color:#090;
	border: 1px solid #fff !important;
	color:#fff;			
	 box-shadow: 0 0 5px #AAAAAA;
	 cursor:pointer;
	 padding:2px 0;
	 font-size:13px;
	 /*font-weight:bold;*/
}
  
.slideshow { height: 182px; width: 573px; margin: 0 float: left; background-color: transparent; margin-left: 15px; }
.slideshow img { border: 0px; }

#contactform {
	width: 315px;
	height: 400px;
	background-color: #fff;
	float: left;
}

.W60	{ width:60px; }
.W100	{ width:100px; }
input.radio
{
	width:20px;
}
