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



.folie {
  width: 100%;  

	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;} 





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

} 



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





#rechtesBild {  /* Kopfzeile */
	float: right;
	width: 260px;
	height: 60px;
	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;
}

    .rot {
      color: red;
      font-weight: bold; /* optional, für Hervorhebung */
    }
  


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


	.zentriert {
		text-align: center; }  /* Text in der Mitte */		

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