/*

>>>>>> CrazyStat <<<<<<
Ein komfortables, umfangreiches und kostenloses Statistik-Script mit oder ohne Counter.

Copyright (C) 2004-2007  Crazy Chrissi

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

E-Mail: christosoft4u AT yahoo DOT de
Web: http://www.christosoft.de
Version: 1.61

*** style.css ***
Funktion:    Stylesheet (Design)
Aufrufbar:   nein
Eingebunden: von show_stat.php, index.html  (<link>)
*/

h1
 {
 font-size: 15pt;
 width: 100%;
 font-family: "Trebuchet MS", serif;
 color: black;
 background-color: white;
 margin-bottom: 0px;
 margin-top: 2px;
 }

h2
 {
 font-size: 12pt;
 font-family: Arial, serif;
 }

h3
 {
 font-size: 12pt;
 font-family: Arial, serif;
 font-style:italic;
 }

body
 {
 margin-bottom: 0px;
 padding-bottom: 0px;
 padding-left: 4px;
 }
 
.meldung
 {
 font-size: 14pt;
 font-family: "Arial Black", serif;
 color: red;
 background-color: white;
 }
 
#waitbox
 {
 width:300px;
 height:150px;
 position:absolute;
 top:50%;
 left:50%;
 margin-left:-150px;
 margin-top:-75px;
 background-color: #FFFFFF;
 border: 1px solid black;
 font-size:75%;
 text-align:center;
 display:none;
 }

table.modul
 {
 border: 1px solid black;
 width: 100%;
 margin-left:1px;
 margin-right:1px;
 margin-bottom: 4px;
 font-size: 75%;
 color: black;
 font-family: "Times New Roman", Times, Arial, serif;
 background-color: white;
 }

th.modul
 {
 background-color: #B5B5B5;
 color: black;
 font-weight:bold;
 }

p.modul
 {
 border: 1px solid black;
 width: 95%;
 text-align: center;
 }
 
.menue
 {
 position: absolute;
 right: 20px;
 top: 10px;
 text-align: right;
 }
 
table.daten
 {
 font-size: 100%;
 color: black;
 font-family: "Times New Roman", Times, Arial, serif;
 background-color: white;
 width:100%;
 }

div.daten
 {
 width:100%;
 overflow:auto
 }

th
 {
 text-align: left;
 }

a.referer
 {
 color: #000000;
 background-color: #FFFFFF;
 text-decoration: none;
 }

a.referer:hover
 {
 text-decoration: underline;
 }

#message
 {
 color:red;
 }

.copyright
 {
 color:#B5B5B5;
 }

span.copyright
 {
 margin-right:20px;
 font-weight:bold;
 }
 
span.version
 {
 font-size:8pt;
 }
 
.presets
 {
 border:1px solid black;
 }

.presetsHead
 {
 font-weight:bold;
 background-color:#B5B5B5;
 }
 
.spalte
 {
 width:23%;
 vertical-align:top;
 }
 
.ref130
 {
 position:absolute;
 right:130px;
 }
 
.ref20
 {
 position:absolute;
 right:20px;
 }
 
span.spanne
 {
 font-weight:normal;
 }
