ul {
  list-style: none;
}
ul.menu_ul  {
  list-style: none;
  margin: 0px 4px 4px 0px;
  padding: 0;
  padding-top: 2px;
}

ul.menu_ul li a { 
  display: block;

  font-family: 'Arial';
  font-size: 8pt;
  font-weight: bold;
  
  text-decoration: none;
  
  color: #3366AA;
  width: 140px;
  
  padding: 1px 0px 4px 5px;
  margin: 0px 4px 4px 0px;
  border: 0px solid;
  border-left: 6px solid #c6c6c6;
  
  background-image: url('img/link.gif');
}
ul.menu_ul li#u_menu a{ 
  display: block;

  font-family: 'Arial';
  font-size: 8pt;
  font-weight: normal;
  
  text-decoration: none;
  
  color: #404040;
  width: 140px;
  
  padding: 0px 0px 4px 11px;
  margin: 0px 0px 4px 0px;
  border: 0px solid;
  border-bottom: 1px solid #c6c6c6;
  background-image: none;

}
*html ul.menu_ul li a {  
  margin-top: 4px;
}
ul.menu_ul li a:hover{ 
  border-left: 6px solid  #f9bb00;  
}


ul.menu_ul li#u_menu  a:hover{
  color: #f9bb00;
}

/*+++++++++++++++++++*/
/*      Kalender          */
/*++++++++++++++++++*/
.calendar_table {
    background-color:#eeeeee;
    border: 1px solid #c6c6c6;

}
.calendar_empty {
    background-color: white;
    border: 1px solid #c6c6c6;
    width: 30px;
}
.calendar_cell {
    background-color:#f0f0ff;
    border: 1px solid #c6c6c6;
    width: 40px;
	height: 30px;
	text-align: center;

    vertical-align: middle;
}
.calendar_week {
    background-color:#3366AA;
    color: #FFFFFF;
    border: 1px solid c6c6c6;
    width: 30px;
	text-align:center;
    vertical-align:top;
}
.calendar_corner {
    background-color: none;
    border: 1px solid #c6c6c6;
    width: 30px;
}
.calendar_head {
    background-color:#3366AA;
	color: #FFFFFF;
    border: 1px solid c6c6c6;
    width: 30px;
    text-align:center;
    vertical-align:top;
}
.calendar_title {
  background-image: url('img/link.gif');
    font-weight: bold;
    color: #3366AA;
    border: 1px solid c6c6c6;
    text-align:center;
    vertical-align:top;
}

#wrm a {
  color: #3366AA; 
  text-decoration: none;
}
#daylink a {
  color: #3366AA; 
  text-decoration: none;
}

/*
h1 { color: #f9bb00;
	font-size: 18px; 
	letter-spacing: 0.1em;
	border-bottom: 1px solid #f9bb00;
	clear:both;
}

h2 {
	color: #3366AA;
	font-size: 15px;
	border-bottom: 1px solid #3366AA;
	clear:both;
	letter-spacing: 0.1em;
}

h2.dummy {
	border-bottom: 0px;
	margin: 15px 0px 0px 0px;
}
/*
*html h2.dummy {
    margin-top: 73px;  
}
*/
*:first-child+html h2.dummy {
    margin-top: 40px;  
}

h3 { color: #3366AA;
	font-size: 13px;
	clear:both;
}

h4 { clear:both;
}
*/
dd { font-weight: normal;
	 color: #000000;
}

th span a:hover{ 
  color: #f9bb00;  
}
   div#fl_root {
     width: 560px;
     border: 1px solid #000000;
     margin: 0 auto;
     
     padding-top: 5px;
     padding-bottom: 5px;
     padding-left: 2px;
     padding-right: 2px;     
   }
div.fl_left {
     float: left;
     width: 150px;
     border: 0px solid #000000;
   }
   div.fl_right {
     float: right;
     width: 406px;
     border: 0px solid #000000;
   }
   div.fl_linie {
     margin-top: 127px;
     width: 556px;
     border: 1px solid #000000;
   }
   div.fl_left_menu {
     float: left;
     width: 150px;
     border: 0px solid #000000;
   }
   div.fl_content {
     float: right;
     width: 406px;
     border: 0px solid #000000;
	 text-align: left;
   }
   div.fl_1content {
     float: right;
     width: 556px;
     border: 0px solid #000000;
	 text-align: left;
   }