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

/*
-------------------------
	Layout der Artikel 
	(artikel.php)
-------------------------
*/

.artikel_ueberschrift {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}

.artikel_unterueberschrift {
	padding-top: 15px;
	font-size: 13px;
	text-align: left;
	color: #37388e;
	border-top: 1px solid #e3e3e3;
}

.artikel_datum {
	color: #37388e;
}

.artikel_text {	
	text-align: left;
}

.artikel_links{
	padding-top: 8px;
	padding-bottom: 7px;
	margin-bottom: 25px;
	margin-top: 20px;
	border-top: 1px solid #e3e3e3;
	font-size: 12px;
	color: #37388e;
	width: 100%;
	text-align: right;
}
.trennbalken_artikel {
	margin-top: 28px;
	margin-bottom: 15px;
	width: 600px;
	height: 1px;
}

/* Div zum versenden der Artikel  */
.artikel_send {
	float:left;
	margin-left: 80px; 
}



/*
-------------------------
	Layout der Artikelübersicht
-------------------------
*/

.artikeluebersicht_ueberschrift {
	font-size: 13px;
	text-align:left;
	width: 600px;
	font-weight: bold;
}

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

.ArtikelDatum {
	color: #37388e;
}

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

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

.loading {
	width: 600px;
	height: 22px;
	margin-left: 80px;
}

.link_content {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}

.link_content_bottom {
	width: 100%;
	float: left;
	margin-top: 25px;
}


.link_zurueck {
	float: left;
	width: 100px;
}

.link_weiter {
	float: left;
	width: 100px;
	text-align: right;
}

.link_seitenauswahl {
	float: left;
	width: 400px;
	text-align: center;
}

.a {
float: left;
margin-bottom: 25px;
width: 100%;
}

.artikel {
	float: left;
}

.link_seite {
	padding: 2px 4px;
	margin: 0px 3px;
	border: 1px solid #e3e3e3;
	text-decoration: none;
	color: #37388e;
}

.link_seite:hover {
	border: 1px solid #37388e;
	background-color: #37388e;
	color: #FFFFFF;
}

.link_seite_active {
	padding: 2px 4px;
	margin: 0px 3px;
	border: 1px solid #37388e;
	background-color: #37388e;
	color: #FFFFFF;
	text-decoration: none;
}


