/* miketechnik box
********************/

* html #mt{
  width: 180px;
  overflow: hidden;
}

#mt h3 a {
  font-size: 1em;
  padding: 0;
  margin: 0;
}

#mt a {
  display: block;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.5em;
  padding: 0 5px;
}

* html #mt a {
  height: 1%;
}


#mt ul li a {
  padding-left: 14px;
}

#mt ul li ul li a{
  padding-left: 23px;
  background-position: 14px 4px;
  /*background-color: #d6d6d6;    */
}

#mt ul li ul li ul li a{
  padding-left: 32px;
  background-position: 23px 4px;
  /*background-color: #dddddd;      */
}

#mt ul li ul li ul li ul li a{
  padding-left: 41px;
  background-position: 32px 4px;
  /*background-color: #e7e7e7;       */
}

#mt ul li ul li ul li ul li ul li a{
  padding-left: 50px;
  background-position: 41px 4px;
  /*background-color: #eeeeee;          */
}


#mt a.mt_active{
  background-image: url(../gfx/df1.gif);
  text-decoration: underline;
}

#mt a.mt_selected{
  /*background-color: #ffffff;         */
}

#mt a.mt_last{
  background-image: url(../gfx/df0.gif);
}


/* miketechnik content
********************/

.mt_content{

}
.mt_content span{
  display: block;
  position: relative;
  /*background-color: #eeeeee;        */
  margin-bottom: 2px;
  padding: 1px 5px;
}

.mt_content span span{
    width: 245px;
}
.mt_content span em{
  top: 0;
  font-style: normal;
  position: absolute; 
  left: 350px;
}

.mt_content h4{
  margin: 10px 0 2px 0;
  /*background-color: #666666;             */
  /*color: #ffffff;                        */
  padding: 2px 5px;
}

.mt_content pre{
  font-size: 12px;
	font-family: Arial, Verdana;

}


