/* GANZE SEITE:
Hintergrund, Schriftyp , default-fontsize 
(über table,geht nicht im Body)*/

BODY {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	background-image : none;
}
table {
	font-size : x-small;
	font-family : Arial, Helvetica, sans-serif;
}
/*HEADER:
1. Zeile (TOP):  Linie, Breite, Ausrichtung
2.Zeile: Menü-Hintergrund, Breite, Ausrichtung
*/
td.headertopleft {
	border-style : solid;
	border-color : Black;
	border-bottom-width : 1px;
	border-left-width : 0px;
	border-right-width : 0px;
	border-top-width : 0px;
	width : 180px;
	vertical-align : middle;
	text-align : center;
	background-image : none;
	background : #F5F5F5;
}

TD.headertopright {
	text-align : center;
	border-style : solid;
	border-color : Black;
	border-bottom-width : 1px;
	border-left-width : 0px;
	border-right-width : 0px;
	border-top-width : 0px;
	width : 600px;
	vertical-align : bottom;
	background-image : none;
	background : #F5F5F5;
}
td.headerleft {
	vertical-align : top;
	background-color : #F5F5F5;
	width : 180px;
	background-image : none;
}
td.headerright {
	padding-left : 5px;
	vertical-align : top;
	width : 600px;	
}

/* TEXT-INHALT der Seite:
= 1x1 Tabelle
Breite
*/
.maintext {
	width : 780px;
}

.fremdtext{
	background : #FAFAD2;
}

.col6{
	border : thin solid Silver;
	vertical-align : top;
	width : 105px;
}

.col1{
	width : 180px;
	border : thin solid Silver;
	vertical-align : top;
}
.col1a{
	width : 60px;
	border : thin solid Silver;
	vertical-align : top;
}
.col2{
	width : 180px;
	border : thin solid Silver;
	vertical-align : bottom;
}

.col3{
	width : 400px;
	border : thin solid Silver;
	vertical-align : top;
	padding-left : 5px;
}
.col23{
	width : 580px;
	border : thin solid Silver;
	vertical-align : top;
	padding-left : 5px;
}
.rxxahmen{
	border : thin solid Gray;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-top : 0px;
	padding-right : 0px;
}
/* FUSSZEILEN:
=1*2 Tabelle
Schriftgröße,Linie, Breite, Ausrichtung, Menü-Hintergrund
*/
td.bottomleft {
	width : 180px;
	border-style : solid;
	border-color : Black;
	border-bottom-width : 0px;
	border-left-width : 0px;
	border-right-width : 0px;
	border-top-width : 1px;
	vertical-align : middle;
	font-size : xx-small;
	background-image : none;
	background : #F5F5F5;
}
TD.bottomright {
	text-align : left;
	border-style : solid;
	border-color : Black;
	border-bottom-width : 0px;
	border-left-width : 0px;
	border-right-width : 0px;
	border-top-width : 1px;
	width : 600px;
	vertical-align : middle;
	background-color : #F5F5F5;
	background-image : none;
}
/*FUSSTEXT
=1*1 Tabelle
Schriftgröße, Breite
*/
td.bottomtext {
	width : 780px;
	font-size : xx-small;	
}

/*MENÜ's:
Schriftgröße, Einrück-Stufen
*/
td.h0{
	font-size : 1pt;
}

td.e0{
	font-size : xx-small;
}
td.e1 {
	font-size : xx-small;
	text-indent : 10px;
}
td.e2 {
	font-size : xx-small;
	text-indent : 20px;
}
td.e3 {
	font-size : xx-small;
	text-indent : 30px;
}
td.e4 {
	font-size : xx-small;
	text-indent : 40px;
}
td.e5 {
	font-size : xx-small;
	text-indent : 50px;
}
/*Menü-Überschrift*/
td.navheader {
	font-size : xx-small;
	font-weight : bold;
	color : Blue;
}

/*NAVIGATION:
Keine Linie, Hand-Over-Hintergrund-Wechsel
*/
/*hrefs auf andere Seiten:*/
a.nav {
	text-decoration:none;
	color : Blue;
	font-weight : bold;
}	
a.nav:hover {
	color : Blue;
	text-decoration:none;
	background: #E6E6FA;
	background-image : none;
}
A.nav:VISITED {
	color : Blue;
}
/*hrefs zu Punkten auf der aktuellen Seite*/
a.navhere {
	text-decoration:none;
	color : Black;
	background : #CCCCCC;
	font-weight : bold;
	background-image : none;
}	
a.navhere:hover {
	text-decoration:none;
	color : Black;
	background: #E6E6FA;
	background-image : none;
}
A.navhere:VISITED {
	color : Black;
}
/*"You are here"-Anwahl-zwecklos-Fett-Markierung des lokalen Links oben auf der Seite der
zusammen mit dem Menü sichtbar ist*/
a.navherefirst {
	text-decoration: none;
	color : Black;
	font-weight : normal;
}	
a.navherefirst:hover {
	text-decoration: none;
	background: #E6E6FA;
	background-image : none;
	font-weight : normal;
}
A.navherefirst:VISITED {
	color : Black;
}
/*hrefs "<< zum Anfang" im Text*/
a.navtop{
	text-decoration:none;
	color : #0099FF;
}	
a.navtop:hover {
	text-decoration:none;
	background: #E6E6FA;
	color : #99CCFF;
	background-image : none;
}
A.navtop:VISITED {
	color : #999999;
}
/*hrefs im Text*/
a.navimtext {
	text-decoration:none;
	color : Blue;
	background-image : none;
	font-weight : normal;
}	
a.navimtext:hover {
	text-decoration:none;
	color : Blue;
	background-image : none;
	background : #E6E6FA;
}
A.navimtex:VISITED {
	color : Blue;
}
/*hrefs im Text ROT*/
a.navimtextred{
	text-decoration:none;
	color : Red;
	background-image : none;
	font-weight : bold;
}	
a.navimtextred:hover {
	text-decoration:none;
	color : Red;
	background-image : none;
	background : #E6E6FA;
	font-weight : bold;
}
A.navimtextred:VISITED {
	color : Red;
	font-weight : bold;
}
/*hrefs im Text unsichtbar*/
a.navimtextinvis{
	color : Black;
	font-weight : normal;
	text-decoration:none;
	background-image : none;
}	
a.navimtextinvis:hover {
	color : Black;
	font-weight : normal;
	text-decoration:none;
	background-image : none;
}
A.navimtextinvis:VISITED {
	color : Black;
	font-weight : normal;
	text-decoration:none;
	background-image : none;
}

/*BILDER A4:
Breite 640, sonst zu groß für den Ausdruck
*/
.bilda4 {
	width : 640px;
}
.htmltext{
	color : Blue;
}
