/* Allgemeines */

body {
  text-align:center; 
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10pt;
  color:#000000;
  background-color:#FFFFFF;
  background-image:url(../images/hintergrund.gif);
}

td {
  font-size:10pt;
}

.small {
  font-size:11px;
}

.infos {
  color: #993300;
  font-weight:bold;
}

/* Haupttabelle */

#jesusaktuell {
    text-align:left;
    width:752px;
    margin-left:auto;
    margin-right:auto;
    border: 1px solid #F2F2F2;
    background-image:url(../images/white.gif);
    padding:3px;
}

/* Zeigt an wo man sich gerade befinden - Überschrift */

#kategorie {
   height:80px;
   text-align:right;
   font-weight:bold;
   padding-right:5px;
}

#kategorie h1 {
  margin-bottom:2px;
  margin-top:0px;
  color:#FFFFFF;
  font-size: 20pt;
}


/* Links zu den anderen Seiten in Jesus-aktuell */

#links {
   height:28px;
   padding-right:5px;
   text-align:right;
   color: #FFFFFF;
   font-weight:bold;
}

#links a {
  color:white;
  text-decoration:none;
}

#links a:hover {
  color:#B3D9FF;
  text-decoration:underline;
}

/* Die Navigation */

#navigation {
  background-color:#F7F7F7;
  padding:10px;
  width:194px;
  font-size:11px;
}

#navigation td {
  font-size:11px;
}

#navigation a {
  color:#0053A6;
}

#navigation .line {
  height:1px;
  width:190px;
  margin-top:4px;
  margin-bottom:3px;
}

#navigation ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}

#navigation li {
  margin-top:3px;
}

#navigation .button { 
  font-size:9pt;
  color:#000000;
}


/* Inhaltsbereich */

#content {
  background-color:#FFFFFF;
  padding:0px 15px 10px 15px;
}

#content h1 {
  font-weight:bold;
  font-size:18px;
  padding-top:20px;
  margin-bottom:0px;

}

#content a {
  color:#0053A6;
}


/* Bereich für die Predigt */

.datum { 
  width:60%;
  float:left;
  font-weight:bold;
}

.funktionen {
  width:150px;
  text-align:right;
  float:right;
}

.author {
  font-size:12px;
}

/* Footer mit Links */

#footer {
  margin-top:3px;
  text-align:right;
  background-color:#0052A5;
  color: white;
  font-size:11px;
  padding:5px;
}

#footer a {
  color:white;
}

#footer a:hover {
  color:#B3D9FF;
}


/* Design für die Seiten mit Inhaltsverzeichnis */

#inhaltsverzeichnis {
  font-size:11px;  
}

#inhaltsverzeichnis h1 {
  width:40%;
  float:left;
  padding-top:0px;
  margin-bottom:0px;
  margin-top:0px;
}

#inhaltsverzeichnis a {
  color:#000000;
  font-weight:bold;
}

#inhaltsverzeichnis .pages a {
  color:#0053A6;
  font-weight:normal;
}

.pages {
  width: 250px;
  text-align:right;
  float:right;
  font-size:10px;
}

.predigtinfos {
  color:#0053A6;
}


#bibelstellenverzeichnis {
  font-size:11px;  
}

#bibelstellenverzeichnis h1 {
  width:40%;
  float:left;
  padding-top:0px;
  margin-bottom:0px;
  margin-top:0px;
}


#bibelstellenverzeichnis a {
  color:#0053A6;
  font-weight:normal;
}


/* W3C Buttons */
img.w3c {
  margin-bottom:2px;
}

.clear {
  clear:both;
}