/* CSS Document */

img {
    border: 0px none;
}

#ghentdredging {
  padding: 0px;
  margin: 0px;
  
  font-family: Arial, Helvetica, sans-serif;
}

#header {
  width: 890px;
}

#header img {
  margin-top: 3px;
  margin-bottom: 0px;
}

#language {
  font-size: small;
  float: right;
  color: #ff8b63;
  margin-top: 28px;
}

#language .selected a {
    color: #FF8B63;
}

#language ul {
    margin: 0px;
    padding: 0px;   
}

#language li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: inline;
}

#language a {
    color: #000000;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}

#language a:hover {
    text-decoration: underline;
}

#first-menu {
  border-top: 3px solid #e3e3e3;
  border-bottom: 3px solid #e3e3e3;
  
  background-image: url("bg_menu_top.png");
  background-position: left;
  background-repeat: repeat-x;
  
  height: 126px;
}

#first-menu .deco {
  width: 900px;
}

#first-menu .selected a {
    padding-bottom: 1px;
    border-bottom: 1px #ffffff solid;
}

#first-menu .deco {
  background-image: url("deco_menu_left.jpg");
  background-position: left;
  background-repeat: no-repeat;
  
  height: 120px;
  width: 360px;
  float:left;
  
  margin-top: 3px;
}

#first-menu a {
  text-decoration: none;
  color: #ffffff;
}

#first-menu a:hover {
  color: #000000;
}

#first-menu ul {
  margin: 0px;
  padding-left: 360px;
  padding-top: 3px;
}

#first-menu li {
  float: left;
  list-style-type: none;
  
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 48px;
  padding-bottom: 50px;
  
  margin: 0px;
  
  font-size: 90%;
  
  background-image: url("menu_separator_top.png");
  background-position: right;
  background-repeat: no-repeat;
}

#container {
    margin-top: 15px;
}

#second-menu {
  float: left;
  width: 360px;
  margin-left: 0px;
}

#second-menu ul {
  padding: 0px;
  margin: 0px;
}

#second-menu a {
  color: #454545;
  font-size: small;
  text-decoration: none;  
  padding-left: 34px;
}

#second-menu li {
  list-style-type: none;
  
  padding: 0px;
  margin: 0px;
  
}

#second-menu a:hover {
  text-decoration: underline;
}

#second-menu li li  {
    margin-left: 16px;
    
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: middle;
    
    background-image: url("bg_menu_left.gif");
    background-position: bottom;
    background-repeat: repeat-x;

    margin-right: 100px;
}

#second-menu li a {
    margin-left: 16px;
    padding-left: 16px;
}

#second-menu li a.selected {
    background-image: url("menu2_bullet.gif");
    background-position: left center;
    background-repeat: no-repeat;   
    
    color: #ff8b63;
}

#second-menu li li a {
    margin-left: 16px;
    padding-left: 32px;
}

#second-menu li li .selected {
    background-image: url("menu_selected.gif");
    background-position: left center;
    background-repeat: no-repeat;
    
    color: #ff8b63;
}

/* on IE li of sublist take space. */
#second-menu .sublist {
    font-size: 0px; 
}

#content {
  width: 520px;
  font-size: small;
  background-color: #ffffff;
  float: left;
}

#content-deco {
  background-image: url("bg_content_right.png");
  height: 350px;
  margin-left: 905px;
}

#footer {
  font-size: x-small;
}
