/* ------------------------------------ */ 
/* print.css                            */
/* CSS fuer schlafmedizin-stuttgart.com */
/* -- Druckausgabe --                   */
/* 09.03.2007                           */
/* ------------------------------------ */ 
body
{
  font-size:        100.01%;
  font-family:      Arial,sans-serif;
  margin:           0;
  padding:          1em;
  color:            black;
  background-color: grey;
}

/* Navigationsmenue */
ul#Navi1 { display:none; }
ul#Navi2 { display:none; }
ul#Navi3 { display:none; }

/* Haupttext (ausserhalb des Menues) */
div#Inhalt
{
  margin-top:       0;
  margin-left:      1em;
  padding:          0 1em;
  border:           0;
  background-color: white;
}

h1
{
  border:      0;
  font-size:   large;
  font-weight: bold;
  color:       black;
  text-indent: 0;
}

h2
{
  font-size:   medium;
  font-weight: bold;
  color:       black;
  text-indent: 0;
}

h3
{
  font-weight: bold;
  color:       black;
  text-indent: 0;
}

p
{
  text-align:    left;
  text-indent:   0;
  margin-top:    10px;
  margin-bottom: 10px;
}

.klicktext { display:none; }

/* Definitionen fuer Einblendtext */
.moretext { display:none; }

.indent
{
  padding:   .5em;
  left:      .1em;
}

/* allgemeine Ankerdefinfitionen */
a:link    { color:black; text-decoration:underline; }
a:visited { color:black; text-decoration:underline; }
a:active  { color:black; text-decoration:underline; } 

/* Textgroessen */
.xstxt { font-size:x-small; }
.stxt  { font-size:small; }
.mtxt  { font-size:medium; }
.ltxt  { font-size:large; }
.xltxt { font-size:x-large; }
.lgtxt { font-size:x-large; font-weight:bold; color:black; }

/* Ein- und Ausblendtexte */
#fm2 { display:block; }
#ps1 { display:black; }
#ps2 { display:black; }
#ps3 { display:black; }
