/* By Zam Saalmann, Saalmann.nl 						*/
/* Tested in IE 5.6/9, 6.0 7.0, Firefox, Safari and Opera 	*/
/* Valid xHTML				 								*/

/* Reset default styles */
* {
	outline:none;
	padding:0;
	margin:0;
}

html { 
	overflow: scroll;
}

body {
	margin:0 auto;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#464646;	
	background:url(../images/bg_.png) #F4F4F4 repeat-x top center;
	text-align:center;
}

p {
	padding:0;
	margin:0
}

a {
	text-decoration:none;
	color:#92a4b9
}

a:hover {
	text-decoration:none;
}

h1 {
	padding:3px 0 3px 0;
	margin-bottom:8px;
	display:block;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:1.20em;
	font-weight: bold;
	color: #5D7389;
	border-bottom:1px solid #E5E5E5;
	
}

h2 {
	padding:0 0 8px 0;
	margin:0;
	color:#EB2121;
	font:normal normal normal 1.0em/1em "Trebuchet MS",Arial,Helvetica,sans-serif;
}

h3 {
	padding:0 0 0 0;
	margin:0;
	color:#EB2121;
	font:normal normal normal 0.8em/1em "Trebuchet MS",Arial,Helvetica,sans-serif;
}

hr {
	margin:2px 0 2px 0;
	padding:0;
	border:1px solid #D3D3D3; 
}


img {
	border:0
}

table {
	border:0;
}

table td {
	border:0;
	border-bottom:1px solid #e5e5e5;
	text-align:left;
	padding:8px
}

#first{
	border-top:1px solid red
}
#last {
	border-bottom:1px solid red
}

.odd {
	background-color:#ffffff;
}

.even {
	background-color:#F4F4F4;
}

/* Constructor */
#wrapper {
	background: url('../images/body.png');
	background-repeat:repeat-y;
    margin:0 auto;
	width:990px;
    height:100%;
	position:relative;
}

#container {
    margin:0 auto;
	width:970px;
    height:100%;
	text-align:left;
	position:relative;
	font-size:0.7em;
	line-height:1.4em;
	word-spacing:0.1em;
}

#top_nav {
	background-image:url('../images/top_nav.png');
	background-repeat:repeat-x;
	width:970px;
	height:31px;
	position:relative;
}

#header {
	background-image:url('../images/header.png');
	background-repeat:no-repeat;
	width:970px;
	height:195px;
	position:relative;
}

#navigation {
	background-image:url('../images/menu_bg.png');
	background-repeat:repeat-x;
	width:970px;
	height:57px;
	position:relative;
}

#content {
	width:970px;
	height:auto;
	position:relative;
}

#contentinner {
	display:block;
	padding:35px 15px 0 40px;
	margin-bottom:35px;
	height:auto;
	position:relative;
	overflow:hidden;
}

#leftcolumn {
	width:560px;
	float:left;
	position:relative
}

/* Navigation */
#top_nav ul {
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	right:0px;
	height:31px;
}

#top_nav ul li {
	float:left;
}

#top_nav ul li a {
	float:left;
	display:block;
	outline:none;
}

#top_nav ul li#index a {
	background-image:url('../images/menu/home_top.png');
	background-position:top;
	width:52px;
	height:31px;
}

#top_nav ul li#login a {
	background-image:url('../images/menu/login_top.png');
	background-position:top;
	width:60px;
	height:31px;
}

#top_nav ul li#disclaimer a {
	background-image:url('../images/menu/disclaimer_top.png');
	background-position:top;
	width:75px;
	height:31px;
}

#top_nav ul li#index a:hover, 
#top_nav ul li#login a:hover, 
#top_nav ul li#disclaimer a:hover {
	background-position:bottom;
}

#navigation ul {
	list-style:none;
	padding:0;
	margin:0;
	margin-left:15px
}

#navigation ul li {
	float:left;
}

#navigation ul li a {
	height:57px;
	display:block;
	text-indent: -5000px;
	outline:none;
}

