 body {
  overflow:scroll;
  background-image:url(bgi-logo.jpg);
  background-repeat:repeat;
}
 .text {
  position: relative;
  top:100px;
  left:40px;
  font-family:Times New Roman,sans-serif;
  font-size: 5px;
  font-weight: normal;
  font-style:normal;
  color:red;
  text-shadow:black 3px 2px 4px; font-size:3em; color:tomato;
}
 .abs {
  font-size: 15pt;
}
table {
	width: 300px;
   margin-left: auto;
	margin-right:auto;
	text-align: center;
	}
th, td { 
	font-size:2.5em;
	margin-left: auto;
	margin-right:auto;
	text-align: center;
	border-collapse: collapse;
	border: thin solid;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
	}


div#Zentrieren {
	text-align: center;
	}
	
div#Titeltext {
 font-size: 2.5em;
   	padding: 2.5% 1.5% 2.5% 50px;
   	text-align: center;
   	background: url(wappen60.png) no-repeat 1%;
   	border: 4px solid green;
   	-moz-border-radius: 15px;
   	-webkit-border-radius: 15px;
   	border-radius: 15px;

 }
