/***********************************************************
***  © Copyright == Emeni Automatiseringstechnieken      ***
***  Vijfhuizenberg 42a, 4708 AL Roosendaal              ***
***  Telefoon: 0165 - 571241, Fax: 0165 - 570669         ***
***  E-mail: info@emeni.nl / www.emeni.nl                ***
***********************************************************/

body {
  font-family: Verdana, Tahoma;
  font-size: 0.8em; 
  margin-top: 0px;
}

#container {
  width: 800px;
  margin: auto;
}

#header {
  height: 25px;
  background-color: #89AA9D;
  font-size: 1.2em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
}

#top_left {
  width: 399px;
  height: 208px;
  float: left;
  border-left: 1px solid #2A7860;
  background-image: url(../images/layout/top_left.jpg); 
  background-repeat: no-repeat; 
  background-attachment: scroll; 
  background-position: top left;
}

#top_left_tekst {
  background-color: #fff; 
  color: #292E2C;
  font-size: 23px; 
  font-family: Times New Roman; 
  font-weight: bold;
  position: relative;
  left: 30px;
  top: 85px;
}

#top_right {
  width: 399px;
  height: 208px;
  float: left;
  border-right: 1px solid #2A7860;
}

#menu {
  height: 45px;
  width: 798px;
  background-color: white;
  border-right: 1px solid #2A7860;
  border-left: 1px solid #2A7860;  
}

#bottom_left {
  float: left;
  width: 399px;
  height: 257px;
  border-left: 1px solid #2A7860; 
}

#bottom_right {
  float: left;
  width: 399px;
  height: 257px;
  border-right: 1px solid #2A7860;
}

#footer {
  height: 18px;
  width: 800px;
  alignment: center;
  background-color: #2A7860;
  font-family: Verdana, Tahoma;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 0.8em;
  padding-top: 2px;
}

#content {
  width: 389px;
  height: 257px;
  overflow: auto;
  background-color: #89AA9D;
  color: white;
  font-size: 0.8em;  
  padding-left: 10px;
}

#siblings {
  margin-bottom: 10px;
}

h1 {
  color: black;
  font-weight: bold;
  font-size: 110%;
  margin-top: 5px;
}

h2 {
  color: #6B7D94;
  font-weight: bold;
  font-size: 100%;
  margin-bottom: 0px;
}

#top_left h1 {
  font-family: Times New Roman;
  padding-top: 85px;
  padding-left: 50px;
  color: black;
  font-weight: bold;
  font-size: 1.7em;
  background-image: url(../images/layout/top_left.jpg); 
  background-repeat: no-repeat; 
  background-attachment: scroll; 
  background-position: top left;  
}


/* mouseover */
.over {
  background-color: #D3D3D3;
  cursor: pointer;
}

.out {
  height: 22px;
}



/* LINKS */
#footer a {
  font-family: Tahoma; 
  color: #fff;
  text-decoration: none; 
}

#footer a:hover {
  text-decoration: underline; 
  color: #89AA9D;
}

#content a {
  color: #2A7860;
  text-decoration: none; 
}

#content a:hover {
  text-decoration: underline; 
  color: #2A7860;
}
