@CHARSET "ISO-8859-1";
/*
	LinkItAll 2008 
	Version:	0.7
*/

/* Basic Structure */

		* {margin: 0; padding: 0;}
	
		body {
			margin-top: 0pt;
			margin-right: 0pt;
			margin-bottom: 0pt;
			margin-left: 0pt;
			padding-top: 0pt;
			padding-right: 0pt;
			padding-bottom: 0pt;
			padding-left: 0pt;
			font-family: "Lucida Grande","Trebuchet MS",Helvetica,Arial,sans-serif;
			font-style: normal;
			font-variant: normal;
			font-weight: normal;
			font-size: 0.8em;
			line-height: normal;
			font-size-adjust: none;
			font-stretch: normal;
			text-align: center;
			background: #444444 url(http://service.linkitall.nl/themes/default/images/site-bg.gif);
		}
		
		/* Page Container */
		#container {
		
			width: 952px;
			margin-top: 20pt;
			margin-right: auto;
			margin-bottom: 0pt;
			margin-left: auto;
			background-color: #ffffff;
			color: #000000;
			border: 5px dashed #ffffff;
			z-index: 10;
			
			
			border-right-width: 2px;
			border-bottom-width: 2px;
			border-left-width: 2px;
			border-right-style: solid;
			border-bottom-style: solid;
			border-left-style: solid;
			border-right-color: #ffffff;
			border-bottom-color: #ffffff;
			border-left-color: #ffffff;
			border-top-width: medium;
			border-top-style: none;
			border-top-color: -moz-use-text-color;
			
			background-color: #ffffff;
			border-top-color: #ffffff;
			border-right-color: #ffffff;
			border-bottom-color: #ffffff;
			border-left-color: #ffffff;
			color: #333333;
			
			border-left-width: 2px;
			border-left-style: solid;
			border-left-color: #ffffff;
			border-right-width: 2px;
			border-right-style: solid;
			border-right-color: #ffffff;
			
			overflow-x: hidden;
			overflow-y: hidden;
			
			
		}

/* Header */

		#header {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			position: relative;
			width: 952px;
			float: left; 
			height: 133px;
			border-bottom:2px solid #ffffff;
		}
		
		#header ul {
			list-style-type: none;
			margin: 0;
		}
		
		.headerlogin a{
			padding: 0px 0px 0px 0px;
			color: #ffffff;
			text-decoration: none;
			font-weight: bold;
			font-size: 9px;
		}

/* header-left */

		#headerleft {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			width: 150px;
			height: 131px;
			position: relative;
			float: left;
			border-top:2px solid #ffffff;
		 	border-left: 0px solid #ffffff;
		 	border-bottom:0px solid #ffffff;
		 	border-right: 2px solid #ffffff;
		}
		
		#col1 {
			margin: 0 0 0 0;
			padding: 0px 0px 0px 0px;
			width: 150px;
			height: 20px;
			background-color:#9e9c9a;
			position: relative;
			border: 0px;
			float: left;
		}
		#collogo {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			width: 150px;
			height: 69px;
			background-color:#ffffff;
			position: relative;
			float: left;
			border-left: 0px solid #ffffff;
			border-right: 0px solid #ffffff;
			border-top: 0px solid #ffffff;
			border-bottom: 0px solid #ffffff;
		}
		.logo {
			margin: 10px 0 0 0;
			padding: 0 0 0 0;
			position: relative;
			float: none;
			border: 0;
		}
		#col2 {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			width: 150px;
			height: 20px;
			background-color:#fa5a02;
			position: relative;
			float: left;
			border-top: 0px solid #ffffff;
			border-left: 0px solid #ffffff;
			border-right: 0px solid #ffffff;
			border-bottom: 2px solid #ffffff;
		}
		#col3 {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			width: 150px;
			height: 20px;
			background-color:#000000;
			position: relative;
			float: left;
		 	border-top:0px;
		 	border-left: 0px;
		 	border-bottom:0px solid #ffffff;
		 	border-right: 0px;
		}

