
#kopf {
  display: none;
}

#rand {
  display: none;
}

body {
width: 100%;
 margin:0;
 padding: 0;

}

#leiste {
  position: absolute;
  left: 50px;
  top: 0px;

}

h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-left: 25px;
    margin-top: 25px;
    font-weight: bold;
}

h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-left: 25px;
    margin-top: 15px;
    margin-bottom: 0px;
    font-weight: bold;
    line-height: 20px;
    color: #FF000E;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #FF000E;
    line-height: 20px;
}


p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 15px;
    line-height: 17px;
    margin-left: 25px;
    width: 540;
}



.nodruck{
   display: none;
   }


.menuefeld {
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.submenuefeld {
    padding-left: 34px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.kopfleiste {
    padding-top: 2px;
    padding-bottom: 2px;
}

.bildunterschrift {
    font-style: italic;
}

h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    margin-top: 6px;
    font-weight: normal;
}

.weiss {
    color: white;
}

.norand {
    margin-left: 0;
    padding-left: 14px;
    padding-right: 5px;
}

li {font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    padding-top: 6px;
    font-weight: normal;
    color: black;
    }

a { color: black;
    text-decoration: none;}

td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
}

th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-style: bold;
    text-align: left
}

.rand {
    margin-left: 25px;

    }

.rot {border-collapse: collapse;
      border:1px #FF000E solid;
     }

.breite {width: 540px;}

.eingabe {
   font-family: "Courier New", Courier, monospace;
   font-size: 12px;
   width: 100%;
   border:1px black solid;
   }

.grau .tabellenziffer {
  background-color: #E4E4E4;
  padding-right: 25px;
  text-align: right;
}

.bweiss .tabellenziffer {
  background-color: white;
  padding-right: 25px;
  text-align: right;
}

.tabellenkopf {
  background-color: #FF000E;
  color: white;
  text-align: left;
}

.grau {
   background-color: #E4E4E4;
   }

.bweiss {
   background-color: white;
   }
   
.ftext {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.ntext {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A.ftext:hover, A.ntext:hover {
	color: #000000;
	text-decoration: none;
}

A.ftext:link, A.ftext:visited, A.ntext:link, A.ntext:visited {
	color: #000000;
	text-decoration: underline;
}

.rtntext {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

