/*
/*	Project: Webservice	
/*  File: standard.css
/*	Version:	1.0.0
/*	Date: 07.12.2011 
/*	Author: Marcel Hornstein
/* 
/******************************************************************************/
/* Einbinden von weiteren CSS-Dateien                                         */
/******************************************************************************/
/* import datepicker-de | Lokalisierung für den Datepicker */
@import url(js/jquery-ui-1.8.18.custom/development-bundle/ui/i18n/jquery.ui.datepicker-de.js);

/******************************************************************************/
/* Formatierungen für das Seitenlayout                                        */
/******************************************************************************/
body {
  background-color:#FFFFFF;
  font-family:'Segoe UI', Arial, sans-serif;
  font-size: 0.7em;
  margin: 0px 0px 0px 0px;
}

.background {
  text-align:center;
  width: 950px;
  margin: 0px auto 0px auto;
}

.site {
  text-align: center;
  margin: 0px 0px 20px 0px;
}

.header {
  background-image: url(image/header.jpg?ssid=[!ssid]);
  height: 120px;
  position: relative;
  margin: 0px 0px 10px 0px;  
}

.header h1 {
  text-align: left;
  margin: 0px 0px 0px 10px;
  color: #FFFFFF;
  font-size: 250%;
  font-weight: normal;
  text-shadow: #EFEFEF 3px 2px 4px;
  padding: 0px 0px 0px 0px;
}

.header h2 {
  text-align: left;
  margin: 8px 0px 0px 10px;
  color: #FFFFFF;
  font-size: 150%;
  font-weight: normal;
  text-shadow: #EFEFEF 3px 2px 4px;
}

.menue_back {
  position: absolute;
  top: 0px;
  left: 0px;
}

.content {
  padding: 0px 10px 0px 10px;
}

.content h2 {
  text-align: left;
  font-size: 150%;
  font-weight: normal;
  padding-left: 2px;
}

.content h3 {
  text-align: left;
  font-size: 120%;
  font-weight: normal;
  padding-left: 2px;
}

table {
  width: 100%;
  text-align: left;  
}

td {
   vertical-align:top;
}

.tabelleheader {
  background-color: #3E82F2;
  background-image: url(image/table_header.gif?ssid=[!ssid]);
  background-repeat: repeat;
  padding: 5px 5px 5px 5px;  
}

.TabelleZeile1 td {
  background-color:#E6E6E6;
  padding: 2px 5px 2px 5px;
}

.TabelleZeile1:hover * {
  background-color: #F1F1F1;
}

.TabelleZeile2 td {
  background-color:#ABCDEF;
  padding: 2px 5px 2px 5px;
}

.TabelleZeile2:hover * {
  background-color: #D1E4F6;
}

div.footer {
  margin-top: 20px;
  font-size: 70%;
}

/******************************************************************************/
/* Allgemeine Formatierung der Links                                          */
/******************************************************************************/
a:link { 
   text-decoration:none;
}

a:visited { 
   text-decoration:none; 
}

a:focus { 
   text-decoration:none; 
}

a:hover { 
   text-decoration:none; 
}

a:active { 
   text-decoration:none; 
}

a img {
   border : 0 none;
}


/******************************************************************************/
/* Allgemeine Formatierung der Formularfelder                                 */
/******************************************************************************/
input:focus {
   background-color: #ABCDEF;
}

input:hover {
   background-color: #D1E4F6;
}

select:focus {
   background-color: #ABCDEF;
}

select:hover {
   background-color: #D1E4F6;
}


/******************************************************************************/
/* Globale Formatierungen                                                     */
/******************************************************************************/

/* Farben *********************************************************************/
td.S-SCHWARZ {
  background-color:#000000;
}

td.S-WEISS {
  background-color:#FFFFFF;
}

td.S-GRAU {
  background-color:#B3B3B3;
}

td.S-HELLGRAU {
  background-color:#D9D9D9;
}

