body {
	/*background-color: lightblue;*/
	font-family: arial;
	font-size: 12px;
}

p {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
  /*float: left;
  width: 33.33%; /* three containers (use 25% for four, and 50% for two, etc) 
  padding: 5px; /* if you want space between the images */
}

span.a {
  display: inline; /* the default for span */
  width: 800px;
  height: 200px;
  padding: 5px;
  border: 1px solid lightblue;  
  background-color: lightblue;
}

span.b {
  display: inline-block;
  width: 100px;
  height: 57px;
  /*padding: 5px;*/
  /*border: 1px solid blue;    */
  /*background-color: yellow; */
  margin: 2px;
  background-image: url("bootbegrenzer2.png");
  background-size: 100% 100%;
  color: white;
}

span.c {
  display: block;
  width: 100px;
  height: 100px;
  padding: 5px;
  border: 1px solid lightblue;    
  /*background-color: lightblue; */
}

span.d {
  display: block;
  width: 100px;
  height: 15px;
  padding: 5px;
  border: 1px solid lightblue;    
  /*background-color: lightblue; */ 
}

span.e {
  display: inline-block;
  width: 183px;
  height: 18px;
  padding: 5px;
  border: 1px solid lightblue;    
  /*background-color: lightblue; */ 
  font-family: arial;
  font-size: 12px;
  text-align: left;
}

span.f {
  display: inline-block;
  width: 274px;
  height: 18px;
  padding: 5px;
  border: 1px solid lightblue;    
  /*background-color: lightblue; */ 
  font-family: arial;
  font-size: 12px;
}

span.g {
  display: inline-block;
  width: 183px;
  height: 25px;
  padding: 5px;
  margin: 2px;
  border: 1px solid lightblue;    
  /*background-color: lightblue; */ 
  font-family: arial;
  font-size: 12px;
  text-align: left;
}

table.a {
  display: inline;
  border-collapse: separate;
  }

tr {
text-align: center;
}

th {
text-align: center;
}

#example1 {
  border: 2px solid lightblue;
  padding: 10px;
  border-radius: 12px;
  width: 400px;
  height: 242px;
  background-color: white; 
  margin-left: auto;
  margin-right: auto;
}

.center{
  margin: 0 auto;
}

.logo {
	text-align: center;
}
