/* CSS Stil für die Webseiten der TelefonSeelsorge Karlsruhe
 *    www.TelefonSeelsorge-Karlsruhe.de
 *    Zusätzlich Dinge, die Netscape 4.x nicht mehr "versteht"
 * Author: Dr. Jürgen Vollmer, Karlsruhe,
 *         <Juergen.Vollmer@informatik-vollmer.de>
 * 2005(C) Copyright: TelefonSeelsorge Karlsruhe
 * $Id: ts.css,v 1.5 2006/02/01 10:39:05 vollmer Exp $
 */

img {
 border      : thin solid;
}

img.noborder {
 border      : none;
}

body {
 margin      : 0px;
 padding     : 0px;
 background  : white;
}

#Kopf{
 position:    absolute;
 top:         0px;
 left:        0px;
 height:      83px; /* = #Navigation::top = #Text::margin-top */
 width:       100%;
 padding:     0px;
 margin:      0px;
 border:      none;
 background:  #FFCC00;
}

#Kopf div{
 padding:     0px;
 margin:      0px;
}

#Navigation{
 border:       none;
 position:     absolute;
 top:          83px;   /* = #Kopf::height = #Text::margin-top = Logo-height */
 left:         0px;
 width:        151px;  /* = Logo-width */
 height:       100%;
 background:   #FFCC00;
}

#Navigation a {
  margin-left:     15px;
  margin-top:      5px;
  width:           136px; /* = #Navigation::width - #Navigation a::margin-left */
  height:          20px;
  display:         block;
  color:           #9933CC;
  text-decoration: none;
}

#Navigation a:visited {
  color:          #9933CC;
}

#Navigation .invisible {
  display:  none;
}

#H1 {
 position:   absolute;
 top: 	     83px; /* = #Navigation::top = #Text::margin-top */
 left:       151px;
 height:     40px; /* = font-size + 10px */
 width:      85%;
 margin:     0px;
 background: white;
}

#Text{
 margin-top:    123px; /* = #Navigation::top = #Kopf::height + #H1::height*/
 margin-left:   151px; /* = #Navigation::width */
 padding-left:  5px;
 padding-right: 5px;
}

#Text p {
 text-indent:  1em;
}

#Text .noindent {
 text-indent:  0em;
}

body>#Kopf       {position:fixed;}
body>#Navigation {position:fixed;}
div>#H1          {position:fixed;}

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