@CHARSET "UTF-8";

/* Stylesheets fuer index.php */

p#index-begruessung {
	font-weight: bold;
	font-size: 1.2em;
}

table#index-aktivste-vr {
	border-collapse: collapse;
	width: 100%;
	margin-top: 1em;
}

table#index-aktivste-vr thead tr th {
	border-bottom: 0.2em solid #00294B;
	text-align: center;
}

table#index-aktivste-vr thead tr th:first-child {
	text-align: left;
}

table#index-aktivste-vr tbody tr td:first-child {
	text-align: left;
}

table#index-aktivste-vr tbody tr td {
	text-align: center;
	padding: 0.2em;
}

