.fce-projekte a, .fce-projekte-new a {
    background-image:none !important;
    padding-left:0px !important;
}
.fce-projekte, .fce-projekte-new {
    border:1px solid #C6C3C6;
    -moz-border-radius-topleft:    1em;
    -moz-border-radius-bottomright:1em;
    width:90%;
    margin-top:10px;
    margin-left:30px;
    overflow:auto;
    overflow-x:hidden;
}
.fce-projekte-new {
    border:1px solid #73AACE;
}
.fce-projekte-new .fce-projekte-name, .fce-projekte-new .fce-projekte-year {
    background-color: #73AACE;
}

.fce-projekte-name {
    float:left;
    padding-left:  1em;
    padding-right: 1em;
    padding-top:   0.3em;
    padding-bottom:0.3em;
    -moz-border-radius-topleft:    1em;
    background-color:#C6C3C6;
    border:1px solid #C6C3C6;
    border-right:none;
    border-top:  none;
    border-left: none;
    color:white;
    font-weight:bold;
    width:100%;
}
.fce-projekte-url {
    clear:both;
    text-align:left;
    display:inline;
    margin:1em;
}
.fce-projekte-year {
    float:right;
    color:white;
    font-weight:bold;
    padding-left:  1em;
    padding-right: 1em;
    padding-top:   0.3em;
    padding-bottom:0.3em;
    position:relative;
    right:0;
    top:-2em;

}
.fce-projekte-content {
    padding:5px;
    padding-left:1em;
    margin-top:0em;
    margin-right:230px;
}
.fce-projekte-image {
    padding:5px;
    clear:both;
    float:right;
    width:200px;
    overflow:hidden;
    position:relative;
    top:-2em;
}
