/* spezielle Formatierungen für das Regsam-Projekt */


/* --- Farbangaben im Layer-Boxmodell --- */

#foot_inhalt			{ border-top: 1px solid rgb(237,212,205); }
	
.zitat					{ background-color: rgb(220,167,157); }
.zitat_ende				{ background-color: rgb(220,167,157); }

.contentnavi			{ background-color: rgb(173,29,50); }

.head_subnavi			{ background-color: rgb(173,29,50); }
				
ul.ul_subnavi li		{ border-bottom: 1px solid rgb(107,22,34); border-top: 1px solid rgb(220,167,157); }

a.subnavi:hover, a.subnavi_akt:link, a.subnavi_akt:active, a.subnavi_akt:visited { color: rgb(173,29,50); }

a.nav_left:hover, a.nav_left_akt:link, a.nav_left_akt:active, a.nav_left_akt:visited { color: rgb(173,29,50); background-color: rgb(255,255,255);  }


.box_rahmen				{ border-bottom: 1px solid rgb(173,29,50); border-right: 1px solid rgb(173,29,50); }

.box_hell_title			{ color: rgb(173,29,50); }
.box_hell				{ background-color: rgb(250,242,240); }
.box_hell img			{ border: 1px solid rgb(234,187,196); }
	.box_hell_linie			{ border-bottom: 1px solid rgb(234,187,196); }

.inhalt_termin_trennlinie	{ border-bottom: 1px solid rgb(224,170,178); }
.termin_trennlinie		{ border-bottom: 1px solid rgb(224,170,178); }
			

			
/* --- Farbangaben --- */

.farbe_hell				{ color: rgb(212,145,134); }
.farbe_mittelhell		{ color: rgb(195,100,93); }
.farbe					{ color: rgb(173,29,50); }
.farbe_dunkel			{ color: rgb(107,22,34); }



/* --- Überschriften --- */

h1 						{ color: rgb(173,29,50); }
h2 						{ color: rgb(173,29,50); }
h3 						{ color: rgb(173,29,50); }


/* --- sonstige Objekte --- */

.trennstrich			{ color: rgb(173,29,50); }
.trennlinie				{ border-bottom: 1px solid rgb(237,212,205); }

a.bg:link,	a.bg:active, a.bg:visited { background-color: rgb(237,212,205);  }
a.bg:hover				{ background-color: rgb(237,212,205); }

.border_unten			{ border-bottom: 1px solid rgb(107,22,34); }
.border_oben			{ border-top: 1px solid rgb(212,145,134); }
