/**********************************************************************/
body  {
        background-color : #F6FCF9;
        background-repeat:no-repeat;
        background-position:center;
        font-family : Arial, Verdana, Tahoma;
        margin-left : 0px;
        margin-right : 0px;
        margin-top : 0px;
        margin-bottom : 0px;
        overflow-y: scroll;
}
a  {
        font-family : Arial, Verdana, Tahoma;
        color: inherit;
} 
a:visited  {
        color : inherit;
} 
a:hover  {
        color : #1A6FBE;
}
a:active  {
        color : inherit;
} 
.Link {
        font-family : Arial, Verdana, Tahoma;
        font-size : 10px;
        color : inherit;
        cursor : pointer;
} 
.img { -ms-interpolation-mode: bicubic; }
/**********************************************************************/
/* Seitenelemente*/

/* style the top level active */
.menu a.act,
.menu a.act:link,
.menu a.act:visited,
.menu a.act:hover,
.menu a.act:active,
.menu ul ul a.act,
.menu ul ul a.act:link,
.menu ul ul a.act:visited,
.menu ul ul a.act:hover,
.menu ul ul a.act:active {
         color: #1A6FBE;
         display: block; 
		 }    
/* make the second level visible when hover on first level list OR link */

.menu li:hover > ul {
         visibility: visible;
         width: 80px;
         display: block;      
}
.menu li  {
        font-family : Arial, Verdana, Tahoma;
        font-size : 15px;
        line-height: 20px;
        list-style: none;
        margin-left:1em;
        margin-right:0em;
}
.footfixed {
                bottom: 0px;
				font-size : 12px;
        text-align: center;
        vertical-align: middle;
        }

.footbutton {
                bottom: 0px;
		vertical-align: middle;
		margin-top : 1em;
        }     
.Leistelinks  {
COLOR: rgb(255,255,255);
  FONT-SIZE: 16px;
  FONT-WEIGHT : bold;
        float: left;
		width: 35%;
        text-align: left;
}
.Leisterechts  {
        float: left;
		width: 65%;
        text-align: right;
}
.zeile	{	
		clear: both;
		margin-left: auto ;
		margin-right: auto ;

}
.links	{	
		float: left;
		width: 250px;
}
.mitte	{	
		float: left;
		width: 250px;
}
.rechts	{	
		float: left;
		width: 250px;
}   
.Mainimg img{
		width : 100%;
}