/*   F a r b d e f i n i t i o n   

	orange aus der logozeile 					#F3781B 
	hintergrund vom menü					#F8C198 */
	


body {
  text-align: center;
  background: #D1D9EF;
  font-family: arial, sans-serif;
}

a img {
	border: 0;
}


a {
  text-decoration:none;
} 
  

#aussenrum {
  margin: 0 auto;
  width: 794px;
  text-align: left;
  background: url(images/aussenrum-bg.png) repeat-y;
  border-bottom: solid 1px #fff;
}
  
h1 {
  padding: 0;
  margin: 0;
}  
    
h1 a {
  display: block;
  background: #5472BB url(images/banner.jpg); 
  width: 792px;
  height: 107px;
  border: solid 1px #fff;
  text-indent: -999em;
  outline: none;
}

#map
{
display: block;
background: #5472BB url(images/banner_neu.png); 
width: 792px;
height: 107px;
border: solid 1px #fff;
}

#map #map_link 
{
  
  /*border: solid 1px #fff;*/

  height: 107px;
  width: 0px;
}

#map_link div
{
  margin: 0 200px 0 640px;
  /*border: solid 1px #fff;*/
  height: 107px;
  width: 133px;
}

/*# map a.map_link {
   margin: 0 200px 0 640px;
  height: 107px;
  width: 133px;
  background-color:#0099FF;
}
*/

#banner_links {
  height: 241px;
  width: 594px;
  float: left;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  background-color: #5472BB;
}

  #banner_links h2 {
    width: 455px;
    margin: 185px 0 0 0;
    padding: 0.3ex 0 0.3ex 30px;
    font-family: arial narrow, arial, sans-serif;
    font-size: 16pt;
    text-transform: uppercase;
    background: #BD2721;
    color: #E7D0D1;
    filter: alpha(opacity=75);   /* für den IE */
  }
  
  html>body #banner_links h2 {
    padding: 0.3ex 0 0.3ex 30px;
    background: url(images/banner-h2-bg.png);
  }

#banner_rechts {
  height: 242px;
	width: 197px;
  float: right;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}

#banner_rechts img {
  border-bottom: solid 1px #fff;

}


#linkeSpalte {
  float: left;
  width: 455px;
  padding: 0 20px 10px 115px;
  border-left: solid 1px #fff;
  color: #3B393D;
}

  #linkeSpalte p {
    color: #3B393D;
    font-size:10pt;
  }
  
  #linkeSpalte h2 {
    margin-top: 1.5ex;
    background: url(images/balmer_logo_rot.png) no-repeat;
    text-indent: 35px;
    color: #3B393D; 
    font-size: 15pt;
  }
  
  #linkeSpalte img.links {
    float: left;
    margin: 0 15px 5px 0;
  }
  
  #linkeSpalte img.rechts {
    float: right;
    margin: 0 5px 5px 10px;
  }

  
#rechteSpalte {
  /* background: #A4B3DB; */
  float: right;
  width: 197px;
}

#rechteSpalte p {
  margin: 15px 0 10px 15px;

}

#rechteSpalte img.language {
  margin: 5px 0 0 5px;

}


#clear {
  clear: both;
  padding: 0 8px 1px 8px;
}

  #clear p#impressum {
    font-size: 9pt;
  }
  
  #clear p#impressum a {
    color: white;
  }



/* -------------------------M E N U-------------------------*/

#menu {
  list-style-type: none;
  margin: 5px 0 0 0;
  padding: 0;
}

#menu a.active {
    background: url(images/button_menu_onclick.jpg) no-repeat;
}

#menu a:hover {
    background: url(images/button_menu_onclick.jpg) no-repeat;

} 

#menu a {
  display: block;
  text-indent: 18px;
  color: #fff; 
  font-size:10pt;
  font-weight:bold;
  background: url(images/button_menu.jpg) no-repeat;
  height: 33px;
  width: 196px;
  border-top: solid 1px #fff;
  line-height: 33px;
}


#linkeSpalte ul li {
  list-style-type:square;
  font-size:10pt;
  margin-bottom: 5px;
  
}
  

