/***													***\
HTML/CSS by:
------------------------------------------------------------
   __  __  __  __  __  ____  _   __  __    ___    __  ____ 
  / / /  |/ / /  |/ / /   / | | / / /  |  /   \  / / /  __|  
 / / / /|  / / /|  / / / /  | |/ / / / | / /  / / / /__  /
/_/ /_/ |_/ /_/ |_/ /___/   |___/ /_/|_|/____/ /_/ /____/

-------------------|[www.innovadis.com]|--------------------

Version: 1.1a                          dvb dweb lasercompany
------------------------------------------------------------
\***													***/



/**
----|[ Main body ]|----
**/

*
{
	padding:						0px;
	margin:							0px;
}

body
{
	font-family:					tahoma, Geneva, sans-serif;
	font-size:						12px;
}



/**
----|[ Standard Elements ]|----
**/

h1
{
	color:							#5f1985;
	font-size:						16px;

	margin:							0 0 10px 0;
}

h2
{
	color:							#e6308e;
	font-size:						14px;

	margin:							0 0 5px 0;
}

.fontarial
{
	font-family:					Arial, Helvetica, sans-serif;
}

a img
{
	border:							none;
}



/**
----|[ Main containers ]|----
**/

.main_container
{
	height:							137px;
	width:							950px;

	margin:							auto;
}

.right
{
	float:							left;
	width:							200px;
}



/**
----|[ Header & header content ]|----
**/

.header
{
	height:							136px;

	background-image:				url('Images/header.jpg');

	clear: both;
}

.header a
{
	width:							400px;
	height:							135px;
	float:							right;
}



/**
----|[ Breadcrumb ]|----
**/

.crumb
{
	height:							20px;

	background-color:				#5f1985;
	color:							#fff;
	font-size:						11px;
}

	.crumb a
	{
		color:						#fff;
		text-decoration:			underline;
	}

		.crumb a:hover
		{
			text-decoration:		none;
		}
	
.crumb_left
{
	float:							left;

	margin-left:					10px;
	padding-top:					1px;
}

.crumb_right
{
	float:							right;

	margin-right:					10px;
	padding-top:					1px;
}



.tweener
{
	height:							2px;

	background-image:				url('Images/menu_tween.jpg');
}



/**
----|[ Menu bar ]|----
**/

.menu
{
	position:						relative;

	height:							20px;
	width:							950px;

	background-color:				#e6308e;
	text-align:						center;

}

	.menu a
	{
			color:					#fff;
			text-decoration:		none;
			font-weight:			bold;
	}

		.menu a:hover
		{
			color:					#306;
			text-decoration:		none;
		}

	.menu ul
	{
		padding-top:				2px;
	}

		.menu ul li
		{
			display:				inline;
		
			padding:				0 20px;
			font-size:				11px;
		
			list-style:				none;
			margin:					auto;
		}



/**
----|[ Small main menu left ]|----
**/

.menu_left
{
	float:							left;

	width:							190px;
}

.menu_left
{
	margin-top:						18px;
}

		.menu_left ul li
		{
			list-style:				none;
		
			margin-bottom:			10px;
			margin-left:			14px;
		}

	.menu_left a
	{
		color:						#306;
		font-weight:				bold;
	
		text-decoration:			none;
	
	}

		.menu_left a:hover
		{
			color:					#e6308e;
		}



/**
----|[ Menu pad above content ]|----
**/

.menu3
{
	background-color:				#f2f2f2;
	margin:							18px;
	padding:						10px 0 10px 15px;
}

	.menu3 a
	{
			color:					#e6308e;
			text-decoration:		underline;
			font-weight:			bold;
			line-height:			17px;
	}

		.menu3 a:hover
		{
			color:					#306;
			text-decoration:		none;
		}

		.menu3 ul li
		{
			display:				inline;
		
			padding:				0 20px 0 0;
			font-size:				9px;
		
			list-style:				none;
			margin:					auto;
		}

.online_reserveren
{
	float:							right;
}

	.online_reserveren a
	{
		font-size:					9px;
		padding:					2px 5px;
		margin:						10px;
		background-color:			#306;
		color:						#fff;
		text-decoration:			none;
	}

		.online_reserveren a:hover
		{
			background-color:		#e6308e;
			color:					#fff;
			text-decoration:		none;
		}



/**
----|[ Linker balk ]|----
**/

.samenwerking
{
	margin:							25px 0 0 14px;

	color:							#4a4a4a;
}

	.samenwerking img
	{
		margin-top:					15px;
	}



