/* Cascading Style Sheel (CSS) */

div#container 
{
  position: relative;
  width: 990px;
  height: 720px;
  margin-top: 1%;
  margin-bottom:1%;
  margin-left:auto;
  margin-right:auto;
  //z-index: 100;
  text-align: left; /* necessary for IE */
}

/* PAGE BACKGROUND STYLES */
img.bg_image
{
  position: absolute;
  z-index: 99;
}

img#bg_travo { top: 250px; left: 0px;}
img#bg_cube { top: 250px; left: 0px;}
img#bg_contrast { top: 220px; left: 0px; }
img#bg_studimo { top: 200px; left: 0px; }

/* HEADER SECTION STYLES*/

div#header,
div#header_edit 
{
  position: absolute;
  left: 0px;
  top: 0px;
  width:  100%;
  height: 110px;
  z-index: 110;
  background:#888888 url('../images/backgrounds/bg_header.jpg') repeat-x top; 
  overflow: hidden;
}

div#header_edit
{
  position: relative;
}

a#interlubke_logo
{
  position: absolute;
  top: 5px;
  right: 5px;
  letter-spacing: 2px;
  font-size: 19px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  color: #ffffff;
  padding: 0px 3px 0px 3px;
  border: #ffffff solid 2px;
  /*filter:alpha(opacity=100); opacity:1.00;*/
  text-decoration: none;
}

a#interlubke_logo:hover
{  
  color: #555555;
  background-color: #eeeeee;
  border-color: #ffffff;
}

img.menu_img
{
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 position: relative;
 display: block;
}

table.menubar
{
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-collapse:collapse;
  border: none;
}

table.menubar td
{
  text-align: center;
}

a.menu_button,
a.activated_menu_button
{
  display: block;
  width: 75px;
  height: 67px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  padding: 0px 0px 4px 0px;
}

a.menu_button:hover,
a.activated_menu_button
{
  color: #555555;
  font-weight: 800;
  background:#ffffff url('../images/backgrounds/bg_menu_button.jpg') repeat-x bottom; 
}


/* IMAGE SCROLLBAR STYLES */

div#h_scrollcontainer
{
  position: absolute;
  left: 0px;
  top: 114px;
  height: 100px;
  width: 100%;
  z-index: 110;
  background: #ffffff;
  overflow: hidden;
}

div#h_scrollcontent
{
  position: absolute;
  display: inline;
  left:0px;
  top: 0px;
  height: 100px;
  z-index:110;
}

img.h_scroll
{
  position: relative;
  border: 0px;
}

a.h_scroll
{
  display:block;
  text-decoration: none;
}

table.h_scroll
{
  border-collapse:collapse;
  border: none;
}

/* CONTENT SECTION STYLES*/

div#content, 
div#content_edit,
div#content_location,
div#content_contact,
div#content_bg
{
  position: absolute;
  top: 218px;
  width: 100%;
  height: 400px;
  z-index: 100;
  color: black;
/*  overflow-y: auto;
  overflow-x: hidden;*/
}

div#content_bg
{
  top: 0px;
  left: 0px;
  height: 100%;
  background: #ffffff;
  filter:alpha(opacity=70); opacity:0.70;
}

div#content_edit
{
  position: relative;
  top: 0px; 
  min-height: 400px;
  height: auto;
  overflow-y: auto;
  overflow-x: auto;
  background: #ffffff;
}

div#content_location,
div#content_contact
{
  position: absolute;
  top: 114px;
  height:504px;
  background: #ffffff;
}

table#side_menu
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 100%;
  z-index: 110
}

a.activated_side_menu,
a.side_menu
{
  display: block;
  height: 132px;
  text-decoration: none;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  background-color: #aaaaaa;
  filter:alpha(opacity=70); opacity:0.70;
}

a.activated_side_menu
{
  border-right: 1px solid #ffffff;
  background-color: #ffffff;
}

a.side_menu:hover
{
  background-color: #cccccc;
}

img.side_menu
{
  position: relative;
  margin-top: 7px;
  margin-bottom: 6px;
}

div#system,
div#design,
div#specs
{
  position: absolute;
  top: 10px;
  left: 35px;
  height: 380px;
  width: 400px;
  z-index: 101;
}
 
div#design
{
  position: absolute;
  visibility: hidden;
}

div#design img
{
  position: relative; 
  float: right; 
  margin: 5px 10px 5px 5px;
}

div#specs
{
  position: absolute;
  top: 1000px;
  left: 25px;
  width:965px;
  height: 400px;
  visibility: hidden;
}

table#specs_tabs
{
  position: absolute;
  bottom: 0px;
  left:0px;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  z-index: 102;
}

