﻿
/*****************************************************************************/
/* custom3.css - enthält spezielle Anpassungen für Hauptrubik 3              */
/*****************************************************************************/

/*****************************************************************************/
/* Motiv in der Kopfzeile                                                    */
/*****************************************************************************/
#head
{
	background-image: url("../images/head_wirtschaft.jpg");
}

/*****************************************************************************/
/* Farbe der Navigation nach Rubrik                                          */
/*****************************************************************************/
#naviHeader
{
	background-image: url('../images/navi_3_oben.gif');
}
#naviFooter
{
	background-image: url('../images/navi_3_unten.gif');
}
#navigation
{
	background-color: rgb(210,223,229);
}
#navigation a
{
	color: rgb(9,54,67);
}
#navigation .div_2_on_on, #navigation .div_2_on_off, #navigation .div_2_off_off
{
	background-color: rgb(210,223,229);
}
#navigation .div_2_off_off:hover, #navigation .div_2_on_on:hover, #navigation .div_2_on_off:hover
{
	background-color: rgb(210,223,229);
}

/*****************************************************************************/
/* Farbe der Haupüberschriften                                               */
/*****************************************************************************/
#content h1, #content h1 a, #content h1 a:link, #content h1 a:active, #content h1 a:visited
{
	color: rgb(9,54,67);
}
#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(9,54,67);
}
#content h4, #content h4 a, #content h4 a:link, #content h4 a:active, #content h4 a:visited
{
}

#contentFooter .nach_oben a
{
	color: rgb(9,54,67);
}

/*****************************************************************************/
/* News-Feeds                                                                */
/*****************************************************************************/
.rsstitle
{
	color: rgb(9,54,67);
}