.frontside_widget {
	/*background-color: #75C0D9;*/
	float: left;
}

.alignright {
	float: right;
}
.alignleft {
	float: left;
}

/* Seiteleist */
.SRL a{
	color: #ffffff;
}

.SRL a:hover{
	color: #abcee1;
}
/* Menu +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* .Menu { background: #0097ca; width: 1000px; position: relative; float: left; height: 36px;} */
.Menu { background: #b2b2b2; width: 1000px; position: relative; float: left; height: 36px;}
.Menu em { display: none}
.Menu ul { list-style: none; margin: 0px; padding: 10px 0px 0px 100px;}
.Menu li { padding: 0px; margin-right: 2px; display: inline; font-size: 1em; float: left;}
#.Menu a { background: url(images/MLeft.png) no-repeat left top;}
.Menu a span { padding: 6px 9px 6px 6px; display: block; 
#background: url(images/MRight.png) no-repeat right top; float: right; 
}
.Menu a span { float: none; color: #FFF;}
.Menu a:hover span { color: #FFF;}
.Menu a:hover { background-position: 0% -26px; color:#003399; text-decoration: none;}
.Menu a:hover span { background-position: 100% -26px;  color:#003399;}
#.Menu .on { background: url(images/MLeft.png) no-repeat left bottom; color:#003399; }
#.Menu .on span { background: url(images/MRight.png) no-repeat right bottom; color:#003399; }

.MTL { position: absolute; top: 0px; left: 0px; background: url(images/MTL.gif) no-repeat left top; height: 8px; width: 8px;}
.MTR { position: absolute; top: 0px; right: 0px; background: url(images/MTR.gif) no-repeat left top; height: 8px; width: 8px;}

.Menu ul li ul { display: none;}

.Menu ul li:hover ul{ 
    display: block; 
}

.Menu ul li ul {  
    z-index: 1;
    position: absolute;
    list-style-position: outside;
    background-color: #005b8e;
    padding: 0px;
}

.Menu ul li ul li {  
    border-bottom: white 1px dotted;
    padding-left: 7px;
    background: transparent url(images/CategLi.png) no-repeat scroll left top;
    clear: both;
}
.Menu ul li ul a span{
    background-image: none;
    padding: 3px 3px 3px 20px;
}

.SCS img{
     padding: 0 5px 0 0;
}

.Header .Desc {
     display: none;
}