
/*wg IE*/
#eins img,
#zwei img,
#drei img,
#vier img,
#fuenf img  {
border: 2px solid #370F0D;}

#eins a,
#zwei a,
#drei a,
#vier a,
#fuenf a {
background:transparent;
text-decoration:none;
display:block;
width:45px;
font-size:0.75em;
font-weight:normal;
margin-left:70px;
}

#eins a:hover,
#zwei a:hover,
#drei a:hover,
#vier a:hover,
#fuenf a:hover {
background-color:#370F0D;
}

#eins a span,
#zwei a span,
#drei a span,
#vier a span,
#fuenf a span {
display:none;}

#eins a:hover span,
#zwei a:hover span,
#drei a:hover span,
#vier a:hover span,
#fuenf a:hover span  {
position:absolute; 
top:22px; 
right:10%; 
display:block;
width:/*390px;*/373px;
background:#fff; /*#FBCAB3;*/
border-top:10px solid #fff;
border-right:10px solid #fff;
border-left:10px solid #fff;
border-bottom:30px solid #fff;
}
#eins a:hover span {
z-index:3;}
#zwei a:hover span {
z-index:4;}
#drei a:hover span {
z-index:5;}
#vier a:hover span {
z-index:6;}
#fuenf a:hover span {
z-index:7;}
