@media all {
  body {background-color: #fdb621; margin: 0;}
  
  #rahmen {
  margin: 80px auto 50px auto;
  padding: 0;
  width: 980px;
  min-height: 800px;
  border: 10px solid white;
  background-color: #dadbdd;
  overflow: auto;
  }
  
  #rahmen2 {
  background-color: #c7c7c9;
  float: right;
  border-left: 10px solid white;
  }
  
  .leiste_links {
  width: 190px;
  min-height: 780px;
  margin: 10px 0 10px 10px;
  float: left;
  position: relative;
  background-color: #dadbdd;
  background-image: url(leiste_links.jpg);
  background-position:center center;
  background-repeat: no-repeat;
  }
  
  .header {
  background-color: red;
  position: relative;
  float: right;
  /*margin: 10px 10px 0 0px;*/
  border-left: 10px solid white;
  width: 760px;
  height: 151px;
  background-image: url(header.jpg);
  background-repeat: no-repeat;
  }
  
/******************************************************************/
/* Definition des Inhalts */

  #inhalt {
  float: right;
  min-height: 634px;
  /*alt
  margin: 7px auto 10px 0px;
  margin: -222px auto 0px 160px;*/
  padding: 15px 0 0 0;
  border-left: 10px solid white;
  position: relative;
  background: rgb(255,255,255);
  width: 590px;
  font-family: Arial, Helvetica;
  font-size: 1em;
  }
  
  #inhalt p {
  line-height: 1.4em;
  font-size: 1em;
  }
  
  #inhalt a {
  color: #ef6f28;
  text-decoration: none;
  }
  
  #inhalt a:hover {
  color: #ef6f28;
  text-decoration: underline;
  }
  
  #inhalt h1 {
  font-weight: bold;
  font-size: 1.3em;
  color: #ef6f28;
  margin: 0;
  }
  
  #inhalt h1 a{
  text-decoration: none;
  color: #ef6f28;
  margin: 0;
  }
  
  #inhalt h1 a:hover{
  text-decoration: underline;
  }
  
  #inhalt h2 {
  font-weight: bold;
  font-size: 1.2em;
  color: #49220c;
  margin: 0;
  }
  
  #inhalt h2 a{
  text-decoration: none;
  color: #49220c;
  margin: 0;
  }
  
  #inhalt h2 a:hover{
  text-decoration: underline;
  }
  
  #inhalt h3 {
  font-weight: bold;
  font-size: 1.1em;
  color: #49220c;
  margin: 0;
  }
  
  #inhalt h3 a{
  text-decoration: none;
  color: #49220c;
  margin: 0;
  }
  
  #inhalt h3 a:hover{
  text-decoration: underline;
  }

/******************************************************************/

  
/******************************************************************/
/* Definition der Navigation */
  
  .menu {
  background-color: #c7c7c9;
  width: 160px;
  /*min-height: 629px;
  margin: 0 10px 10px 10px;
  margin: 0 0 0 10px;
  border-left: 10px solid white;*/
  float: left;
  position: relative;
  }
  
  /*Definition Hauptmenüpunkte*/
    
  .menu ul li {
  list-style-type:none;
  background-color: #929497;
  width: 150px;
  height: 23px;
  margin: 0 0 0 -40px;
  top: -16px;
  padding: 8px 5px 5px 5px;
  position: relative;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: white;
  color: white;
  font-family: arial, verdana;
  font-weight: bold;
  font-size: 1em;
  }
  
  .menu ul li a {
  color: white;
  font-family: arial, verdana;
  font-weight: bold;
  font-size: 0.8em;
  text-decoration: none;
  }
    
  /*Definition aktiven Hauptmenüpunkt*/
  #active1 {
  background-color: #fdb621;
  }
  
  /*Definition Untermenüpunkte*/
  .menu ul ul {
  margin: 0 0 0px -40px;
  }
  
  .menu ul ul li {
  background-color: #bfbfbf;
  }
  
  /*Definition aktiver Untermenüpunkt*/
  #active2 {
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #fdb621;
  margin-bottom: 0px;
  height: 18px;
  }
  
  .menu_leiste {
  background-color: #ffffff;
  height: 7px;
  margin-top: -32px;
  }

}