.newsbox {
    position: absolute;
    width: 195px;
    z-index: 3;
}
.newsbox a
{
    position: relative;
    height: 70px;
}
.newsbox a:hover
{    
    height: 170px;
}
.newsbox a:hover span.box
{
    position: absolute;
    top: 0px;
    left: -165px;
    background: #EAEAEA;
    width: 385px;
    height: 170px;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
}
.newsbox a:hover img
{
    float: left;
    width: 150px;
    height: 150px;
    margin: 10px 15px 0px 10px;
}
.newsbox a:hover span
{
    display: block !important;
    float: left;
    width: 190px;
    margin: 10px 0px 0px 0px;
}
.newsbox a:hover strong
{
    display: block;
    width: 190px;
    float: left;
    color: #00A651;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold !important;
    margin: 10px 0px 0px 0px;
}
.newsbox.world a:hover span.box
{
    position: absolute;
    top: 0px;
    left: -165px;
    background: #DCDCDC;
    width: 385px;
    height: 170px;
    border-top: 5px solid #f5f5f5;
    border-left: 5px solid #f5f5f5;
    border-bottom: 5px solid #f5f5f5;
}
.newsbox.sportparkhotel a:hover span.box {
	border-top: 5px solid #f5f5f5;
    border-left: 5px solid #f5f5f5;
    border-bottom: 5px solid #f5f5f5;
}
.newsbox.sportparkhotel a:hover strong {
    color: #480700;
}
.newsbox.eventcenter a:hover strong {
    color: #11135D;
}
.newsbox.stadion a:hover strong,.newsbox.open a:hover strong {
    color: #006633;
}
.newsbox.sportparkhotel a:hover span.box {
    background: #FFF8C8;
}
.newsbox.eventcenter a:hover span.box {
    background: #CACEDB;
}
.newsbox.stadion a:hover span.box,.newsbox.open a:hover span.box {
    background: #BFDAA5;
}