
/**
 * "Das koennte Sie auch interessieren"
 */
div.sesSearchOuterContainer {
    background-color:#f0f0f0;
    width:427px;
    margin:9px;
	padding-bottom:8px;
}

div.relatedLinksOuterContainer{
    background-color:#ffffff;
    width:427px;
    margin:9px;
	padding-bottom:8px;
}

div.sesSearchOuterContainer h3, div.relatedLinksOuterContainer h3{
    margin:0;
    margin-top:10px;
    margin-left:10px;
    display:inline-block;
    font-size:14px;
}

div.sesSearchItemContainer{
    margin:10px;
}
div.sesSearchItemContainer span{
    color:#999999;
    font-weight:bold;
}
div.sesSearchItemContainer a{
    text-decoration:none;
    color:#0974ba;
    font-weight:bold;
}
div.sesSearchItemContainer a:hover{
    text-decoration:underline;
}
