﻿/*************************/
/* Aalen in Zahlen - CSS */
/*************************/

/* Statistik Artikel */

div.stat_bereich {
	font-size:2rem;
	color:#2C9ADC;
	margin-top:10px;
}

/* --------------------------------------------------------------------
   Artikelanzeige
*/


div.stat_ort:before {
    content: " ";
    font-family: 'FontAwesome';
}

div.stat_ort {
	float:right;
	display:block;
}

/* Liste Statistiken */

ul.stats {
	list-style:none;
	margin-left:0;
	margin-bottom:20px;
	padding-left:0;
}

ul.stats a {
	text-decoration:none;
}

ul.stats li:before {
	content: "";
}

ul.stats li {
	line-height:28px;
	padding-left:40px;
}

ul.stats li.linien {
	background:url(../i/li_icon_linien.jpg) no-repeat left;
}

ul.stats li.kuchen {
	background:url(../i/li_icon_kuchen.jpg) no-repeat left;
}

ul.stats li.balken {
	background:url(../i/li_icon_balken.jpg) no-repeat left;
}

ul.stats li.tabelle {
	background:url(../i/li_icon_tabelle.jpg) no-repeat left;
}

/* --------------------------------------------------------------------
   Tabelle bei Statistiken - Abele, Ralf - Stadt Aalen
*/

table.stat {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	width:100%;
}

table.stat th {
	background: #004c8a;
	color: #fff;
	font-size:1.5rem;
	font-weight:500;
	padding: 4px;
}

table.stat td {
	border: 1px solid #cccccc;
	padding: 3px;
}

table.stat tr.strong td {
	color:#2C9ADC;
	font-weight:500;
}

table.stat tr.centered td {
	text-align: center;
}

table.stat tr.right td {
	text-align: right;
}

table.stat tr.right td.left {
	text-align: left;
}

table.stat tr.right td.zentriert {
	text-align: center;
}

table.stat tfoot td {
	font-size:1.2rem;
	background:#ccdcee;
}