
a:link {
	text-decoration: none!important;
}

/*--------------- Ueberschrift -------------------*/
#symbol {
    float: right;
    width: 16%;
    height: auto;
}

#ueberschrift {
    float: left;
    color: black;
    width: 84%;
    height: auto;
	margin-bottom: 5%;
}                

#ueberschrift h1 {   
	padding: 5% 15%;
	padding-right: 33%;
    font-size: 2em;
	font-family: Georgia;
    text-align: left;
	background-image: url(Design/ueberschrift.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}
/*----------------- Ueberschrift Ende ----------------*/
/*----------------- Hintergrund ----------------------*/
#inhalt { 
    float: left;
    width: 90%;
    height: auto;
    min-height: 680px;
    padding: 5%;
    background: linear-gradient(90deg, rgba(46,46,46,0.02) 0%, rgba(46,46,46,1.00) 1%, rgba(255,255,255,0.97) 1%, rgba(255,255,255,0.97) 98.5%, rgba(46,46,46,1.00) 98.5%, rgba(46,46,46,0.02) 100%);
    color: #404040;
    font-weight: bold;
}

/*----------------- Inhalt -------------------------- */  

.unteruberschriftdiv {
    padding-top: 5%;
    clear: both;
    height: 35px;
    width: 100%;
}

#inhalt h3 {        
    color: #0026FF;
	font-size: 1.5em;
    float: left;
    width: 100%;
}

#inhalt p a {                                 
    text-decoration: none;
    color: #404040; 
}
#inhalt p a:hover {
    text-decoration: underline;
} 

#inhalt p {
    margin-top: 10px;
    margin-bottom: 20px;  
    font-size: 0.9em;
    float: left;
}

.duenn {
    font-weight: normal;
}

#geschichtstabelle {
	clear: both;
}

.tabelle dd {
    margin-top: 10px;
}

.tabelle dt {
    color: #0026FF;
    margin-top: 10px;
}

.tabelle dl {
    margin-top: 20px;
}

.tabelle dl dt {
    float: left;
}

.tabelle dl dd {
    margin-left: 50px;
}             

.pfad {
    text-decoration: none;
    color: #404040;
    font-size: 10pt;
    float: left;
    margin-left: 5px;
}

.pfadakt {   
    text-decoration: none;
    color: black;
    font-size: 10pt;  
    float: left;     
    margin-left: 5px;
}

.abschnitt {
    clear: both;
}

.unteruberschriftlink {
    text-decoration: none;
    color: #0026FF;
}

.artikel {
    margin-top: 15px;
    width: 100%;
}

.starttext {
	float: left;
    width: 49%;
    font-size: 1em;
}

.starttext p {
	width: 100%;
}

.starttext ul {
    margin-top: 10px;
    margin-left: 50px;
	float: left;
}
	
/*-------------------- Inhalt Ende -----------------*/

/*------------------ Startseite --------------------*/

.Auflistung {
    width: 49%;
    list-style: circle outside none;
    text-decoration: none;
    color: black;    
    font-weight: normal;
}

.Auflistung li:hover {
    margin-left: 2px;
}

#oeffnungszeiten { 
    float: right;
    width: 49%;
    border: 2px red solid;
    border-radius: 5px;
    background-color: rgb(225,225,225);
    font-size: 0.9em;
    margin-bottom: 20px;
}

.oeffnungsz {
    margin: 10px;
    clear: both;
}

.hinweis {
	color: red;
}

/*------------------- Ende Startseite -----------------------*/

/*------------------- Galerie -------------------------------*/

.galeriediv {
}

.bilddiv {
    margin: 1%;
    width: 31%;
    height: 31%;
    float: left;
    text-align: center;
}

.bild {
	margin-bottom: 10px;
    border: 2px #68B1FF solid;
    border-radius: 5px;
}

.galeriebild {
	margin-bottom: 10px;
    border: 2px #68B1FF solid;
    border-radius: 5px;	
	width: 98%;
	height: 98%;
}

.bildname {
	text-decoration: none;
	width: 100%;
	top: 25px;
    color: black;
	font-size: 1em;
	z-index: 7;
}

.textohnebild {
    width: 100%;
}

.textmitbild {
    width: 60%; 
}

.einzelbild {
    border: 2px #68B1FF solid;
    border-radius: 5px;
    float: right;
    width: 31%;
    height: auto;
}
/*------------------ Ende Galerie ------------------------*/

/*------------------ E-Mail ------------------------------*/

.email-zeile {
    clear: both;
}

.email-text {
    margin-top: 10px;
    float: left;
	width: 50%;
}

.email-feld {
    margin-top: 10px;
    float: right;
	width: 50%;
}

dl dd input {  
    width:100%;
}

#email_textfeld {
    margin-top: 10px;
    height: 150px;
    width: 100%;
}
/*------------------- Ende E-Mail ------------------------*/