/* header-right */

		#headerright {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			width: 800px;
			height: 131px;
			background-color:#d5d2cf;
			position: relative;
			float: left; 
			border-top:2px solid #ffffff;
		 	border-left: 0px solid #ffffff;
		 	border-bottom:0px solid #ffffff;
		 	border-right: 0px solid #ffffff;
		 	background: #ffffff url(http://service.linkitall.nl/themes/default/images/RightBlock.png) 0 0 no-repeat;
		}
		
		#loginList {
			color: #ffffff;
			float: right;
			border-bottom: 0;
			padding: 3px 3px 0 0;
			margin: 0 0 0 0;
		}	
		
		
		#right1 {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			width: 800px;
			height: 20px;
			background-color:#615e59;
			position: relative;
			float: left; 
			border-top: 0px;
		 	border-left: 0px;
		 	border-bottom:0px;
		 	border-right: 0px;
		 	text-align: right;
		 	text-decoration: none;
		 	font-size: 9px;
		 	font-weight: bold;
		 	border: none;
			color: #9e9c9a;
		}
		
		#right1 A, #right1 A:VISITED{
			margin: 0 0 0 0;
			padding: 0px 0px 0 0;
			background-color:#615e59;
			position: relative;
		 	text-align: right;
		 	text-decoration: none;
		 	font-size: 10px;
		 	font-weight: bold;
		 	color: #ffffff;
		}
		
		.licon IMG{
			margin: 0px 0 0 0;
			padding: 3px 0 0 0;
			border: none;
		}
		
		#right2 {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			width: 800px;
			height: 69px;
			position: relative;
			float: left; 
			border-top: 0px solid #ffffff;
		 	border-left: 0px;
		 	border-bottom:0px solid #ffffff;
		 	border-right: 0px;
		}

/* head-nav */
		
		#nav {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			width: 800px;
			height: 20px;
			position: relative;
			float: left; 
			border-top: 0px;
		 	border-left: 0px;
		 	border-bottom: 2px solid #ffffff;
		 	border-right: 0px;
		 	text-align: left;
		}
		
		#subnav {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			width: 800px;
			height: 20px;
			background: #000000;
			position: relative;
			float: left; 
			border-top: 0px;
		 	border-left: 0px;
		 	border-bottom:0px solid #ffffff;
		 	border-right: 0px;
		 	text-align: left;
		}



/* nav - tabs */

		#navitems li {
			float: left;
			border-right: 0.0909em solid #ffffff;
			font-weight: bold;
		}
		#navitems li a {
			text-decoration: none;
			padding: 0em 1.20em 0em 1.50em; 
			/*background: #f00;*/
			height: 1.454em; /* 16px */
			height: auto;
			color: #ffffff;
			display: block;
		}
		.navitemsActive { 
			background: #cc0202 !important;
			height: 1.454em; /* 16px */
			height: auto;
		}
		
		#navitems li a:hover,
		#navitems li a:focus
		{
			background: #cc0202;
			color: #fff;
		}
		#navitemsShadow {
			width: 954px; 
			height: 5px;
			display: block;
		}
		#navitems {
			margin-top: 105px; 
			margin-left: 20px;
		}
		#navitems ul {
			width: 954px;
			height: 2.182em; /* 24px */
			background: #f00;
		}


/* subnav - tabs */

		#subnavitems li {
			float: left;
			border-right: 0.0909em solid #ffffff;
			font-weight: normal;
		}
		#subnavitems li a {
			text-decoration: none;
			padding: 0em 1.20em 0em 1.50em; 
			/*background: #f00;*/
			height: 20px; /* 16px */
			height: auto;
			color: #ffffff;
			display: block;
		}
		.subnavitemsActive { 
			background: #615e59 !important;
			height: 20px; /* 16px */
		}
		
		#subnavitems li a:hover,
		#subnavitems li a:focus
		{
			background: #615e59;
			color: #fff;
		}
		#subnavitems {
			margin-top: 105px; 
			margin-left: 20px;
		}
		#subnavitems ul {
			width: 954px;
			height: 2.182em; /* 24px */
			background: #f00;
		}
	

