/* CSS Stil für die Webseiten der TelefonSeelsorge Karlsruhe
 *    www.TelefonSeelsorge-Karlsruhe.de
 *    Hier nur Grundlegende Dinge, die auch Netscape 4.x noch "versteht"
 * Author: Dr. Jürgen Vollmer, Karlsruhe,
 *         <Juergen.Vollmer@informatik-vollmer.de>
 * 2005(C) Copyright: TelefonSeelsorge Karlsruhe
 * $Id: ts-base.css,v 1.2 2005/12/07 14:27:55 vollmer Exp $
 */

dl dt {
  font-weight : bold;
}
.TS {
 color       : #9933CC;
 font-family : sans-serif;
}
address {
 border-top-style: ridge;
 border-top-width: 2px;
 font-size:        small;
 text-align:       center;
 padding:          2px 0 2px 0;
 margin-top:       10px;
 width:            100%;
}

#Navigation{
 border-bottom-style: solid;
 border-left-style:   solid;
 border-right-style:  solid;
 border-bottom-width: 1px;
 border-left-width:   1px;
 border-right-width:  1px;
 width:               100%;
}

p.center {
 text-align:  center;
}

tr.center {
 text-align:  center;
}

table.center {
 margin-left:  auto;
 margin-right: auto;
}

h1 {
  font-size:  30px;
  background: white;
  text-align: center;
}

h2 {
  width:            100%;
  text-align:       left;
  border-top-style: ridge;
  border-top-width: 2px;
  padding-top:      10px;
}
td.center, h2.center, h3.center {
 text-align:  center;
}

#Kopf{
 width:       100%;
 background:  #ffffaa;
 border:      solid 1px;
}

#Kopf td{
 font-size:    large;
 font-weight:  bold;
}

body {
 background:    #ffffcc;
}

.menu {
 font-size   : small;
 font-weight : normal;
 word-spacing: 0.5em;
}

/*---------------------------------------------------------------------------*/
