
/*      S I T E M A P     */


/* 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 : #CCCCCC;
	width : 180px;
	background-image : none;
	background : #F5F5F5;
}
td.headerright {
	padding-left : 5px;
	vertical-align : top;
	width : 600px;
	border-color : Black;
	border-bottom-width : 0px;
	border-left-width : 0px;
	border-right-width : 0px;
	border-top-width : 0px;
	border-style : solid;
	background-image : none;
}

/* TEXT-INHALT der Seite:
= 1x1 Tabelle
Breite
*/
.maintext {
	width : 780px;
}

.col12{
	width : 180px;
	border : medium solid Silver;
	vertical-align : top;
}

.col3{
	width : 420px;
	border : medium solid Silver;
	vertical-align : top;
}
.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 : #CCCCCC;
	background-image : none;
	background : #F5F5F5;
}
/*FUSSTEXT
=1*1 Tabelle
Schriftgröße, Breite
*/
td.bottomtext {
	width : 780px;
	font-size : xx-small;	
}

/*MENÜ's:
Schriftgröße, Einrück-Stufen
*/
td.e0{
	font-size : xx-small;
}
td.e1 {
	font-size : xx-small;
	text-indent : 10px;
}
td.e2 {
	font-size : xx-small;
	text-indent : 110px;
}
td.e3 {
	font-size : xx-small;
	text-indent :160px;
}
td.e4 {
	font-size : xx-small;
	text-indent : 210px;
}
td.e5 {
	font-size : xx-small;
	text-indent : 260px;
}
/*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;
	font-weight : bold;
}	
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;
}	
a.navherefirst:hover {
	text-decoration:none;
	background: #E6E6FA;
	background-image : none;
}
A.navherefirst:VISITED {
	color : Black;
}
/*hrefs "<< zum Anfang" im Text*/
a.navtop{
	text-decoration:none;
	color : #0099FF;
}	
a.navtop:hover {
	text-decoration:none;
	background: #CCCCCC;
	color : #E6E6FA;
	background-image : none;
}
A.navtop:VISITED {
	color : #999999;
}
/*hrefs im Text*/
a.navimtext {
	text-decoration:none;
	color : Black;
	background : #CCCCCC;
	background-image : url(images/backgr.jpg);
}	
a.navimtext:hover {
	text-decoration:none;
	color : Black;
	background: #E6E6FA;
	border-color : #CCCCCC;
	border-style : solid;
	border-left-width : thin;
	border-right-width : thin;
	background-image : none;
}
A.navimtext:VISITED {
	color : Black;
}

/*BILDER A4:
Breite 640, sonst zu groß für den Ausdruck
*/
.bilda4 {
	width : 640px;
}

