/*
 * ----------------------------------------------------------------------------
 *
 *      myStyles.css
 *
 *      peter@danninger.eu                        1.2.2007
 *
 * ----------------------------------------------------------------------------
 */

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: 10pt;
  text-align: left;
}

#divHome {                    	/* Home-Link */
  display: block;
  position: absolute;
  top: 0px;
  right: 10px;
  text-align: right;
}

#divWidth100 {               		/* Seitenbreite */
  display: block;
  position: static;
  float: left;
  clear: left;
  width: 100%;
}

#divLeft {                      /* Spalte links */
  display: inline;
  position: static;
  float: left;
  clear: none;
  width: 46%;
  margin-left: 5px;
  margin-top: 5px;
  padding: 5px;
}

#divRight {                  		/* Spalte rechts */
  display: inline;
  position: static;
  float: right;
  clear: none;
  overflow: auto;
  width: 510px;									/* Mindestwert */
  padding: 5px;
  background-color: #eeeeee;
}

#divTab {                       /* Tabelle */
  display: block;
  position: static;
  float: left;
  clear: left;
  width: 100%;
}

#divFeld1 {                   	/* Feld1 */
  display: inline;
  float: left;
  position: static;
  width: 180px;
  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: 24pt;
  font-weight: bold;
}

h2 {
  font-size: 15pt;
  font-weight: bold;
}

h3 {
  font-size: 12pt;
  font-weight: bold;
}

h4 {
  font-size: 9pt;
  font-weight: bold;
}

/* ----------------------------------------------------------------------------
 * E n d e
 */
