/* --- serif: formate.css --- */

/* --- body / Hintergrund --- */
body
{ background-image:url(../../_img/wallpaper.jpg); */
  /*background-color:darkgray;*/
  margin: 2em 2em 2em 2em; /* Außen-Rrand Oben ist jetzt NULL*/
  padding: 2em 2em 2em 2em; /* Innen-Rrand Oben ist jetzt NULL*/
  border: 0px dashed green;
}

/* --- Text-Voreinstellungen --- */
body *
{
 font-family: "Times New Roman", Times, Serif;

 font-size: 1em;
 font-style: normal;
 font-variant: normal;
 font-weight: normal;
 /*font-stretch: normal;*/

 text-indent: 0em;
 text-align: justify;
 text-decoration:none;
 text-transform: none;

 line-height: 1em;
 white-space: normal;
 color: black;*/

 border: 0px dashed silver;
 margin: 0.0em 0.0em 0.0em 0.0em;
 padding:0.0em 0.0em 0.0em 0.0em;
}

/* --- Überschriften --- */
h1, h2, h3, h4, h5, h6
{ font-weight:normal;
  text-align:center;
  margin: 0.5em 0.0em 0.0em 0.0em;
  padding:0.25em 0.0em 0.0em 0.0em;
  border:solid yellow 0px;
  /*color:green;*/
}

h1{ font-size: 240%; color:black; }
h2{ font-size: 201%; }
h3{ font-size: 160%; }
h4{ font-size: 140%; }
h5{ font-size: 120%; }
h6{ font-size: 100%; font-weight:bold; }

/* --- Paragraph --- */
p { margin: 0.0em 0.0em 0.0em 0.0em; border:dashed black 0px; }
p+* { margin: 0.5em 1em 0.0em 1em; }
*+p { margin: 0.5em 0.0em 0.0em 0.0em; }

:lang(de) { quotes:"\201E" "\201C" "," "\2018"; }
:lang(en) { quotes:"\0022" "\0022" "\0027" "\0027"; }
:lang(fr) { quotes:"\00BB" "\00AB" "\203A" "\2039"; }

div#english
{ border-bottom:solid gray 3px;
  margin: 0.5em 0.0em 0.5em 12.0em;
  padding:0.25em 1.0em 0.5em 1.0em;
}

div#deutsch
{ border-bottom:solid gray 3px;
  margin: 0.5em 0.0em 0.5em 12.0em;
  padding:0.25em 1.0em 0.5em 1.0em;
}

div#fuss
{ border:solid blue 0px;
  margin: 0.5em 0.0em 0.5em 0.0em;
  padding:0.25em 0.0em 0.5em 0.0em;
}

img.sprachbild
{ border:solid blue 0px;
  margin: 0.25em 0.5em 0.5em 0.5em;
  padding:0.00em 0.5em 0.5em 0.5em;
  float:left;
}


/* --- Besonderheiten // pseudo-Formate --- */
a { text-decoration:underline; line-height:0.85em; }
a:link{ color:blue; }
a:visited{ color:#800000; }
a:hover{ color:red; }
a:active{ color:red; font-size: 1em; }
a:focus{ color:green; }

div#bottrap { display:none; }