/* STRUKTURIERUNG:

I. GLOBALES

II. SEITENSTRUKTUR

III. Inhaltsboxen

V. TEXTGESTALTUNG
	Überschriften
	Texte
	Tabellen
	Hyperlinks
*/


/* I. Globales --------------------------------------------------------------*/
*	{
	margin:0;
	padding:0;
	}

body	{
         background:url("Grafik/HG_Seite.jpg") no-repeat top center #468c34;
	color:#000;
	font-family: Helvetica, Arial, Sans-serif;
	text-align:center;
	}

.versteckt {
	left:-1000px;
	position:absolute;
	}

#seite	{
	width:985px;
	margin:0px auto;
	text-align:left;
	}

/* II. Seitenstruktur ------------------------------------------------------ */

#linke_spalte {
	float:left;
	width:20%;
	margin-top:8px;
	}

#rechte_spalte {
	margin:8px 0px;
	padding:10px;
	float:right;
	width:70%;
	}

#logo, #navi {
         margin:10px;
	}


/* III. Inhaltsboxen ------------------------------------------------------ */

.box_titel {
	background:url("Grafik/HG_Box_Seite_oben.png") repeat-x;
	margin:0px 10px;
	/* nur falls keine Ueberschrift vorhanden */
	height:10px;
	overflow:hidden;
	}

.box_inhalt {
         margin:0px 10px;
         background:url("Grafik/HG_Box_Seite_unten.png") repeat-x bottom left;
         padding:0px 0px 10px;
         min-height:100px;
         }

.oben_links {
         background:url("Grafik/HG_Box_Ecke_oben_li.png") no-repeat top left;
         }

.oben_rechts {
         background:url("Grafik/HG_Box_Ecke_oben_re.png") no-repeat top right;
         }

.unten_links {
         background:url("Grafik/HG_Box_Ecke_unten_li.png") no-repeat bottom left;
	}

.unten_rechts {
         background:url("Grafik/HG_Box_Ecke_unten_re.png") no-repeat bottom right;
         }

/* Gif-Dateien für nicht-png-fähigen IE bis V6 */
* html .box_titel 	{ background:url("Grafik/HG_Box_Seite_oben.gif") repeat-x #fff; }
* html .box_inhalt	{ background:url("Grafik/HG_Box_Seite_unten.gif") repeat-x bottom left #fff; }
* html .oben_links 	{ background:url("Grafik/HG_Box_Ecke_oben_li.gif") no-repeat top left; }
* html .oben_rechts 	{ background:url("Grafik/HG_Box_Ecke_oben_re.gif") no-repeat top right; }
* html .unten_links 	{ background:url("Grafik/HG_Box_Ecke_unten_li.gif") no-repeat bottom left; }
* html .unten_rechts 	{ background:url("Grafik/HG_Box_Ecke_unten_re.gif") no-repeat bottom right; }

* html .box_inhalt 	{ height:100px; }

/* IV. Menügestaltung ----------------------------------------------------- */
#navi ul {
	text-align:right;
	list-style-type:none;
	}

#navi a, #listenschluss {
	color:#000;
	font-weight:bold;
	text-decoration:none;
         display:block;
	width:100%;
	margin-left:-9px;
	padding:9px;
	border-top:1px solid #999;
	}

#listenschluss {
	padding:0px 9px;
	}

#navi a:hover {
	background-color:#fffffe;
	}

* html #navi a:hover {
	background-color:#e4efe3;
	padding-right:6px;
	border-right:3px solid #9c9;
	border-left:3px solid #9c9;
	}

/* V. Landkarte ----------------------------------------------------------- */
.routenlink {
	margin-top:30px;
	}

.routenlink a {
	color:black;
	}

.routenlink a:hover {
	display:inline;
	}

/* V1, alle bis auf 5.x  */
.routenlink a img {
	float:right;
	width:0px;
	height:0px;
	}

.routenlink a:hover img {
	height:500px;
	width:220px;
	position:absolute;
	top:0px;
	right:9px;
	z-index:3;
	}

/* V2, nur 5.x
.routenlink a img {
         position:absolute;
	top:-1000px;
	}

.routenlink a:hover img {
         position:absolute;
	top:0px;
	right:9px;
	}	*/

/* nur wenn Routen ausschließlich innerhalb, alles, bis auf IE6
.routenlink a img {
         position:absolute;
	top:0px;
	right:0px;
	z-index:0;
	}

.routenlink a:hover img {
         z-index:3;
	}
                                            */

/* VI. Textgestaltung ----------------------------------------------------- */
p	{
	font-size:0.9em;
	line-height:1.4em;
	padding:10px 15px;
	}

.galerienavi li {
	display:inline;
	padding:0px 15px;
	}

.galerienavi {
	width:100%;
	text-align:center;

	border-bottom:1px solid #aaa;
	border-top:1px solid #aaa;
	padding:5px 10px;
	margin-left:-10px;
	list-style-type:none;
	}

.galerienavi a {
	color:#000;
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
	line-height:1.4em;
	}

.galerienavi a:hover {
	text-decoration:underline;
	}


#rechte_spalte img {
	margin:10px auto;
	}
/* Ueberschriften */

/* Texte und Listen */

/* Tabellen */

/* Hyperlinks */

.box_titel_a {
	background:url("Grafik/HG_Box_Seite_oben.png") repeat-x;
	margin:0px 10px;
	/* nur falls keine Ueberschrift vorhanden */
	height:1em;
	overflow:visible;
	font-size:1.2em; font-weight:normal; font-style:italic; padding:10px 15px;
	}


.galerie {
	width:100%;
	margin:3px auto;
	}

.galerie td {
	text-align:center;
	}

p.small {
	font-size:0.8em;
         width:90%;
         }
.impr_tabelle {
	margin-left:10px;
         border:1px solid #888;
         }

.impr_tabelle td {
	vertical-align:top;
         }

.info_tabelle td	{
	font-size:0.8em;
         vertical-align:top;
         padding:5px 15px;
	}

.info_tabelle {
	border:1px solid #888;
         margin-left:10px;
         padding:5px;
         }

