/* generell */


/*---FONTS------------------------------------------------------------------*/

@font-face { font-family:serif; src:url(fonts/DejaVuSerif.ttf); }
@font-face { font-family:serif; src:url(fonts/DejaVuSerif-Bold.ttf); font-weight:bold; }
@font-face { font-family:serif; src:url(fonts/DejaVuSerif-Italic.ttf); font-style:italic, oblique; }
@font-face { font-family:serif; src:url(fonts/DejaVuSerif-BoldItalic.ttf); font-weight:bold; font-style:italic, oblique; }
@font-face { font-family:sans-serif; src:url(fonts/DejaVuSans.ttf); }
@font-face { font-family:sans-serif; src:url(fonts/DejaVuSans-Bold.ttf); font-weight:bold; }
@font-face { font-family:sans-serif; src:url(fonts/DejaVuSans-Oblique.ttf); font-style:italic, oblique; }
@font-face { font-family:sans-serif; src:url(fonts/DejaVuSans-BoldOblique.ttf); font-weight:bold; font-style:italic, oblique; }
@font-face { font-family:mono; src:url(fonts/DejaVuSansMono.ttf); }
@font-face { font-family:mono; src:url(fonts/DejaVuSansMono-Bold.ttf); font-weight:bold; }
@font-face { font-family:mono; src:url(fonts/DejaVuSansMono-Oblique.ttf); font-style:italic, oblique; }
@font-face { font-family:mono; src:url(fonts/DejaVuSansMono-BoldOblique.ttf); font-weight:bold; font-style:italic, oblique; }
@font-face { font-family:hand; src:url(fonts/Simplesnails_ver_4.0.ttf); }



body { 
  line-height:1.3; 
  background-color:white; 
  padding:0; 
  margin-left:5%;
  margin-right:5%; 
  font-size:1em;
  font-family:serif; 
}

img { max-width:100%; }

a { text-decoration:none; }

p { text-indent:1em;
  margin-bottom:0;
  margin-top:0em;
  text-align:left;
}

sup { font-size:0.75em; line-height:0.5em; }
sub { font-size:0.75em; line-height:0.5em; }


div.top { margin-top:1em; }
div.top2 { margin-top:2em; }
div.top3 { margin-top:3em; }

p.noindent { text-indent:0em; }
p.center { text-indent:0em; text-align:center; }

div.kommentar { margin-top:3em; font-family:hand; }
/* KOPFDATEI */

p.kopf { text-indent:0em; text-align:center; font-size:3em; font-weight:bold; margin-top:0.2em; }

/* Navigation */


/* Startseite */

p.startseite-noindent { text-indent:0em; }
p.startseite { text-indent:1em; }

/* Aupair */

h1.aupair { text-indent:0em; text-align:center; font-size:2em; font-weight:bold; margin-top:1em; }
p.aupair-noindent-h1 { text-indent:0em; margin-top:2em; }
p.aupair-noindent-top { text-indent:0em; margin-top:1em; }