/*##############################################################################
#     P H P - W E B - S T A T I S T I K    v 3.x    S T Y L E - T H E M E      #
################################################################################
# Made by: Holger Naves                                                        #
# Contact: http://www.php-web-statistik.de                                     #
##############################################################################*/

/* Mainsite Style */
body {
  margin:0px 0px 0px 0px;
	background-color:transparent;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#303137;
	letter-spacing:0.1mm;
}

/* Counter Style */
.counter_table   { width:110px; -moz-border-radius: 10px 10px 10px 10px; border-top:2px solid #759597; border-right:2px outset #C2C2C2; border-bottom:2px outset #759597; border-left:2px solid #759597; background-color:#C2C2C2; font-size:10px; font-weight:bold; color:#000000; }
.header          { -moz-border-radius: 10px 10px 0px 0px; border-bottom:1px outset #617F81; padding:3px; color:#C2C2C2; font-weight:bold; text-align:center; }
.module          { padding:0px 5px 0px 3px; background-color:#617F81; text-align:left; }
.hits            { padding:0px 3px 0px 5px; background-color:#617F81; text-align:right; }
.user            { font-weight:bold; }
.footer          { -moz-border-radius: 0px 0px 10px 10px; border-top:1px solid #617F81; padding:3px; background-color:#617F81; font-size:8px; color:#000000; text-align:center; }


/* Link Style */
a:link, a:visited, a:active   { text-decoration:none; color:#000000; background-color:transparent; }
a:hover, a:focus              { text-decoration:underline; color:#617F81; background-color:transparent; }