 /*Seitenformat*/
  table#Seite{
    width:18cm;
    border: 1px solid silver;
    padding:0;
    border-spacing:0;
    margin-top:0px;
    background-color:#FAFAFA;      /* inactiveborder*/
  }
  tr#head { display:none;}
    height:*;
             }
  td#head {
    border-bottom:0px solid silver;
             }

 td#Navi {display:none;}
  td#Navi {
    width:5cm;
    border-right:1px solid silver;
    text-align:left;
    vertical-align:top;
             }
  td#Inhalt {
    width:100%;
    padding:20px;
    text-align:left;
    vertical-align:top;
    height:100%;
             }
             
  table#Navigation{
    padding:0;
    border-spacing:0;
    font-family:Verdana;
    width:140px;
    margin-left:10px;
    margin-top:10px;
    vertical-align:top;
  }
  table#Navigation tr {
    height:17px;
  }

  table#Navigation td a{
    font-size:10pt;
    text-decoration:none;
    font-style:italic;
    color:black;
  }

  table#Navigation td a:link {
    font-weight:normal;}
  table#Navigation td a:visited {
    font-weight:normal;}
  table#Navigation td a:hover {
    font-weight:bold;}
  table#Navigation td a:active {
    font-weight:bold;}
  td#top {
    border-width:0 0 1px 0;
    border-style:solid;
    border-color:silver;
    font-size:10pt;
    font-style:italic;}



  /*Global*/
 body {
            background-color:white;   /*lightgrey*/
            font-family:Arial,Verdana;
            font-size:12pt;    }

  a img {border:0px;}

  h1,h2,h3,h4 {
    font-family:Verdana,Arial;
    font-weight:bold;
    font-style:normal;
    color:black;
    margin-top:0;
    margin-bottom:30px;
  }

  h1 {
    font-size:20pt;
    text-align:center;
    background-color:red;
  }
  h2 {
    font-size:18pt;
    text-align:left;
  }
  h3 {
    font-size:15pt;
    text-align:center;
  }
  h4 {
    font-size:12pt;
    text-align:left;
  }

  .header {font-size:12pt;}
  .small {font-size:8pt;}

  a {font-family:Arial,Verdana;font-size:14Pt;
     text-decoration:underline;font-style:normal;}
  a:link {font-weight:normal;}
  a:visited {font-weight:normal;}
  a:hover {font-weight:bold;}
  a:active {font-weight:bold;}

  td#zeile1 {color:black;background-color:lightgrey;font-weight:bold;font-style:normal;border:1px solid black;}
  td#zeile1 a {text-decoration:underline; font-style:italic; color:black;}
  td#zeile1 a:link{font-weight:normal;}
  td#zeile1 a:visited {font-weight:normal;}
  td#zeile1 a:hover {font-weight:bold;}
  td#zeile1 a:active {font-weight:bold;}

  td#data {color:black;border:1px solid black;vertical-align:top;}

  table#navitable {text-align:center;width:70%;}
  col#navi1 {width:30px;text-align:right;}
  col#navi2 {width:30px;text-align:right;}
  col#navi3 {width:*;text-align:center;}
  col#navi4 {width:30px;text-align:left;}
  col#navi5 {width:30px;text-align:left;}

  /*Lokal*/
  table#pordner {text-align:center;background-color:green;color:black;}
  table#pordner td {text-align:center;}

  table#pupload {text-align:center;background-color:red;color:black;}
  table#pupload td {text-align:center;}

  input#projektbutton {width:250px;height:80px;font-size:16pt;}

  input#uploadbutton {width:200px;height:50px;font-size:16pt;}

  input#weiter {width:170px;height:50px;font-size:16pt;}

 .input {background-color:khaki; color:black;border:1px solid #CCE9FF;                /*Gelb: #FFFF66 rot:#FF0000*/
       font-size:14pt;}
 .file {font-size:14pt;}
 .inputsmall {background-color:khaki; color:black;border:1px solid #CCE9FF;
       }


  div#button { width:250px;height:80px;background-color:buttonface;text-align:center;vertical-align:middle;}
  div#button a {display: block;}
  div#button a hover{background-color:buttonhighlight;}

  td#Info {font-size:10pt;color:darkorange;font-weight:bold;text-align:left;}

  .user {font-size:10pt;}

  td#download {text-align:center;background-color:green;color:white;}
  td#download a {color:white;}

  td#clear {text-align:center;background-color:red;color:white;}
  td#clear a {color:white;}

  .erfolg {margin-top:30px;margin-bottom:30px;color:green;font-size:14pt;}
  .fehler {margin-top:30px;margin-bottom:30px;color:red;font-size:14pt;}

  .aktbutton {width:120px;}