
/*----------------------------------------------------------------------------
  PACS CSS
  v. 1.0.45
 (c) 2009 PACS Jobware GmbH & Co. KG. Alle Rechte vorbehalten.
  ----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/* Header-Tabelle mit Informationen über das Dokument */
/*----------------------------------------------------------------------------*/

table.pacs_table_docheader {
   font-family: "Verdana";
   font-size: 11px;
   border-style: solid;
   border-collapse: collapse;
   border-width: 2px;
   border-color: black;
}

table.pacs_table_docheader td {
   padding-left: 5px;
   padding-top: 5px;
   padding-right: 5px;
   padding-bottom: 5px;
   border: solid 2px black;
}

/*----------------------------------------------------------------------------*/
/* Standard-Layout für Tabellen */
/*----------------------------------------------------------------------------*/

table.pacs_table_standard {
   font-family: "Verdana";
   font-size: 13px;
   border-style: solid;
   border-collapse: collapse;
   border-width: 2px;
   border-color: black;
}

table.pacs_table_standard caption {
   font-weight: bold;
   background-color: #66CCCC;
   padding-top: 5px;
   padding-bottom: 5px;
}

table.pacs_table_standard th {
   padding-left: 5px;
   padding-top: 5px;
   padding-right: 5px;
   padding-bottom: 5px;
   border: solid 2px black;
   background-color: #CCFF33;
}

table.pacs_table_standard td {
   padding-left: 5px;
   padding-top: 5px;
   padding-right: 5px;
   padding-bottom: 5px;
   border: solid 2px black;
}

/*----------------------------------------------------------------------------*/
/* Tabelle - Inhaltsverzeichnis */
/*----------------------------------------------------------------------------*/

table.pacs_table_index {
   font-family: "Verdana";
   font-size: 13px;
   border-width: 0px;
   background-color: #66FF99;
}

/*----------------------------------------------------------------------------*/
/* Tabellen-Zelle Fettschrift */
/*----------------------------------------------------------------------------*/

td.pacs_td_bold {
   font-weight: bold;
}

/*----------------------------------------------------------------------------*/
/* Tabellen-Zelle Fettschrift rechtsbündig */
/*----------------------------------------------------------------------------*/

td.pacs_td_bold_right {
   font-weight: bold;
   text-align: right;
}

/*----------------------------------------------------------------------------*/
/* Tabellen-Zelle zentriert */
/*----------------------------------------------------------------------------*/

td.pacs_td_centered {
   text-align: center;
}

/*----------------------------------------------------------------------------*/
/* Tabellen-Zelle rechtsbündig */
/*----------------------------------------------------------------------------*/

td.pacs_td_right {
   text-align: right;
}

/*----------------------------------------------------------------------------*/
/* Tabellen-Zeilen mit 2 Farben zur Gruppierung von Zeilen */
/*----------------------------------------------------------------------------*/

