/*#########################################################################*/
/* Definitionen der Einstiegsseite
   www.thomas.miglinci.name/index.html */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
  background-color: #FAF0E6;
  color: #003399;
  margin: 0;
  border: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
@font-face {
  font-family: "Book Antiqua";
  src: url("http://www.thomas.miglinci.name/misc/bkant") format("opentype");
}
*/

#main_center {
  position: absolute;
  top: 100px;
  left: 20%;
}

#main_name {
  text-align: left;
  font: normal 78pt 'Times New Roman',Times,serif;
}

#main_weiter {
  text-align: right;
  font: normal 20pt 'Times New Roman',Times,serif;
}

/* .main_link LINK-Definitionen */
a.main_link { /*-- fuer ALLE main_links gilt */
  text-decoration:none;
  background-color: #FAF0E6;
  color: #003399;
}


