/* FCE LISTE */

.liste_zeile
{
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #EAEAEA;
	padding-top: 2px;
	padding-bottom: 2px;
}

.liste_zeile.ueber
{
	color: #000000;
	font-weight: bold;
        border-top: 1px solid #EAEAEA;
}

.liste_zeile .liste_nr
{
	width: 10%;
	height: auto;
	float: left;
}

.liste_zeile .liste_inhalt
{
	width: 65%;
	height: auto;
	float: left;
}

.liste_zeile .liste_preise
{
	width: 25%;
	height: auto;
	float: left;
}

.ansprechpartner
{
	width: 100%;
	float: left;
}

.ansprechpartner .spalte_links
{
	width: 50%;
	float: left;
}

.ansprechpartner .spalte_rechts
{
	width: 50%;
	float: right;
}

.kongresse_liste
{
	width: 100%;
	height: auto;
	float: left;
	border-top: 1px solid #EAEAEA;
}

.kongresse_liste_zeile
{
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #EAEAEA;
	padding-top: 2px;
	padding-bottom: 2px;
}

.kongresse_liste_zeile .ueber
{
	color: #000000;
	font-weight: bold;
}

.kongresse_liste_zeile .kongresse_liste_redner
{
	width: 15%;
	height: auto;
	float: left;
}

.kongresse_liste_zeile .kongresse_liste_thema
{
	width: 70%;
	height: auto;
	float: left;
}

.kongresse_liste_zeile .kongresse_liste_download
{
	width: 15%;
	height: auto;
	float: left;
}

.kongresse_ueber1
{	
	width: 100%;
	height: auto;
	float: left;
	font-size: 1.5em;
	line-height: 2em;	
	background: #6BBF4C;
	font-weight: bold;
}

.kongresse_ueber2
{
	width: 100%;
	height: auto;
	float: left;
	font-size: 1.0em;
	line-height: 2em;
	background: #6BBF4C;
	font-weight: bold;
}
/* end FCE LISTE */
