@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
}
body {
text-align: center;
font-weight: bold;
}

#besucherzaehler {
    width: 7em;
    height: 3em;
    background-color: #929292;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    color: #F9F9F9;
}

.besucher {
     padding-left: 0.2em;
     padding-right: 0.2em;
     padding-top:0.2em;
     margin-top:0.2em;
     width:7em;
     height: 1em;
     text-align:center; 
     
 }
 #zahl {
     margin:0.2em;
     width: 6.6em;
     height:1.5em;
     color: #000;
     font-weight: bold;
     background-color: #CDCDCD;
 }

