@font-face {font-family: "Gentium Book Plus";
	src:url("../../fonts/SIL/Gentium/GentiumBookPlus-Regular.woff2");}
body	{font-family: "Gentium Book Plus", serif; line-height: 2.85ex;}

h1 {font-size: 24px; font-style: normal; font-weight: bold;}
h2 {font-size: 22px; font-style: normal; font-weight: bold;}
h3 {font-size: 20px; font-style: normal; font-weight: bold;}
h4, h5, h6
   {font-size: 18px; font-style: normal; font-weight: bold;}
p  {font-size: 16px; font-style: normal; text-align: justify;}

.tekst
{
   position     : absolute;
   padding-left : 2%;
   padding-right: 2%;
   top          : 0%;
   left         : 0%;
   height       : 100%;
   overflow-y   : auto;
}

.tekstalinea
{
   text-indent  : 0px;
   text-align   : justify;
   font-size    : 14px;
}
.tekstalinea + .tekstalinea
{
   text-indent  : 30px;
}

.cursief
{
   font-style   : italic;
}
.kleinkap
{
   font-variant : small-caps;
}

@media only screen and (max-width: 499px)
{
   .tekst {width: 96%; }
}
@media only screen and (min-width: 500px) and (max-width: 699px)
{
   .tekst {width: 489px; }
}
@media only screen and (min-width: 700px)
{
   .tekst
   {
      width        : 489px;
      padding-left : 40px;
      padding-right: 40px;
   }
}

