body {
	background-color: #1C3763;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
td {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em; 
	line-height: 1.1em;
	font-weight: bold;
	margin-top:3px;
}
h2 {
	font-size: 1.25em;
	font-weight: bold;
}
h3 {
	font-size: 1.15em;
	font-weight: bold;
}
ul {
	list-style-position: outside;
	list-style-image:  url("../gfx/pfeil.gif");
	list-style-type: square;
}
/* +++++++++ 1. Menü (Hauptebene) ++++++++++++++++++++++++++++++++++++++++++ */
.navi {	font-size: 10pt;
		width: 210px;					/* für Navi-Box */
		margin: 2px 0px 0px 0px; 
		padding: 5px 0em 5px 10px; 
		color: #000000; 
		background-color: #D6E6F3; /*#CBD2DC; #97BEDD;*/
		text-decoration: none;
}
a.navi-NoMark {
	padding: 2px; 
}
a.navi-NoMark:link {				/* für Navi-Einträge/ Hyperlinks */
	color: #000000;
	text-decoration: none;
}
a.navi-NoMark:visited {
	color: #000000;
	text-decoration: none;
}
a.navi-NoMark:hover {
	color:#990000;
	text-decoration: underline;
}
a.navi-NoMark:active {
	color: #000000;
	text-decoration: none;
}
/* -------------------- */
.navi-Mark {
	padding: 2px;
	color: #000000;
	text-decoration: underline;
} 
/* +++++++++ Menü 2. Ebene ++++++++++++++++++++++++++++++++++++++++++ */
.navi2 {font-size: 10pt;
		width: 210px;					/* speziell für überlappende Navi-Boxen in 2. Ebene */
		margin: 0px 0px 0px 0px; 		/* nur Änderung in dieser Zeile, Rest wie .navi */
		padding: 5px 0em 3px 10px; 
		color: #000000; 
		text-decoration: none;
		background-color: #D6E6F3;
}
a.navi2-noMark {
	padding: 0px;
	color: #000000;
	text-decoration: none;
} 
a.navi2-NoMark:link {
    float: none; /* width: 173px; */
	color: #000000;
	text-decoration: none;
}
a.navi2-NoMark:visited {
	color: #000000;
	text-decoration: none;
}
a.navi2-NoMark:hover {
	/*float: none; width: 173px;*/
	color:#990000;
	text-decoration: underline;  /* none */
}/* -------------------- */
a.navi2-Mark {
    font-size: 10pt;
	font-weight: normal; 
    float: none; /* width: 173px; */
	color: 000000; /*#004D9F;   #FFFFFF */
	text-decoration: underline;  /* none */
} 
/* +++++++ Hauptbereich: Text und Links ++++++++++++++++++++ */
.txtlink {
	line-height: 1.3em;
	font-weight:normal;
}
.txtlink a {
	color:#003399; /* 003366 #990000 */
	text-decoration:none; /* underline*/
	font-weight:bold;
}
.txtlink a:visited {
	color: #003399;
	text-decoration: none;
}
.txtlink a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight:bold;
}
.txtlink a:active {
	color: #97BEDD;
	text-decoration: underline;
	font-weight:bold;
}

/* +++++ Links im Copyright +++++ */
.copyright {
	font-size: 0.93em;
	color: #666666;
}
a.copyright:link {
	color: #666666;
	font-weight:normal;
	text-decoration: underline;
}
a.copyright:visited {
	color: #666666;
	font-weight:normal;
	text-decoration: underline;
}
a.copyright:hover {
	color: #990000;
	font-weight:normal;
	text-decoration: underline;
}
a.copyright:active {
	color: #003366;
	font-weight:normal;
	text-decoration: underline;
}

/* ++++++++++ */


.KontaktBoxRand {
	border:2px solid #A1A1A1;
	background-color:#dce1ed;
	padding: 5px;
}

.hinweis {
	font-size: 10pt;
	color: #333333;
}
