/* +++Allgemeine Formatierungen+++ */

.xlatio {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	text-align: left;
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
	border: none;

}

/* +++oberer Navigationsframe ("topnav")+++ */

.topnav {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	text-align: center;
	scrollbar-face-color: #050505;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #155760;
}

.topnavlink {

	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #FFFFFF;
	text-decoration: underline;
}

.topnavaktiv {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #155760;
	border: 1px solid #FFFFFF;

}


/* +++linker Navigationsframe ("subnav")+++ */

.subnav {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #155760;
	text-decoration: none;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #bbced1;
	scrollbar-darkshadow-color: #bbced1;
	scrollbar-shadow-color: #ffffff;
	scrollbar-arrow-color: #aabdc0;
	scrollbar-track-color: #dfdfdf;
	background-attachment: fixed;
	background-image: url(../pix/bgr-lx.gif);
	background-repeat: repeat-y;
	background-position: left left;

}
/* formatierung der subnavtabelle - gesamte tabelle formatieren */

.subnavtable {

	text-align: left;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #000000;
	text-decoration: none;
	border: none;
}

.subnavlink {
	font-size: 13pt;
	color: #000000;
	text-decoration: underline;
}

/*einzelne zellen in der subnavtabelle - müssen auch als zellen markiert werden, nicht als gesamttabelle */

.subnavtd {
	border: 1px solid #155760;
	background-color: #ccdfe2;


}

/* +++Formatierung und Text im Hauptframe ("main-Frame")+++ */

.bodymain {
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #bbced1;
	scrollbar-darkshadow-color: #bbced1;
	scrollbar-shadow-color: #ffffff;
	scrollbar-arrow-color: #aabdc0;
	scrollbar-track-color: #dfdfdf;

}
.textmiteinzug {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	text-align: left;
	vertical-align: top;
	border: none;
	list-style-type: none;


}

/* einzelne zellen markieren, nicht gesamttabelle */ 

.haupttabelletd {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #efefef;
	border: 1px solid #666666;
}
/* am besten mit strg-f, suchen nach spez. tag a ohne attribut class  attribut class="..." einfügen programmnieren */
.haupttabellelink {

	color: #155760;
	text-decoration: underline;
}


/* h2 */

.h2intabelle {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #155760;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	border: none;
}


/* h4 */

.h4intabelle {

	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #155760;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	border: none;
}

.h4intabellelink {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

/* h3 */

.h3intext {
	font-size: 30px;
	font-weight: bold;
	color: #155760;
}
.kleinertext {
	font-size: 9pt;
	text-decoration: none;
}
.ganzunten {
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
}
.ganzuntenlinks {
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
}
.ganzuntenlinks:hover {
	font-weight: normal;
	color: #155760;
	text-decoration: underline overline;
}
.listeneintrag {

	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	text-align: left;
	vertical-align: top;
	border: none;
	list-style-type: none;
}

