/*
 * ----------------------------------------------------------------------------
 *
 *      myStyles.css
 *
 *      peter@danninger.eu                        14. 3. 2013
 *
 * ----------------------------------------------------------------------------
 */

body {                        	/* Browser-Defaultvalues überschreiben */
  display: block;
  position: static;
  width: 100%;
  float: left;
  clear: left;
  left: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  color: #000000;
  background-color: #ffffff;
  font-family: arial, geneva, helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  text-align: left;
}

.divPage {               		    /* Seitenbreite */
  display: block;
  position: static;
  float: left;
  clear: left;
  width: 100%;                  /* Defaultwert, wird abhängig von Seitenbreite korrigiert */
}

.divLeft {                      /* Spalte links */
  display: inline-block;
  position: static;
  float: left;
  clear: none;
  overflow: auto;
  width: 64%;                   /* Defaultwert, wird abhängig von Seitenbreite korrigiert */
  margin-left: 5px;
  margin-top: 5px;
  padding: 5px;
}

.divRight {                  		/* Spalte rechts */
  display: inline-block;
  position: static;
  float: right;
  clear: none;
  overflow: auto;
  width: 34%;                   /* Defaultwert, wird abhängig von Seitenbreite korrigiert */
  padding: 5px;
  background-color: #eeeeee;

}

.divTab {                       /* Tabelle */
  display: inline-block;
  position: static;
  float: left;
  clear: left;
  font-size: 0.9em;
  width: 100%;                  /* Defaultwert, wird abhängig von Seitenbreite korrigiert */
}

.divTabR {                      /* Tabelle rechts */
  display: inline-block;
  position: static;
  float: left;
  clear: left;
  width: 99%;                   /* Defaultwert, wird abhängig von Seitenbreite korrigiert */
}

#BetrAbstand {                 	/* Überschrift Betrachtungs-Abstand */
  display: inline;
  float: left;
  position: static;
  width: 200px;
  padding: 1px;
  vertical-align: middle;
  text-align: left;
  border: solid 2px grey;
  overflow: visible;
  margin: 0px;
  background-color: #FFFF99;
}

p, h1, h2, h3, h4 {
  width: 90%;
  margin: 0.25em 0 0 0;
  padding:  0.25em 0 0.25em 5px;
}

h1 {
  font-size: 2.4em;
  font-weight: bold;
}

h2 {
  font-size: 1.8em;
  font-weight: bold;
}

h3 {
  font-size: 1.4em;
  font-weight: bold;
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
}

p {
  font-size: 1em;
  font-weight: normal;
}

/* ----------------------------------------------------------------------------
 * E n d e
 */