#navigation ul li#home a {
	background-image:url('../images/menu/home.png');
	width:86px;
	height:57px;
	background-position:top;
}

#navigation ul li#about_us a{
	background:url('../images/menu/about_us.png');
	width:108px;
	height:57px;
	background-position:top;
}

#navigation ul li#products a {
	background:url('../images/menu/products.png');
	width:106px;	
	height:57px;
	background-position:top;
}

#navigation ul li#services a {
	background:url('../images/menu/services.png');
	width:97px;
	height:57px;
	background-position:top;
}

#navigation ul li#portfolio a{
	background:url('../images/menu/portfolio.png');
	width:92px;
	height:57px;
	background-position:top;
}

#navigation ul li#contact a{
	background:url('../images/menu/contact.png');
	width:95px;
	height:57px;
	background-position:top;
}

#navigation ul li#home a:hover, #navigation ul li#home a.actief,
#navigation ul li#about_us a:hover, #navigation ul li#about_us a.actief,
#navigation ul li#products a:hover, #navigation ul li#products a.actief,
#navigation ul li#services a:hover, #navigation ul li#services a.actief,
#navigation ul li#portfolio a:hover, #navigation ul li#portfolio a.actief,
#navigation ul li#contact a:hover, #navigation ul li#contact a.actief {
	background-position:bottom;
}

/* Placeholders */
.top_arrows {
	background-image:url('../images/arrows.png');
	background-repeat:no-repeat;
	width:32px;
	height:31px;
	display:block;
	left:40px;
	position:absolute;
}

.searchbox {
	background-image:url('../images/searchpanel.png');
	background-repeat:no-repeat;
	width:176px;
	height:20px;
	display:block;
	position:absolute;
	right:150px;
	top:18px;
}

#header #logo {
	padding:42px 0 0 40px
}

#header .logo {
	background-image:url('../images/logo.png');
	background-repeat:no-repeat;
	width:205px;
	height:102px;
	display:block;
	position:relative;
}

#content .introtext {
	width:243px;
	height:auto;
	position:relative;
	float:left;
	display:block;
}

#content .news_fp {
	background-image:url('../images/news_frontpage.png');
	background-repeat:no-repeat;	
	width:282px;
	height:257px;
	position:relative;
	float:left;
	margin-left:35px;
	margin-top:3px
}

#content .news_fp ul {
	margin:0;
	padding:65px 30px 10px 30px;
}

#content .news_fp ul li {
	list-style:square;
	color:#92a4b9;
	padding:5px 0 5px 0;
	border-bottom:1px solid #e7e7e7;
}

#content .news_fp li a {
	color:#000000
}

#content .news_fp li a:hover {
	text-decoration:underline;
}

#content .rightcolumn {
	position:relative;
	width:285px;
	height:200px;
	float:right;
	margin-right:20px;
}

#content .rightcolumn ul {
	list-style:square;
	color:#92a4b9;
	margin:0;
	padding:0
}

#content .rightcolumn ul li {
	color:#000000;
	margin-left:15px
}

#content .rightcolumn a {
	line-height:1.8em;
	color:#92a4b9
}

#content .newproducts {
	clear:both;
	top:35px;
	float:left;
	position:relative;
	padding-bottom:60px;
	margin-top:-10px;
}

#content .projectsbox {
	width:552px;
	height:125px;
	border:1px solid #e5e5e5;
	background-color: #F4F4F4;
}

#content .projectsoverlay {
	background-image:url('../images/projectsoverlay.png');
	background-repeat:no-repeat;
	position:absolute;
	width:552px;
	height:125px;
	z-index:999;
	left:1px;
	bottom:61px
}

#content .projects {
	padding-left:9px;
	padding-top:6px
}

#content .projectsbox #arrow_left {
	background: url(../images/arrow_left.gif) no-repeat;
	background-position:bottom;
	display:block;
	width:25px;
	height:20px;
}

