/* Das Menue, Kommentare kommen noch :-)*/

#divCont {
	 left:5px;
     position: absolute;
	 height:400px;
	 width:199px;
     visibility:hidden;
	 }

.clTop   {
	 position:absolute;
     width:199px;
	 line-height:17px;
	 }
.clSub   {
	 position:absolute;
     left:20px;
	 top:20px;
	 width:199px;
	 line-height:22px;
	 }
/*** This sets the style for the links inside the menu. ***/
#divCont .clTop a {
         color:#000000;
         font-size:13px;
         font-weight:bold;
         text-decoration:none;
         }
#divCont .clTop a:hover {
         color:#000000;
	 text-decoration:none;
 	 }
#divCont .clTop .clSub a {
 	 color:#000000;
	 font-size:12px;
	 font-weight:normal;
	 text-decoration:none;
	 }
#divCont .clTop .clSub a:hover {
         color:#333333;
	 text-decoration:none;
	 }
	 
	 
#sub11{
	color:green;
	}
.menu_3rd{
	padding-left:10px;
	}