/*  Formatierung für KirchenKAI-Homepage auf dem Bildschirm - 30.12.09  */
/*  Bitte beachten: DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"     */
BODY 
  {
    background: #67AAFD; /* #282848 oder #34465c*/
    text-align: center;  /* Zentrierung im Internet Explorer: body*/
    font-family: Verdana, Helvetica, Futura Lt BT, Arial, sans-serif; 
    width: 985px; 
    margin:  0px auto;  /* auto: wichtig fuer Zentrierung in Firefox */
    padding: 0px;
  }

  
#Seite {
    text-align: left;  /* Aufhebung fuer andere Browser */
    margin-left: 0px;
    min-height: 100.0%;
    padding: 0px;
    border: 0px ridge red;
  }
#Seite h1   {
	  font-size: 28px;
	  font-weight: bold;
    margin: 10px 0px 0px 0px;    /*  oben rechts unten links  */
    padding-left: 20px;
	  color: #0000ff;
	  line-height: 36px;
  }
  
  
   
#Titel {
    background: #fff url(kk-schrift.gif) no-repeat;
    margin: 20px 0px 0px 0px; 
    height: 180px;
    border: 0px ridge red;
  }
#Titel p  {
    margin: 0px 0px 0px 0px;
    font-size: 11px; 
    letter-spacing: 0pt; 
    color: #13449C;
    line-height:20px;
   }

   

#Navig {
    background: #ffffff;
    height: 28px;
    margin: 0px 0px 0px 0px; 
    font-size: 12px; 
    letter-spacing: 0pt; 
    border: 0px ridge yellow;
  }
   
#Navig span {
		background: #ffffff url(Button1.gif) repeat-y;
    display:block;
    height: 24px;
    padding-top: 2px;
    color: #0000ff;
  }
#Navig a {
		display:block;
    height: 20px;
    padding-top: 2px;
    color : #0099ff;
		text-decoration : none;
  }
#Navig a:link, #Navig a:visited {
		background: #ffffff url(Button0.gif) repeat-y;
  }
#Navig a:hover, #Navig a:active, #Navig a:focus {
		background: #ffffff url(Button1.gif) repeat-y;
    color : #0000ff;
  }  
  
  
#Inhalt {
    background: #ffffff;
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    margin-left: 0px;
    min-height: 1700px;
    /* zur Verhinderung des zu kurzen Hintergrundstreifens bei Firefox */
    border: 0px ridge red;
  }
#Inhalt h1   {
	  font-size: 28px;
	  font-weight: bold;
    margin: 0px 10px 0px 0px;    /*  oben rechts unten links  */
    padding-left: 0px;
	  color: #13449C;
	  line-height:48px;
  }
#Inhalt h2   {
	  font-size: 16px;
	  font-weight: bold;
    margin: 0px 10px 8px 0px;
    padding-left: 0px;
	  color: #13449C;
	  line-height:160%;
  }
#Inhalt p  {
    margin: 0px 0px 0px 0px;
    font-size: 12px; 
    letter-spacing: 0pt; 
    color: #13449C;
    line-height:18px;
   }  
#Inhalt p1  {
    margin: 0px 0px 0px 0px;
    font-size: 12px; 
    line-height: 18px;
    letter-spacing: 0pt; 
    color: #13449C; 
   }
#Inhalt p2  {
    margin: 0px 0px 0px 0px;
    font-size: 10px; 
    letter-spacing: 0pt; 
    color: #13449C; 
    line-height:120%;
   }
   
   
#ebene1  {
    position:absolute; 
    margin-top:50px;margin-left:35px;
    width: 330px; border:0px; 
    z-index: 1;
    visibility: visible;
  }
#ebene2  {
    position:absolute; 
    margin-top:50px;margin-left:380px;
    width: 600px; border:0px ridge blue; 
    z-index: 2;
    visibility: visible;
  }
#ebene3  {
    position:absolute; 
    margin: 50px 10px 0px 35px;
    width: 930px; border:0px; 
    z-index: 3;
    visibility: visible;
  }
#ebene4  {
    position:absolute; 
    margin: 500px 20px 10px 35px;
    width: 800px; border:0px; 
    z-index: 4;
    opacity: 1.0;
    visibility: visible;
  }
    
#Inhalt a:link, #Inhalt a:visited, #Inhalt a:active, #Inhalt a:focus  {text-decoration: underline; color: #13449C; } 
#Inhalt a:hover {text-decoration: none; color: #0099ff} 


#Fusszeile {
    clear: both;
    display:block;
    z-index: 99;
    height: 38px;
    width: 985px;
    position:fixed; bottom:0; 
    /* funktioniert nur mit DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" */
    background: #ffffff url(Streifen-unten.gif) repeat-x;
    margin: 0px; 
    border-top: 0px ridge #F5D70F;
  }
#Fusszeile p   {
	  margin: 0px 0 0 0;
    padding-top: 3px;
    font-size: 10px; 
    letter-spacing: 1pt; 
    text-align: center;
    color: #0099ff; 
    line-height:20px;
   }   

img {
    border: 0;
    }
  
ul {
    list-style-image: url(bullet.gif);
    font-size: 12px; 
    letter-spacing: 0pt; 
    color: #13449C;
    line-height:20px;
   }

     
a:link    {text-decoration: none; color: #0099ff; }
a:visited {text-decoration: none; color: #0099ff; }
a:hover   {text-decoration: none; color: #0000ff; }
a:active  {text-decoration: #0099ff;}
a:focus   {text-decoration: #0099ff;}


