body {
    font-family: museo-slab,museo-slab-1,museo-slab-2,serif;
    font-weight: 300;
}

h2 {
	font-size: 18px;
	color:#2b4b71;
	background:#f8fbff;
	width:100%;
	border-top:1px solid #2b4b71;
	border-bottom:1px solid #2b4b71;
	padding:4px 0;
}


/* Vorstellung der Sportler */

div.sportler_block strong {
	font-size:1.7rem;
	color:#004c8a;
}

.sportler_block .name {
	font-size:1.7rem;
	color:#004c8a;
	margin-top:12px;
	margin-bottom:6px;
}


/* Auswertung */

table.abstimmung_liste {
	border:1px solid #2b4b71;
	border-collapse:collapse;
}

table.abstimmung_liste td {
	border:1px solid #9fb8d3;
	padding:4px;
}


/* Jumplist */

div.jumplist {
	margin:10px auto;
	font-size:1.2em;
}


/* Indikator bei Auswertung */

div.indikator {
	width:400px;
	height:10px;
	background:#fff;
	border:1px solid #9fb8d3;
	text-align:left;
}

div.indikator div.prozent {
	height:10px;
	background:#9fb8d3;
}