* {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: none;
  font-size: 15px;
  text-decoration: none;
  
} 

.ueberschrift{
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: none;
  font-size: 15px;
  text-decoration: none;
  color: yellow;
} 

.menu_gelb{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-style: bold;
  text-decoration: none;
  color: yellow;
} 

.menu_red{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-style: bold;
  text-decoration: none;
  color: red;
} 

.menu_blue{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-style: bold;
  text-decoration: none;
  color: #2D0D7F;
} 

.reiseangebote{
  margin: 0px;
  padding: 0px;
  font-family: Aachen, sans-serif;
  font-weight: none;
  font-size: 20px;
  text-decoration: none;
  color: red;
} 


.galerie{
   font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  font-style: bold;
  text-decoration: none;
  color: yellow;
} 

.fliess{
   font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
  color: black;
} 


a {
  font-style: normal;
  font-weight: none;
  font-size: 12px;
  text-decoration: none;
  color: white;
}

p {
  font-size: 12px;

}

.iecenter {
  text-align: center;
}

.bodydiv {
  text-align: left;
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}

.banner_oben {
 width: 1024px;
 height: 135px;
 background-image:url(../imgs/kumba_oben_start.jpg);
 background-repeat:no-repeat;
}

.banner_unten {
 width: 1024px;
 height: 164px;
 background-image:url(../imgs/kumba_unten_nacht.jpg);
 background-repeat:no-repeat;
 clear: left;
}

.minheight500 {
  margin-top: 1px;
  height: 530px;
  width: 10px;
  float: left;
}

.content {
  width: 1024px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.menu {
  margin: 10px;
  list-style: none outside;
  color: white;
}

.menu a {
  color: white;
}

.submenu {
  margin: 10px;
  list-style: none outside;
   
  float:left;
}

.s {
  float:left;
  margin-top: 0px;
  margin-right: 10px;
}

.real_content {
  margin-left: 15px;
  margin: 15px;
  width: 800px;
}

