/* ---------- Beratungsangebot  */

A 			{ text-decoration:none; color:#4A5A84; }
A:Visited	{ text-decoration:none; }
A:Active	{ text-decoration:none; }
A:Hover		{ text-decoration:underline; color:#84105A; }
 
body	{ 
	background-color:#ffffff;
/*	background-color:#e6e6e6; */
	font-family:Verdana; 
	color:black; 
	font-size:12px;
}

/* --------- Name im Seitenkopf */
.name_oben  {
 	font-size : 20px;
	font-weight : bold;
	margin-top : 10px;
	margin-bottom : 10px;	
	margin-left: 5px;
	margin-right: 5px;
}

/* ---------- Überschriften im Seitenkopf */
.thema_oben  {
 	font-size : 16px;
	font-weight : bold;
	margin-top : 10px;
	margin-bottom : 20px;	
	margin-left: 5px;
	margin-right: 5px;
}

ul {
	list-style-type:disc;
}

/* ----------- 1. Überschrift */
h1 {
 	font-size : 18px;
	font-weight : bold;
	margin-top : 10px;
	margin-bottom : 10px;	
	margin-left: 0px;
	margin-right: 0px;
}

h2 {
 	font-size : 14px;
	font-weight : bold;
	margin-top : 10px;
	margin-left: 0px;
	margin-right: 0px;
}

h3 {
	font-size : 13px;
	font-weight : bold;
	margin-top : 10px;
	margin-left: 0px;
	margin-right: 0px;
}

/* ---------  */
.absatz_01  {
 	font-size : 13px;
	font-weight : bold;
	margin-top : 10px;
	margin-left: 0px;
	margin-right: 0px;
}
/* ---------  */
.absatz_1  {
 	font-size : 12px;
	font-weight : bold;
	margin-top : 6px;
	margin-left: 0px;
	margin-right: 0px;
}
/* ---------  */
.absatz_2  {
 	font-size : 12px;
	margin-top : 6px;
	margin-left: 0px;
	margin-right: 0px;
}

.absatz_3  {
 	font-size : 10px;
	margin-top : 6px;
	margin-left: 0px;
	margin-right: 0px;
}


.hintenlinks		{ background-color : #ffffff; } 	/* Hintergrund - linke Tabellenspalte */
.hintenmitte		{ background-color : #ffffff; }		/* Hintergrund - mittlere Tabellenspalte */
.hintennavi			{ background-color : #ffffff; }		/* Hintergrund - Navigation */

/* .hintenlinks		{ background-color : #e6e6e6; } 	/* Hintergrund - linke Tabellenspalte */
/* .hintenmitte		{ background-color : #e6e6e6; }		/* Hintergrund - mittlere Tabellenspalte */
/* .hintennavi		{ background-color : #e6e6e6; }		/* Hintergrund - Navigation */

/* ----------- 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;
}


