@charset "UTF-8";
/* CSS Document */



.folie {
  width: 95%;  

	margin-top: 3px;
  	margin-right: auto;  /* setzt die Folie in die Mitte  */
  	margin-left: auto;
	background-color: #FFFFFF;
	border-left: 1px dotted #888888;
	border-right: 1px dotted #888888;
}



#header {
	background-color: #F7F7F7;
	border-bottom: 3px solid  #003399;
	border-top: 3px solid #003399;
	height: 64px;
	margin-bottom: 2px;
	margin-top: 5px;
	border-left: 1px dotted #888888;
	border-right: 1px dotted #888888;} 


#feet {
	background-color:gainsboro ;
/*	border-bottom: 3px solid  #003399;
	border-top: 3px solid #003399;  */
	height: auto;
	
	margin-bottom: 2px;
	margin-top: 5px;
	border-left: 1px dotted #888888;
	border-right: 1px dotted #888888;} 



#linkesBild {   /* Kopfzeile */
	float: left;
	width: 150px;
	height: 60px;
	margin-top: 2px;

} 


#adress {   /* Adresse */
margin-right: 10px;
	padding-right: 40px;
} 

#Uberschrift {  
	margin-left: 10px;
	height: 55px;
	width: 550px;
	padding-top: 2px;
} 





#rechtesBild {  /* Kopfzeile */
	float: right;
	width: 260px;
	height: 60px;
	margin-top: 2px;

} 


#rechteskarte {  /* Kopfzeile */
	float: right;
	width: 400px;
	height: 400px;
	margin-top: 2px;

} 



#mainnav a {
    width: 25%;
    display: block;
    float: left;
    background-color: #003399;
    text-align: center;
    color: #FFFFFF;
    padding-top: 6px;
    padding-bottom: 6px;
    border-right: 1px dotted #C7C7C7;
    border-left: 1px dotted #C7C7C7;
    border-bottom: none;
    border-top: none;
	margin-top: 1px;
	margin-bottom: 10px;
}



.hr_AQ{ width:100% ;height:20px;color:#003399 }

.rot {color: red;font-weight: bold;   }   /* optional, für Hervorhebung */
  
.zentriert {text-align: center; }  /* Text in der Mitte */		

.h3_AQ {		position: 	absolute; bottom:1rem; left:1rem;  /* Text im Diashow */	
  				color: 		rgba(255,255,255,0.9); 
  				background-color: rgba(28,67,143,.500);
  				padding: .5rem 1rem; border-radius:.5rem; }  


 #mainnav a:active,  #mainnav a.thispage {
    text-decoration: none;
	color: #003399;
    background-color: #FFFFFF;
}

/* weiter blättern Kreis + */
  
  .hover-glow {
    font-size: 22px;
    cursor: pointer;
    color: #003399;   /*. -- #444;  */
    transition: 0.3s;
	   padding-top: 30px;
    padding-bottom: 30px;
	   padding-left: 30px;
    padding-right: 30px;
  }
  .hover-glow:hover {
    text-shadow: 0 0 8px rgba(0,119,255,0.6);
    color: #003399;;
  }


/* weiter blättern */