﻿
/*****************************************************************************/
/* custom2.css - enthält spezielle Anpassungen für Hauptrubik 2              */
/*****************************************************************************/

/*****************************************************************************/
/* Motiv in der Kopfzeile                                                    */
/*****************************************************************************/
#head
{
	background-image: url("../images/head_landkreis.jpg");
}

/*****************************************************************************/
/* Farbe der Navigation nach Rubrik                                          */
/*****************************************************************************/
#naviHeader
{
	background-image: url('../images/navi_2_oben.gif');
}
#naviFooter
{
	background-image: url('../images/navi_2_unten.gif');
}
#navigation
{
	background-color: rgb(219,189,197);
}
#navigation a
{
	color: rgb(107,8,37);
}
#navigation .div_2_on_on, #navigation .div_2_on_off, #navigation .div_2_off_off
{
	background-color: rgb(219,189,197);
}
#navigation .div_2_off_off:hover, #navigation .div_2_on_on:hover, #navigation .div_2_on_off:hover
{
	background-color: rgb(219,189,197);
}

/*****************************************************************************/
/* Farbe der Haupüberschriften                                               */
/*****************************************************************************/
#content h1, #content h1 a, #content h1 a:link, #content h1 a:active, #content h1 a:visited
{
	color: rgb(179,48,75);
}
#content h2, #content h2 a, #content h2 a:link, #content h2 a:active, #content h2 a:visited
{
}
#content h3, #content h3 a, #content h3 a:link, #content h3 a:active, #content h3 a:visited
{
	color: rgb(139,18,45);
}
#content h4, #content h4 a, #content h4 a:link, #content h4 a:active, #content h4 a:visited
{
}

#contentFooter .nach_oben a
{
	color: rgb(107,8,37);
}

/*****************************************************************************/
/* News-Feeds                                                                */
/*****************************************************************************/
.rsstitle
{
	color: rgb(107,8,37);
}