/***********************************************/
/* HTML tag styles                             */
/***********************************************/
html,
body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
    background: #E4E09C;
}

/************ Wrapper tag styles **************/
#wrapper {
	position: absolute;
	width: 100%;
    height: 100%;    
    background: repeat-y url(../media/background.jpg);

}
html>body #wrapper {
	height: auto;
	min-height: 100%;
}

/*********** translation tag styles *************/
#translation{
    position: absolute;
    z-index: 3;
    right: 33px;
    top: 4px;
}
#translation ul{
  list-style-type: none;
}
#translation img{
    border: 0;
}
#translation li{
  float: left;
}
#translation img{
    padding: 0;
    margin: 3px;
    border: solid 1px #fff;
}


/************* Header tag styles ***************/
#header{
  border-top: solid #3D492E 35px;
  width: 100%;
  height: 100px;
  left: 0;
  position: absolute;
  background: #000;
  z-index: 2;
}
#logo{
  margin: 10px;
  right: 5px;
  position: absolute;
}
.skipto{
  display: none;
}
#tagline{
  font: 78% Verdana,sans-serif;
  width: 135px;
  position: absolute;
  top: 145px;
  z-index: 4;
  right: 23px;
}
#print{
  display: none;
}

/************* headlines tag styles *************/
#headlines{
  position: absolute;
  padding-top: 25px;
  right: 23px;
}

#headlines h3{
  font-size: 110%;
  padding-top:10px;
  margin-bottom: 5px;
}
#technical_data,#headlines{
  font: 78% Verdana,sans-serif;
  width: 135px;
  position: absolute;
  top: 185px;
  z-index: 5;
  right: 23px;
}
#impressie{
  font: 78% Verdana,sans-serif;
  width: 135px;
  position: absolute;
  top: 500px;
  z-index: 5;
  right: 20px;
}

#headlines ul{
  list-style-type: none;
}
#headlines li{
padding-bottom: 5px;

}

#headlines a{
  text-decoration: none;
  color: #990000;
}
#headlines a:hover{
  text-decoration: underline;
}

/********** Technical data tag styles ***********/
#technical_data{
  width: 130px;
}
#technical_data img{
  padding-top: 45px;
  padding-bottom: 11px;
  margin-right: 8px;
}


/************* IMG  tag styles ****************/
#thumbs{
  position: absolute;
  left: 10px;
  top: 10px;
}
#thumbs ul{
  width: 460px;
}
#thumbs li{
  float: left;
  margin-right: 12px;
  list-style-type: none;
}
#footer{
    left: 0;
    border-top: solid 8px #000;
 	position: absolute;
    z-index: 3;
    bottom: 2px;
}
#footer img{
    border-top: solid 4px #fff;
    border-bottom: solid 4px #fff;
}
/************* Content tag styles **************/
#content{
  padding-top: 145px;
  padding-left: 200px;
  padding-right: 200px;
  font-size: 75%;
  text-align: justify;
}
#content h3{
  font-size: 130%;
  margin-top: 22px;
  margin-bottom: 8px;
}

/********** Referenties tag styles *************/
#referenties h1{
  font-size: 120%;
}
#referenties ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
#referenties li{
  margin: 5px;
  padding-bottom: 25px;
  width: 415px;
}
#referenties img{
   float: left;
   margin-right: 15px;
}

/************** contact tag styles **************/

#contact{
  width: 240px;
  height: 250px;
  position: absolute;
  left: 630px;
  top: 230px;

}

/************** Menu  tag styles ***************/
#mainmenu {
    left: 0;
	position: absolute;
	top: 0;
	height: 100%;
	width: 160px;
	background-color: #3D492E;
    z-index: 1;
    font: 12px Verdana,sans-serif;
}
#mainmenu ul{
  padding-top: 135px;
  margin-top: 0px;
  margin: auto;
}
#mainmenu li{
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: solid 1px #667a5c;
}

#mainmenu a {
  padding: 4px 8px;
  display: block;
  text-decoration: none;
  font-size: 90%;
  font-weight: bold;
  text-decoration: none;
  color: #A6AE9F;
}
#mainmenu a:hover {
	background: #63764B;
}
#active a{
  color: #A6AE9F;
  background: #262E1D;
}
#mainmenu ul ul {
	display: none;
    padding-top: 0;
    border-top: solid 1px #667a5c;
}

#mainmenu ul ul li{
  border: 0;
  height: 1%;
}
#mainmenu ul ul li a{
  background: #3D492E; 
  color: #707966;
  border: 0;
  font-size: 95%;
}
#mainmenu ul ul li a:hover{
  text-decoration: underline;
  background-color: #3D492E;
}


