
#top {
    background: url('') right top no-repeat;
}

    #top_info_block {
        background: url('/kw-voerde/assets/images/Hintergrundbild_frame_oben.gif') left bottom no-repeat;
    }

body {
  margin: 30px 0 0;
  font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
}
ul, ol, li, p, img, table, td, tr {
  padding: 0;
  margin: 0;
  border: 0;
}
#container {
  width: 994px;
  margin: 0 auto;
}
#top, #content {
  width: 794px;
}
#top, #menu {
  font-weight: bold;
}
#top {
  float: left;
}
  #top_info_block {
    float: left;
    padding: 0 0 10px;
  }
  
  #top_info_block {
    width: 580px;
  }
  
  .move_down {
    padding: 15px 0 0;
  }
  
  #top a img{
    border: 0;
  }
  
  #top td {
    padding-right: 15px;
  }
  
#content {
  float: left;
  margin: 45px 0 0 0;
  
/* edited by Petr
  overflow: auto;
  height: 600px;
*/

  padding-bottom: 20px;
}
  
    #content img {
      margin: 0 10px 0 0;
    }
    
    #content #change_color a:hover {
      color: #ddd;
    }
    
    #content ul {
      list-style-position: outside;
      padding: 0 0 0 40px;
      margin: 10px 0 20px;
    }
  
#menu {
  float: left;
  height: 400px;
  margin-right: 15px;
  /* edited by Petr */
  padding-bottom: 20px;
}
  #menu ul {
    width: 175px;
    margin-top: 0;
    overflow: hidden;
    /*border: 1px #000 solid;*/
  }
  
  #menu ul, #menu img {
    margin-left: 0px;
  }
  
  #menu marquee {
    display: block;
    margin: 20px 0 80px 20px;
    width: 130px;
  }
  
    #menu li {
      float: left;
      display: block;
      margin-top: 5px;
      padding: 0 10px 0 0;
      width: 100%;
    }
    
    #menu a {
      display: block;
      width: 100%;
      padding: 0 0 7px 0;
      font-size: 1.2em;
      color: #fff;
      text-decoration: none;
      /*border: 1px #000 solid;*/
    }
    
    #menu a span {
      display: block;
      padding: 3px 50px 0 5px; 
    }
    
    #menu .inactive a {
        background: url('/kw-voerde/assets/images/nav_norm_bot.gif') bottom left no-repeat;
    }
    
    #menu .inactive a span {
        background: url('/kw-voerde/assets/images/nav_norm_top.gif') top left no-repeat;
    }
    
    #menu .inactive a:hover {
        background: url('/kw-voerde/assets/images/nav_high_bot.gif') bottom left no-repeat;
    }
    
    #menu .inactive a:hover span {
        background: url('/kw-voerde/assets/images/nav_high_top.gif') top left no-repeat;
    }
    #menu .active a {
        background: url('/kw-voerde/assets/images/nav_act_bot.gif') bottom left no-repeat;
    }
    
    #menu .active a span {
        background: url('/kw-voerde/assets/images/nav_act_top.gif') top left no-repeat;
    }
    
    #menu_level2 {
      display: block;
    }
    
    #menu_level3 {
      display: none;
    }
.cleardiv {
  clear: both;
  height: 1px;
}
