


/* menu verankerung ------------------*/
#m-menukasten {
    z-index: 19;
    width: 0.01px;
    /*padding-bottom:9870px;*/
    margin-right:-10000px;
}

/* menu gesamthöhe ------------------*/
#m-abdeck, #m-abdeck1, #m-abdeck2,
#m-hintergr0, #m-hintergr,
#m-fl1, #m-fl2, #m-fl3,
#m-lin1, #m-lin2 {
    height: 28px;
    position: fixed;
    top: 0px;
}

/* z: abdeck für home ------------------*/
#m-abdeck, #m-abdeck1, #m-abdeck2 { z-index: 300; }
/* z: stehende hintergrundfläche für home------------------*/
#m-hintergr0 { z-index: 319; }
/* z: hintergrundfläche ------------------*/
#m-hintergr { z-index: 321; }
/* z: flächen 1-3 ------------------*/
#m-fl1, #m-fl2, #m-fl3 { z-index: 324; }
/* z: menutext und linien ------------------*/
#m-txt1, #m-txt2, #m-txt3, 
#m-lin1, #m-lin2 { z-index: 330; }


/* position links: hintergr + fläche + txt 1-3 ------------------*/
#m-hintergr0, 
#m-hintergr, 
#m-fl1, #m-txt1 { left: 290px; }
#m-fl2, #m-txt2 { left: 418px; }
#m-fl3, #m-txt3 { left: 544px; }
/* position: vertikale linien ------------------*/
#m-lin1 { left: 416px; }
#m-lin2 { left: 542px; }
/* relative position: txt 1-3 ------------------*/
#m-txt1, #m-txt2, #m-txt3 {
    min-height: 24px;
    position: fixed;
    top: 5px;
    line-height: 17px;
}

/* titel */
.titel1 {
    height: 55px;
	padding-bottom: 55px;
    /*position: fixed;*/
    top: 0px;
/*	left: 290px;*/
	z-index: 200;
	width: 800;

    /*font-family: '__Open Sans_5';*/
    font-family: '__Type5_5';
    font-size: 15px;
    font-weight: 100;
    line-height: 18px;
    text-align: center;
    padding: 0px;


}



/* breite: hintergrundfläche ------------------*/
#m-hintergr0, 
#m-hintergr { width: 380px; }
/* breite: flächen + txt 1-3 ------------------*/
#m-txt1, #m-txt2, #m-txt3,
#m-fl1 { width: 126px; }
#m-fl2 { width: 124px; }
#m-fl3 { width: 126px; }

/* breite: vertikale linien ------------------*/
#m-lin1, #m-lin2 {
    width: 2px;
}


/* raster typo ------------------*/
/* spalte: typo */
.spalte {
    /*color: #809184;*/
    font-family: '__Type9_5';
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
}

/* leuchtkasten legende ------------------*/
.kastenDias {
    font-family: '__Type9_5';
    font-size: 13px;
    font-weight: 300;
    line-height: 17px;
    text-align: center;
	/*padding-left: 25px;
	padding-bottom: 10px;*/
}

/* fusszeile ------------------*/
.fusszeile {
    z-index:500;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
    font-family: '__Type9_5';
    font-size: 10px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
	padding-left: 25px;
	padding-bottom: 10px;
}


