/*--------------------------------------------------
 <css>
  <seite>standard</seite>
  <beschreibung>Standard Style-Sheets</beschreibung>
  <inhalt>
--------------------------------------------------*/
html  {height:100%;overflow:auto;padding:0%;font-size:16px;margin:0;}

body  {
 font-size:                    62.5%;
 height:                        100%;
 background:                 #ffffff;
 margin:                           0;
}

* {
 margin:                           0;
 padding:                          0;
 font-size:                      1em;
 line-height:                  1.4em;
 font-weight:                 normal;
 font-family:                  Arial,
                              Tahoma,
                           Helvetica,
                          sans-serif;
}

.cTT    {
 height:                        100%;
 margin:                        auto;
 border:               0px solid red;
}

a         {text-decoration:none;}

.cRed     {color:#ff0000;}
.cBlue    {color:#000099;}
.cGreen   {color:#009900;}
.cGray    {color:#999999;}
.cFehler  {background:#ffff00;border-color:#ff0000;}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,table{
 text-align:                    left;
 padding:                        0px;
 margin:          15px 20px 5px 25px;
}

ul,ol,li,pre,address {
 margin:          15px 20px 5px 25px;
}

h1,h2,h3,h4,h5,h6 {
 font-weight:                 bolder;
}

h1 {font-size: 2.0em;line-height:2.0em;margin-top:0px}
h2 {font-size: 1.8em;line-height:1.4em;} h1 > h2 {margin-top:5px;}
h3 {font-size: 1.6em;line-height:1.4em;} h2 > h3 {margin-top:5px;}
h4 {font-size: 1.4em;line-height:1.4em;} h3 > h4 {margin-top:5px;}
h5 {font-size: 1.1em;line-height:1.2em;} h4 > h5 {margin-top:5px;}

h6,p,ul,ol,li,address,pre {font-weight:normal;font-size:1.0em};

h6,p,td,th {font-size:1.1em}
li         {font-size:1.1em;margin-bottom:1px;margin-top:1px}
strong     {font-weight:bolder;}

/*--------------------------------------------------
  </inhalt>
 </css>
--------------------------------------------------*/
