/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
* {margin: 0;padding: 0;}
html { height: 100%; }
body {
	font-family: Tahoma, sans-serif;
	font-size: 76%;
	color: #888;
	height: 100%;
	background: #fff url(img/bg.gif) repeat-x;
}
img {border:0;}
a { text-decoration: none; color: #888; font-size: 1em; padding: 1px 2px; }
a:hover { background-color: #f4f4f4; }
acronym { border-bottom: 1px dotted #cc0000; cursor: help; }
ul,ol {list-style:none;}
.clear {display: block;height: 1px;clear: both;overflow: hidden;}
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	margin-top:0;
}	
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/	
#header { 
	background: url(img/header_top.gif) 579px 6px  no-repeat ; 
	width: 750px;
	height:201px; 
	margin: 0 auto;	
	padding-top: 45px;
}
/*
TABS
*/
#tabsB{
	width:100%;
    font-size:97%;
    line-height:normal;
}
#tabsB ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
}
#tabsB li {
    display:inline;
    margin:0;
    padding:0;
}
#tabsB ul  li#sel a span {
	background-position:100% -42px;
	margin-bottom: 0px;
    position:relative;
   z-index: 1;
}
#tabsB ul  li#sel a {
	background-position:0% -42px;
	margin-bottom: 0px;
 	position:relative;
  	z-index: 1;
}
#tabsB a {
    float:left;
    background:url("/img/tableftB.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}
#tabsB a span {
    float:left;
    display:block;
    background:url("/img/tabrightB.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsB a span {float:none;}
/* End IE5-Mac hack */
#tabsB a:hover span {
     color:#000;
}
#tabsB a:hover {
     background-position:0% -42px;
}
#tabsB a:hover span {
     background-position:100% -42px;
}

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header ul {
	margin: 0 40px;
	padding: 0;	
	}
#header li { 
	display: inline;
	list-style-type: none;
	margin: 0 5px;
	font-size: 1.2em;
	background: url(img/nav_blauw.gif) no-repeat;
	width: 114px;
	height: 25px;
	float: left;
	text-align: center;
	}	
#header li a { 
	display: block; 
	width: 100%;
	color: #fefefe;
	padding-top: 7px;
	}		
#header li a.on{
	background: url(img/nav1.png) no-repeat;
	width: 114px;
}
#header li a:hover {
	background-color: #333; color: #999999; 
	background: url(img/nav1.png) no-repeat;
	width: 114px;
}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	position:relative;
	width: 710px;
	margin: 0 auto;
	padding: 10px 20px 50px 20px;
}
* html #content { padding-bottom: 60px; }	
#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
}	
#content h2 { 
	font-size: 20px;
	color: #333;
	font-weight: normal;
	font-size: 1.8em;	
	margin: 20px 0 20px 0;
	clear: both;
}	
#content h2 em { 
	color: #000099; 
	font-style: normal;
}
#content p {
	text-indent: 0em;
	line-height: 2.0em;
	letter-spacing: 0.1em;	
}	
.nav_project {
	margin-left:0;
	padding:0;
}
.nav_project li{
 background: url(img/tools.gif) no-repeat 0px 4px;
 padding-left:30px;
 height:20px;
 margin-top:5px;
}
#home ul{
	margin-top:20px;
}
#home_ul li{
	margin-top:20px;
	padding-left: 30px;
 	background: url(img/tools.gif) no-repeat 0px 4px;
}		
#content blockquote { 
	background-color: #FFFFF0; 
	margin: 20px 0; 
	padding: 10px 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
#content blockquote p { margin: 0; text-indent: 0; }

/*------------------------------------------------------------*
**  Thumbnails
**------------------------------------------------------------*/
#content ul.thumbs { 
	margin: 20px 0;
	padding: 0;
	}
#content ul.thumbs:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content ul.thumbs li { 
	float: left;
	margin: 3px;
	padding: 0;
	background-image: none;
	}
#content ul.thumbs li a img { border: 5px solid #ddd; }
#content ul.thumbs li a:hover img { border: 5px solid #ffffff; }	
html>body #content ul.thumbs li a { background-color: transparent; }
	
/*------------------------------------------------------------*
**  left
**------------------------------------------------------------*/
#left {
	float: left;
	width: 225px;
	text-align: left;
	margin-right: 35px;
	}

/*------------------------------------------------------------*
**  right
**------------------------------------------------------------*/
#right {
	float: right;
	width: 438px;	
	text-align: left;	
	}
		
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/		
#footer {	
	position: absolute !important;
	width: 100% !important;
	z-index: 500 !important;
	position: relative;	
	padding: 10px 0;	
	margin-top: -36px;
	background-color: #333;		
	color: #999;	
	font-size: 11px;
	border-top: 3px solid #ccc;
	margin-top:50px;
}	
#footer p { margin: 0 10px; text-align: center; }	
/*------------------------------------------------------------*
**  more
**------------------------------------------------------------*/
#page_nav{
	margin:10px 0 10px 0;
}
#page_nav span{
	font-size: 20px;
	color: #000099;
	font-weight: normal;
	font-size: 1.8em;	
}
#tab_content{
	border:1px solid #CCCCCC;
	width:690px;
	position:relative;
	padding: 20px 10px 10px 10px;
	clear:both;
	margin-top:-1px;
	height:400px;
	
}
#gallery{text-align:center;}
#gallery li{
display:inline; float:left; margin-right:6px; margin-bottom:6px;
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid silver;
}

.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}