@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 * @appdef yaml
 */

@media all
{
  /**
   * Fonts
   * (en) font-family and font-size selection for headings and standard text elements
   * (de) Zeichensatz und Schriftgrößen für Überschriften und übliche Text-Elemente
   *
   * @section content-fonts
   */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { font-size: 100.01% }
  
  /* (en) reset monospaced elements to font size 16px in Gecko browsers */
  /* (de) Schriftgröße von monospaced Elemente auf 16 Pixel setzen */
  textarea, pre, tt, code {
	font-family:"Courier New", Courier, monospace;  	
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    /*font-size: 75.00%;*/
    font-size: 81.25%;
    color: #444;  
  }

 h1,h2,h3,h4,h5,h6 { 
  	/*font-family:"times new roman",times,serif; */
  	font-weight:bold; 
  	color:#00958E;
  	margin: 0 0 0.25em 0; 
  }

 h1 { font-size: 1.8em }    /* 24px */
 h2 { font-size: 1.6em;}      /* 24px */
 h3 { font-size: 150% ;}     /* 18px */
 h4 { font-size: 133.33% }  /* 16px */
 h5 { font-size: 116.67% }   /* 14px */
 h6 { font-size: 116.67%; font-style:italic }/*  /* 14px */

  #header h1 {
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }

  #header span {
    color:#999;
  }

 .nocontent{ display:none;}

  p { line-height: 1.5em; margin: 0 0 1em 0; }

  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em }
    
  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }

  /* ### text formatting | Textauszeichnung ### */

  cite, blockquote { font-style:italic }
  blockquote { margin: 0 0 1em 1.5em }

  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;
  }