/**
----|[ Main content container ]|----
**/

.content_container
{
	float:							left;

	width:							560px;
}

.contentpad
{
	margin:							18px;
	line-height:					22px;
}

		.contentpad	ul li
		{
			margin:					8px 0 8px 30px;
		}

	.contentpad a
	{
		font-size:					12px;
		color:						#e6308e;
		text-decoration:			none;
	}

		.contentpad a:visited
		{
			color:					#e6308e;
			text-decoration:		none;
		}

		.contentpad a:hover
		{
			color:					#5f1985;
			text-decoration:		none;
		}



/**
----|[ Contact field ]|----
**/

.right_contact
{
	width:							182px;

	margin:							18px 0;

	border:							1px solid #e33990;
	background-color:				#f2f2f2;
}

	.right_contact .title
	{
		margin:						5px;
		padding:					5px;
	
		background-color:			#e33990;
		color:						#fff;
		font-weight:				bold;
		text-align:					center;
		line-height:				20px;
	}
	
	.callmenow_container{
      background-color:white;
      position:relative;
      margin-bottom:10px;
      border:none;
      width:180px;
      text-align:center
  }
  
  .callmenow_container h1{
      font-size:				16px;
      margin:						0 0 10px 0;
      color:						#e6308e;
  }
  .callmenow_container a
	{
		font-size:					12px;
		color:						#e6308e;
		text-decoration:			none;
	}

		.callmenow_container a:visited
		{
			color:					#e6308e;
			text-decoration:		none;
		}

		.callmenow_container a:hover
		{
			color:					#5f1985;
			text-decoration:		none;
		}

.formpadding
{
	margin:							8px;
}

	.right_contact label
	{
		width:						100%;
	}

	.right_contact input[type=text]
	{
		width:						110px!important;
	
		border:						1px solid #000;
		margin:						3px 0 5px 0;
	}

	.right_contact select
	{
		width:						110px!important;
	
		border:						1px solid #000;
		margin:						3px 0 5px 0;
	}

	.right_contact input[type=button]
	{
		width:						150px;
	
		border:						1px solid #e33990;
		margin:						12px 0 5px 0;
	
		background-color:			#fff;
		color:						#e33990;
	}




/**
----|[ Footer & footer content ]|----
**/

.footer
{
	clear:							both;
}

	.footer hr
	{
		clear:						both;
	
		height:						1px;
	
		background-color:			none;
	
		line-height:				1px;
	
		border-style:				none;
		border-top:					1px solid #d7afdd;
	}

.footer_left
{
	float:							left;

	line-height:					25px;
	padding:						5px;
}

	.footer_left a
	{
		float:						left;
		color:						#5f1985;
		text-decoration:			none;
		line-height:				20px;
	}

		.footer_left a:hover
		{
			color:					#e6308e;
			text-decoration:		none;
		}

	.footer_left img
	{
		clear:						both;
		float:						left;
	
		border:						none;
	}

.footer_right
{
	float:							right;
}

.footer_row1
{
	color:							#e6308e;
	text-align:						center;

	height:							24px;
}

	.footer_row1 img
	{
		margin-bottom:				-5px;
	}

		.footer_row1 ul li
		{
			display:				inline;
		
			padding:				0 20px;
			font-size:				10px;
		
			list-style:				none;
			margin:					auto;
		}

.footer_row2
{
	color:							#000;
	text-align:						center;

	height:							50px;
}

		.footer_row2 ul li
		{
			display:				inline;
		
			padding:				0 20px;
			font-size:				11px;
			color:					#000;
		
			list-style:				none;
			margin:					auto;
		}

	.footer_row2 a
	{
		text-decoration:			underline;
		color:						#000;
	}

		.footer_row2 a:hover
		{
			color:					#000;
			text-decoration:		none;
		}



/**
----|[ Random bits ]|----
**/

	.images img
	{
		padding-top:				15px;
	}
	
	div#twtr-widget-1 div.twtr-doc {
		background-color: #e33990 !important;
	}
	
	div#twtr-widget-1 h3 {
		background-color: #e33990 !important;
	}
	
	div#twtr-widget-1 h4 {
		background-color: #e33990 !important;
	}
	
	div#twtr-widget-1 div.twtr-hd a {
		background-color: #e33990 !important;
	}
	
	div.twtr-hd  {
		border: 4px solid #f2f2f2;
		margin: 1px 1px 0 1px;
	}