/***** Für alle Elemente geltende Einstellungen */

*	{ font-family: arial,sans-serif;
	  font-style: normal;
	  font-variant: normal;
	  font-size: 10pt;
	  font-weight: normal;
	  font-stretch: normal;
	  color: #000000;

	  text-indent: 0px;
	  line-height: 120%;
	  vertical-align: top;
	  white-space: normal;
	}


/***** Besondere Absätze */
h1	{ font-size: 16pt;
	  font-weight: bold;
          font-variant: small-caps;
          letter-spacing: 2px;
          word-spacing: 4px;

	  margin-top: 8pt;
	  margin-bottom: 8pt;
	  margin-left: -4pt;
	  margin-right: -4pt;
	  padding-top: 20pt
	  padding-bottom: 20pt;
	  padding-left: 4pt;
	  padding-right: 4pt;
	  line-height: 200%;

	  background-color: #fff084;

	  vertical-align: bottom;
	}
h2	{ font-weight: bold;

	  margin-top: 8pt;
	  margin-bottom: 8pt;
	  margin-left: -4pt;
	  margin-right: -4pt;
	  padding-top: 20pt
	  padding-bottom: 20pt;
	  padding-left: 4pt;
	  padding-right: 4pt;
	  line-height: 160%;

	  background-color: #fff084;

	  vertical-align: bottom;
	}
h3	{ font-weight: bold;

	  margin-top: 8pt;
	  margin-bottom: 8pt;
	  margin-left: -4pt;
	  margin-right: -4pt;
	  padding-top: 20pt
	  padding-bottom: 20pt;
	  padding-left: 4pt;
	  padding-right: 4pt;
	  line-height: 120%;
          
          font-variant: small-caps;
          color: #df7b00;
          text-decoration: normal;
          font-weight: bold;

	  vertical-align: bottom;
	}
img	{ border: 0pt;
	}
b	{ font-weight: bold;
	}
i       { font-style: italic;
        }
.linkbar
        { font-size: 8pt;
          text-decoration: none;
          background-color: #fff084;
        }
cite	{ font-family: courier new,monospace;
          vertical-align: baseline;
	}
pre	{ font-family: courier new,monospace;
          white-space: pre;
	}
warn    { font-family: courier new,monospace;
          font-weight: bold;
          color: #fffef5;
          background-color: #ff0000;
	  margin-top: -2pt;
	  margin-bottom: -2pt;
	  margin-left: -2pt;
	  margin-right: 0pt;
          padding-left: 2pt;
          padding-right: 4pt;
          padding-top: 2pt;
          padding-bottom: 2pt;
        }
table	{ border-spacing: 0pt;
	}
ul	{ list-style: circle;
	  list-style-position: outside;
	}
ol	{ list-style-position: outside;
	}
 

/***** Verweise */

a	{ color: #df7b00;
	  text-decoration: underline; 
	  background-color: transparent; 
	}
a:link	{ 
	}
a:visited 
	{ color: #df7b00;
	}
a:hover	{ color: #ffffff;
	  background-color: #df7b00;
	}


/***** Grundeinstellungen Seite */

body	{ margin-top: 8pt;
	  margin-bottom: 8pt;
	  margin-left: 8pt;
	  margin-right: 8pt;

	  background-color:  #fffdf5;
          background-image: url(/px/backgd.png);
          background-repeat: repeat;
	}

/***** Navigation */

#menuw	{ position: absolute; 
          top: 0px; 
          left: 0px; 
	  width: 60%;
	  height: 24px; 
	  z-index: 0; 
	  border: none;
	}

/*#menuh	{ position: absolute; 
	  top: 0px; 
	  left: 0px; 
	  width: 8px; 
	  height: 50%; 
	  z-index: 0; 
	  border: none;
	}*/

#menu1	{ position: absolute; 
	  z-index: 1; 
/*	  background: #e8edff; */
/*          background: #fff084;*/
/*	  border: 5px solid #ffffff;*/
	  padding: 10px;
	  width: 280px;
	  overflow: visible;
	  font-weight: bold;
	  font-size: 10pt;
	  visibility: hidden;

          background-image: url(/px/backgd-menu.png);
          background-repeat: repeat;
	}

a.menu1	{ color: #df7b00;
	  text-decoration: none; 
	  background-color: transparent;
	}
a.menu1:link
	{ 
	}
a.menu1:visited 
	{ color: #df7b00;
	}
a.menu1:hover
	{ color: #ffffff;
	  background-color: #df7b00;
	}
a.menu2
	{ color: #df7b00;
          text-decoration: none;
	  font-weight: normal;
	  font-size: 8pt;
	  margin-left: 15px;
	}
a.menu2:link
	{ 
	}
a.menu2:visited 
	{ color: #df7b00;
	}
a.menu2:hover
	{ color: #ffffff;
	  background-color: #df7b00;
	}
.menu1line
	{ width: 100%;
	  line-height: 20%;
	}
.menu1header
	{ width: 100%;
	  background-color: #ffffff;
	  line-height: 100%;
	  padding-top: 4px;
	  padding-bottom: 4px;
	  font-size: 8pt;
	  text-align: center;
	  letter-spacing: 2.5px;
	}

#popup	{ position: absolute;
	  top: 30%; 
	  left: 30%; 
	  width: 40%;
	  z-index: 0; 
	  background: white; 
	  border: 3px red solid;
	  text-align: center;
	  padding: 10px;
	  font-weight: bold;
	}

