/* Inhalt:  Stylesheet zur Formatierung html-Text               */
/* Autor:   Karsten Krebs, Bad Schandau - Stadtteil Waltersdorf */
/* Version: 11.01.2016                                          */
/* ( margin: oben rechts unten links )                          */
/* color: #551A8B;  --> vLink visitet*/  
/* color: #0099CC;  --> alink non visitet*/
body{
  background-color: RGB(250,250,204);
  background-image: url("w_hgrund.gif");
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85em;
  line-height: 1.25em;
  color: black;
}
a:link { color: green; text-decoration: none;}
a:visited { color: blue; text-decoration: none;}
/* --- Tabellendefinition über DIV --- */
div.table { display: table; }
div.tr { display: table-row; }
div.td { display: table-cell; }
/* --- Textformatierung --- */
#fussnote { 
  font-size: 0.75em; 
  text-indent: -1.3em; 
  padding: 0 0 0 1.3em; 
  margin: 0
}
.hochgestellt { font-size: 0.75em; vertical-align: top;}
.kursiv { font-style: italic; }
/* --- Linien --- */
hr.fuss { height: 1px; width: 100%;}
hr.dia { height: 2px; width: 100%; }
/* --- Eigenschaften div-Tabelle Navigation --- */
#kpfTab{
   margin: 0;
   padding: 0;
   border: 0;
   border-collapse: collapse;
   border-spacing: 0;
  /* width: 100% */
 }
/* --- Eigenschaften Zelle div-Navigation --- */
.kpfZell{
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  text-align: left;
}
/* --- Eigenschaften Bild div-Navigation --- */
.kpfImg{
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}
/* --- Eigenschaften div-Tabelle Navigation --- */
#navTab{
   margin: 0;
   padding: 0;
   border: 0;
   border-collapse: collapse;
   border-spacing: 0;
   height: 380px;
  /* width: 100% */
 }
/* --- Eigenschaften Zelle div-Navigation --- */
.navZell{
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}
/* --- Eigenschaften Bild div-Navigation --- */
.navImg{
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
/* --- Eigenschaften Angabe letzte Änderung --- */
/*float: left;*/
#navVersionBox{
  clear: both;
  border: 0;
  margin: 1.75em 0 0 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
  width: 120px;
}
.navVersionTxt {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  font-size: 0.75em;
  line-height: 1em;
  width: 100%;
}
/* --- Eigenschaften Tabelle Slideshow-Menu --- */
#diaTabMenu{
   margin: 5px;
   padding: 0;
   border: 0;
   border-collapse: collapse;
   border-spacing: 0;
   color: #669900;
 }
#diaTabMenu a:link { color: #669900; text-decoration: none;}
#diaTabMenu a:visited { color: #669900; text-decoration: none;}
 /* --- Eigenschaften Tabelle Slideshow --- */
#diaTab{
   margin: 0;
   padding: 0;
   border: 0;
   border-collapse: collapse;
   border-spacing: 0;
 }
/* --- Eigenschaften Zelle Bild-Nr. --- */
#diaZellLfdNr{
  margin: 0;
  padding: 1em 0 0 0;
  height: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  font-style: normal;
  font-weight: normal;
  color: #505050;
  text-align: right;
  vertical-align: bottom;
}
/* --- Eigenschaften Zelle und Schaltflächen Bildwechsel --- */
#diaZellStrg{
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0 0 0 10px;
  height: 430px;
  width: 30px;
  /* text-align: center; */
  vertical-align: top;
  /* font-size: 0px; */
  /* line-height: 0px; */
}
.diaImgStrg{
  clear: left; 
  float: left; 
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  width: 16px;
}
.diaImgStrgTr1{ height: 1px; }
.diaImgStrgTr2{ height: 2px; }
.diaImgStrgRnd{ height: 112px; }
.diaImgStrgInn{ height: 71px; }
.diaImgStrgCmd{ height: 73px; }

/* --- Eigenschaften Zelle und Bild --- */
#diaZellDia{
  margin: 0;
  padding: 0;
  width: 600px;
  height: 400px;
  text-align: center;
  vertical-align: middle;
}
.diaImgDia{
  border: 1px solid;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
/* width: 475px; */
/* height: 312px; */
}
/* --- Eigenschaften Zelle Bildtitel --- */
#diaZellTitel{
  margin: 1em 0 0 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
#diaTitel01 {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  line-height: 1.2em; 
  font-style: italic;
  font-weight: bold;
  color: #505050;
}
#diaTitel02 {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  line-height: 1.2em; 
  font-style: italic;
  font-weight: normal;
  color: #505050;
}
#diaDtm {
  margin: 0.5em 0 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  line-height: 1.2em; 
  font-style:  italic;
  font-weight: normal;
  color: #505050;
}


