

.imprintlink { 
display:inline-block; 
line-height: 20px;
width: 200px;
}
.imprintlink:hover { 
color: #c11;
cursor: pointer;
}


.imprintlink:focus + #imprintbox { 
display:block; 
z-index:100;
opacity: 1.0; 
color: #eee;
}
.imprintlink:focus #imprintbox { 
display:block; 
z-index:100;
opacity: 1.0; 
color: #eee;
}
.imprintlink:focus ~ #imprintbox { 
display:block; 
z-index:100;
opacity: 1.0; 
color: #eee;
}
.imprintlink:focus > #imprintbox { 
display:block; 
z-index:100;
opacity: 1.0; 
color: #eee;
}



#imprintbox { 
display: none;
color: #ccc;
background: black;
float: right;
font: normal 10px verdana, sans-serif;	
position: fixed; 
top: 92px;
bottom: 42px;
left:100px;
width: 800px;
padding:12px;
line-height: 12px;
opacity: 0.0;
}



