/* farben ---------------------------------------------------------------*/
/* seitenfarbe, abdeckflächen, leuchtkasten ------------------*/
/* menu linien ------------------*/
.html, #m-abdeck, #m-abdeck1, #m-abdeck2, 
#m-hintergr0, .kasten,
#m-auskl,
#m-lin1, #m-lin2 {
	background-color: rgba(245,250,250,1.00);
}

/* menu text hover aktiv ------------------*/
/* leuchtkasten navigation hover -------------------------------*/
a:link, a:visited, a:hover, a:active,
#m-txt1:hover h5, #m-txt1.MuseLinkActive h5,
#m-txt2:hover h5, #m-txt2.MuseLinkActive h5,
#m-txt3:hover h5, #m-txt3.MuseLinkActive h5,
.m-auskltxt:hover h5, .m-auskltxt.MuseLinkActive h5,
.schliess:hover, .vorh:hover, .nach:hover, 
.schliess:focus, .vorh:focus, .nach:focus,
.titel1 {
	color: rgba(240,222,61,1.00);
	text-decoration:none;
}

/* raster -------------------------------*/
/* schein um aktive bilder, um es auszuschalten: box-shadow:none; */
img.bild:hover {    
	box-shadow:none;
}
/*img.bild:hover {    
	box-shadow:0px 0px 88px rgba(240,222,61,0.6),0px 0px 18px rgba(240,222,61,0.6);
    transition: 0.4s ease;
}*/

/* menu flächen ------------------*/
#m-fl1, #m-fl2, #m-fl3 {
	background-color: rgba(102,138,141,1.00);
}

/* menu text normal, (visited) ------------------*/
/* textfarbe fusszeile, raster ------------------*/
#m-txt1 h5, #m-txt2 h5, #m-txt3 h5,
.m-auskltxt h5,
.kastenfuss, .kastenfaktuell, .fusszeile {
	color: rgba(102,138,141,1.00);
}

/* leuchtkasten navigation normal (weiss) -------------------------------*/
.schliess, .vorh, .nach {
    color: rgba(255,255,255,0.5);
    transition: 0.3s ease;
}


