html, body, table {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: none;
	text-align: center;
	vertical-align: middle;
   }
#it-bg-col {
	background-color: lightgrey;
	}
#bk-bg-col {
	background-color: ivory;
	}
#tm {
	font-size: 65%;
	position: relative;
	top: -16px;
	left: 3px;
}
#footer {
	padding: 12px;
	padding-bottom: 16px;
	}
#footer-LI {
	padding: 4px;
	padding-bottom: 11px;
	}
#impressum {
	font-size: 14px;
	font-weight: normal;
	color: #2867B2;	
	margin: -4px;
	}
#clipart {
	/* writing-mode: vertical-rl; */
	display: inline-block;
	color: grey;
   -ms-transform: rotate(-90deg);
   -moz-transform: rotate(-90deg);
   -webkit-transform: rotate(-90deg);
   transform: rotate(-90deg);
}
/*
table, th, td {
  border: 1px solid black;
}
*/
