/* ######################################################################################################
** # 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&ouml;�?en auf Standardgr&ouml;�?e (16 Pixel) zur&uuml;cksetzen */
  html * { font-size: 100.01%; color: #ddd;}

  /* (en) reset monospaced elements to font size 16px in Gecko browsers */
  /* (de) Schriftgr&ouml;�?e von monospaced Elemente auf 16 Pixel setzen */
  textarea, pre, tt, code {
	font-family:"Courier New", Courier, monospace;  	
  }
  body {
    font-family: Tahoma, sans-serif;
    font-size: 75.00%; 
    background-color: #000;
  }

  li {
    font-size: 0.75em;
    line-height: 1.2em;
    margin-bottom: 0em;
  }
  a {text-decoration:none; }
  a:focus,
  a:hover,
  a:active {text-decoration:underline;}
  a, a.dl_link, td.dl_link, td a.dl_link {
    font-size: 12px;
  }
  /**
  * 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; }
  h1 { font-size: 225%; margin: 0 0 0.3em 0;}
  h2 { font-size: 150%; margin: 0 0pt 0.45em; }                    
  h3 { font-size: 116.67%; margin: 1em 0pt 0.55em; }                        /* 14px */
  h4 { font-size: 100.00%; margin: 1em 0pt 0.55em; }                        /* 12px */
  h5 { font-size: 100.00%; margin: 1em 0pt 0.55em; }                        /* 12px */
  h6 { font-size: 125%; margin: 1em 0pt 0.55em; }     /* 12px */

  p { margin: 0 0 0.5em 0; line-height: 1.25em; font-size: 12px;}

  /* ### 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;
  }
  .profilephoto{
     float:left;
     margin-right: 7px;
     margin-bottom: 5px;
  }
  .rowcontainer{
    float:left;
    width: 100%;
  }
  .rowcontainer p.col1{
    width: 60px;
    float:left;
    margin-right: 5px;
    font-weight: bold;
    text-align: right;
  }
  .rowcontainer p.col2{
    width: 470px;
    float:left;
  }
  .profilshortcuts{
    float: right;
    width: 180px;
    margin-bottom: 10px;
  }
  .profilshortcuts a{
    width: 30px;
    float: left;
    margin-left: 5px;
  }
  .profilshortcuts a{
    width: 31px;
    height: 43px;
    float: left;
    margin-left: 5px;
    text-decoration: none;
  }
  .profilshortcuts .nix.active{
    background-image: url(../../../gfx/bg_profsc_nix_active.png)
   }
  .profilshortcuts .markus.active{
    background-image: url(../../../gfx/bg_profsc_markus_active.png)
   }
  .profilshortcuts .benny.active{
    background-image: url(../../../gfx/bg_profsc_benny_active.png)
   }
  .profilshortcuts .thomas.active{
    background-image: url(../../../gfx/bg_profsc_thomas_active.png)
   }
  .profilshortcuts .ralf.active{
    background-image: url(../../../gfx/bg_profsc_jogi_active.png)
   }
  .profilshortcuts .nix.passive{
    background-image: url(../../../gfx/bg_profsc_nix_passive.png)
   }
  .profilshortcuts .markus.passive{
    background-image: url(../../../gfx/bg_profsc_markus_passive.png)
   }
  .profilshortcuts .benny.passive{
    background-image: url(../../../gfx/bg_profsc_benny_passive.png)
   }
  .profilshortcuts .thomas.passive{
    background-image: url(../../../gfx/bg_profsc_thomas_passive.png)
   }
  .profilshortcuts .ralf.passive{
    background-image: url(../../../gfx/bg_profsc_jogi_passive.png)
   }
   .profiletype{
     margin-bottom: 10px;
   }
   img.typenix{
     margin-bottom: 5px;
     margin-top: 5px;
   }
   .vorbild{
     margin-top: 7px;
   }
   img.bandtype{
     margin-bottom: 10px;
   }
}