#content .projectsbox #arrow_right {
	background: url(../images/arrow_right.gif) no-repeat;
	background-position:bottom;
	display:block;
	width:25px;
	height:20px;
}

#content .projectsbox #arrow_right:hover, #content .projectsbox #arrow_left:hover {
	background-position:top;
}


#content .project img {
	float:left
}

#content .next {
	position:absolute;
	right:-28px;
	top:75px;
	clear:both;
	font-weight:bold;
	color:#000
}

#content .prev {
	position:absolute;
	float:left;
	left:-28px;
	top:75px;
	clear:both;
	font-weight:bold;
	color:#000
}

#leftcolumn .softwarebox {
	float:left;
	padding-right:20px;
}

#leftcolumn #portfolio_box ul {
	padding:0;
	margin:0;
	list-style:none
}

#leftcolumn #portfolio_box ul li {
	border-top:1px solid #e5e5e5;
	clear:both;
	height:110px;
	padding:10px;
	position:relative;
}

#leftcolumn #portfolio_box ul img {
	float:left;
	display:block;
	position:relative;
}

#leftcolumn #portfolio_box p.left {
	left:50px;
	display:block;
	position:relative;
	width:150px;
	float:left
}

#leftcolumn #portfolio_box p.right {
	float:right;
	display:block;
	position:relative;
	width:150px;
}

#footer {
	background-image:url('../images/footer.png');
	background-repeat:repeat-x;	
	height:48px;
	width:970px;
	bottom:0;
	color:#999999;
	position:relative;
}

#footer .left {
	position:relative;
	left:40px;
	float:left;
	height:48px;
	display:block;
	top:18px;
}

#footer .right {
	position:relative;
	right:30px;
	float:right;
	height:48px;
	display:block;
	top:18px;
}

a.close_pop {
	background: url(../images/close_pop.gif) no-repeat;
	background-position:bottom;
	width:25px;
	height:20px;
	position:absolute;
	right:10px;
	top:10px;
}

a.close_pop:hover  {
	background-position:top;
}

#navigation .support_title {
	padding:20px 0 0 45px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	font-variant:small-caps;
}

/* Forms & Notifications */
form {
	padding:0;
	margin:0;
}

.contact {
	border:1px dashed #DBDBDB;
	padding:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#F2F2E6;
}

.contact .error {
	color:red;
}

.contact .errormsg {
	color:#D12F19;
	display:block;
	width:505px;
	background-color: #FBE3E4;
	border:1px solid #FBC2C4;
	padding:10px;
	margin-bottom:20px
}

.contact .successmsg {
	color:#529214;
	display:block;
	width:505px;
	background-color:#E6EFC2;
	border:1px solid #708228;
	padding:10px;
	margin-bottom:20px
}

.contact .noticemsg {
	color:#817134;
	display:block;
	width:505px;
	background-color:#FFF6BF;
	border:1px solid #FFD324;
	padding:10px;
	margin-bottom:20px
}

.contact .forminfo {
	color:#999999;
	font-size:x-small;
	margin:10px 0 5px 10px;
}

.button:hover {
	background-position:left bottom;
}

/* Lightbox */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
}
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display:inline;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

/* Tabs */
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
  border-bottom:none;
  background-color:white
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 20px;
 font-weight:bold;
 height:20px;
 border-bottom: none;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
 background: url(../images/tab.png) bottom repeat-x;
}

ul.tabbernav li:hover {
 background: url(../images/tab.png) top repeat-x;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border-bottom: none;
 color:#FFFFFF;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #FFF; }
ul.tabbernav li a:visited { color: #FFF; }

ul.tabbernav li a:hover
{
 color: #FFF
}

ul.tabbernav li.tabberactive a
{
}

ul.tabbernav li.tabberactive a:hover
{
 color: #FFF;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 border-top:0;
 margin-top:4px;
 border-left:1px solid #e5e5e5;
 border-right:1px solid #e5e5e5;
 background-color:#F4F4F4

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}