td.S-ROT {
  background-color:#ffCCCC;
}

td.S-BLAU {
  background-color:#C6E2FF;
}

td.S-GRUEN {
  background-color:#ccffcc;
}

td.S-GELB {
  background-color:#ffffcc;
}

td.S-LILA {
  background-color:#DFBFFF;
}

td.S-TODAY {
  background-color:#ccffcc;
}

td.S-WEEKEND {
  background-color:#ccecff;
}

td.S-HIGHLIGHT {
  background-color:#ffCCCC;
}

td.S-WARNING {
  background-color:#ffffcc;
}

td.S-OTBGRUEN {
  background-color:#97BE0D;
}

td.S-STRICHLINKS {
  border-width:2px;
  border-left-style:solid;
  border-color:#000000;
  background-color:#FFFFFF;
}

/* Ausrichtungen **************************************************************/
td.S-LEFT {
  text-align: left;
  padding: 2px 5px 2px 5px;
}

td.S-GELB_LEFT {
  background-color:#ffffcc;
  text-align: left;
  padding: 2px 5px 2px 5px;
}

td.S-GRUEN_LEFT {
  background-color:#ccffcc;
  text-align: left;
  padding: 2px 5px 2px 5px;
}

td.S-ROT_LEFT {
  background-color:#ffCCCC;
  text-align: left;
  padding: 2px 5px 2px 5px;
}

td.S-LILA_LEFT {
  background-color:#DFBFFF;
  text-align: left;
  padding: 2px 5px 2px 5px;
}

td.S-CENTER {
  text-align: center;
  padding: 2px 5px 2px 5px;
}

td.S-RIGHT {
  text-align: right;
  padding: 2px 5px 2px 5px;
}

td.S-BOLD_RIGHT {
  text-align: right;
  padding: 2px 5px 2px 5px;
  font-weight: bolder;
}

td.S-HELLBLAU_RIGHT {
  background-color:#F7FAFD;
  text-align: right;
  padding: 2px 5px 2px 5px;
}


td.S-BLAU_RIGHT {
  background-color:#ABCDEF;
  text-align: right;
  padding: 2px 5px 2px 5px;
}

td.S-GRAU_RIGHT {
  background-color:#B3B3B3;
  text-align: right;
  padding: 2px 5px 2px 5px;
}


td.S-HELLGRAU_RIGHT {
  background-color:#D9D9D9;
  text-align: right;
  padding: 2px 5px 2px 5px;
}


td.S-GELB_RIGHT {
  background-color:#ffffcc;
  text-align: right;
  padding: 2px 5px 2px 5px;
}

td.S-GRUEN_RIGHT {
  background-color:#ccffcc;
  text-align: right;
  padding: 2px 5px 2px 5px;
}

td.S-ROT_RIGHT {
  background-color:#ffCCCC;
  text-align: right;
  padding: 2px 5px 2px 5px;
}

td.S-LILA_RIGHT {
  background-color:#DFBFFF;
  text-align: right;
  padding: 2px 5px 2px 5px;
}


/* Spalten ********************************************************************/
.S-SPALTE1 {
  background-image: url(image/table_header.gif?ssid=[!ssid]);
  padding: 5px 5px 5px 5px;
}

.S-SPALTE2 {
  background-image: url(image/table_header.gif?ssid=[!ssid]);
  padding: 5px 5px 5px 5px;
  text-align: right;
}

.S-SPALTE3 {
  background-image: url(image/table_header.gif?ssid=[!ssid]);
  padding: 5px 5px 5px 5px;
  text-align: right;
}

.S-SPALTE4 {
  background-image: url(image/table_header.gif?ssid=[!ssid]);
  padding: 5px 5px 5px 5px;
  text-align: right;
}

.S-SPALTE5 {
  background-image: url(image/table_header.gif?ssid=[!ssid]);
  padding: 5px 5px 5px 5px;
  text-align: right;
}