table#specs_tabs td
{
  height: 30px;
  text-align: center;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  background-color: #aaaaaa;
}

a.activated_specs_tab,
a.specs_tab
{
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 10px;
  font-weight:700;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  text-decoration: none;
}

a.activated_specs_tab
{
  background-color: #ffffff;
  color: #222222;
}

a.specs_tab:hover
{
  background-color: #cccccc;
  color: #222222;
}

div#specs1,
div#specs2,
div#specs3,
div#specs4,
div#specs5,
div#specs6,
div#specs7,
div#specs8,
div#specs9,
div#specs10,
div#specs11,
div#specs12
{
  position: absolute;
  height:370px;
  width:100%;
  visibility: hidden; 
  z-index: 101;
  overflow: auto;
}

table.specs
{
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-collapse: separate;
  border-spacing: 1px;
  font-size: 11px;
  text-align: left;
  z-index: 101;
}

table.specs th
{
  height: 20px;
  background: #dddddd;
  color: #666666;
  padding-left: 15px;
  text-align: left;
}

table.specs td
{
  padding: 5px 0px 5px 5px;
  background-color: #f0f0f0;
  color: #000000;
}

table.specs p
{
  padding: 3px 2px 3px 2px;
  font-size: 10px;
  color: #000000;
}

table.specs img
{
  position: relative;
}

table.specs ul,
table.specs ol
{
  padding-left: 15px;
}

a.camera
{
  margin: -5px 5px -15px -10px;
  padding: 2px;
  float: right;
  text-decoration: none;
  z-index: 102;
}

img.camera
{
  position: absolute;
}

img#specs_photo
{
  position: absolute;
  z-index: 102;
  visibility: hidden;
}

/* styles for the location page */
div#location_text_column
{
  position: absolute;
  width: 300px;
  height: 500px;
  top: 10px;
  left:0px;
}

div#google_map
{
  position: absolute;
  bottom: 25px;
  right: 5px;
  width: 550px;
  height: 465px;
  border: 1px solid #cccccc;
}

/* FOOTER SECTION STYLES*/

div#footer, div#footer_edit 
{
  position: absolute;
  left: 0px;
  top: 622px;
  width:  100%;
  height: 90px;
  z-index: 110;
  background:#666666; 
}

div#footer_edit
{
  position: relative;
  top: 0px;
}

table.footer_menu
{
  position: relative;
  top: 0px;
  left: 0px;
}

a.footer_button
{
  position: relative;
  display: block;
  height: 27px;
  width: 100px;
  text-align: left;
  padding: 0px 0px 0px 0px;
}

img.footer_menu_img
{
 position: absolute;
 margin: 2px 10px 0px 5px;
 vertical-align: text-bottom;
 position: relative;
 display: inline;
}

a#greuter
{
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  letter-spacing: 13px;
  font-size: 19px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  color: #ffffff;
  z-index: 102;
}

a#redactie
{
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 11px;
  font-family: sans-serif;
  font-weight: 800;
  color: #dddddd; 
}

/* ANIMATABLE ELEMENTS */

div#img_container1,
img#shadow1
{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 111;
  visibility: hidden;
  overflow: hidden;
} 

img#shadow1
{
  position: absolute;
  z-index: 110;
}

div#img_screen,
img#img1
{
  position: absolute;
  width: 100%;
  height: 100%;
} 

a#img_close
{
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  text-align: center;
  font-size: 13px;
  padding: 0px 2px 0px 2px;
  font-weight: 800;
  color: #000000;
  background-color: #ffffff;
  filter:alpha(opacity=50); opacity:0.50;
}

div#photo_info_button
{
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 11px;
  font-weight: 800;
  padding: 1px 2px 1px 2px;
  color: #000000;
  background-color: #ffffff;
  filter:alpha(opacity=60); opacity:0.60;
}

div.photo_info
{
  position: absolute;
  bottom: 0px;
  width: 100%;
  font-size: 11px;
  font-weight: 800;
  padding: 0px 4px 0px 4px;
  color: #000000;
  background-color: #ffffff;
  z-index: 111;
  visibility:hidden;
  filter:alpha(opacity=1); opacity:0.01;
}

a#img_close:hover
{
  color: #ffffff;
  background-color: #333333;
}


div#videoContainer
{
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: hidden;
  z-index: 111;
}

object#videoPlayer
{
  position: absolute;
  top: 0px;
  left: 0px;
 /* width: 1px;
  height:1px;*/
  visibility: visible;
  z-index: 111;
}

img#g
{
  position: absolute;
  top: 30px;
  left: 10px;
  height:61px;
  width: 80px;
}


