/***************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family: Verdana, arial, helvetica; color: #000000; }
PRE { font-family: monospace; }
A { COLOR: #3300FF; text-decoration: none; }
A:link {COLOR: #3300FF;}
A:visited {COLOR: #3300FF;}
A:hover {COLOR: #CC0033; text-decoration: underline;}
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 5px ; }
P, UL, OL { font-size: 11px; color: #000000}
INPUT, TEXTAREA, SELECT { padding-left: 5px; font-size: 11px; }

H1 {font-size: 16pt; text-align: left;  }
H2 {font-size: 14pt;}
H3 {font-size: 12pt;}
H4 {font-size: 10pt; text-align: left;}
H5 {font-size: 9pt;  text-align: left;}

body
{
  	font-family: Arial, Helvetica, sans-serif;
   	text-align: left;
 	margin: 0px;
 	background-image: url('images/PaperBg.gif') ;
}

table {
  empty-cells: show;
}

.hauptTitel {
  FONT-SIZE: 18px;
  COLOR: #0000CC;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  display:block;
  padding:10px;
  background: url('images/Titelzeile3.jpg');
  background-color:#E5E5E5;
}

.unterTitel {
  FONT-SIZE: 14px;
  COLOR: #0000CC;
  font-weight: bold;
  text-align: left;
  padding: 6px;
  background-color:#F2F2F2;
  border-bottom: 1;
  border-bottom-color: #dddddd;
  border-bottom-style: inset
}


.Standardtabelle{
 font-size: 12pt;
 text-align: left;
 background-color: #C0C0C0 ;
 border: 2;
 margin: 5;
  }

 .Standardzeile{
 font-size: 11px;
 text-align: left;
 background-color: #FFFFFF ;
 padding: 5;
 margin: 5;

  }
 .Standardkopf{
 font-size: 10pt;
 font-weight: bold;
 text-align: center;
 background-color: #FFFFCC ;
  }

 .Inputtabelle{
 font-size: 9pt;
 text-align: left;
 background-color: #C0C0C0 ;
 border: 2;
 margin: 5;
  }

 .InputLable{
 font-size: 9pt;
 text-align: left;
 font-weight: normal;
 background-color: #FFFFCC ;
 padding: 5;
 margin: 5;

  }
 .InputValue{
 font-size: 10pt;
 font-weight: normal;
 text-align: left;
 background-color: #FFFFFF ;
  }

.navigation {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        font-size: 10pt;
        color: #000099;
        font-weight: normal;
    }
.navigation:hover {
        background-color: #99CCFF;
        font-weight: bolder;
    }
.navigation2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        font-size: 14pt;
        color: #000099;
        font-weight: normal;
    }
.navigation2:hover {
        background-color: #99CCFF;
        font-weight: bolder
    }
	
