html, body
{
  margin: 0px;
  width: 100%;
  height: 100%;
}

body
{
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  background: #0092bb;
}

a:link,
a:visited
{
  color: #0092BB;
  text-decoration: underline;
  font-weight: bold;
}

a:hover,
a:active
{
  text-decoration: none;
}

td
{
font-family: Arial;
font-size: 12px;
}

#container
{
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  margin: 0px auto;
  width: 782px;
  height: 100%;
  background: #FFFFFF url(../img/container_bg.jpg) repeat-y left top;
}

#restekheader
{
  height: 161px;
  width: 782px;
}

#hypersilheader
{
  height: 161px;
  width: 782px;
}

#left
{
  width: 251px;
}

#content
{
  width: 477px;
  height: 100%;
  background: #c7eafb;
}

#contentdiv
{
  position: relative;
  width: 457px;
  _width: 477px;
  margin: 0px;
  padding: 10px 10px 20px 10px;
}

.paragraafdiv
{
  position: relative;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  
}

#nav
{
  position: absolute;
  left: 0px;
  top: -30px;
  width: 457px;
  height: 19px;
}

#lngswitch
{
  position: absolute;
  left: 426px;
  top: 0px;
  width: 100px;
  height: 19px;
}

a.navbutton
{
  display: block;
  float: left;
  margin: 0px 10px 0px 0px;
  padding: 2px 7px 2px 7px;
  height: 15px;
  _height: 19px;
  background: #8dd7f7;
  text-decoration: none;
  font-size: 11px;
  color: #4b4b4b;
}

a.navbutton,
a.navbutton:visited
{
  background: #8dd7f7;
  text-decoration: none;
  font-weight: normal;
  color: #4b4b4b !important;
}

a.navbutton:hover,
a.navbutton:active
{
  background: #bbe5f7;
  text-decoration: none;
  font-weight: normal;
  color: #000000;
}

#brochurebutton
{
  position: absolute;
  left: 362px;
  top: -84px;
  width: 137px;
  height: 45px;
}

#brochurebutton img
{
  border: none;
  width: 137px;
  height: 45px;
}

#brochure
{
  position: absolute;
  left: -200px;
  top: 0px;
  width: 168px;
}

#brochure img
{
  border: 3px solid #76d0f4;
}

#right
{
  width: 54px;
}

#footer
{
  height: 94px;
  width: 782px;
  background: #FFFFFF url(../img/footer_bg.jpg) no-repeat;
}

.images
{
  position: absolute;
  left: -200px;
  top: 0px;
  width: 168px;
  text-align: right;
}

.image
{
  position: relative;
  width: 100%;
  float: right;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  overflow: hidden;
}



/* #### COMMON #### */ 

.large
{
  font-family: Arial Narrow, Arial, Lucida Sans Unicode, Trebuchet MS, Helvetica;
  font-size: 19px;
  font-weight: bold;
  color: #000000;
}

h3
{
  font-family: Arial Narrow, Arial, Lucida Sans Unicode, Trebuchet MS, Helvetica;
  font-size: 19px;
  font-weight: bold;
  color: #000000;
  margin: 10px 0px 10px 0px;
  padding: 0px;
}

.clearall
{
  clear: both;
}

