/*
################################################################################
#        P H P - W E B - S T A T      S T Y L E - T H E M E     Counter        #
################################################################################
# Made by: Holger Naves                                                        #
# Contact: http://www.php-web-statistik.de                                     #
################################################################################
*/

/* --------------------------------------------- */
/* --------------- general style --------------- */
/* --------------------------------------------- */
body {
  background: transparent;
  color: #000000;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 11px;
  letter-spacing: 0.1mm;
  margin: 0px 0px 0px 0px;
}

/* --------------------------------------------- */
/* --------------- counter style --------------- */
/* --------------------------------------------- */

.counter_table {
  width: 70px;
  background-color:transparent;
  color: #666;
  font-size: 9px;
text-align:left;
}
.header {
}
.module {
  background-color:transparent;
  text-align: left;
  padding: 0px;
}
.hits {
  background-color:transparent;
  text-align: left;
  padding: 0px;
}
.user {
  font-weight: bold;
}
.footer {
}

/* ------------------------------------------ */
/* --------------- link style --------------- */
/* ------------------------------------------ */
a:link, a:visited, a:active {
  background: transparent;
  color: #e54e16;
  text-decoration: none;
}
a:hover, a:focus {
background-color:#f3f3f3; 
text-decoration: none;
}

