/******************************************************\
* Allgemeine Schriftformatierungen                     *
\******************************************************/

h1, h1 a
{
	color: #B82737;
}

h1
{
	border-bottom: dashed 1px #B82737;
}

h2, h2 a
{
	color: #B82737;
}

h3, h3 a
{
	color: #B82737;
}

hr
{
	color: #B82737;
}

/******************************************************\
* Die Sie-Sind-Hier-Leiste                             *
\******************************************************/

#infoleiste
{
	background-color: #d4c5c1;
	color: #555;
	border-bottom: solid 1px #9c7972;
}

#infoleiste a
{
	color: #555;
}

/******************************************************\
* Tabellen                                             *
\******************************************************/

table.visible th
{
	background-color: #B82737;
}

table.visible thead
{
	background-color: #B82737;
}