body {
 margin: 0px 0px 0px 0px;
}

.background_oben_1 {
  height: 20%;
  width: 100%;
  background: #0091d3;
	background-image: url("/images/coverpage_css/2009-07-16_Logo.png");
	background-repeat: no-repeat;
	background-position: top right;
	
}

.background_oben_2 {
  height: 30%;
  width: 100%;
  background: #0091d3;
	background-image: url("/images/coverpage_css/2009-07-16_Slogan.png");
	background-repeat: no-repeat;
	background-position: top right;
	
}

.background_unten {
  height: 18%;
  width: 100%;
  background: white;
	
}

.bilderleiste {

 background-image: url("/images/coverpage_css/2009-07-30_hintergrund_bildleiste.png");
 background-repeat: repeat-x center center;

}

.text_sprachnavi {
 top: 77px;
}

.balken_rot {
  
  height: 5px;
  width: 100%;
  background: url("2009-07-27_balken_rot.png")  top center;
	
	
}

.adresse_unten {
  width: 100%;
	background: white url("2009-07-23_adresse.png") no-repeat top center;

}