/*Bottom Bar*/
#bottom_bar{
	width: 880px;
	float: left;
	background-color: white;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 50px;
}
#bottom_bar ul li{
	display: inline;
	float: left;
	
}
#bottom_bar ul li table{
	height: 100px;
	//border: 1px solid green;
}
#bottom_bar ul li table tr td {
	width: 275px;
	float: left;
}
#bottom_bar ul li table tr td.headline {
	padding-top: 20px;
	color: black;
	font-family: sanslight;
	font-style: italic;
	font-size: 16pt;
	border-bottom: 1.5px solid rgb(157, 17, 25);
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#bottom_bar ul li table tr td.headline a{
	color: black;
}
#bottom_bar ul li table tr td.fon{
	color: red;
	padding-top: 1px;
	padding-left: 10px;
	color: rgb(157, 17, 25);
	font-family: sansregular;
	font-weight: 900;
	font-style:italic;
	font-size: 16pt;
	letter-spacing: 3.5pt;
	line-height: 30px;
}
#bottom_bar ul li table tr td.text{
	//padding-top: 1px;
	padding-left: 10px;
	color: black;
	font-family: DVCondensed2;
	font-size: 11pt;
    //overflow: hidden;
	line-height: 17px;
}
#bottom_bar ul li table tr td.text a{
	color: black;
}
#bottom_bar ul li table tr td.text a .fett{
	font-weight: 900;
}
/*ENDE Bottom Bar*/