﻿
/*****************************************************************************/
/* custom1.css - enthält spezielle Anpassungen für Hauptrubik 1              */
/*****************************************************************************/

/*****************************************************************************/
/* Motiv in der Kopfzeile                                                    */
/*****************************************************************************/
#head
{
	background-image: url("../images/head_landratsamt.jpg");
}

/*****************************************************************************/
/* Farbe der Navigation nach Rubrik                                          */
/*****************************************************************************/
#naviHeader
{
	background-image: url('../images/navi_1_oben.gif');
}
#naviFooter
{
	background-image: url('../images/navi_1_unten.gif');
}
#navigation
{
	background-color: rgb(183,221,229);
}
#navigation a
{
	color: rgb(3,111,134);
}
#navigation .div_2_on_on, #navigation .div_2_on_off, #navigation .div_2_off_off
{
	background-color: rgb(183,221,229);
}
#navigation .div_2_off_off:hover, #navigation .div_2_on_on:hover, #navigation .div_2_on_off:hover
{
	background-color: rgb(183,221,229);
}

/*****************************************************************************/
/* Farbe der Haupüberschriften                                               */
/*****************************************************************************/
#content h1, #content h1 a, #content h1 a:link, #content h1 a:active, #content h1 a:visited
{
	color: rgb(95,179,197);
}
#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(95,179,197);
}
#content h4, #content h4 a, #content h4 a:link, #content h4 a:active, #content h4 a:visited
{
}

#contentFooter .nach_oben a
{
	color: rgb(3,111,134);
}

/*****************************************************************************/
/* News-Feeds                                                                */
/*****************************************************************************/
.rsstitle
{
	color: rgb(3,111,134);
}