@charset "utf-8";
/* CSS Document */
body {
	background-color: #336666;
	background-image: url(../img/bkg-tegel.png);
	background-position: center;
	background-attachment: fixed;
	color: #CCFFFF;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCFFFF;
	text-decoration: none;
}
a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0099CC;
	text-decoration: none;
}
ul {
list-style-type: none;
}
.content img {
	border: 10px solid #0099CC;	
}
.header {
	width: 100%;
	background-image: url(../img/bkg-header-algemeen.png);
	height: 200px;
	background-repeat: repeat-x;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
}
.header-midden {
	background-image: url(../img/bkg-header.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
	margin: 0 auto;
	position: relative;
}
.content {
	background-image: url(../img/bkg-content.png);
	background-repeat: repeat-y;
	background-position: center;
}
.footer {
	background-image: url(../img/bkg-content.png);
	background-repeat: repeat-y;
	background-position: center;
	text-align: right;
	padding: 0px;
}
.webdesign p{
	padding: 20px;
}
.sidebar {
	position: fixed;
	top: 0;
	padding-top: 200px;
}
.divider1 {
	height: 200px;
}
.divider2 {
	height: 300px;
}
.titel{
	position:absolute;
	background-image: url(../img/bkg-titel.jpg);
	height: 40px;
	width: 355px;
	margin-top: 20px;
	margin-left: -40px;
	text-align: right;
	padding-right: 20px;
}
.titel h1 {
	padding-top: 12px;
	color: #FFFFFF;	
}
.subtitel h1{
	padding-top: 15px;
	padding-bottom: 10px;
	color: #0099CC;
}
.tarieven h3 {
	color: #0099CC;
}
.hoogte10 {
	height: 10px;	
}
.hoogte200 {
	height: 200px;	
}
.hoogte500 {
	height: 500px;	
}

#navcontainer { width: 160px; }

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	padding-top: 20px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#navcontainer a
{
	display: block;
	width: 160px;
	height: 25px;
	border-bottom: 1px solid #CCFFFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/bkg-nav.jpg);
	background-position: 0px 0px;
}

#navcontainer a:link, #navlist a:visited
{
color: #CCFFFF;
text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #369;
	color: #fff;
	background-image: url(../img/bkg-nav.jpg);
	background-position: 0px -40px;
}
.teamlid {
	float: left;
	width: 116px;
	background-color: #0099CC;
}
.foto img {
	border: 5px solid #0099CC;	
}
.naam {
	width: 116px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* the thumbnails */
#triggers img{
	float: left;
	width: 106px;
}

#triggers img {
	border:5px solid #0099CC;
	margin: 0px;
	padding: 0px;
	cursor:pointer;
}

/* the active thumbnail */
#triggers a.active img {
	/* show on top of the expose mask */
	z-index:9999;
	position:relative;
}
#demotip {
	display:none;
	font-size:12px;
	height:30px;
	width:140px;
	color:#fff;
	background-color: transparent;
	background-image: url(../img/tooltip-foto.png);
	z-index:9999;
	text-align: center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 17px;
	padding-left: 10px;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#336666;
	
	width:675px;	
	min-height:200px;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../img/close.png);
	position:absolute;
	right:-20px;
	top:-20px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* styling for elements inside overlay */ 
.details { 
    position:absolute; 
    padding-top:10px; 
    padding-right:10px;
	padding-left:10px;
	padding-bottom: 10px; 
	top: 0px;
	right: 0px;
    font-size:11px; 
    color:#fff; 
    width:155px; 
} 
 
.details h3 { 
    color:#FFF; 
    font-size:15px; 
    margin:0 0 10px 0; 
}

/* the large image. we use a gray border around it */
#img {
	border:1px solid #0099CC;
}

/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:2px solid #0099CC;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:13px;
}

.prev {
	left:0;
	margin-left: -1px;
}

.next {
	right:0;	
	margin-right: -3px;
}

.next:hover, .prev:hover {
	text-decoration:none;
	background-color:#336666;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	right:0;
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:2px solid #0099CC;
	margin-left: 1px;
	margin-bottom: -1px;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#336666 !important;
	background:rgba(0, 0, 0, 0.6) url(../img/h80.png) repeat-x;		
}
.noborder img {
	border: 0px;
}

/* @group Form Styling */

/* Form Button */
.button {
	width: 140px;
	height: 40px;
	display: block;
	padding-left: 0px;
	margin-bottom: 20px;
	text-shadow: none;
	text-align: center;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCFFFF;
	color: #fff;
	background-image: url(../img/bkg-nav.jpg);
	background-position: 0px 0px;
}

/* Form Button Hover State */
.button:hover {
text-decoration: none;
color: #fff;
background-image: url(../img/bkg-nav.jpg);
	background-position: 0px -40px;
	cursor:pointer;
}

/* Form Input Styling */
input {
font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
border-style: none;
margin-bottom: 5px;
color: #fff;
display: block;
padding-left: 3px;
padding-right: 3px;
height: 20px;
width: 134px;
padding-top: 2px;
}

.hidden {
	display: none;
}

.email {
background: url(../img/bkg-input.png) no-repeat 0 0px;
margin-top: 5px;
}

.subject {
background: url(../img/bkg-input.png) no-repeat 0 0px;
}

.email:focus {
background: url(../img/bkg-input.png) no-repeat -140px 0px;
}

.subject:focus {
background: url(../img/bkg-input.png) no-repeat -140px 0px;
}

.message {
font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
background: url(../img/bkg-textarea.png) no-repeat;
border-style: none;
color: #fff;
display: block;
padding-left: 3px;
padding-right: 3px;
width: 274px;
height: 78px;
margin-bottom: 5px;
padding-top: 2px;
overflow: auto;
resize: none;
}

.message:focus {
background: url(../img/bkg-textarea.png) no-repeat -280px 0;
}

/* @end */
