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

/* General settings */
body  {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	color: #151f00;
	font-size: 11px;
}
#wrapper { 
	width: 975px;  
	margin: 0 auto;
	position: relative;
	margin-top: 167px;
	background-image: url(../images/bodybackground.jpg);
	background-repeat: repeat-y;
} 
#container {
	width: 949px;
	margin-left: 16px;
	margin-right: 10px;
}
img {
	border: 0px;
}
a {
	color: #0079b2;
}
h1 {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 7px;
	color: #0079b2;
}
h2 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	color: #0079b2;
}
h3, h4 {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #0079b2;
}
h5, h6 {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
}
p {
	padding: 0px;
	margin: 0px;
	line-height: 15px;
	padding-bottom: 10px;
}
ul {
	padding: 0px;
	margin: 0px;
	list-style-type: square;
	padding-left: 15px;
	padding-bottom: 3px;
}
ol {
	padding: 0px;
	margin: 0px;
	padding-left: 15px;
	padding-bottom: 3px;
}
ul li {
	padding-bottom: 3px;
}
/* Content */
#content {
	float: left;
	width: 626px;
	padding-left: 26px;
	padding-top: 19px;
	padding-right: 80px;
	padding-bottom: 20px;
}
.portfolio {
	width: 626px;
	height: 150px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #0079b2;
	margin-bottom: 5px;
}
.left {
	float: left;
	width: 200px;
	height: 150px;
}
.left img {
	border: 1px solid #0079b2;
}
.right {
	float: right;
	width: 420px;
	height: 150px;
	padding-left: 6px;
}
.titel {
	width: 420px;
	height: 25px;
}
.desc {
	width: 420px;
	height: 95px;
}
.techniek {
	width: 420px;
	height: 15px;
}
.url {
	width: 420px;
	height: 15px;
}
/* Sidebar */
#sidebar {
	float: right;
	width: 188px;
	padding-top: 19px;
	padding-left: 16px;
	padding-right: 13px;
	padding-bottom: 20px;
}
#sidebar p {
	padding: 0px;
	margin: 0px;
	line-height: 15px;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#spacer {
	height: 100px;
}
/* Header */
#header {
	width: 975px;
	height: 167px;
	position: absolute;
	left: 0px;
	top: -167px;
	background-image: url(../images/bodybackground.jpg);
	background-repeat: repeat-y;
	z-index: 100;
}
#headerTop {
	width: 924px;
	height: 124px;
	margin-left: 15px;
	margin-right: 10px;
	padding-left: 26px;
	background-image: url(../images/headerbackground.jpg);
	background-repeat: repeat-x;
}
#headerBottom {
	width: 950px;
	height: 43px;
	margin-left: 15px;
	margin-right: 10px;
	background-color: #e9e9e9;
}
/* Menu */
.menu {
	border: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: 8e8e8e;
}
.menu ul {
	background: url(../images/menu-bg.gif) top left repeat-x;
	height: 43px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu li {
	float: left;
}
.menu li a {
	color: #666666;
	display: block;
	font-weight: bold;
	line-height: 43px;
	padding: 0px 25px;
	text-align: center;
	text-decoration: none;
}
.menu li a:hover {
	color: #000000;
	text-decoration: none;
}
.menu li ul {
	background: #e0e0e0;
	border-left: 2px solid #0079b2;
	border-right: 2px solid #0079b2;
	border-bottom: 2px solid #0079b2;
	display: none;
	height: auto;
	filter: alpha(opacity=95);
	opacity: 0.95;
	position: absolute;
	width: 225px;
	z-index: 200;
	/*top: 1em;
	/*left: 0;*/
}
.menu li:hover ul {
	display: block;
}
.menu li li {
	display: block;
	float: none;
	width: 225px;
}
.menu li ul a {
	display: block;
	font-size: 12px;
	font-style: normal;
	padding: 0px 10px 0px 15px;
	text-align: left;
}
.menu li ul a:hover {
	background: #949494;
	color: #000000;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.menu p {
	clear: left;
}	
.menu #current {
	background: url(../images/current-bg.gif) top left repeat-x;
	color: #ffffff;
}		
/* Footer */
#footer {
	width: 934px;
	padding-left: 41px;
	height: 37px;
	background-image: url(../images/footerbackground.jpg);
	background-repeat: no-repeat;
}
#footer ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#footer ul li {
	display: inline;
	padding-right: 10px;
	font-size: 10px;
	color: #0079b2;
}
#footer ul li a {
	font-size: 10px;
	text-decoration: none;
}
/* Misc */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Carousel */
#carousel {
	margin: 0 0 17px 0;
	position: relative;
}

