@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
}
body {
	text-align: center;
	font-weight: bold;
	display: flex;
	 justify-content: center;
	 align-items: center;
}

#besucherzaehler {
    width: 8em;
    height: 3em;
    background-color: #929292;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    color: #F9F9F9;
	text-align: center;
}


 #zahl {
     margin:0.2em;
     width: 7.5em;
     height:1.5em;
     color: #000;
     font-weight: bold;
     background-color: #CDCDCD;
	 display: flex;
	 justify-content: center;
	 align-items: center;
 }