tr.pacs_tr_group_0 {background-color: white;}
tr.pacs_tr_group_1 {background-color: #C0C0C0;}

/*----------------------------------------------------------------------------*/
/* Tabelle ohne Border */
/*----------------------------------------------------------------------------*/

table.pacs_table_invisible {
   font-family: "Verdana";
   font-size: 13px;
   border-width: 0px;
}

table.pacs_table_invisible th {
   border: solid 0px black;
}

table.pacs_table_invisible td {
   border: solid 0px black;
}

/*----------------------------------------------------------------------------*/
/* Tabelle ohne Border - Padded */
/*----------------------------------------------------------------------------*/

table.pacs_table_invisible_padded {
   font-family: "Verdana";
   font-size: 13px;
   border-width: 0px;
}

table.pacs_table_invisible_padded caption {
   padding-top: 7px;
   padding-bottom: 7px;
}

table.pacs_table_invisible_padded th {
   padding-left: 7px;
   padding-top: 7px;
   padding-right: 7px;
   padding-bottom: 7px;
   border: solid 0px black;
}

table.pacs_table_invisible_padded td {
   padding-left: 7px;
   padding-top: 7px;
   padding-right: 7px;
   padding-bottom: 7px;
   border: solid 0px black;
}

/*----------------------------------------------------------------------------*/
/* Tabelle ohne Border - 0-Padded */
/*----------------------------------------------------------------------------*/

table.pacs_table_invisible_antipadded {
   font-family: "Verdana";
   font-size: 13px;
   border-width: 0px;
}

table.pacs_table_invisible_antipadded caption {
   padding-top: 0px;
   padding-bottom: 0px;
}

table.pacs_table_invisible_antipadded th {
   padding-left: 0px;
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   border: solid 0px black;
}

table.pacs_table_invisible_antipadded td {
   padding-left: 0px;
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   border: solid 0px black;
}

/*----------------------------------------------------------------------------*/
/* Copyright-Notiz */
/*----------------------------------------------------------------------------*/

span.pacs_span_copyright {
   font-family: "Verdana";
   font-size: 11px;
}

/*----------------------------------------------------------------------------*/
/* eof */
/*----------------------------------------------------------------------------*/

span.pacs_span_eof {
   font-family: "Verdana";
   font-size: 11px;
}

/*----------------------------------------------------------------------------*/
/* Normaler Text */
/*----------------------------------------------------------------------------*/

.pacs_shared_standard_text {
   font-family: "Verdana";
   font-size: 13px;
}

/*----------------------------------------------------------------------------*/
/* Hervorgehobener Text */
/*----------------------------------------------------------------------------*/

.pacs_shared_highlighted_text {
   font-family: "Verdana";
   font-size: 13px;
   font-weight: bold;
}

/*----------------------------------------------------------------------------*/
/* Noch mehr hervorgehobener Text */
/*----------------------------------------------------------------------------*/

.pacs_shared_highlighted_text_extra {
   font-family: "Verdana";
   font-size: 13px;
   font-weight: bold;
   color: red;
}

/*----------------------------------------------------------------------------*/
/* Standard Hyperlink */
/*----------------------------------------------------------------------------*/

a.pacs_a_standard {
   font-family: "Verdana";
   font-size: 13px;
}

/*----------------------------------------------------------------------------*/
/* Preformatted Sourcecode */
/*----------------------------------------------------------------------------*/

pre.pacs_pre_source_code {
   background-color: #BABABA;
   font-family: "Courier New";
   color: blue;
   font-size: 13px;
   font-weight: bold;
}

/*----------------------------------------------------------------------------*/
/* Dokument-Titel */
/*----------------------------------------------------------------------------*/

h1.pacs_h1 {
   font-family: "Verdana";
   font-size: 28px;
   font-weight: bold;
}

/*----------------------------------------------------------------------------*/
/* Kapiteltitel */
/*----------------------------------------------------------------------------*/

h2.pacs_h2 {
   font-family: "Verdana";
   font-size: 24px;
   font-weight: bold;
}

/*----------------------------------------------------------------------------*/
/* Unterkapiteltitel */
/*----------------------------------------------------------------------------*/

h3.pacs_h3 {
   font-family: "Verdana";
   font-size: 20px;
   font-weight: bold;
}

/*----------------------------------------------------------------------------*/
/* Titel für Kleingliederung */
/*----------------------------------------------------------------------------*/

h4.pacs_h4 {
   font-family: "Verdana";
   font-size: 16px;
   font-weight: bold;
}

/*----------------------------------------------------------------------------*/
/* Etwas mehr Raum zwischen li's */
/*----------------------------------------------------------------------------*/
li.pacs_li_padded {
   padding: 10px;
}

/*----------------------------------------------------------------------------*/
/* ul ganz nach oben, dicht an dem, was oberhalb steht */
/*----------------------------------------------------------------------------*/
ul.pacs_ul_close {
   margin-top: 0px;
}

/*----------------------------------------------------------------------------*/
/* eof */