/*---- Änderungen an der Navigation | navigation changes ----*/

#navigation { text-align: center;
              position: static;
														width: 938px;
														height: 40px;
														top: 0px; bottom: 0;
														left: 0; overflow: hidden;
														padding: 1px;
														#	border-top: 3px solid #660000;
														border-bottom: none; 
														}
														
#navigation li 						{
                      position: relative;
                      text-align: center;  
                      padding: 6px 28px 6px 28px; 
                      margin: 0px -1px;
                      border: 0px solid red;  
                      list-style-type: none; 
                      display: inline-block;
                      vertical-align: middle; 
																					 height: 25px; 
																					 # width: 166px; 
																					 z-index: 2; 
																					 # overflow: hidden;															
																					}

#navigation ul li:hover		  {
                            # top: 0px; 
                            # height: 24px;
                            background-color: #b24949;
                            }
                            
#navigation ul li ul li {
                         position: relative;
                         background-image: none;
                         font-size: 13px;
                         # line-height: 23px;
                         text-align: left;
                         padding: 6px 10px 3px;
                         background-color: #660000;
                         # height:21px;
                         height: auto;
                         margin: 0px; 
																					   	display: block; 
                         border-top: 1px solid #ffffff;
                         border-bottom: 1px solid #ffffff;
                        }
                        
#navigation ul li ul 			{ 
                         position: absolute;  
                         top: 38px;
                         padding: 0 0 0 0; 
                         margin-top: 0;
                         margin-left: 0px; 
                         min-width: 0px; 
                         # white-space: nowrap; 
                         # height: 21px; 
                         text-align: center; 
                         # display: inline;
                         background-color: #660000;
                         z-index:1000;
                         text-align: left;		
                         left: 0px;
                         right: 0px;
                        }
                        
#navigation li a.aktiv { top:-1px;
                         font-weight: normal;
                         # background-color: #b24949;
                       }
																				   
#navigation a:hover 			{ 
                        font-weight: normal;
                        text-decoration:underline;
                        # background-color: #b24949;
                       }
                       
#navigation li.navi_markiert_oben {background-color: #b24949;  }
                       
/*---- Änderungen an den Überschriften und Absätzen | headlines, sublines and format changes ----*/
                       
h1 {border-bottom: 1px solid #660000; margin-bottom: 20px }
h2:first-child { margin-top:0px; line-height:18px}
p:first-child {margin-top: 0px;}

#inhalt li {list-style: square; }

/*---- Änderungen am Kutztext | short text changes ----*/

.kurztext_global { padding: 8px 8px 8px 12px;
                   margin: 8px 0 8px 0; 
                   background-color: transparent;
                   position: relative;
                   width: auto; 
                   height: auto; 
                   font-size: 15px; 
																			display: block; 
																			overflow:auto;
																			}
												
/*---- Änderungen an google Maps | google maps changes ----*/
							
.google_map {
             margin-left: 0px;
}

/*---- Änderungen an den Kontaktformularen | contact form changes ----*/

form { margin-left: auto; margin-right: auto; padding: 0; }




#fuss {

    background-image: linear-gradient(to bottom, #009fe1e0 , #6ff);
    font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
    text-align: center;
    width: 940px;
    height: 95px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 0;
    padding-top: 64px;
    border-top: 0px solid #000000;

}



#fuss .link_a a{  transition-duration: 0.4s;
  background-color: #009BD6;
  border: none;
  color: white;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;     
  border-radius: 5px;
}
#fuss .link_a :hover {
 box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);}
  
#fuss .link_a { position: relative; }
#fuss .link_a a.indiv_fuss_admin {position:absolute; width: 40px; height: 16px; bottom: 3px; right: 8px; font-size: 12px; color: #26B3EE; padding: 0px; }

