/*Hauptfussleiste*/
	.div_footer {
	/*background-color: #3C8CA0;*/
	/*min-height: 25px;*/
	padding: 2px;	
	}
	.div_footer_column_left {
	height: 34px;	
	float: left;	
	width: 165px;
	
	}
	.div_footer_column_middle {
	background-color: #3C8CA0;
	height: 34px;	
	float: left;
	width: calc(100% - 330px);
	text-align: center;
	}
	.div_footer_column_right {
	background-color: #000000;	
	height: 34px;
	float: right;
	width: 165px;
	text-align: right;
	vertical-align: middle;
	}	
	.div_footer_column_right IMG {
	padding-top: 5px;
	}
	.div_footer_time {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-style:italic;
	font-family:"Courier New",Palatino,"Times New Roman",Times,"Tahoma",serif;
	text-align: left;
	vertical-align: baseline;
	line-height: 35px;
	}	
@media only screen and (max-width: 600px) { /* Extra small devices (phones, 600px and down) */
	.div_footer_column_left {
	background-color: #FF0000;
	}
} /*Ende von @media only screen and (max-width: 600px)*/
@media only screen and (min-width: 600px) { /* Small devices (portrait tablets and large phones, 600px and up) */
	.div_footer_column_left {
	background-color: #808000;
	}
} /*Ende von @media only screen and (min-width: 600px)*/

@media only screen and (min-width: 768px) { /* Medium devices (landscape tablets, 768px and up) */
	.div_footer_column_left {
	background-color: #800080;
	}
} /*Ende von @media only screen and (min-width: 768px)*/

@media only screen and (min-width: 992px) { /* Large devices (laptops/desktops, 992px and up) */
	.div_footer_column_left {
	background-color: #0000FF;
	}
} /*Ende von @media only screen and (min-width: 992px)*/

@media only screen and (min-width: 1200px) { /* Extra large devices (large laptops and desktops, 1200px and up) */
	.div_footer_column_left {
	background-color: #000000;
	}
} /*Ende von @media only screen and (min-width: 1200px)*/