﻿  html,body { margin:0; padding:0 }

  p,td,th,h1,h2,h3,h4,ul,ol,li,div,address,blockquote,nobr { font-family:Arial,Helvetica,sans-serif; }

  h1 { font-size: 18pt; }
  h2 { font-size: 16pt; }
  h3 { font-size: 14pt; }
  h4 { font-size: 12pt; }
  body,td { font-size:9pt; }

  tr, td { vertical-align:top; padding:2px;padding-left:4px}

  h1,h2,h4 { font-weight: bold; }
  h3 { font-weight: normal; }
  a:link { color:#0000cf; text-decoration:none;}
  a:visited { color:#0000cf; text-decoration:none;}
  a:active { color:#ff0000; text-decoration:none;}
  a:hover { color:#ff0000; text-decoration:underline;}

  input.btn{
   font-family:arial,helvetica,sans-serif;
   font-size:100%;
  }

  .kopfzeile {color:#373273;font-weight:bold;font-size:100%;background-color:#EBEAF1;}
  .kopfzeile1 {color:#808080/*C3C1D5*/;font-weight:bold;font-size:100%;background-color:#ffffff;}
  .zwischenzeile {color:#7c7c7c;background-color:#eaeaea;font-weight:bold;font-size:12pt}
  .schrift_dunkel {color:#373273;}

  #navi a:link, #navi a:visited { color:#000000; }
  #navi a.aktiv:link, #navi a.aktiv:visited { color:#ff0000; }

/*
  li { margin-left:-20px }
  ul { margin-top:-15px }
*/
  li { margin:0; padding:0 }
  ul { margin:0; padding:0 }
  li { margin-left:20px;margin-bottom:3px;margin-top:1px }

	#s { background-color:#ffff00; }

	input.y { border:0px; background-color:#ffffff;text-align:left; font-size:100%}

	.zeilenumbruch {page-break-before:always;}

@media screen {
   #navi { 
   	position:fixed; left:0px; top:0px; 
   	padding-left:10px; padding-right:10px;padding-top:10px;
   	background-color:#EBEAF1;
   	background-repeat:repeat-y;
   	width:228px; 
   	height:100%;
   	z-index:10;
   	color:#444;
   	border-right:1px solid #000;
   }
   #content {
   margin-left:264px;
   padding:10px;
   background-color:white;
   }

   .pkb {width:26px;vertical-align:bottom }
}

textarea.textarea1 { overflow:visible; width:97%;
    resize: none;
    overflow: hidden;
    min-height: 45px;
    max-height: 300px;
}
.papierkorb { float:right; margin-top:5px; margin-right:6px}
.zelle .cb {     margin-top: 0px;    margin-left: -3px; margin-right:0; margin-bottom:-5px}
.zelle label { margin-top:-1px}

@media print {
   #navi {display:none}
   #drucken_button {display:none}
   .papierkorb {display:none}
   .tabelle_breit {width:753px }
   #content { width:753px !important }

   textarea { overflow:visible;width:180px;border:0px  }
   input { overflow:visible;width:150px  }
   .vd { display:none }
}
textarea { font-family: arial }
.cb { width:auto }

    table { page-break-inside:auto }
    tr    { page-break-inside:avoid; page-break-after:auto }
    thead { display:table-header-group }
    tfoot { display:table-footer-group }

.upload_datei { background-color:#e8f87e; padding:3px; padding-left:10px; padding-right:10px;
     border-radius:10px; margin-bottom:5px; margin-right:10px; display:inline-block; cursor:pointer }