.S-SPALTE6 {
  background-image: url(image/table_header.gif?ssid=[!ssid]);
  padding: 5px 5px 5px 5px;
  text-align: right;
}

.S-SPALTE7 {
  background-image: url(image/table_header.gif?ssid=[!ssid]);
  padding: 5px 5px 5px 5px;
  text-align: right;
}

.S-SPALTE8 {
  background-image: url(image/table_header.gif?ssid=[!ssid]);
  padding: 5px 5px 5px 5px;
  text-align: right;
}

.S-SPALTE9 {
  background-image: url(image/table_header.gif?ssid=[!ssid]);
  padding: 5px 5px 5px 5px;
  text-align: right;
}

.S-SPALTE10 {
  background-image: url(image/table_header.gif?ssid=[!ssid]);
  padding: 5px 5px 5px 5px;
  text-align: right;
}

/* Weitere ********************************************************************/
.S-BASIC {
  background-color:#F7FAFD;
  padding: 2px 5px 2px 5px;
}

.S-AUSBLENDEN {
   empty-cells:hide;
   height:0px;
   border:0px;
   background-color:#FFFFFF;
}

.S-FETT {
  font-weight: bolder;
}

.S-MENUE {
  background-color:#abcdef;
  height:80px;
  border-collapse:collapse; 
  border:solid 3px #FFFFFF;
  text-align:center;
  vertical-align:middle;
  background-image: url(image/button.gif?ssid=[!ssid]);
  background-repeat: repeat;
  padding-top: 6px;
}

.S-MENUE:hover {
  background-image: url(image/button_hover.gif?ssid=[!ssid]);
  background-repeat: repeat;
}

.Ueberschrift {
  background-color:#F7FAFD;
  border: 1px solid #DFDFDF;
  margin: 30px 0px 0px 0px;
}

.Ueberschrift h3 {
  margin: 0px 0px 0px 0px;
  font-size: 130%;
  font-weight: normal;
}

.Ueberschrift .spalte1 {
  padding: 7px 0px 5px 5px;
}

.Ueberschrift .spalte2 {
  width: 40px;
  text-align: right;
  padding: 5px 5px 0px 0px;
}


/******************************************************************************/
/* Formatierung für die login.htm                                             */
/******************************************************************************/
table.login {
  text-align: center;
}


/******************************************************************************/
/* Formatierung für die login.htm (Demo)                                      */
/******************************************************************************/
table.demologin {
  margin: 0px auto 0px auto;
  width: 350px;
}

table.demologin a:visited {
  color: #0000FF;
}

table.demologin td{
  background-color: #abcdef;
  height: 50px;
  border-collapse: collapse; 
  text-align: left;
  vertical-align: middle;
  background-image: url(image/button.gif);
  background-repeat: repeat;
  padding: 6px 0px 0px 40px;
}

table.demologin .imageproductlist {
  margin: 0px 0px 0px 40px;
}

table.demologin .imageproductlist img {
  vertical-align: middle;
}

table.demologin td:hover {
  background-image: url(image/button_hover.gif);
  background-repeat: repeat;
}


/******************************************************************************/
/* Formatierung für die loginproduktauswahl.htm                               */
/******************************************************************************/
table.productselection {
  margin: 0px auto 0px auto;
/*  width: 350px; */
}

table.productselection td{
  background-color: #abcdef;
  height: 80px;
  border-collapse: collapse; 
  text-align: left;
  vertical-align: middle;
  background-image: url(image/button.gif?ssid=[!ssid]);
  background-repeat: repeat;
  padding: 6px 0px 0px 40px;
}

table.productselection .imageproductlist {
  margin: 0px 10px 0px 0px;
  vertical-align: middle;
}

table.productselection td:hover {
  background-image: url(image/button_hover.gif?ssid=[!ssid]);
  background-repeat: repeat;
}


/******************************************************************************/
/* Formatierung für die suche.htm                                             */
/******************************************************************************/
table.suche {
  background-color: #F7FAFD;
  border: 1px solid #DFDFDF;
  padding: 3px 5px 3px 5px;
}

