﻿/*******EYE FOR YOUR VISION*******/

@charset "utf-8";

body {
  font-family: Verdana, Arial;
  font-size: 10pt;
  line-height: 22px;
  color: #313033;
  margin: 0;
  background: #fff url('/img/watermark.png') no-repeat 0% 30%
}

* {
  outline: none;
}

a {
  color: #e8814b;
  text-decoration: none;
}

a:hover {
  color: #7a7b7c;
  text-decoration: none;
}

p {
  margin: 10px 0;
}

h1, h2, h3, h4, h5 {
  font-family: helvetica;   /* INSTELLEN MET SIFR */
  color: #e8814b;
  margin: 0;
}

h1 {
  font-size: 16pt;
}

h2 {
  font-size: 14pt;
}

h3 {
  font-size: 12pt;
}

/*******STYLES*******/

#container {
  width: 902px;
  margin: auto;
}

#header {
  height: 103px;
  position: relative;  
}

#loginMenu {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 22px;
}

#menu {
  background: url('/img/menuBg.png') no-repeat top left;
  height: 48px;
  margin-bottom: 17px;
}
 
#intro {
  height: 204px;
  background: url('/img/introBg.png') no-repeat top left;
  margin-bottom: 17px;
}

/*
#footer {
  background: url('/img/footer.png') no-repeat top left;
  height: 33px;
  margin-top: 17px;
  font-size: 7.5pt;
}
*/

#footer {
  background: url('../img/footerBg.jpg') repeat-y top left;
  margin-top: 17px;
  font-size: 7.5pt;
}

	#footerTop {
		height: 7px;
		background: url('../img/footerTop.jpg');
	}
	
	#footerBottom {
		height: 7px;
		background: url('../img/footerBottom.jpg');
	}
	
	#footer ul {
    float: left;
  }

#copyright {
  width: 300px;
  float: left;
  padding: 5px 0 5px 10px;
}

#footerMenu {
  width: 400px;
  float: right;
  color: #e8814b;
  padding: 5px 10px;
  text-align: right;
}

#footerMenu a {
  color: #313033;
  text-decoration: none;
}

#footerMenu a:hover {
  color: #e8814b;
  text-decoration: none;
}

/*******MENU*******/

.button {
	font-size: 16px;
	color: #e6804a;
	text-decoration: none;
	display: column;
	padding: 10px 15px 0px;
	height: 38px;
	float: left;
	line-height: 34px;
    cursor: pointer;
    cursor: hand;
}

.button:hover {
	background: transparent url('/img/menuHover.png') no-repeat center center;
	color: #313033;
}

.buttonTop a:link, .buttonTop a:visited {
	font-size: 10px;
	color: #e6804a;
	text-decoration: none;
	display: column;
	height: 48px;
	width: 69px;
	float: left;
	margin-right: 10px;
	background: url('/img/topBtn.png') no-repeat;
}

.buttonTop a:hover {
	background: url('/img/topBtnHover.png') no-repeat;
	color: #313033;
}

/*******CLASSES*******/

.columnActueel, .columnReferenties {
  margin: 0 17px 0 0;
  float: left;
  width: 289px;
}

.columnContact {
  margin: 0;
  float: left;
  width: 289px;
}

.columnLeft {
  margin: 0 17px 0 0;
  float: left;
  width: 649px;
}

.columnRight {
  margin: 0;
  float: left;
  width: 236px;
}

/*******HOME COLUMN*******/

.home_columnTop {
   height: 12px;
   background: url('/img/home_columnTop.png') no-repeat; 
}

.home_columnContent {
  background: #f6f8f8 url('/img/columnContent.png') repeat-x top left;
  border-left: 1px solid #d9dada;
  border-right: 1px solid #d9dada;
  padding: 10px;
  height: 250px;  /* Vaste hoogte van Home Columns */
}  

.home_columnBottom {
   height: 12px;
   background: url('/img/home_columnBottom.png') no-repeat;
}

/*******LEFT COLUMN*******/

.left_columnTop {
   height: 12px;
   background: url('/img/left_columnTop.png') no-repeat; 
}

.left_columnContent {
  background: #f6f8f8 url('/img/columnContent.png') repeat-x top left;
  border-left: 1px solid #d9dada;
  border-right: 1px solid #d9dada;
  padding: 10px;
}  

.left_columnBottom {
   height: 12px;
   background: url('/img/left_columnBottom.png') no-repeat;
}

/*******RIGHT COLUMN*******/

.right_columnTop {
   height: 12px;
   background: url('/img/right_columnTop.png') no-repeat; 
}

.right_columnContent {
  background: #f6f8f8 url('/img/columnContent.png') repeat-x top left;
  border-left: 1px solid #d9dada;
  border-right: 1px solid #d9dada;
  padding: 10px;
}  

.right_columnBottom {
   height: 12px;
   background: url('/img/right_columnBottom.png') no-repeat;
   margin-bottom: 17px;
}

.clearFloat {
  clear: both;
}

label {
    display: inline-block;
    vertical-align: top;
    width: 100px;
}

#copyright img {
    border: none;
    vertical-align: middle;
}

#slides {
    position: relative;
    z-index: 0;
}

#controls {
    float: right;
    list-style-type: none;
    margin: 0px 8px 0px 0px;
    padding: 1px 0px 0px 0px;
    position: relative;
    z-index: 1;
}

#controls li {
    background: transparent url('/img/btnSlideGray.png') no-repeat top left;
    color: #fff;
    cursor: pointer;
    cursor: hand;
    font-size: 12px;
    height: 23px;
    letter-spacing: -1.3px;
    margin: 8px 0px;
    padding: 8px 0px 0px 14px;
    width: 347px;
}

#controls li a {
    color: #fff;
    text-decoration: none;
}

#controls li.activeControl  {
    background: transparent url('/img/btnSlide.png') no-repeat top left;
}

.slide img {
    border: none;
}