/* Besucherzaehler */
#besucherzaehler {
    width: 120px;
  /*  margin: auto;*/
	padding-top:40px;
	font-size:10px;
	padding-left:30px;
}
#besucherzaehler #werte {
    padding: 0px 4px 2px 4px;
    border: 1px solid #0000FF;
}
#besucherzaehler #werte .zeile {
    display: block;
}
#besucherzaehler #werte #gesamt {
    display: block;
}
#besucherzaehler #werte #letztermonat {
    display: block;
}
#besucherzaehler #werte #diesermonat {
    display: block;
}
#besucherzaehler #werte #gestern {
    display: block;
}
#besucherzaehler #werte #heute {
    display: block;
}
#besucherzaehler #werte #linknutzungsstatistik {
    display: block;
}

/* Besucherstatistik */
#besucherstatistik {
    width: 100%;
}
#besucherstatistik table {
    width: 100%;
    background-color: #FFF;
}
#besucherstatistik table td {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    padding-left: 3px;
    padding-right: 3px;
}
#besucherstatistik table td a {
    font-size: 14px;
    font-weight: normal;
    color: #000;
}
#besucherstatistik table td.placeholder {
    height: 3px;
}
#besucherstatistik table td.ueberschrift {
    background-color: #C0C0C0;
    color: #000;
    font-size: 1.05em;
    font-weight: bold;
}
#besucherstatistik table td.spaltenbeschriftung {
    background-color: #C0C0C0;
}
#besucherstatistik table td.spaltenbeschriftunggelb {
    background-color: #FF0;
}
#besucherstatistik table td.spaltenbeschriftungblau {
    background-color: #00E0FF;
}
#besucherstatistik table td.spaltenbeschriftunggruen {
    background-color: #00D050;
}
#besucherstatistik table td.data {
    background-color: #FFF;
}
#besucherstatistik table td.datagrau {
    background-color: #EEE;
    color: #666;
}