div#customcarouselitems{
	width: 284px;
	height: 223px;
	position: absolute;
	top: 2px;
	left: 343px;
	z-index: 100;
	padding-top: 1px;
	overflow: hidden;
}

div#customcarouselitems div{
	display: block; 
	cursor: pointer; 
	height: 46px; 
	width: 235px;
	padding: 10px 0px 0px 50px;
	margin-bottom: 0px;
	background: transparent;
	color: #fff;
	overflow: hidden;
	background: green;
	background: transparent url(../images/customcarouselbgnormal.jpg);
}	

div#customcarouselitems div h3{
	color: #000000;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
}

div#customcarouselitems div h4{
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	margin: 0;
}

div#customcarouselitems div.active{
	background: transparent url(../images/customcarouselbgactive.gif);
}

div#customcarouselitems div.active h3{
	color: #e02f87;
}
#myGallery, #myGallerySet, #flickrGallery
{
	width: 629px;
	height: 228px;
	z-index:5;
	border: 0px solid #000;
}

.jdGallery a
{
	outline:0;
}

#flickrGallery
{
	width: 500px;
	height: 334px;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	/*background-image: url('img/loading-bar-black.gif');*/
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	/*background-image: url('img/loading-bar-black.gif');*/
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 9;
	
	width: 321px;
	height: 47px;
	
	margin: 0px;
	padding: 7px 0 0 10px;
	
	left: 6px;
	bottom: 6px;
	
	background: #0079b2;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
	
	/*background-image: url(../img/carouselprofiteer.gif);*/
	background-repeat: no-repeat;
	background-position: 230px 13px;	
}
* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 14px;
	margin: 0;
	margin: 0px;
	font-weight: bold;
	color: #fff;
	text-transform: none;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 11px;
	margin: 0;
	margin: 0;
	font-weight: bold;
	color: #000;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.open 
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 343px;
	cursor: pointer;
	z-index: 10;
	background: none;
}
/* sitemap */
.LSM_0 li a:hover {
	color: #005fb9;
	text-decoration: underline;
}
.LSM_1 li a,LSM_1 li a:visited{
	color: #005fb9;
	text-decoration: none;
}
.LSM_1 li a:hover {
	color: #005fb9;
	text-decoration: underline;
}
.LSM_1 ul { 
	list-style-image: url('../images/tree_hook.gif');
} 
.LSM_1 li { 
	list-style-image: url('../images/tree_hook.gif');
	font-weight: normal;
}
/* Forms */
.signup_input_25 {
	height: 13px;
	font-size: 10px;
	border: 1px solid #0079b2;
	width: 25px;
}
.signup_input_50 {
	height: 13px;
	font-size: 10px;
	border: 1px solid #0079b2;
	width: 50px;
}
.signup_input_100 {
	height: 13px;
	font-size: 10px;
	border: 1px solid #0079b2;
	width: 100px;
}
.signup_input_150 {
	height: 13px;
	font-size: 10px;
	border: 1px solid #0079b2;
	width: 150px;
}
.signup_input {
	height: 13px;
	font-size: 10px;
	border: 1px solid #0079b2;
	width: 200px;
}
.signup_dropdown {
	height: 18px;
	font-size: 10px;
	border: 1px solid #0079b2;
	width: 200px;
}
.signup_dropdown_50 {
	height: 18px;
	font-size: 10px;
	border: 1px solid #0079b2;
	width: 50px;
}
.signup_dropdown_100 {
	height: 18px;
	font-size: 10px;
	border: 1px solid #0079b2;
	width: 100px;
}
.signup_textarea {
	border: 1px solid #0079b2;
	width: 192px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}
.signup_button {
	height: 18px;
	cursor: pointer;	
	border: 1px solid #0079b2;
	font-size: 10px;
}
.usersText {
	font-size: 10px;
	color: #999999;
	margin-left: 10px;
}
/* Tables */
.odd {
	background-color: #e171a1;
	color: #FFFFFF;
}
.even {
	background-color: #ffffff;
	color: #000000;
}
.title {
	background-color: #000000;
	color: #FFFFFF;
}
.required {
	color: #FF0000;
}

