@media all
{
  /* Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { font-size:100.01%; }
 
  body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#444;
   }

  h1,h2,h3,h4,h5,h6 {
    font-weight:bold;
    color:#006185;
    margin:0 0 0.25em 0;
  }

  h1 { 
         text-transform: uppercase; 
	font-size: 12px;
	color: #006185;
        margin-bottom:15px;
       }
                       
  h2 { font-size:11px;text-transform: uppercase;margin-bottom:1em }                      
  h3 { font-size:11px;text-transform: uppercase; margin-bottom:1em;}                     
  h4 { font-size:11px;color:#6caac8 }                 
  h5 { font-size:11px; }          
  h6 { font-size:11px; } 

  ul, ol, dl { line-height:1.2em; margin:0 0 0.5em 0.5em; }
  ul { list-style-type:disc; }
  ul ul { list-style-type:circle; margin-bottom:0; }

  #col2 ul {margin-bottom:15px}
  #col3 ul {margin-bottom:15px}

  ol { list-style-type:decimal; }
  ol ol { list-style-type:lower-latin; margin-bottom:0; }

  li { margin-left:0.5em;padding-left:0 }

  ul.pfeil { list-style-image: url(pfeil.png)}

  ul.pfeil li {margin-left:15px;line-height:1.2em}

  tbody td ul, ol, dl {}
  tbody td li {margin-left:0.5em; }

  dt { font-weight:bold; }
  dd { margin:0 0 1em 0.8em; }

  p { line-height:1.3em; margin:0 0 1em 0; }

  blockquote, cite, q {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-style:italic;
  }
  blockquote { margin:0 0 1em 1.6em; color:#666; }

  strong,b { font-weight:bold; }
  em,i { font-style:italic; }

  big { font-size:116.667%; }
  small { font-size:91.667%; }
 
  pre { line-height:1.5em; margin:0 0 1em 0; }
  pre, code, kbd, tt, samp, var { font-size:100%; }
  pre, code { color:#800; }
  kbd, samp, var, tt { color:#666; font-weight:bold; }
  var, dfn { font-style:italic; }

  acronym, abbr {
    border-bottom:1px #aaa dotted;
    font-variant:small-caps;
    letter-spacing:.07em;
    cursor:help;
  }

  sub, sup { font-size:91.6667%; line-height:0; }
/*
  hr {
    color:#fff;
    background:transparent;
    margin:0 0 0.5em 0;
    padding:0 0 0.5em 0;
    border:0;
    border-bottom:1px #ccc solid;
  }
*/

  a { color:#4D87C7; background:transparent; text-decoration:none; }
  a:visited  {}

  /* Tab Focus */
  a:focus {}
  a:hover,
  a:active {}

  /* --- images (with optional captions) | Bilder (mit optionaler Bildunterschrift) ------------------ */

  p.icaption_left { float:left; display:inline; margin:0 1em 0.15em 0; }
  p.icaption_right { float:right; display:inline; margin:0 0 0.15em 1em; }

  p.icaption_left img,
  p.icaption_right img { padding:0; border:1px #888 solid; }

  p.icaption_left strong,
  p.icaption_right strong { display:block; overflow:hidden; margin-top:2px; padding:0.3em 0.5em; background:#eee; font-weight:normal; font-size:91.667%; }


  .float_left { float:left; display:inline; margin-right:1em; margin-bottom:0.15em; }
  .float_right { float:right; display:inline; margin-left:1em; margin-bottom:0.15em; }
  .center { display:block; text-align:center; margin:0.5em auto; }


  table { border-collapse:collapse; margin-bottom:0.5em;}
  table caption { font-variant:small-caps; }
  table.full { width:100%; }
  table.fixed { table-layout:fixed; }

  table.startseite {width:100%;text-transform: uppercase;font-style:italic;font-size:10px;font-weight:bold;text-align:left}
  
  table.startseite .le a{background-image: url(../../images/btn03.png) }
  table.startseite .le a:hover {background-image: url(../../images/btn03_hover.png) }
  table.startseite .lm a {background-image: url(../../images/btn02.png) }
  table.startseite .lm a:hover {background-image: url(../../images/btn02_hover.png) }
  table.startseite .mt a {background-image: url(../../images/btn01.png) }
  table.startseite .mt a:hover {background-image: url(../../images/btn01_hover.png) }
  table.startseite .pa a {background-image: url(../../images/btn04.png) }
  table.startseite .pa a:hover {background-image: url(../../images/btn04_hover.png) }
  
  table.startseite a {
                              display:block;
                              width:98%;height:75px;
                              padding-top:83px;padding-left:5px;
                              color:#000;
                              }

  table.startseite ul {}              

  table.referenzen {width:100%}
 

 th,td { padding:3px }
  thead th {}
  tbody th {}
  tbody th[scope="row"], tbody th.sub {}

.address td {padding:0}
table.address p {margin:0;padding:0}

  tbody th {}
  tbody td {}
 
  tbody tr {}
  tbody tr:nth-child(2n) {}

}