/* mid-page */

		#midpage {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			width: 952px;
			height: 400px;
			background-color:#ffffff;
			position: relative;
			float: left; 
			border-top:0px;
		 	border-left: 0px solid #ffffff;
		 	border-right: 0px;
		 	border-bottom:0px;
		 	text-align: left;	
		}
		
		#leftmenu {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			width: 150px;
			height: 400px;
			background-color:#d5d2cf;
			position: relative;
			float: left; 
			border-top:0px;
		 	border-left: 0px solid #ffffff;
		 	border-right: 2px solid #ffffff;
		 	border-bottom:0px;
		 	text-align: left;
		}
		#leftmenuContent{
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			width: 150px;
			height: 400px;
			background-color:#d5d2cf;
			position: relative;
			float: left; 
			border-top:0px;
		 	border-left: 0px solid #ffffff;
		 	border-right: 0px solid #615f59;
		 	border-bottom:0px;
		 	text-align: left;
		 	font-size: 10px;
		}



/*	Content  */
		#content {
			margin: 0 0 0 0;
			padding: 5px 0 0 20px;
			width: 750px;
			height: 400px;
			background-color:#ffffff;
			position: relative;
			float: left;
			text-align: left;
			list-style-position: inside;
		}
		
		
		H1 {
			text-align: left;
			font-size: 20px;
			font-family: "Trebuchet MS", sans-serif;
			font-weight: normal;
			text-decoration: underline;
			padding-bottom: 10px;
			padding-top: 10px;
		
		}
		H2 {
			text-align: left;
			text-decoration: none;
			font-size: 16px;
			font-family: "Trebuchet MS", sans-serif;
		}
		H3 {
			text-align: left;
			text-decoration: none;
			font-size: 12px;
			font-family: "Trebuchet MS", sans-serif;
		}
		
		P {
			padding-bottom: 5px;
		}

