/* Allgemeine Formatierungen (Schriften, Abstände usw. ) */

div.fce-rechts h1 {
    font-size: 13px;
    padding: 3px 0 3px 0;
    color: #ffffff;
    text-align: left;
}

div.fce-rechts p {
    color: #CECCC7;
}

div.fce-rechts a {
    color: #CECCC7;
}

/* Formatierungen Layer */

div.fce-rechts {
    background-color: #3F3E3C;
    width: 190px;
    margin-bottom:12px;
}

div.fce-rechts-header {
    background-color: #71706d;
    width: 190px;
    min-height: 21px;
    height:auto !important;
    height: 21px;
}

div.fce-rechts-content {
    background-image: url(../gfx/fce-rechts_content.gif);
    background-repeat: repeat-x;
    background-color: #3f3e3c;
    height: 72px;
    height:auto !important;
    min-height: 72px;
    padding: 8px;
}

div.fce-rechts-footer {
     background-color: #9e9d9c;
     background-image: url(../gfx/fce-rechts_footerline.gif);		
     background-repeat: no-repeat;	
     line-height: 0;
     font-size: 0; 
     margin-top: 1px; 
		 width: 100%;
		 text-align: right;
}
