

body {
	font-family: Verdana,Arial,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	text-align: center;
}

h1 {
  margin: 50px 10px 10px 10px;
  padding: 10px;  
  text-align: center; 
  font-family: "Asimov",helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: white;
}

/*  Boxtypen  */

#page {
  height: 700px;
  text-align: left;
  width: 100%;
}

#table {
  padding: 20px 0;
  margin-left: 50px;
  margin-right: 50px;
}

/* Die Box für die Breadcrumb- Navi*/
#navi { 
	text-align: center;
}

/* zum Übeprüfen:*/

/*div{ border:1px dotted #FFFFFF; z-index: 50; }  
h1{ border:1px dotted #0000FF; }  
td{ border:1px dotted #00FF00; }
th{ border:1px dotted #80FF80; }
table{border:1px dotted #FF0000;}
p{border:1px dotted #00FFFF;}
*/
	