.xs  {
	font-size : 0.8em;
	letter-spacing: 1px;
}

  /**
   * Generic Content Classes
   * (en) standard classes for positioning and highlighting
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */

  .note {background: #dfd; padding: 1em; border-top: 1px #bdb dotted; border-bottom: 1px #bdb dotted;}
  .important {background: #ffd; padding: 1em; border-top: 1px #ddb dotted; border-bottom: 1px #ddb dotted;}
  .warning {background: #fdd; padding: 1em; border-top: 1px #dbb dotted; border-bottom: 1px #dbb dotted;}

  .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 { text-align:center; margin: 0.5em auto }

  /**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  a {color: #4D87C7; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#182E7A; text-decoration:underline;}
  
  #topnav a { color: #999; font-weight: normal; background:transparent; text-decoration:none; }
  #topnav a:focus, 
  #topnav a:hover,
  #topnav a:active { text-decoration:underline; background-color: transparent;}
  
  #footer a { color: #999; background:transparent; font-weight: bold;}
  #footer a:focus, 
  #footer a:hover,
  #footer a:active {color: #4D87C7; background-color: transparent; text-decoration:underline;}

  a.pmenu { display:block; width:19px; height:17px; }
  a.pmenu:link    { color:#00f; background-color:transparent; }
  a.pmenu:visited { color:#00f; background-color:transparent; }
  a.pmenu:hover {color: #FFFFFF;background-color: #bce9e9;}
  a.pmenu:active  { color:#ff0; background-color:#00958e;}

  a.image {}
  a.image:link    { color:#00f; background-color:transparent; }
  a.image:visited, :active {}
  a.image:hover { border-bottom:solid 2px Blue; }
  a.image:active {background-color: #00958e;}
  
 
  .infobox a { color: #999; background:transparent;}
  .infobox a:focus, .infobox a:hover, 
  .infobox a:active {color: #00958e; text-decoration: underline; background-color: transparent;}



  /**
   * (en) Emphasizing external Hyperlinks via CSS
   * (de) Hervorhebung externer Hyperlinks mit CSS
   *
   * @section             content-external-links
   * @app-yaml-default    disabled
   */

  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
    padding-left: 12px;
    background-image: url('your_image.gif');
    background-repeat: no-repeat;
    background-position: 0 0.45em;
  }
  */

  /**
   * Tables | Tabellen
   * (en) Generic classes for table-width and design definition
   * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
   *
   * @section content-tables
   */

  table { width: auto; border-collapse:collapse; margin-bottom: 0; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed }
  .ohne {margin:0; padding:0;} 
  th,td { padding: 0.5em; vertical-align:top; text-align:left;}
  thead th { background: #444; color: #fff }
  tbody th { background: #ccc; color: #333 }
  tbody th.sub { background: #ddd; color: #333 }
  
    /** Boxen Boxtable */
  #boxen {position:relative; top:0; right:0; width:16em;}
  .infobox { border: thin solid red; width:11.2em; margin:0; position:relative; top:0px; right:0pt; vertical-align:top;}
  td.bimage {width:20px; padding:0; vertical-align:top; text-align:left;}
  .boxhead {
        background-position: left top;
        background-image: url('../../RadControls/Grid/Skins/Forest/MbBgHead.gif');
        background-repeat: repeat-x;
        color: #FFFFFF;
        font-size: 120%;
        font-weight: bold;
        background-color: #0A9991;
    }

  .boxheadtext{ margin:3px;}

   .boxLoginHead {
       background-position: left top;
       background-image: url('../../RadControls/Grid/Skins/Forest/MbBgHead.gif');
       background-repeat: repeat-x;
       color: #FFFFFF;
       font-size: 120%;
       font-weight: bold;
       background-color: #0A9991;
       border-top: solid 1px gray;
       border-right: solid 1px gray;
       border-left: solid 1px gray;
       width:170px;
    }
   
   .boxLoginContent
    {
        width:164px;
        background-color: #CCCCCC;
        border-right: solid 1px gray;
        border-bottom: solid 1px gray;
        border-left: solid 1px gray;
        padding-left: 6px;
    }

  /* PageTitel*/
  .pagetitle {
	    color : white;
	    background-color:#00958E;
	    margin-top :  0px;
	    margin-right : 0px;
	    margin-bottom :0.5em;
	    text-indent: 4px;
	    font-size : 1.6em;
	    line-height: 1.6em;}  

  /* ### Datalist DOCUMENT*/
  
  .author { font-style:italic; font-size:0.9em;}
  .created { font-style:italic; font-size:0.9em;}
  .title { font-weight:bold; font-size:1.1em;}
  .subtitle { font-size:1em; display:block;  margin-top:2px; margin-bottom:4px;}
  
  /*.author { font-size: 0.9em; color: #989481; font-style:italic;}  
  .created {font-size: 0.9em; color: #989481;}
  .title {
        color: #666666;
        font-weight:bold;
        margin-top: 0.5px;
        font-size: 1.1em;
        line-height: 110%;
        display: block;
    }
  .subtitle {
        color: #666666;
        display: block;
        font-weight: bold;
        font-size: 0.9em;
        margin-top: 0.3em;
        display: block;
    }*/
  .description {display:block;}
  .docdetails {display:block;}
  .tabicon {width: 17px;}

  
  /** Listen */ 
  .listtitle {font-size:1em; font-weight:bold; color:#00958E;}
  .listcms {font-size: 90%;
            list-style-image: url(../../images/ico_cms_li.gif);
            line-height: 120%;
            list-style-position: outside;}
  .listdown {font-size: 90%;
            list-style-image: url(../../images/ico_down_li.gif);
            line-height: 120%;
            list-style-position: outside;}
   .listurl {font-size: 90%;
            list-style-image: url(../../images/ico_links_li.gif);
            line-height: 120%;
            list-style-position: outside;}          
   .ulbox { margin-bottom:0.5em;  margin-left:0px; }
  
  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
  }

/* box Home */

.hpgBanner {margin-top:0px; margin-bottom:20px;}
.boxtop {margin-top:0px;}

#collapsePanelHeaderPostition {position:relative;right:0px;}
.collapsePanelHeader
    { width: 100%;
      height: 1.5em;
      background-color: #00958E;
      color: white;
      font-size: 1em;
      font-weight: bold;
      margin-bottom:0px;
      margin-top:0px;
      border-top:solid 1px white;
    }
.collapsePanel
    { width: 100%;
      height: 0; /* WICHTIG */
      overflow: hidden;
      background-color: #ffffff;
      background-image :  url( ../../images/box_2.png);
      background-repeat :repeat-x;
      background-position:top;
      }
#PanelContent {padding-top:6px; padding-left:4px; padding-right:4px; font-size:90%; line-height:110%;}
.boxheader {margin-bottom:0em;}

/*ASP FormView*/
.formview {width: 100%; font-size:100%; margin-top:12px; margin-bottom:12px;}
.formview td {margin:0px; padding:0px;}

/*ASP GridView*/
.gridview { font-family:"arial"; background-color:#FFFFFF;width: 100%;font-size: small;}
/*.gridview th { background: #7AC142; padding: 5px; font-size:small;}
.gridview th a{ color: #003300; text-decoration: none;}
.gridview th a:hover {color: #003300; text-decoration: underline;}
.gridview td  { background: #D9EDC9; color: #333333; font: small "arial";padding: 4px;}
.gridview tr.even td {background: #FFFFFF;}*/
.gridview td  {padding:0px; margin:0px;}
.gridview tr.even td {background: #FFFFFF;}
.gridview td a{ color: #003300; font: bold small "arial"; padding: 2px;text-decoration: none;}
.gridview td a:hover {color: red; font-weight: bold; text-decoration:underline;}


}

