BODY {	
  background-color: #006F31;
  background-image: url('bg-start.gif'); 
  background-repeat: repeat-x; 
  margin: 0px; 
  padding: 0px; 
  text-align: center;
	font-family: "Verdana", "Arial", sans-serif;
	color: #004CA0;
	font-size: 0.8em;
}

#container {
  width: 800px; 
  height: 488px; 
  margin: 80px auto 0px auto; 
  padding: 0px; 
  border: 2px solid #005724;
}

#Bilder {
  width: 800px;
  height: 438px;
  margin: 0px; 
  padding: 0px; 
  text-align: left;
  overflow: hidden;
}

#Sprachen {
  display: block;
  width: 800px;
  height: 50px;
  margin: 0px; 
  padding: 0px; 
  background-image: url('bg_sprachen.gif');
  background-repeat: repeat-x; 
  text-align: left;
  overflow: hidden;
}

#NavLinks {
  float: left; 
  width: 500px; 
  height: 50px;
  margin: 0px 0px 0px 30px;
}

#NavRechts {
  float: right; 
  width: 200px; 
  height: 50px;
  text-align: right;
  margin: 0px 30px 0px 0px;
}

#NavLinks a {
  float: left;
}

#NavRechts a {
  float: right;
}

#LinkDE {
  width: 65px;
  height: 50px;
  background-image: url('de.gif');
  text-decoration: none;
  border: none;
  display: inline;
}

#LinkDE:hover {
  background-image: url('de_m.gif');
}

#LinkEN {
  width: 65px;
  height: 50px;
  background-image: url('en.gif');
  text-decoration: none;
  border: none;
  display: inline;
}

#LinkEN:hover {
  background-image: url('en_m.gif');
}

#LinkFR {
  width: 65px;
  height: 50px;
  background-image: url('fr.gif');
  text-decoration: none;
  border: none;
  display: inline;
}

#LinkFR:hover {
  background-image: url('fr_m.gif');
}

#LinkUS {
  width: 65px;
  height: 50px;
  background-image: url('us.gif');
  text-decoration: none;
  border: none;
  display: inline;
}

#LinkUS:hover {
  background-image: url('us_m.gif');
}

#LinkBG {
  width: 65px;
  height: 50px;
  background-image: url('bg.gif');
  text-decoration: none;
  border: none;
  display: inline;
}

#LinkBG:hover {
  background-image: url('bg_m.gif');
}