/* 
 *      kk-style.css, 
 *      Kunststation Kleinsassen
 *      Peter Klingebiel, Thu Dec  8 14:42:23 2011
 */

/* Allgemeine Einstellungen */
BODY { 
  margin: 0 0 0 0;
  color:#000066; 
  background-color:#f8f8f8;
  scrollbar-base-color:#6699cc;
  font-family:Arial,Helvetica,sans-serif; 
  font-size:14px; 
}
H2 { 
  color:#cc0000; 
  font-size:16px; 
}
H3 { 
  font-size:14px; 
}
TD { 
  font-family:Arial,Helvetica,sans-serif; 
  font-size:14px; 
}

/* Formulare */
TEXTAREA, INPUT {
  font-family:Courier;
  font-size:12px;
  color:#000066;
  background-color:#f0f0f0;
  scrollbar-base-color:#cccccc;
}
INPUT.button {
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  color:#ffffff;
  background-color:#6699cc;
}

/* Druckausgabe */
BODY.print { 
  color:#000066; 
  background-color:#ffffff;
}

/* Rote Schrift */
.aktuell {
  color:#cc0000;
}

/* Fehler */
.fehler {
  color:#990000;
}

/* Kleinschrift */
.small {
  font-size:12px; 
}

/* Frage */
.frage {
  font-style:italic;
}

/* Rahmen */
.rahmen {
  background-color:#ffffff;
  border:1px solid #cccccc;
}

.hinweis {
  background-color:#ffffff;
  border:1px solid #cc0000;
}

/* Archiv */
TABLE.archiv {
  background:#f0f0f0;
  border:1px solid #cccccc;
}

/* Linktabelle */
TABLE.links { 
  border:1px solid #cccccc;
}
TD.linkh { 
  font-family:Arial,Helvetica,sans-serif; 
  font-size:12px; 
  font-weight:bold;
  background-color:#cccccc; 
}
TD.linkb { 
  font-family:Arial,Helvetica,sans-serif; 
  font-size:12px; 
  background-color:#e8e8e8; 
}

/* Bildtabelle */
TD.bild { 
  font-family:Arial,Helvetica,sans-serif; 
  font-size:10px; 
  background-color:#e8e8e8; 
}

/* Buch-/Katalogtabelle */
TABLE.buch {
  background-color:#ffffff;
  border:1px solid #d8d8d8;
  width:500px;
  padding:3px;
}
P.bucht {
  font-size:12px;
  font-weight:bold;
  text-align:left;
}
P.buchd {
  font-size:12px;
  text-align:justify;
}
P.buche {
  font-size:11px;
  text-align:justify;
}

/* Autor/Quelle/Zwischentitel */
P.autor {
  font-style:italic;
}
P.quelle { 
  font-style:italic; 
}
P.zwischentitel {
  border-top:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
  font-weight:bold;
  line-height:40px;
}

/* Links */
A { 
  color:#0000cc; 
  text-decoration:none; 
}
A:active { 
  color:#ff0000; 
  text-decoration:underline; 
}
A:hover { 
  color:#ff0000; 
  text-decoration:underline; 
}

/* Spaltenrahmen */
TD.contrahm {
  border:1px solid #ececec;
  background-color:#f8f8f8;
}

/* Spezialmenue */
TD.spezrahm {
  border:1px solid #e0d8f0;
  background-color:#e0e8f0;
}

TABLE.spezmenu { 
  border:1px solid #6699cc; 
}
TD.speztitel { 
  background-color:#6699cc; 
  color:#f8f8f8; 
  font-size:12px; 
  font-weight:bold; 
}
TD.speztext { 
  background-color:#f8f8f8; 
  font-size:12px; 
}
.speztext {
  font-size:12px;
}

/* Einstellungen fuer Menu */
TABLE.menu {
  border:1px solid #66a9dc;
}
TD.menu {
  background-color:#66a1d4;
  border:1px solid #66a9dc;
  padding:1px 1px 1px 4px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
}
A.menu { 
  color:#000066;
  text-decoration:none; 
}
A.menu:hover {
  color:#bbddee;
  text-decoration:underline;
}
TD.memp {
  font-size:6px;
}
TD.mena {
  background-color:#99a1d4;
  border:1px solid #66a9dc;
  padding:1px 1px 1px 4px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
}
A.mena { 
  color:#990000;
  text-decoration:none; 
}
A.mena:hover {
  color:#ffddee;
  text-decoration:underline;
}

/* Einstellungen fuer Programm */

TR.prhal { 
  background-color:#e0e0e8; 
}

TD.prhal { 
  font-size:12px; 
}

TR.pratl { 
  background-color:#f0f0f8; 
}

TD.pratl { 
  font-size:12px; 
}

/* Einstellungen fuer iSearch-Suche */
.isearch_head {
  font-weight:bold;
}
.isearch_title {
  font-size:14px;
}
.isearch_description {
  font-size:12px;
}
.isearch_highlight {
  font-size:12px;
  font-weight:bold;
  color:#000066;
}
.isearch_url {
  font-size:12px;
}
.isearch_size {
  font-size:12px;
}
.isearch_prevnext {
  font-size:12px;
  font-weight:bold;
  color:#990000;
}
TABLE.isearch_prevnext {
  border:1px solid #cccccc;
}
A.isearch_prevnext {
  font-size:12px;
  font-weight:normal;
  color:#0000cc;
}

/* kk-style.css */

