/* @group Mannschaften */

img.mannschafts_bild {
	border:  5px solid #fff;
	box-shadow: 0px 0px 5px #aaa;
	display: block;
	margin: 0 auto;
	/*Breite des Vorschau-Bildes hier einstellen*/
	max-width: 500px;
	width: 100%;
}

p.mannschaft_bildbeschreibung {
	font-size: 11px;
	margin: 0 5px;
	text-align: center;
}

table.mannschaften_trainer {
	width: 100%;
	border-collapse: collapse;
	margin: 25px 0;
}

table.mannschaften_trainer tr td {
	padding: 5px;
	border: 1px solid #ccc;
}

table.mannschaften_trainer tr:first-child td {
	background: #f9f9f9;	
}


p.mannschaften_subheadline {
	font-weight: bold;
	margin: 15px 0 0;
}

table.mannschaften_zeiten {
	width: 100%;
	border-collapse: collapse;
	margin: 8px 0;
}

table.mannschaften_zeiten tr td {
	padding: 5px;
	border: 1px solid #ccc;
}

table.mannschaften_zeiten tr:first-child td {
	background: #f9f9f9;	
}


div.mannschaft_zeiten_detail {
	width: 250px;
	padding: 15px;
	background: #f9f9f9;
	text-align: center;
}
a.mannschaft_map img {
	border:  5px solid #fff;
	box-shadow: 0px 0px 5px #aaa;
}

p.mannschaft_info {
	
}

/* Ortsübersicht */
div.mannschaften_orte {
	background: #f9f9f9;
	overflow: auto;
	margin: 5px 5px 15px;
	padding: 10px;
	box-shadow: 0px 0px 5px #ddd;
}

div.mannschaften_orte h1 {
	margin-top:0 ;
}

div.mannschaften_orte div.orte_map {
	float: right;
	margin: 0 0 0 10px;
	text-align: center;
}

div.mannschaften_orte img {
	border:  5px solid #fff;
	box-shadow: 0px 0px 5px #aaa;
}







/* @end */
