/*---------------Grundgeruest---------------*/

html, body     {
           margin:10px 0;
           padding:0;
}
body {
           font: 100.01% Verdana, sans-serif;
           background-color: #FFFFFF;
           color: #333333;
           text-align: center;
}

#container {
           width: 43.75em;
           text-align: left;
           margin: 0 auto;
}
/*---------------Kopfzeile---------------*/
#titel {
           background-color: #ffffff;}
           


/*---------------Navigation auf allen anderen Seiten---------------*/
#navigation {
           background-color: #ffffff;           
           font-family: Arial, sans-serif;
           font-size: 0.75em; 
           color: #292929;
           position: absolute;
           padding: 5px 0;
           text-align: center;
           width: 700px;
 }



/*---------------Inhalt---------------*/
#inhalt {
           background-color: #195E97;
           color: #333333;
                              }

#inhalt_kirche {
           background-color: #F7F2BA;
           color: #5B1D10;
           font: 0.75em/1.5 Verdana, sans-serif;
           height: 392px;
           }
#inhalt_standesamt {
           background-color: #C1D6C7;
           color: #5B1D10;
           font: 0.75em/1.5 Verdana, sans-serif;
           height: 392px;
           }
#inhalt_repertoire {
           background-color: #F9C5DC;
           color: #AD3B1A;
           font: 0.75em/1.5 Verdana, sans-serif;
           height: 392px;
           }
#inhalt_beispiele {
           background-color: #99cc99;
           color: #5B1D10;
           font: 0.75em/1.5 Verdana, sans-serif;
           height: 392px;
           }
#inhalt_beispiel1 {
           background-color: #99cc99;
           color: #5B1D10;
           font: 0.75em/1.5 Verdana, sans-serif;
           height: 392px;
           }

#inhalt_kontakt {
           background-color: #CECA67;
           color: #5B1D10;
           font: 0.75em/1.5 Verdana, sans-serif;
           height: 392px;
           }
#inhalt_links {
           background-color: #EEC897;
           color: #5B1D10;
           font: 0.75em/1.5 Verdana, sans-serif;
           height: 392px;
           }
#inhalt_impressum {
           background-color: #996600;
           color: #F9C5DC;
           font: 0.75em/1.5 Verdana, sans-serif;
           height: 542px;
           }



/*---------------Link-Gestaltung im Fliesstext der Hšrbeispiele---------------*/
#inhalt_beispiele a:link {
           color: #292929;
           text-decoration: none;
          
}
#inhalt_beispiele a:visited {
           color: #666666;
           text-decoration: none;
}
#inhalt_beispiele a:hover {
           text-decoration: underline;
}
#inhalt_beispiel a:active {
           text-decoration: none;
           font-weight: bold;
           }

/*---------------Link-Gestaltung im Fliesstext der Kontakt-Seite---------------*/
#inhalt_kontakt a:link {
           color: #292929;
           text-decoration: none;
          
}
#inhalt_kontakt a:visited {
           color: #666666;
           text-decoration: none;
}
#inhalt_kontakt a:hover {
           text-decoration: underline;
}
#inhalt_kontakt a:active {
           text-decoration: none;
           font-weight: bold;
           }

/*---------------Link-Gestaltung im Fliesstext der Links-Seite---------------*/
#inhalt_links a:link {
           color: #292929;
           text-decoration: none;
          
}
#inhalt_links a:visited {
           color: #666666;
           text-decoration: none;
}
#inhalt_links a:hover {
           text-decoration: underline;
}
#inhalt_links a:active {
           text-decoration: none;
           font-weight: bold;
           }
/*---------------Link-Gestaltung im Fliesstext des Impressums---------------*/
#inhalt_impressum a:link {
           color: #000000;
           text-decoration: none;
          
}
#inhalt_impressum a:visited {
           color: #333333;
           text-decoration: none;
}
#inhalt_impressum a:hover {
           text-decoration: underline;
}
#inhalt_impressum a:active {
           text-decoration: none;
           font-weight: bold;
           }
/*---------------†berschriften---------------*/
#inhalt_kirche h1 {
           margin: 0 0 0 50px;
           padding-top: 60px;
           font-weight: bold;
           font-size: 1em;          
}

#inhalt_standesamt h1 {
           margin: 0 0 0 50px;
           padding-top: 40px;
           font-weight: bold;
           font-size: 1em;          
}
#inhalt_repertoire h1 {
           margin: 0 0 0 50px;
           padding-top: 25px;
           font-weight: bold;
           font-size: 1em;          
}
#inhalt_beispiele h1 {
           margin: 0 0 0 50px;
           padding-top: 100px;
           font-weight: bold;
           font-size: 1em;          
}
#inhalt_beispiel1 h1 {
           margin: 0 0 0 50px;
           padding-top: 50px;
           font-weight: bold;
           font-size: 1em;          
}

#inhalt_kontakt h1 {
           margin: 0 0 0 50px;
           padding-top: 25px;
           font-weight: bold;
           font-size: 1em;          
}
#inhalt_links h1 {
           margin: 0 0 0 50px;
           padding-top: 25px;
           font-weight: bold;
           font-size: 1em;          
}
#inhalt_impressum h1 {
           margin: 0 0 0 50px;
           padding-top: 25px;
           font-weight: bold;
           font-size: 1em;          
}

/*---------------Listen-Gestaltung Repertoire---------------*/

#inhalt_repertoire ul {
           list-style-type: none;
           list-style-position: outside;
           margin-left: 25px;           }




/*---------------Link-Gestaltung der Navigation auf allen anderen Seiten---------------*/
#navigation a:link {
           color: #292929;
           text-decoration: none;
          
}
#navigation a:visited {
           color: #666666;
           text-decoration: none;
}
#navigation a:hover {
           text-decoration: underline;
}
#navigation a:active {
           text-decoration: none;
           font-weight: bold;
           }


/*---------------Inhaltliche Gestaltung der Navigation---------------*/

#navigation ul {
           list-style-type: none;
           display:inline;
           padding: 20px 25px;
           }

#navigation li {
           display:inline;
}
#navigation li a {
           padding: 0 6.5px;
}
#navigation li a.erste {
           padding-left: 8px;
}
#navigation li a.letzte {
           padding-right: 7.5px;
}

/*---------------Textgestaltung---------------*/
p  {
           margin: 10px 50px;
}
p.nachweis  {
           font-size: 0.85em;
}

/*---------------Positionierung Video---------------*/
#video  {
           padding: 75px 0 100px 190px;
}




/*Diese Angabe ben&ouml;tigt der IE 5.0 */
* html #navigation ul a {
           width: 1em;
           w\idth: auto;
}

/* ]]> */