table.suche .spalte1 {
  width: 350px;
  padding-top: 15px;
}

table.suche .spalte2 {
  width: 250px;
  padding-top: 15px;
}

table.suche input {
  width: 220px;  
}

table.suche table.menue {
  margin: 0px 0px 0px 0px;
}

table.suche table.menue td.Menue {
  height: 40px;
}

table.suche td.Menue img {
  padding: 0px 0px 0px 0px;
  vertical-align: middle;
}

table.suche td.Menue span {
  padding: 0px 0px 0px 10px;
}


/******************************************************************************/
/* Formatierung für die menue.htm                                             */
/******************************************************************************/
div.mainmenue table.menue td.Menue {
  height:80px;
} 

div.mainmenue table.menue td.Menue img {
  width: 32px;
}

table.menue td.Menue {
  background-color:#abcdef;
  height:80px;
  border-collapse:collapse; 
  text-align:center;
  vertical-align:middle;
  background-image: url(image/button.gif?ssid=[!ssid]);
  background-repeat: repeat;
  padding-top: 6px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width:33%;
}

table.menue td.Menue img {
  width: 32px;
}

table.menue td.Menue:hover {
  background-image: url(image/button_hover.gif?ssid=[!ssid]);
  background-repeat: repeat;
}


/******************************************************************************/
/* Formatierung für die menue.htm                                             */
/******************************************************************************/
table.liste {
  font-size: 90%;
}


/******************************************************************************/
/* Formatierung für die adresse_view.htm                                      */
/******************************************************************************/
table.adressanzeige {
  margin-bottom: 30px;
}

table.adressanzeige td.adresse {
  width: 48%;
}

table.adressanzeige td.abstand {
  width: 4%;
}

table.adressanzeige td.ansprechpartner {
  width: 48%;
}

/* Tabelle mit Adresse */
table.adressanzeige table.Tabelle1 {
  background-color: #F7FAFD;
  border: 1px solid #DFDFDF;
  padding: 0px 5px 3px 5px;
}

table.adressanzeige table.Tabelle1 .S-BASIC {
  background-color: #F7FAFD;
}

/* Tabelle mit Memos */
table.adressanzeige table.Tabelle3 {
  background-color: #F7FAFD;
  border: 1px solid #DFDFDF;
  padding: 0px 5px 3px 5px;
}

table.adressanzeige table.Tabelle3 .S-BASIC {
  background-color: #F7FAFD;
}


/******************************************************************************/
/* Formatierung für die auftrag_view.htm                                      */
/******************************************************************************/
table.auftragsanzeige {
  margin-bottom: 30px;
}

table.auftragsanzeige table.Tabelle1, 
table.auftragsanzeige table.Tabelle3 {
  height: 120px;
}

table.auftragsanzeige table.Tabelle2, 
table.auftragsanzeige table.Tabelle4 {
  height: 64px;
}

table.auftragsanzeige td.kopf {
  width: 32%;
}

table.auftragsanzeige td.abstand {
  width: 2%;
}

table.auftragsanzeige tbody tr td p {
  margin-top: 5px;
  margin-bottom: 3px;
}

/* Tabellen mit Adressen */
table.auftragsanzeige table.Tabelle1, 
table.auftragsanzeige table.Tabelle2, 
table.auftragsanzeige table.Tabelle3,
table.auftragsanzeige table.Tabelle4,
table.auftragsanzeige table.Tabelle5,
table.auftragsanzeige table.Tabelle6,
table.auftragsanzeige table.Tabelle7,
table.auftragsanzeige table.Tabelle8,
table.auftragsanzeige table.Tabelle9,
table.auftragsanzeige table.Tabelle10 {
  background-color: #F7FAFD;
  border: 1px solid #DFDFDF;
  padding: 0px 5px 3px 5px;
}

