@charset "UTF-8";

 body {
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: .85em; 
    color: #444;  
	background-color: #ffe7bb;
	margin: 0px;
	padding: 0px;
  }

  h1,h2,h3,h4,h5,h6,
  .componentheading, .contentheading
  { 
    font-family:'Trebuchet MS',times,serif; 
    font-weight:normal; 
    color:#646464;
    margin: 0 0 0.25em 0; 
  }

  h1, .componentheading { font-size: 1.4em; color:#646464}                /* 24px */
  h2, .contentheading   { font-size: 1.4em; color:#646464}       /* 20px */
  h3 {font-size: 1.1em; color:#be9e55; font-weight:bold;}                        /* 18px */
  h4 { font-size: 133.33% }                     /* 16px */
  h5 { font-size: 116.67%; color:#be9e55; }                     /* 14px */
  h6 { font-size: 116.67%; font-style:italic }  /* 14px */

    .title_1, .title_2
  { 
    font-family:'Trebuchet MS',times,serif; 
    font-weight:normal; 
    color:#646464;
    margin: 0 0 0.25em 0; 
  }

.vsm  {font-size: .75em}
.sm   {font-size: .85em}
.med  {font-size: 1em}
.lg   {font-size: 1.1em}
.vlg  {font-size: 1.7em}
.xlg  {font-size: 2.4em}
.xxl  {font-size: 3.3em}

.w0 {color: #ffffff}

.title_1 {font-size: 2.2em}
.title_2 {font-size: 1.6em}

.itemText   { text-align: center; text-decoration: bold; color: #ffffff; font: .9em Arial, Helvetica, sans serif }
.itemHover  { text-align: center; text-decoration: bold; color: #ffffff; font: .9em Arial, Helvetica, sans serif }
.itemBorder { border: 0px }
.itemSubText   { text-align: left; text-decoration: bold; color: #000; font: .9em Arial, Helvetica, sans serif }
.itemSubHover  { text-align: left; text-decoration: bold; color: #000; font: .9em Arial, Helvetica, sans serif }
.itemSubBorder {padding: 0px; border-top: 1px solid #0066cc; border-right: 1px solid #0066cc; border-bottom: 1px solid #0066cc; border-left: 1px solid #0066cc }

  #header h1 {
    font-size: 1.4em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }

  #header {
    color:#999;
  }

  .footer {
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: .8em; 
	font-weight: normal;
    color: #ffffff;  
	margin: 0px;
	padding: 0px;
  }

  p { line-height: 1.5em; margin: 1em 0 1em 0; }


  ul, ol, dl { line-height: 1.5em; margin: 0 }
  li { margin-left: 1.5em; line-height: 1.5em }

  dt { font-weight: bold }
  dd { margin: 0  }


  cite, blockquote { font-style:italic }
  blockquote { margin: 0 0 1em 1.2em }

  strong,b { font-weight: bold }
  em,i { font-style:italic }

  pre, code { font-family: monospace; font-size: 1.1em; }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }
  

  .note {background: #dfd; padding: 1em; border-bottom: 1px #bdb dotted; border-bottom: 1px #dbb dotted;}
  .important {background: #ffd; padding: 1em; border-bottom: 1px #ddb dotted; border-bottom: 1px #dbb dotted;}
  .warning {background: #fdd; padding: 1em; border-bottom: 1px #dbb dotted; border-bottom: 1px #dbb dotted;}

  a {color: #2c98d5; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#be9e55; text-decoration:underline;}

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #be9e55 solid;
  }
  
#uebersicht th, #uebersicht td{ padding: 0.5em; vertical-align: top; border-bottom:1px solid #eee; cellpadding:2; cellspacing:1;}
#uebersicht tr:hover {background: #ffe7bb; }
