/*
################################################################################
#   P H P - W E B - S T A T I S T I K   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 {
  background: #EDF0F5;
  color: #000000;
  font-size: 11px;
 }
.header {
  color: #000000;
  font-weight: bold;
  text-align: left;
  }
.module {
  background: #EDF0F5; /* #EDF0F5; */
  text-align: left;
  }
.hits {
  background: #EDF0F5; /* #EDF0F5; */
  font-weight: bold;
  text-align: left;
  padding: 0px 5px 0px 5px;
  }
.user {
  font-weight: bold;
}
.footer {
  border-top: 1px solid #EDF0F5;
  background: #EDF0F5;
  color: #000000;
  font-size: 9px;
  text-align:left;
  }

/* link style */
a:link, a:visited, a:active {
  background: transparent;
  color: #4E79A6;
  text-decoration: none;
}
a:hover, a:focus {
  background: transparent;
  color: #D9693B;
  text-decoration: underline;
}