table.auftragsanzeige table.Tabelle1 .S-BASIC, 
table.auftragsanzeige table.Tabelle2 .S-BASIC, 
table.auftragsanzeige table.Tabelle3 .S-BASIC,
table.auftragsanzeige table.Tabelle4 .S-BASIC,
table.auftragsanzeige table.Tabelle5 .S-BASIC {
  background-color: #F7FAFD;
}

table.auftragsanzeige table.Tabelle5 tr.TabelleZeile1 td, 
table.auftragsanzeige table.Tabelle5 tr.TabelleZeile2 td,
table.auftragsanzeige table.Tabelle9 tr.TabelleZeile1 td,
table.auftragsanzeige table.Tabelle9 tr.TabelleZeile2 td,
table.auftragsanzeige table.Tabelle10 tr.TabelleZeile1 td,
table.auftragsanzeige table.Tabelle10 tr.TabelleZeile2 td {
  background-color: #F7FAFD;
  border: 0px solid #DFDFDF;
  padding: 0px 5px 3px 5px;
}

table.auftragsanzeige table.notizen td {
  width: 48%;
}

table.auftragsanzeige table.notizen td.abstand {
  width: 4%;
}


/******************************************************************************/
/* Formatierung für die adresse_edit.htm                                      */
/******************************************************************************/
table.adressbearbeitung {
  margin-bottom: 30px;
}

table.adressbearbeitung td.adresse {
  width: 48%;
}

table.adressbearbeitung td.abstand {
  width: 4%;
}

table.adressbearbeitung td.ansprechpartner {
  width: 48%;
}

/* Tabelle mit Adresse */
table.adressbearbeitung table.Tabelle1 {
  background-color: #F7FAFD;
  border: 1px solid #DFDFDF;
  padding: 0px 5px 3px 5px;
}

table.adressbearbeitung table.Tabelle1 .S-BASIC {
  background-color: #F7FAFD;
}

/* Tabelle mit Adresse */
table.adressbearbeitung table.Tabelle2 {
  background-color: #F7FAFD;
  border: 1px solid #DFDFDF;
  padding: 0px 5px 3px 5px;
}

table.adressbearbeitung table.Tabelle2 .S-BASIC {
  background-color: #F7FAFD;
}

/* Tabelle mit Memos */
table.adressbearbeitung table.Tabelle3 {
  background-color: #F7FAFD;
  border: 1px solid #DFDFDF;
  padding: 0px 5px 3px 5px;
}

table.adressbearbeitung table.Tabelle3 .S-BASIC {
  background-color: #F7FAFD;
}


/******************************************************************************/
/* Formatierung für die termin_list.htm                                       */
/******************************************************************************/
table.terminuebersicht {
  background-color:#F7FAFD;
  border: 1px solid #DFDFDF;
  padding: 5px 10px 5px 10px;
}

table.terminuebersicht .spalte1 {
  width: 80px;
  padding: 10px 0px 0px 0px;
}

table.terminuebersicht .spalte2 {
  width: 140px;
  padding: 10px 0px 0px 0px;
}

table.terminuebersicht .spalte3 {
  width: 50px;  
  padding: 10px 0px 0px 20px;
}

table.terminuebersicht .spalte4 {
  width: 100px;
  padding: 10px 0px 0px 0px;
}

table.terminuebersicht table.menue {
  margin: 0px 0px 0px 0px;
}

table.terminuebersicht td.Menue {
  height: 40px;
}

table.terminuebersicht td.Menue img {
  padding: 0px 0px 0px 0px;
  vertical-align: middle;
}

table.terminuebersicht td.Menue span {
  padding: 0px 0px 0px 10px;
}

table.terminliste .S-SPALTE1 {
  width: 6%;
}

table.terminliste .S-SPALTE2 {
  width: 7%;
  text-align: left;
}

table.terminliste .S-SPALTE3 {
  width: 10%;
  text-align: left;
}

table.terminliste .S-SPALTE4 {
  text-align: left;
}

