/* ------------------------------------------------------ *//* Dokumenteigenschaften */body {	background-color: #FFFFFF;		font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;		font-size: 2;		color: #000000; }/* ------------------------------------------------------ *//* Link-Eigenschaften */a:link       { color: #0000FF }				/* Farbe von unbesuchten Links - blue */a:visited    { color: #808080 }				/* Farbe von besuchten Links - gray */a:hover      { color: #000000;					/* Maus momentan bei Link - black */				 background-color: #FFFFCC;				 display: inline }a:active     { color: #FF0000 }				/* Farbe von aktiven Links - red *//* ------------------------------------------------------ *//* normaler Textabsatz */p	{ font-size: 100%;	}/* ------------------------------------------------------ *//* Ueberschriften erster Ordnung */h1	{ font-size: 200%;	  font-weight: bold;	}/* div, span, td *//* ------------------------------------------------------ *//* Listeneinträge */li { margin-bottom:12px }	/* Aussen-Randabstand unten *//* ------------------------------------------------------ *//* ------------------------------------------------------ *//* ID-Definitionen *//* Anwendung: z.B. <div id="Titel"> Titeltext </div> */#Titel { font-size: 200% }#GrundLinien {	position: absolute;   top: 0px;			/* von oben */   left: 0px;			/* von links */   width: 844px;			/* Breite */   height: 600px;			/* Hoehe */   z-index: 0;			/* Schichtposition bei Überlappung */   padding: 0px;			/* Innenabstand */   margin: 0px;			/* Aussenabstand */   border: 0px;			/* Rahmen*/   }#Haupttabelle {	position: absolute;	left: 114px;	top: 80px;	width: 720px;	height: 560px;	z-index: 1	}#Menuetabelle {	position: absolute;	left: 114px;	top: 80px;	width: 210px;	height: 560px;	z-index: 1	}#MenueBild {	position: absolute;	left: 513px;	top: 80px;	/* width: 321px; */	/* height: 480px; */	z-index: 1	}#SubMenuetabelle {	position: absolute;	left: 114px;	top: 80px;	width: 720px;	height: 560px;	z-index: 1	}#SubMenueBild {	position: absolute;	left: 719px;	top: 80px;	/* width: 115px; */	/* height: 480px; */	z-index: -1	}#SubMenueBild2 {	position: absolute;	left: 585px;	top: 0px;	/* width: 115px; */	/* height: 480px; */	z-index: 0	}#BereichBildRechts {	position: absolute;   top: 100px;			/* von oben */   left: 400px;			/* von links */   width: 320px;			/* Breite */   height: 600px;			/* Hoehe */   z-index: 2;			/* Schichtposition bei Überlappung */   padding: 0px;			/* Innenabstand */   margin: 0px;			/* Aussenabstand */   border: 0px;			/* Rahmen*/   }/* ------------------------------------------------------ *//* ------------------------------------------------------ *//* Klassen-Definitionen *//* Anwendung: z.B. <p class="hinterlegt"> text </p> */.hinterlegt { background-color : #00FFFF }.MenueText { font-family : 'Apple Chancery';				font-weight : bold;			 }.OnTourMonth {     font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;     font-size : 16px;     font-weight : bold;     background-color : #FFFFFF;     }.NoFramesText {     font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;     font-size : 16px;     background-color : #FFFFFF;     }.tab2 {     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;     font-size : 12px;     color : #FFFFFF;     line-height:16px;     text-align : left;     background-color : #3F3F3F;     }.tab3 {     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;     font-size : 12px;     color : #FFFFFF;     line-height:16px;     text-align : right;     background-color : #3F3F3F;     }.small     {     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;     font-size : 10px;     text-align : left;     }