.headline{
position: relative;
top: -30px;
color: #fff;
font-weight: bold;
height: 300px;
width: 100%;
z-index: 10;
cursor: pointer;
background: url(../img/transparent.png) repeat;
background: rgba(0,0,0,0.8);}

.headline div.hl_title{
padding: 2px 0;
font-size: 20px;
text-align: center;}

.headline div.hl_content{
padding: 10px 20px 20px;}

.headline a{
color: #fff;}

.headline a > :hover,
.headline a > :focus{
color: #DFEBEF;}
