﻿/* Allgemeine Formatierungen (Schriften, Abstände usw. )  */

.fce-startseite-bilder {
	width: 613px;	
	text-align: left;
	margin: 0 0 10px 0;
}

.fce-startseite-bilder-left {
	float: left;	
	width: 301px;
}

.fce-startseite-bilder-right {
	float: right;	
	width: 301px;
}

.fce-startseite-bilder-image {
	width: 301px;
	height: 139px;	
}

.fce-startseite-bilder-footer {
	background-color: #000000;
	height: 20px;
	border-top: 1px solid #FFFFFF;
}

.fce-startseite-bilder-footer p {
    float: left;
    font-weight: bold;
    padding: 2px 0 0 13px;
    color: #C7C7C7;
}

.fce-startseite-bilder-footer a{
    padding: 2px 6px 2px 0;
    display: block; 
    height: 16px;
    float: right;
}