/******************************************************************************/
/* Formatierung für die artikel_view.htm                                      */
/******************************************************************************/
table.artikelanzeige {
  margin-bottom: 30px;
}

table.artikelanzeige td.artikel {
  width: 48%;
}

table.artikelanzeige td.abstand {
  width: 4%;
}

table.artikelanzeige td.zusaetze {
  width: 48%;
}

/* Tabelle Artikel */
table.artikelanzeige table.Tabelle1 {
  border: 1px solid #DFDFDF;
}

table.artikelanzeige table.Tabelle1 .S-BASIC {
  background-color: #F7FAFD;
}

/* Tabelle Zusätze */
table.artikelanzeige table.Tabelle2 {
  border: 1px solid #DFDFDF;
}

table.artikelanzeige table.Tabelle2 .S-BASIC {
  background-color: #F7FAFD;
}

/* Tabelle mit Bemerkung */
table.artikelanzeige table.Tabelle6 {
  background-color: #F7FAFD;
  border: 1px solid #DFDFDF;
  padding: 3px 5px 3px 5px;
}

table.artikelanzeige table.Tabelle6 .S-BASIC {
  background-color: #F7FAFD;
}

/******************************************************************************/
/* Formatierung für die orga_view.htm                                         */
/******************************************************************************/
table.orgaanzeige {
  margin-bottom: 30px;
}

table.orgaanzeige td.adresse {
  width: 48%;
}

table.orgaanzeige td.abstand {
  width: 4%;
}

table.orgaanzeige td.weiteres {
  width: 48%;
}

/* Tabelle Adresse */
table.orgaanzeige table.Tabelle1 {
  border: 1px solid #DFDFDF;
}

table.orgaanzeige table.Tabelle1 .S-BASIC {
  background-color: #F7FAFD;
}

/* Tabelle Weiteres */
table.orgaanzeige table.Tabelle2 {
  border: 1px solid #DFDFDF;
}

table.orgaanzeige table.Tabelle2 .S-BASIC {
  background-color: #F7FAFD;
}

/* Tabelle Zusatzinformationen */
table.orgaanzeige table.Tabelle3 {
  border: 1px solid #DFDFDF;
}

table.orgaanzeige table.Tabelle3 .S-BASIC {
  background-color: #F7FAFD;
}

/* Tabelle mit Orgatext */
table.orgaanzeige table.Tabelle4 {
  background-color: #F7FAFD;
  border: 1px solid #DFDFDF;
  padding: 3px 5px 3px 5px;
}

table.orgaanzeige table.Tabelle4 .S-BASIC {
  background-color: #F7FAFD;
}

table.orgaanzeige table.Tabelle5 .TabelleZeile2:hover * {
  background-color: transparent;
}

/******************************************************************************/
/* Formatierung für die statistik_liefums_selection.htm                       */
/******************************************************************************/

table.statistik_auswahl .rahmen {
  background-color: #F7FAFD;
  border: 1px solid #DFDFDF;
  padding: 10px 10px 10px 10px;
}

table.statistik_auswahl .spalte1 {
  width: 150px;
}

/******************************************************************************/
/* Formatierung für die statistik_liefums_view.htm                            */
/******************************************************************************/
table.statistik_liefums .Tabelle1 {
  background-color:#F7FAFD;
  border: 1px solid #DFDFDF;
}

table.statistik_liefums .Tabelle2 {
  background-color:#F7FAFD;
  border: 1px solid #DFDFDF;
}

table.statistik_liefums .Tabelle3 {
  background-color:#F7FAFD;
  border: 1px solid #DFDFDF;
}

table.statistik_liefums .Tabelle4 {
  background-color:#F7FAFD;
  border: 1px solid #DFDFDF;
}

table.statistik_liefums .Tabelle5 {
  background-color:#F7FAFD;
  border: 1px solid #DFDFDF;
}

table.statistik_liefums .S-SPALTE1 {
}

