@charset "utf-8";
/* CSS Document */

/*
-------------------------
	Allgemein
-------------------------
*/

.content_inhalt {
	margin-left: 55px;
	width: 800px;
}

/*
-------------------------
	Auswahl
-------------------------
*/

.auswahl_spielplan {
	float: left;
	width: 170px;
	height: 110px;
	
	margin-left: 75px;
	text-align: center;
}

img.link_bild {
	padding: 3px;
	border: 1px solid #e3e3e3;
	margin-bottom: 5px;
}

a.link_spielplan {
	color: #37388e;
	text-decoration: none;
}


.auswahl_ergebnisse {
	float: right;
	width: 170px;
	height: 110px;
	margin-right: 75px;
	text-align: center;
}

/*
-------------------------
	Artikel
-------------------------
*/

.artikel_mp {
	margin-left: 75px;
	width: 600px;
	float: left;
	margin-top: 80px;
}

.artikel_ueberschrift {
	font-size: 13px;
	text-align:left;
	font-weight: bold;
}

.artikel_unterueberschrift {
	color: #37388e;
	text-align: left;
	font-size: 12px;
}

.artikel_datum {
	color: #37388e;
	text-align: left;
}

.trennbalken_top {
	margin-bottom: 15px;
	width: 600px;
}

.trennbalken {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 600px;
	height: 1px;
}
