/* Allgemeine Formatierungen (Schriften, Abstände usw. ) */

div.fce-links h1 {
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    text-align: left;
    width: 100%;
    padding: 2px 0 2px 0;
}

/* Formatierungen Layer */

div.fce-links {
    width: 145px;
    margin: 0 0 12px 0;
    padding: 0;
    background-color: #ffffff;
}

div.fce-links-header {
    background-image: url(../gfx/fce-links_header.gif);
    background-repeat: no-repeat;
    width: 133px;
    padding: 2px 0 0 12px;
    font-weight: bold;
    border-bottom: 1px solid #D5D3CD;
    min-height: 18px;
    height:auto !important;
    height: 22px;	
}

div.fce-links-header a{
    text-decoration: none;
}

div.fce-links-header a:hover{
    text-decoration: none;
}

.fce-links-content {
    background-color: #ffffff;
    min-height: 10px;
    height:auto !important;
    padding: 5px;
}

.fce-links-newscontent {
    min-height: 10px;
    height:auto !important;
    padding: 5px 5px 0 5px;
    margin: 0;
}

div.fce-links-content p{
    margin: 0;
    padding: 0;
    line-height: 13px;
    font-size: 11px;
}

div.fce-links-newscontent img {
    float: left;
    padding: 0px 5px 0 0;
}


div.fce-links-footer {
     background-image: url(../gfx/fce-links_footer_bg.gif);		
     background-repeat: repeat-x;	
     height: 11px;
     line-height: 11px; 
     text-align: right;
     width: 100%;
}
