/* ######################################################################################################
** # dCMS-spezifische Adaption des YAML-Layouts [YAML: (c) by Dirk Jesse (http://www.yaml.de)] ##########
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 21.05.2008
**  Datei       : style.css
**  Funktion    : Farbschema-abhängige CSS-Anweisungen fuer die editierbare Bereiche
**  
** 
*/

@media all
{
  /* (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;  	
  }
  body {
    font-family: Arial, sans-serif;
    font-size: 75.00%; 
  }

  li {
    font-size: 0.75em;
    line-height: 1.5em;
    margin-bottom: 0em;
  }
  ul li {
    list-style: none;
    background: transparent url(../gfx/standard_li_icon.gif) no-repeat scroll left center;
    margin-left: 0;
    padding-left: 1.2em;
  }
  a {text-decoration:none; color: #b9254d;}
  a:focus,
  a:hover,
  a:active {text-decoration:underline;}
  a, a.dl_link, td.dl_link, td a.dl_link {
    font-size: 10pt;
  }
  /**
  * 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 }

  th,td { padding: 0.5em; }
  h1,h2,h3,h4,h5,h6 { font-weight:bold; color: #3f3f3f;}
  h1 { font-size: 170%; margin: 0pt 0pt 0.7em; }
  h2 { font-size: 140%; margin: 0pt 0pt 0.7em; font-weight: normal;}                    
  h3 { font-size: 116.67%;  margin: 0pt 0pt 0.55em; }                        /* 14px */
  h4 { font-size: 100.00%; margin: 0pt 0pt 0.55em; }                        /* 12px */
  h5 { font-size: 100.00%; margin: 0pt 0pt 0.55em; }                        /* 12px */
  h6 { font-size: 125%;  margin: 0pt 0pt 0.55em; }     /* 12px */
  
  h1 a {font-size: 100%; color:#000000;}
  h2 a {font-size: 100%; color:#000000;}
  h3 a {font-size: 100%; color:#000000;}
  h4 a {font-size: 100%; color:#000000;}
  h5 a {font-size: 100%; color:#000000;}
  h6 a {font-size: 100%; color:#000000;}

  .galleryheadtext {
    vertical-align: top;
  }

  p { margin: 0 0 0.7em 0; line-height: 1.3em;}

  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.2em; margin: 0 0 1.2em 2em; padding: 0;}
  li { margin-left: 1.5em; line-height: 1.2em; margin-bottom: 0em; font-size: 1em;}

  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-width: .1em;
    cursor: help;
  }
  hr {
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom-width: 1px;
  }
  .contentimagecontainer{
    border: 1px solid #c8c8c8;
    padding-top: 5px;
    float: left;
  }
  .contentimagecontainer .subtext {
    text-align: left;
    padding: 2px 5px 2px 5px;
    font-size: 0.8em;
  }
  .contentimagecontainer p.copyright{
    color: #c8c8c8;
    float: left;
    width: 80%;
    font-style: italic;
    margin-bottom: 0.3em;
  }
  .contentimagecontainer p.enlarge{
    float: right;
  }
  .contentimagecontainer p.subtitle{
    width: 100%;
    margin-bottom: 0.3em;
  }
  .directfile {
    float: left;
    width: 100%;
  }
  .directfile .downloadheadline {
    padding-left: 18px;
    color: #277e91;
    background: transparent url(../gfx/icon/generalarrowdown.gif) no-repeat scroll 0pt 50%;
    font-weight: bold;
    margin-bottom: 3px;
  }
  .directfile  span.emptyline {
    border-top:1px solid #277E91;
    line-height:1px;
    margin-top:0.2em;
    width: 122px;
    margin-left: 70px;
    float:left;
    margin-bottom: 6px;
  }
  .directfile .filelink, .directfile .filecopyright, .directfile .filehint {
    float: left;
    width: 100%;
    margin-bottom: 5px;
  }
  .directfile .filelink img {
    float: left;
  }
  .directfile a.dl_link {
    padding-left: 4px;
    padding-right: 4px;
    float: left;
    color: #ee9202;
  }

}
