/* Schriftfarbe des ausgewählten Navigationspunktes */
#nav div.main-nav li.active a
{
	color: #E7393A;
}

/* Farbe der Linie unter Hauptnavigation */
div.nav-top
{
	border-bottom: 1px solid #E7393A;
}

/* Hintergrundbild Content-Bereich */
#content
{
	background: url(../pics/bg-ffff92.gif) repeat-y 10px top;
}

/* indiv. blogentry styles */

div.blogentry-preview p.entry-action a
{
	color: #E7393A;
}

/* für Überschriften in Lernblog Kategorien */
div.article h1
{
	background: #ffffc2;
}

/* indiv. linklist styles */
ol.linklist li a.linkurl
{
	color: #e7292a;
}

ol.linklist li a.linkurl:visited,
ol.linklist li p.description a:visited
{
	color: #551A8B;
}

/* indiv. sidebar styles */
#right-column h3
{
	background: url(../pics/bg-sidebar-rot.jpg) no-repeat left top;
	color: #E50100;
}

/* Rahmen um Meldung >>keine Einträge vohanden<< */
p.no-entry
{
	border: 1px solid #E7393A;	
}

/* Hintergrund von Information zur Sprache des Lernangebotes */
span.lang
{
	background: #ffffc2;
}