table.statistik_liefums .S-SPALTE2 {
  width: 12%;
}

table.statistik_liefums .S-SPALTE3 {
  width: 12%;
}

table.statistik_liefums .S-SPALTE4 {
  width: 12%;
}

table.statistik_liefums .S-SPALTE5 {
  width: 12%;
}

table.statistik_liefums .S-SPALTE6 {
  width: 12%;
}


/******************************************************************************/
/* Formatierung für die statistik_monat_view.htm                              */
/******************************************************************************/
table.selektion {
  background-color:#F7FAFD;
  border: 1px solid #DFDFDF;
  padding: 5px 10px 5px 10px;
}

table.selektion .spalte1 {
  width: 80px;
  padding: 10px 0px 0px 0px;
}

table.selektion .spalte2 {
  width: 140px;
  padding: 10px 0px 0px 0px;
}

table.selektion .spalte3 {
  width: 60px;  
  padding: 10px 0px 0px 0px;
}

table.selektion .spalte4 {
  width: 140px;
  padding: 10px 0px 0px 0px;
}

table.selektion table.menue {
  margin: 0px 0px 0px 0px;
}

table.selektion td.Menue {
  height: 40px;
}

table.selektion td.Menue img {
  padding: 0px 0px 0px 0px;
  vertical-align: middle;
}

table.selektion td.Menue span {
  padding: 0px 0px 0px 10px;
}




table.statistik_monat .Tabelle1 {
  background-color:#F7FAFD;
  border: 1px solid #DFDFDF;
}

table.statistik_monat .Tabelle2 {
  background-color:#F7FAFD;
  border: 1px solid #DFDFDF;
}

table.statistik_monat .Tabelle3 {
  background-color:#F7FAFD;
  border: 1px solid #DFDFDF;
}

table.statistik_monat .Tabelle4 {
  background-color:#F7FAFD;
  border: 1px solid #DFDFDF;
}

table.statistik_monat td.S-GELB {
  width: 0.5%;
}

table.statistik_monat .S-SPALTE1 {
}

table.statistik_monat .S-SPALTE2 {
  width: 12%;
}

table.statistik_monat .S-SPALTE3 {
  width: 12%;
}

table.statistik_monat .S-SPALTE4 {
  width: 12%;
}

table.statistik_monat .S-SPALTE5 {
  width: 12%;
}

table.statistik_monat .S-SPALTE6 {
  width: 12%;
}

table.statistik_monat .S-SPALTE7 {
  width: 12%;
}

/***********************************************************************************************************************
DOCUMENT: style/format.css
DEVELOPED BY: Ryan Stemkoski
COMPANY: Zipline Interactive
EMAIL: ryan@gozipline.com
PHONE: 509-321-2849
DATE: 2/26/2009
DESCRIPTION: This document contains the structural formatting files for the accordion style menu.
************************************************************************************************************************/
#wrapper {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {	
	width: 920px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	cursor: pointer;
  background-color:#abcdef;
  height: 50px;
  background-image: url(image/button.gif?ssid=[!ssid]);
  background-repeat: repeat;
  padding-left: 10px;
  padding-bottom: 5px;
}
	
.accordionContent {	
	width: 930px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background: transparent;
}

.accordionButton .pfeil {
  height: 32px;
  width: 32px;
  background-image: url(image/pfeil_links.png?ssid=[!ssid]);
  background-repeat: none;
  position: relative; 
  top:-55px; 
  left:870px;
}
	
.clear {
  clear: both;
}  

/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
  background-image: url(image/button_hover.gif?ssid=[!ssid]);
  background-repeat: repeat;
}
	
.on .pfeil {
  background-image: url(image/pfeil_unten.png?ssid=[!ssid]);
}

.over {
  background-image: url(image/button_hover.gif?ssid=[!ssid]);
  background-repeat: repeat;
}

/* .over .pfeil {
  background-image: url(image/pfeil_unten.png?ssid=[!ssid]);
} */
