body {
  text-align: center;
  background-color: #F5F3E9;
  font-family: verdana;
  font-size: 14px;
}

#container {
  position: relative;        
  width:799;
  height:600;  
  border: 1px solid black;
}

#menu {
  position: absolute;
  left: 21px;
  top: 150px;
  width: 80px;
  height: 450px;
}

#menu a {
  width: 80px;
  height: 47px;
}

#menu a#button_home {
  background: url('/images/button-home.jpg') no-repeat;        
}

#menu a:hover#button_home {
  background: url('/images/button-home-hover.jpg') no-repeat;        
}

#menu a#button_hunsingo {
  background: url('/images/button-hunsingo.jpg') no-repeat;        
}

#menu a:hover#button_hunsingo {
  background: url('/images/button-hunsingo-hover.jpg') no-repeat;        
}

#menu a#button_veestapel {
  background: url('/images/button-veestapel.jpg') no-repeat;        
}

#menu a:hover#button_veestapel {
  background: url('/images/button-veestapel-hover.jpg') no-repeat;        
}

#menu a#button_huisvesting {
  background: url('/images/button-huisvesting.jpg') no-repeat;        
}

#menu a:hover#button_huisvesting {
  background: url('/images/button-huisvesting-hover.jpg') no-repeat;        
}

#menu a#button_voeding {
  background: url('/images/button-voeding.jpg') no-repeat;        
}

#menu a:hover#button_voeding {
  background: url('/images/button-voeding-hover.jpg') no-repeat;        
}

#menu a#button_melk {
  background: url('/images/button-melk.jpg') no-repeat;        
}

#menu a:hover#button_melk {
  background: url('/images/button-melk-hover.jpg') no-repeat;        
}

#menu a#button_nieuws {
  background: url('/images/button-nieuws.jpg') no-repeat;        
}

#menu a:hover#button_nieuws {
  background: url('/images/button-nieuws-hover.jpg') no-repeat;        
}

#menu a#button_links {
  background: url('/images/button-links.jpg') no-repeat;        
}

#menu a:hover#button_links {
  background: url('/images/button-links-hover.jpg') no-repeat;        
}

#menu a#button_contact {
  background: url('/images/button-contact.jpg') no-repeat;        
}

#menu a:hover#button_contact {
  background: url('/images/button-contact.jpg') no-repeat;        
}

#menu a#button_home_en {
  background: url('/images/button-home.jpg') no-repeat;        
}

#menu a:hover#button_home_en {
  background: url('/images/button-home-hover.jpg') no-repeat;        
}

#menu a#button_hunsingo_en {
  background: url('/images/button-hunsingo.jpg') no-repeat;        
}

#menu a:hover#button_hunsingo_en {
  background: url('/images/button-hunsingo-hover.jpg') no-repeat;        
}

#menu a#button_veestapel_en {
  background: url('/images/button-veestapel_en.jpg') no-repeat;        
}

#menu a:hover#button_veestapel_en {
  background: url('/images/button-veestapel-hover_en.jpg') no-repeat;        
}

#menu a#button_huisvesting_en {
  background: url('/images/button-huisvesting_en.jpg') no-repeat;        
}

#menu a:hover#button_huisvesting_en {
  background: url('/images/button-huisvesting-hover_en.jpg') no-repeat;        
}

#menu a#button_voeding_en {
  background: url('/images/button-voeding_en.jpg') no-repeat;        
}

#menu a:hover#button_voeding_en {
  background: url('/images/button-voeding-hover_en.jpg') no-repeat;        
}

#menu a#button_melk_en {
  background: url('/images/button-melk_en.jpg') no-repeat;        
}

#menu a:hover#button_melk_en {
  background: url('/images/button-melk-hover_en.jpg') no-repeat;        
}

#menu a#button_nieuws_en {
  background: url('/images/button-nieuws_en.jpg') no-repeat;        
}

#menu a:hover#button_nieuws_en {
  background: url('/images/button-nieuws-hover_en.jpg') no-repeat;        
}

#menu a#button_links_en {
  background: url('/images/button-links.jpg') no-repeat;        
}

#menu a:hover#button_links_en {
  background: url('/images/button-links-hover.jpg') no-repeat;        
}

#menu a#button_contact_en {
  background: url('/images/button-contact.jpg') no-repeat;        
}

#menu a:hover#button_contact_en {
  background: url('/images/button-contact.jpg') no-repeat;        
}

#languages {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width:100px;
  height:20px;
  text-align:right;
}

#languages a {
  width: 30px;
  height: 20px;
  margin-left: 10px;
}

#languages a#button_nl {
  background: url('/images/nederlandse_vlag.jpg') no-repeat;
}

#languages a#button_en {
  background: url('/images/engelse_vlag.jpg') no-repeat;        
}

