@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.5
 * @revision        $Revision: 189 $
 * @lastmodified    $Date: 2008-05-24 08:26:23 +0200 (Sa, 24 Mai 2008) $
 * @appdef yaml
 */

@media screen
{
  /**
   * 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%; 
    color: #444;  
  }
 .nocontent{ display:none;}
 
  h1,h2,h3,h4,h5,h6 { 
  	/*font-family:"times new roman",times,serif; */
  	font-weight:bold; 
  	color:#666;
  	margin: 0 0 0.25em 0; 
  }

  h1 { font-size: 200%; line-height:115%; color:#3366FF;}      /* 24px */
  h2 { font-size: 150%;color:#3366FF; }                     /* 20px */
  h3 { font-size: 133.33%;color:#3366FF; }                        /* 18px */
  h4 { font-size: 116.67%;color:#3366FF; font-style:italic}                     /* 16px */
  h5 { font-size: 116.67% }                     /* 16px */
  h6 { font-style:italic }  /* 14px */
  /* Liste Kontakte 18px */
  .h7 { margin: 0px; font-size: 133.33%; background-color: #ffcc99; color:Black;}  
  
 /**
   * Header Content Classes
   * (de) Standardklassen fuer Überschriften und Titel
   */

  /*#header span {color:#999;}*/
  #header span { color: #666666;}
  #logo {   font-family: "Trebuchet MS";
            position:absolute ;
            left:25px;
            top:30px;
            line-height: 16px;
            margin-left: 2em;
       }
  /* Position Logo*/
  .style1 { font-size: 1.1em; /*14px;*/ margin-left:25px;}
  .style2 { font-size: 1.3em; /*18px;*/}
  .style3 { font-size: 0.9em;/*12px;*/}
  .style4 { font-size: 1.7em;/*20px;*/ font-style: italic;}
  
  
  .pagetitle
    {
        font-size: 220%; /*font-family:"times new roman",times,serif; */
        font-weight: bolder;
        color: #FF9933;
        width: 100%;
        text-align: left;
        border: "none";
        display: block;
        font-family: 'Trebuchet MS';
    }
  
  .pagesubtitle  {font-size: 166.67%;
                  font-family:"times new roman",times,serif; 
   	              font-weight:bold;  
     	          text-align:left;
     	          margin-top:0.5em; 
     	          margin-bottom:0px;
     	          display:block;}
    
  .teaserTitle
    {
        font-size: xx-large;
        font-weight: bolder;
        color: #FF9933;
        text-align: left;
        font-family: 'Trebuchet MS';
    }
  	          
  .cmslisthead {font-weight:bold; font-size:116.67%;color:#666;}	          
   
  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 }

  /* ### Datalist DOCUMENT*/
  .author { font-size: 0.9em; color: #989481; font-style:italic;}  
  .created {font-size: 0.9em; color: #989481;}
  .title {color:#3366FF; font-weight: bold; margin-top: 0.5px; font-size: 1.2em; line-height: 110%;}
  .subtitle {color:#3366FF; display:block; font-weight: bold; margin-top:0.3em;}
  .description {display:block; margin-top:0.5em; margin-bottom:1em;}
  .docdetails {display:block;}
  .tabicon {width: 17px;}

/* ### Datalist News*/
   .newssubtitle {display:block; margin-top:0.3em;}
    
 /* ### Datalist Appointment*/
  .organizer { font-size: 0.9em; line-height: 100%;}  
  .location {font-size: 0.9em;  line-height: 100%;}
  .title {color:#3366FF; font-weight: bold; margin-top: 0.5px; font-size: 1.2em; line-height: 110%;}
  .subtitle {color:#3366FF; display:block; font-weight: bold; margin-top:0.3em;}
  .description {display:block; margin-top:0.5em; margin-bottom:1em;}
  .docdetails {display:block;}
  .tabicon {width: 17px;}

/* collapse panel*/
  .collapsePanel {background-color: transparent;overflow: hidden;}
  .collapsePanelHeader {
        width: 340px; 
        height: 20px; 
        /*background-image: url(../../images/bg-menu-main.png);
	    background-repeat:repeat-x;*/
        color: #999999;
        font-weight: normal;
    }
  

  /* ### 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:smaller;}


  /**
   * 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: #0000CC;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:#ff0; background-color:#99ccff; }
 /*a.pmenu:active  { color:#ff0; background-color:#00f; }*/
   a.pmenu:active  { color:#ff0; background-color:#99ccff;}
  
 .RadGrid a {color: #4D87C7; text-decoration:none;}
 .RadGrid a:hover { color: #0000CC;text-decoration: underline;}

  #topnav a { color: #999; font-weight: normal; background:transparent; text-decoration:none; }
  #topnav a:focus, 
  #topnav a:hover,
  #topnav a:active { color: #4D87C7; 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;}

  .pager {color:#4D87C7; font-weight:bold;}
  .pager a { color: #4D87C7; background-color: #E8E8E8;}
  .pager a:focus {font-weight: bold;} 
  .pager a:hover {background-color: #CCCCCC;}
  .pager a:active {color: #4D87C7; background-color:white;}
  
  .infobox a { color: #999; background:transparent;}
  .infobox a:focus, .infobox a:hover, 
  .infobox a:active {color: #4D87C7; 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
   */


    a[href^="http:"] {
    background: transparent url('../../images/ico-extern.gif') 100% 50% no-repeat;
    padding-right: 10px;
    }

    a[href^="http://www.keb-nds.de"],
    a[href^="http://keb-nds.de"] {
    background: transparent;
    padding-right: 0px;
    }


    #main a[href^="http://keb-nds.de"],
    #main a[href^="https://keb-nds.de"]
  {
    padding-left: 12px;
    background-image: url('../../images/ico-extern.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.5em; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed }
  table.ohne { margin:0px;}
  
  th, td { padding: 0.5em; vertical-align: top;}
  td.legende
    {
        padding: 0.5em 0em 0.5em 0em;
        vertical-align: top;
    }
  thead th { background: #444; color: #fff }
  tbody th { background: #ccc; color: #333 }
  tbody th.sub { background: #ddd; color: #333 }
  
  /** Boxen Boxtable */
  .infobox {margin-top:1em;}
  td.bimage {width:17px; padding:0; vertical-align:top;}
  
  
  /** Listen */ 
  .listtitle {font-size:1.2em; font-weight:bold;}
  
  
  /*** Miscellaneous | Sonstiges
   *
   * @section content-misc
   */
  
  #reader {position: relative; text-align: right;margin-top:0px;}
  hr {color: #FF9900; background: transparent; margin: 0 0 0.5em 0;padding: 0 0 0.5em 0;border: 2px;border-bottom: 1px #eee solid;}
 .ohne {margin:0px; padding:0px;} 

/*** Validation
 
 /* Obligatorisches Feld*/
 .required {color: #FF0000;}
 
 /* Ajax Tollkit ValidatorCallout */
.ajax__validatorcallout div, .ajax__validatorcallout td {border:solid 1px Black;background-color:LemonChiffon;}
.ajax__validatorcallout_popup_table { width:200px; border:none;background-color:transparent;padding:0px;margin:0px; }
.ajax__validatorcallout_popup_table_row {vertical-align:top;height:100%;background-color:transparent;padding:0px;margin:0px;}
.ajax__validatorcallout_callout_cell {width:20px;height:100%;text-align:right;vertical-align:top;border:none !important;background-color:transparent !important;padding:0px;margin:0px;}
.ajax__validatorcallout_callout_table {height:100%; border:none;background-color:transparent;padding:0px;margin:0px;}
.ajax__validatorcallout_callout_table_row {background-color:transparent;padding:0px;margin:0px;}
.ajax__validatorcallout_callout_arrow_cell {padding:8px 0px 0px 0px;margin:0px;text-align:right;vertical-align:top;font-size:1px;border:none !important;background-color:transparent !important;}
.ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv {font-size:1px;position:relative;left:1px;border-bottom:none !important;border-right:none !important;border-left:none !important;width:15px;background-color:transparent !important;padding:0px;margin:0px;}
.ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div {height:1px;overflow:hidden;border-top:none !important;border-bottom:none !important;border-right:none !important;padding:0px;margin:0px 0px 0px auto;}
.ajax__validatorcallout_error_message_cell {font-family:Verdana;font-size:10px;padding:5px;border-right:none !important;border-left:none !important;width:100%;}
.ajax__validatorcallout_icon_cell {width:20px;padding:5px;margin:0px;border-right:none !important;}
.ajax__validatorcallout_close_button_cell {vertical-align:top;padding:0px;margin:0px;text-align:right;border-left:none !important;}
.ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv {border:none !important;text-align:center;width:10px;padding:2px;cursor:pointer;}
 
 
/** FIX RAC Combobox in MS IE 6.0) */
 * html .RadComboBoxDropDown_Default .rcbList  
{   
    position: static !important;  
}  
 
 
   
}

