/* DATEI: formate.css */
/* enthält alle Definitionen für Stylesheets */

@media screen {


body {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
}

div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 99%;
    padding: 0;
    background: #ffffe0 url(../pictures/hintergrund.gif) repeat-y;
    border: 2px ridge silver;
  }
  html>body div#Seite {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }

div#Login {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    padding: 0;
    font-size: 0.83em;
  }
  html>body div#Login {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }


  div#Kopf {
    clear: both;
    font-size: 1.0em;
    margin: 0; padding: 0.1em;
    text-align: left;
    background-color: white;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;

  }
  div#Kopf h1{
    font-size: 1.2em;
    margin: 0; padding: 0.3em;
    text-align: left;
  }
  div#Kopf h2 {
    font-size: 0.83em;
    margin: 0.2em 0;
    text-align: left;
    color: navy;
  }

  ul#Navigation {
    font-size: 0.83em;
    float: left; width: 200px;
    margin: 0 0 1.2em; padding: 0;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    /*font-weight: bold;*/
  }
  ul#Navigation a:link {
    color: black; background-color: white;
  }
  ul#Navigation a:visited {
    color: #666; background-color: white;
  }
  ul#Navigation a:hover {
    color: black; background-color: #eee;
  }
  ul#Navigation a:active {
    color: white; background-color: gray;
  }

  div#Inhalt {
    margin: 0 0 1em 210px;
    padding: 0 1em;

  }

  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: navy;
  }
  div#Inhalt h3 {
    font-size: 0.8em;
    margin: 0.2em 0;
    color: navy;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }

  p#Fusszeile {
    clear: both;
    font-size: 0.83em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #9ebef5;
    border-top: 1px solid silver;
  }
  div#Input{
    text-align: left;
  }
  div#Input td {font-size: 12px;}
  /* div#Input th {border: solid 1px silver; border-style: solid;}*/
  div#Input table {border-collapse: collapse;}

  div#InputSmall{
    text-align: left;
  }
  div#InputSmall td {font-size: 11px;}
  /* div#Input th {border: solid 1px silver; border-style: solid;}*/
  div#InputSmall table {border-collapse: collapse;}
  div#InputSmall input {
    font-size: 9px;
   }
  div#InputBehaelterverwaltenSmall{
    text-align: left;
  }
  div#InputBehaelterverwaltenSmall td {
   font-size: 11px;
}
div#InputBehaelterverwaltenSmall input {
    font-size: 9px;
   }

  /*div#InputBehaelterverwalten th {border: solid 1px silver; border-style: solid;}*/
  div#InputBehaelterverwaltenSmall table {
        border-collapse: collapse; 
        /* border: solid 1px silver; 
        border-style: solid; */
        width: 360px;
        }

  div#InputBehaelterverwalten{
    text-align: left;
  }
  div#InputBehaelterverwalten td {
   font-size: 12px;
}


  /*div#InputBehaelterverwalten th {border: solid 1px silver; border-style: solid;}*/
  div#InputBehaelterverwalten table {
        border-collapse: collapse; 
        /*border: solid 1px silver; 
        border-style: solid;*/
        width: 360px; 
        }
  div#IExplorer{
     overflow: auto;

     width: 745px; 

  }
  div#RadioOneLineHeaderFix{
     overflow: auto;
     height: 23px;
     width: 535px; 
     text-align: left; 
     border-width: 1px; 
     border-style: solid;
  }* html div#RadioOneLineHeaderFix {
    height: 1.5em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
  div#RadioOneLineHeaderFix td{
    font-size: 12px;
    border: solid 1px silver; 
    border-style: solid;
    background-color: #ffffe0; 
  }
  div#RadioOneLineHeaderFix th {
    border: solid 1px silver; 
    border-style: solid;
  }
  div#RadioOneLineHeaderFix table {
    border-collapse: collapse; 
    width: 515px;
  }
  
 div#Hint{
     font-size: 8px;
     color: orange;
  }
  div#Hint td{
     font-size: 8px;
     color: orange;
  }
  
  div#Radioliste{
     overflow: auto;
     height: 280px;
     width: 535px; 
     text-align: left; 
     border-width: 1px; 
     border-style: solid;
  }  
  div#Radioliste td{
    background-color: #e0e0e0; 
    font-size: 12px;
    border: solid 1px silver;
    border-style: solid;
  }
  div#Radioliste th {
    border: solid 1px silver;
    border-style: solid;
  }
  div#Radioliste table {
    border-collapse: collapse; 
    width: 515px;
  }

 div#RadioBigOneLineHeaderFix{
     overflow: auto;
     height: 23px;
     width: 735px; 
     text-align: left; 
     border-width: 1px; 
     border-style: solid;
  }* html div#RadioBigOneLineHeaderFix {
    height: 1.5em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
  div#RadioBigOneLineHeaderFix td{
    font-size: 12px;
    border: solid 1px silver; 
    border-style: solid;
    background-color: #ffffe0; 
  }
  div#RadioBigOneLineHeaderFix th {
    border: solid 1px silver; 
    border-style: solid;
  }
  div#RadioBigOneLineHeaderFix table {
    border-collapse: collapse; 
    width: 715px;
  }
  
  div#RadiolisteBig{
     overflow: auto;
     height: 280px;
     width: 735px; 
     text-align: left; 
     border-width: 1px; 
     border-style: solid;
  }
  div#RadiolisteBig td{
    background-color: #e0e0e0; 
    font-size: 12px;
    border: solid 1px silver; 
    border-style: solid;
  }
  div#RadiolisteBig th {
    border: solid 1px silver; 
    border-style: solid;
  }
  div#RadiolisteBig table {
    border-collapse: collapse; 
    width: 715px;
  }


   div#QuickInfoliste{
     overflow: auto;
     height: 280px;
     width: 740px; 
     text-align: left; 
     border-width: 1px; 
     border-style: solid;
  }

  div#QuickInfoliste td{
    font-size: 12px;
    border: solid 1px silver; 
    border-style: solid;
    background-color: #e0e0e0;
  }
  div#QuickInfoliste th {
    border: solid 1px silver; 
    border-style: solid;
  }
  div#QuickInfoliste table {
    border-collapse: collapse; 
    width: 720px;
  }
  div#QuickInfoliste hr {border: solid 1px black; border-style: solid;}

  div#QuickInfolisteHeader{
     overflow: auto;
     height: 19px;
     width: 740px; 
     text-align: left; 
     border-width: 1px; 
     border-style: solid;
  }
    * html div#QuickInfolisteHeader {
    height: 1.2em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
  div#QuickInfolisteHeader td{
    font-size: 12px;
    border: solid 1px silver; 
    border-style: solid;
    background-color: #ffffe0; 
  }
  div#QuickInfolisteHeader th {
    border: solid 1px silver; 
    border-style: solid;
  }
  div#QuickInfolisteHeader table {
    border-collapse: collapse; 
    width: 720px;
  }

  div#QuickInfoliste2Header{
     overflow: auto;
     height: 37px;
     width: 740px; 
     text-align: left; 
     border-width: 1px; 
     border-style: solid;
  }
    * html div#QuickInfoliste2Header {
    height: 2.3em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
  div#QuickInfoliste2Header td{
    font-size: 12px;
    border: solid 1px silver; 
    border-style: solid;
    background-color: #ffffe0; 
  }
  div#QuickInfoliste2Header th {
    border: solid 1px silver; 
    border-style: solid;
  }
  div#QuickInfoliste2Header table {
    border-collapse: collapse; 
    width: 720px;
  }
  
  div#ReportOneLineHeader{
     overflow: auto;
     height: 15px;
     width: 740px; 
     text-align: left; 
     border-width: 1px; 
     border-style: solid;
  }
    * html div#ReportOneLineHeader {
    height: 1.5em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
  div#ReportOneLineHeader td{
    font-size: 12px;
    border: solid 1px silver; 
    border-style: solid;
    background-color: #ffffe0; 
  }
  div#ReportOneLineHeader th {
    border: solid 1px silver; 
    border-style: solid;
  }
  div#ReportOneLineHeader table {
    border-collapse: collapse; 
    width: 720px;
  }


  div#Alternative{
     overflow: auto;
     font-size: 12px;
     width: 740px; 
     text-align: left; 
     border-width: 1px; 
     border-style: solid;
  }

  div#Alternative td{
    font-size: 12px;
    border: solid 1px silver; 
    border-style: solid;
    background-color: #e0e0e0;
  }
  div#Alternative th {
    border: solid 1px silver; 
    border-style: solid;
  }
  div#Alternative table {
    border-collapse: collapse; 
    width: 740px;
  }
  div#Alternative hr {border: solid 1px black; border-style: solid;}
  
  div#PageCounter{
     font-size: 12px;
  }
  hr {border: solid 1px silver; border-style: solid;}

}

@media print {
  /* ... Formatdefinitionen zum Drucken ... */

    .nichtdrucken {display: none;}

}
