/* - - - - - - - - - - - - Hauptseiten - - - - - - - - - - - - */
.hintergrund { /*---Hintergrundgrafik---*/
	background-image:url(Hg_index3.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#efdca0;
	}
.titel { /*---Titelgrafik mit Unterstrich---*/
	position:absolute;
	top:15px;
	left:197px;
    width:555px;
    padding-bottom:2px;
    border-bottom-width:2px;
  	border-bottom-style:solid;
  	border-color:#000066;
    }
.menu { /*---Navigationsleiste---*/
	position:absolute;
	top:121px;
	left:190px;
	background-color:transparent;
    }
.text {
	position:static;
	color:#000066;
	background-color:transparent;
	padding:4px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:95%;
	font-weight:normal;
	}
.blickfang {
	list-style-type:square;
	list-style-position:outside;
	}
/* - - - - - - - - - - - - Buttongestaltung - - - - - - - - - - - - */
a {
	color:#000;
	background-color:#fff;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	line-height:26px;
	text-align:center;
	margin: 2px;
	padding: 2px;
	}
#ohnealles { /*---Titelgrafik als Homelink---*/
	text-decoration:none;
	border: none;
	background-image: url(titel_hg.gif);
	}
#normal { /*---Nur Text mit Unterlinie---*/
	color:#000066;
	background-color:transparent;
	text-decoration:underline;
	font-size:95%;
	}
#aktuell { /*---Damit der Link der aktuell zu sehenden Seite identisch mit :hover ist---*/
    color:#FFCC99;
	background:#336699;
    }
a:link {
	color:#000;
	background:#fff;
	}
a:visited {
	color:#000;
	background:#eee;
	}
a:hover {
	color:#FFCC99;
	background:#336699;
	}
/* - - - - - - - - - - - - Gestalltung für Galerieseiten - - - - - - - - - - - - */
.hintergrund2 { /*---Hintergrundgrafik auf Galerieseiten---*/
	background-image:url(Hg_bilder.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#efdca0;
	}
.titel-auf-bildseiten {
	position:absolute;
	top:20px;
	left:23px;
	width:500px;
    padding-bottom:2px;
    border-bottom-width:2px;
  	border-bottom-style:solid;
  	border-color:#000066;
	}
.text-auf-bildseiten{
    position:absolute;
    top:110px;
	left:23px;
	color:#000066;
	background-color:transparent;
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:105%;
	font-weight:normal;
    }
.text-auf-bildseiten p {
    position:static;
	color:#000066;
	background-color:transparent;
	padding-bottom:5px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:105%;
	font-weight:normal;
    }
