/*@font-face { font-family: yarin; src: url('fonts/yar.otf') ;}
@font-face { font-family: yarinbold; font-weight: bold; src: url('fonts/yarbold.otf');}
@font-face { font-family: latinmono; src: url('fonts/latmonreg.otf');}
@font-face { font-family: latinmonobold; font-weight: bold; src: url('fonts/latmonbold.otf');}
@font-face { font-family: latmoncaps; font-weight: ; src: url('fonts/latmoncaps.otf');}
@font-face { font-family: latmoncurs; font-weight: italic; src: url('fonts/latmoncurs.otf');}
*/
/*body {font-size: 40px; font-size: 2.5rem;}*/

@font-face { font-family: spartan; font-weight: bold; src: url('fonts/LeagueSpartan-Bold.otf');}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}




body { background-color: yellow; }
.startdiv {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;        
 /*   background-image: url('bilder/xauer.png');
    background-position: center center;
    background-repeat: no-repeat;*/
    width:800px;
    height:300px;
    margin-left: -400px; /*half width*/
    margin-top: -150px; /*half height*/
/*    margin-bottom:100px;*/
    background-color: yellow;
}
.frontnavdiv {
  position: absolute;
    padding-top: 10px;
    left: 50%;
    top: 50%;
    text-align: center; 
    width:800px;   
    height:100px;
    margin-left: -400px; /*half width*/
    margin-top: 50px; /*half height*/
    background-color: yellow;
}

.frontnavdiv li {
      display: inline;
      text-align: justify;
    }

.startdiv2 {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;        
/*    background-image: url('bilder/xauer.png');*/
    width:546px;
    height:245px;
    margin-left: -283px; /*half width*/
    margin-top: -368px; /*half height*/
    background-color: white;
}


h1 {
color: black; text-decoration: none; font-family: spartan, "Arial", sans-serif; font-size: 25px; font-size: 1.6rem; line-height: 35px; line-height: 2.2rem;
}
