/* ==================================================================
Stylesheet fuer die Formatierungen der Startseite
Datei: index.css
Media: all

Datum: 28.04.2011
Autor:	grintsch communications (rf)
Internet: www.grintsch.com

Inhalt:
CSS-Anweisungen für Aponet

Aufbau:
1. Layout-Elemente

2. Block-Elemente
	2.1 Überschriften

3. Boxen
	3.1 Featured page
	3.2 News aggregator
		3.2.1 News aggregator: Textelemente
==================================================================== */
/* ======================================================

	=1. Layout-Elemente

========================================================= */
#wContentInfo { padding-top: 0; }

/* ======================================================

	=2. Block-Elemente

========================================================= */
/* ======================================================

	=2.1 Überschriften

========================================================= */
#wContent h1 {
	padding-bottom: 5px;
	border-bottom: 1px solid #e2001a;
}

/* ======================================================

	=3. Boxen

========================================================= */
/* ======================================================

	=3.1 Featured page

========================================================= */
#wContent div.box_featured_page { border-top-color: #fff; }

/* ======================================================

	=3.2 News aggregator

========================================================= */
#wContentText div.news_line { display: none; }

#wContent div.box_news_aggregator {
	padding-top: 385px;
	xxxborder-top-color: #fff;
	xxxborder-bottom-color: #fff;
}

	#wContent div.box_news_aggregator div.box_news div.box_content { margin-top: 6px; }

/* ======================================================
	=3.2.1 News aggregator: Textelemente
========================================================= */
#wContent div.box_news_aggregator h2 { top: -48px;}