/*##############################################################################
#     P H P - W E B - S T A T I S T I K    v 3.0    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:#7e95b7;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	
}

/* Counter Style */
.counter_table   { -moz-border-radius: 10px 10px 10px 10px; font-size:11px; color:#FFFFFF; }
.header          { -moz-border-radius: 10px 10px 0px 0px; border-bottom:1px solid #FFFFFF; padding:3px; color:#FFFFFF; font-weight:bold; text-align:center; }
.module          { padding:0px 5px 0px 3px; text-align:left; }
.hits            { padding:0px 3px 0px 5px; text-align:right; }
.user            { font-weight:bold; }
.footer          { -moz-border-radius: 0px 0px 10px 10px; border-top:1px solid #FFFFFF; padding:3px; font-size:9px; color:#ffffff; font-weight:bold; text-align:center; }

/* Link Style */
a:link, a:visited, a:active   { text-decoration:none; color:#7e95b7;}
a:hover, a:focus              { text-decoration:none; color:#7e95b7;}