/*  Footer */

		#footer {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			width: 952px;
			height: 27px;
			background-color:#ffffff;
			position: static;
			border:0px;
			float: left; 

		}
		
		#footerleft {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			width: 150px;
			height: 27px;
			position: relative;
			float: left;
			background-color:#ffffff;
			background-color:#ffffff;
			border-right:2px solid #ffffff;
			border-top:2px solid #ffffff;
			
		}
		#footerlefttop {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			width: 150px;
			height: 20px;
			background-color:#000000;
			position: relative;
			float: left;
		 	border-top:0px;
		 	border-left: 0px;
		 	border-bottom:2px solid #ffffff;
		 	border-right: 0px;
		}
		
		#footerleftbottom {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			width: 150px;
			height: 5px;
			background-color:#9e9c9a;
			position: relative;
			float: left;
		 	border:0px;
		 	font-size: 1px;
		}
		
		#footerright {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			width: 800px;
			height: 20px;
			background-color:#ffffff;
			position: relative;
			float: left; 
			border-top:0px;
		 	border-left: 0px;
		 	border-bottom:0px;
		 	border-right: 0px;
		}
		#footerrighttop {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			width: 800px;
			height: 20px;
			background-color:#000000;
			position: relative;
			float: left;
		 	border-top:2px solid #ffffff;
		 	border-left: 0px;
		 	border-bottom:2px solid #ffffff;
		 	border-right: 0px;
		}
		
		#footerrightbottom {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			width: 800px;
			height: 5px;
			background-color:#615e59;
			position: relative;
			float: left;
		 	border-top:0px;
		 	border-left: 0px;
		 	border-bottom:0px;
		 	border-right: 0px;
		 	font-size: 1px;
		}
		
		#copyright {
			height: 20px;
			padding-top: 2px;
			font: 10px/1.5 sans-serif;
		}
		
		#copyright li{
			color: #ffffff;
			padding: 0 0 0 0;
			margin: 0 0 0 0;
			list-style-type: none;
			text-align: center;
		}
		
		#contactitems {
			height: 20px;
			padding-left: 20px;
			padding-top: 2px;
			font: 10px/1.5 sans-serif;
		}
		
		#contactitems li {
			color: #ffffff;
			float: left;
			padding: 0 20px 0 0;
			margin: 0 0 0 0;
			list-style-type: none;
		}
		
		.checkitems {
			list-style-image: url(http://service.linkitall.nl/themes/default/images/check_icon.gif);
			list-style-position: outside;
			margin-left: 20px;
		}
		
		.liststandard {
			list-style-type: disc;
			list-style-position: outside;
			margin-left: 20px;		
		}
		
		.obj-line-blue {
			border: 1px solid #336699;
		}
		
		.banner-service {
			top: 20px;
			right: 0px;
			border-top-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-left-width: 1px;
			border-top-style: dashed;
			border-right-style: dashed;
			border-bottom-style: dashed;
			border-left-style: dashed;
			border-top-color: black;
			border-right-color: black;
			border-bottom-color: black;
			border-left-color: black;
			background-color: #eeeeee;
			padding-top: 10px;
			padding-right: 10px;
			padding-bottom: 10px;
			padding-left: 10px;
			z-index: 1;
			voice-family: inherit;
			width: 168px;
			position: absolute;
		}
		#content .searchword {
		    border-bottom: 1px solid #bd6;
		    background: #e6ffdc;
		}
		
		.word-orange {
			color: #fa5a02;
		}
		.c-right{
			float: left;
			top: 0px;
			right: 0px;
			position: absolute;
		}
		.block-200 {
			float: left;
			width: 200px;
			margin-top: 0px;
			margin-right:20px;
			padding-top: 10px;
			padding-bottom: 10px;
		}

		.block-350-a {
			top: 20px;
			right: 0px;

			padding-top: 10px;
			padding-right: 10px;
			padding-bottom: 10px;
			padding-left: 10px;
			z-index: 1;
			width: 250px;
			position: absolute;
		}

		.block-350 {
			width: 350px;
		}

		.block-400 {
			width: 400px;
		}
		.block-480 {
			width: 480px;
		}
		.block-520 {
			width: 520px;
		}
		
		.c3 {
			float: left;
			left: 20px;
			margin-top: 10px;
			margin-right:20px;
			border-top-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-left-width: 1px;
			border-top-style: dashed;
			border-right-style: dashed;
			border-bottom-style: dashed;
			border-left-style: dashed;
			border-top-color: black;
			border-right-color: black;
			border-bottom-color: black;
			border-left-color: black;
			background-color: #eeeeee;
			padding-top: 10px;
			padding-right: 10px;
			padding-bottom: 10px;
			padding-left: 10px;
			z-index: 1;
			width: 208px;
			height: 190px;
			min-height: 170px;
		}
		
		.link-def{
			color: #444444;
			text-decoration: none;
			}

		.link-def:hover, a:hover{
			text-decoration: underline;
		}
		
		.cnt-linkdef{
			float: left;
			list-style-type: none;
			background-image: url(http://service.linkitall.nl/themes/default/images/list-link.gif);
			background-position:0px 8px; 
			background-repeat:no-repeat;
			padding:3px 0px 4px 14px; 
			display: inline; 
		}

/* leftmenu themes */
		.leftmenuMaatwerk {
			background-image: url(http://service.linkitall.nl/themes/default/images/maatwerk-b.png);
		}
		.leftmenuContact {
			background-image: url(http://service.linkitall.nl/themes/default/images/contact_leftmenu.png);
		}
		.leftmenuLinkItDMS {
			background-image: url(http://service.linkitall.nl/themes/default/images/time_leftmenu.png);
		}
		.leftmenuLinkItCRM {
			background-image: url(http://service.linkitall.nl/themes/default/images/crm_leftmenu.png);
		} 
		.leftmenuLinkItDNA {
			background-image: url(http://service.linkitall.nl/themes/default/images/dna_leftmenu.png);
		} 
		.leftmenuLinkItFruit {
			background-image: url(http://service.linkitall.nl/themes/default/images/every-day-fruit_leftmenu.png);
		} 

.footerbar {text-decoration: none; color: #ffffff;}
.footerbar A:link {text-decoration: none; color: #ffffff;}
.footerbar A:visited {text-decoration: none; color: #ffffff;}
.footerbar A:active {text-decoration: none; color: #ffffff;}
.footerbar A:hover {text-decoration: none; color: #ffffff;}		