/* --------------------------------------------------------------------------------------------------- */
/* Notnetz                                                                letzte Änderung am 10.4.2008 */
/* --------------------------------------------------------------------------------------------------- */

A 			{ text-decoration:none; color:#4A5A84; }

A:Visited	{ text-decoration:none; }
A:Active	{ text-decoration:none; }
A:Hover		{ text-decoration:underline; color:#84105A; }
 
 
A.anker_fett		{font-weight:bold; color:#000000}
A.anker_verweis		{color:#000066;}
 
 
/* ----------------------------------------------- Text neben den bunten Punkten bei den Adressen */
.punkt_beschriftung  {
    font-size : 9px;
	margin-left : 5px;
}

a.punkt_beschriftung:hover { 
    text-decoration:none;
	color:#000066; 
}
 
/* -------------------------------------------------------------------------------------------------*/
/* Spezielle Styledefinitionen                                         
/* -------------------------------------------------------------------------------------------------*/
html	{ height:100%; margin-bottom:0.1px; }
body	{ font-family:Verdana; color:black; font-size:12px; }

/* ----------------------------------------------- Hauptüberschriften Notnetz */
h1  {
	font-size : 18px;
	font-weight : bold;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-left: 5px;
	margin-right: 5px;
}
/* ----------------------------------------------- untergeordnete Überschrift Notnetz */
h2  {
	font-size : 16px;
	font-weight : bold;
	margin-bottom : 2px;
	margin-top : 10px;
	margin-left: 5px;
	margin-right: 5px;
}
/* ----------------------------------------------- Untergeordnete Überschrift Notnetz */
h3  {
 	font-size : 12px;
	font-weight : bold;
	margin-top : 6px;
	margin-left: 5px;
	margin-right: 5px;
}
/* ----------------------------------------------- untergeordnete Überschriften in mittlerer Spalte */
.thema_2  {
	font-size : 14px;
	font-weight : bold;
	margin-top : 10px;
	margin-left: 5px;
	margin-right: 5px;
}
/* ----------------------------------------------- 1. Absatz in mittlerer Spalte */
.absatz_1  {
 	font-size : 12px;
	font-weight : bold;
	margin-top : 6px;
	margin-left: 5px;
	margin-right: 5px;
}
/* ----------------------------------------------- 2. Absatz in mittlerer Spalte */
.absatz_2  {
 	font-size : 12px;
	margin-top : 6px;
	margin-left: 5px;
	margin-right: 5px;
}

/* ------------------------------------------------ Navigation oben, klein, schwarz */
.navi_oben_klein  {
 	font-size : 10px;
	margin-left: 5px;
}

.farbe_rot_haupt		{background-color:#c53131;}		/* Hauptfarbe rot					*/
.farbe_gruen_finanzen 	{background-color:#009933;}		/* grüne Farbe für Finanzen			*/
.farbe_gelb_gesundheit	{background-color:#f8de30;}		/* gelbe Farbe für Gesundheit		*/
.farbe_orange_erziehung	{background-color:#ff9900;}		/* orangene Farbe für Erziehung		*/
.farbe_rot_sucht		{background-color:#ff6600;}
.farbe_purpur_gewalt	{background-color:#7e2c38;}
.farbe_pink_angst		{background-color:#aa1b58;}
.farbe_violett_stress	{background-color:#7e2a7b;}
.farbe_dblau_trennung	{background-color:#164986;}
.farbe_hblau_probleme	{background-color:#358abe;}
.farbe_rot_adressen		{background-color:#ff3333;}


/* ------------------------------------------------------------------------------------
/* Spezielle Tabellendefinitionen
/* ------------------------------------------------------------------------------------*/

/* ------------------------------------------------ Tabelle für den Seitenfuß (Verweise und Adresse) */
table.verweise {
	border:0;
	padding:0px;
	width:760px;
}

/* ----------------------------------------------------- Tabellenzelle für Adresse im Seitenfuß */
td.adresse {
 	font-size:10px;
 	color:#808080;
	text-align:center;
}

/* ---------------------------------------------------- Listen für die Adressen*/

#adr_liste
{
}

#adr_liste ul
{
    list-style-type: none;
}

#adr_liste li
{
	margin-bottom:5px;
	font-size:12px;
}

#adr_liste a:hover
{
    color:#990000;
	text-decoration: none;
}

