﻿/**
 * "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-2011, 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.3.1
 * @revision        $Revision: 501 $
 * @lastmodified    $Date: 2011-06-18 17:27:44 +0200 (Sa, 18 Jun 2011) $
 * @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: Arial, sans-serif;
    font-size: 75.00%;
    color: #000000;
  }

  h1,h3,h4,h5,h6 {
    font-family: "Times New Roman", serif;
    font-weight:normal;
  letter-spacing: -1px;
    color:#000;
  }

  h2, h3 em {
    font-family: "Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
  font-weight:normal;
  letter-spacing: 0px;
  font-style:italic;
  }

  h1 { font-size: 250%; line-height: .5em; margin-top: .5em; margin-bottom: .5em; letter-spacing: -2px; }/* 30px */
  h2 { font-size: 200%; line-height: 1.5em; margin-top: .75em; margin-bottom: .75em; color: #666; }    /* 24px */
  h3 { font-size: 150%; line-height: 1.0em; margin-top: 1.0em; margin-bottom: 1.0em; }                 /* 18px */
  h4 { font-size: 133.333%; line-height: 1.125em; margin-top: 1.125em; margin-bottom: 1.125em; }       /* 16px */
  h5 { font-size: 116.67%; line-height: 1.286em; margin-top: 1.286em; margin-bottom: 1.286em; font-weight:bold;}  /* 14px */
  h6 { font-size: 116.67%; line-height: 1.286em; margin-top: 1.286em; margin-bottom: 1.286em; font-weight:bold;}  /* 14px */

  
  
  p { font-size: 116.67%; line-height: 1.5em; margin: 0 0 1em 0; }
/*  p { font-size: 1em; color: #444; line-height: 1.5em; margin: 1.5em 0; }*/
  p.small { font-size: 0.8333em; line-height: 1.8em; margin: 1.8em 0; }
/*  #main p + p { text-indent: 2em; }*/
/*
  #header .subcolumns p, .subcolumns .subcolumns p { margin-bottom: 0; padding-bottom: 1.5em;}
  .subcolumns .subcolumns p { text-indent: 0; margin-left: 0;}
*/
  #col1_content p/*, h2, h3*/ { padding: 10px 20px 10px 20px; }


  /* ### 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: 1.5em 0em 1.5em 2em }

  /* ### text formatting | Textauszeichnung ### */

  cite, blockquote { font-style:italic }
  blockquote { margin: 1.5em 0 1.5em 2em; color: #888;}

  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;
  }

  /**
   * Generic Content Classes
   * (en) standard classes for positioning and highlighting
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */

/*  .info { font-size: 100.01%; line-height: 1.5em; margin: 0 0 1em 0; }*/
  .info { background:#ffff66; border:2px #0000ff solid; padding:10px; margin-bottom:1em; }
  .note { text-indent: 0 !important; color: #333; background: #f4f4f4; padding: 1.5em; }
  .important { text-indent: 0 !important; background: #ffd; padding: 1.5em; }
  .warning { text-indent: 0 !important; background: #fdd; padding: 1.5em; }

  .float_left { float: left; display:inline; margin: 0 1.5em 1em 0; }
  .float_right { float: right; display:inline; margin: 0 0 1em 1.5em; }
  .center { text-align:center; margin: 1.5em auto }
/*
  img {padding: 5px; border: 1px #888 solid; }
*/
#foto {
  float: left; display:inline; margin: 0 1.5em 1em 0;
  width: 53.1%;
  height: 53.1%;
  }
p.icaption_left, p.icaption_left2 { float:left; display:inline; margin:0 1em 0.15em 0; }
  p.icaption_right, p.icaption_right2 { float:right; display:inline; margin:0 0 0.15em 1em; }

  p.icaption_left img,
  p.icaption_right img { padding:0; border:1px #888 solid; }

  p.icaption_left2 img,
  p.icaption_right2 img { padding:0; }

  p.icaption_left strong, p.icaption_right strong, p.icaption_left2 strong,
  p.icaption_right2 strong { display:block; overflow:hidden; margin-top:2px; padding:0.3em 0.5em; font-weight:normal; font-size:10px; border:0 none; }

  .justifyalign {
    text-align: justify !important;
}

.annotation {
    line-height: 120%;
    font-weight: normal;
}
.annotation a:link,
.annotation a:visited,
.annotation a:focus,
.annotation a:hover {
    text-decoration: underline;
}
.annotation {
	font-size: 10px;
}

  /*--- Links ----------------------------------------------------------------------------------------- */

a {color: #0000ff; text-decoration: none;}
a:visited {color: #9c7795;}
a:hover, a:focus {color: #000000; text-decoration: underline;}
a:active {color: #000000; text-decoration: none !important;}

/*
  #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: #222; background:transparent; font-weight: bold;}
  #footer a:focus,
  #footer a:hover,
  #footer a:active {color: #4D87C7; background-color: transparent; text-decoration:underline;}
*/
  /**
   * (en) Emphasizing external Hyperlinks via CSS
   * (de) Hervorhebung externer Hyperlinks mit CSS
   *
   * @section             content-external-links
   * @app-yaml-default    disabled
   */



  /**
   * 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; border-top:2px #0000ff solid; border-bottom:2px #0000ff solid; }
  table caption { font-variant:small-caps; }
  table.full { width:100%; }
  table.fixed { table-layout:fixed; }

  th,td { padding:0.5em; }
  thead th { color:#000; border-bottom:2px #0000ff solid; }
  tbody th { color:#000; }
  tbody th[scope="row"], tbody th.sub {  }

  tbody th { border-bottom:1px solid #0000ff; text-align:left; }
  tbody td { border-bottom:1px solid #0000ff; }

  tbody tr:hover th[scope="row"],
  tbody tr:hover tbody th.sub { background:#ffff66; }
  tbody tr:hover td { background:#ffff66; }

  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

    hr { color:#fff; background:transparent; margin:0 0 10px; border-style: none none solid; border-width: 0 0 1px; border-bottom-color: #0000ff;
/*    clear: left;*/
  }


/* Icon */
.neu {
	background-image: url(../images/icon/icon_neu.gif) ;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 35px;
}

.info1 {
	background: url(../images/icon/icon_info.gif) no-repeat 0 center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}

.intern a,
a.intern {
    padding-left: 14px;
    background: url(../images/icon/icon_intern.gif) no-repeat 0 6px;
    text-decoration: none;
}
li.intern a {
    padding-left: 14px;
    background: url(../images/icon/icon_intern.gif) no-repeat 0 4px;
    text-decoration: none;
}

.extern a,
a.extern {
    padding-left: 14px;
    background: url(../images/icon/icon_newwindow.gif) no-repeat 0 .5em;
    text-decoration: none;
}
li.extern a,
.extern a {
	background-position: 0 3px;
}
table .extern a {    
    background-position: 0 1px;
}

.left a,
a.left {
	background: url(../images/icon/icon_left.gif) no-repeat 0 6px;
	padding-left: 14px;
	text-decoration: none;
}

.unten a,
a.unten {
	background: url(../images/icon/icon_unten.gif) no-repeat 0 5px;
	padding-left: 14px;
	text-decoration: none;
}

.hoch {
	background: url(../images/icon/icon_hoch.gif) no-repeat 0 5px;
	padding-left: 14px;
	text-decoration: none;
}

.bulletlist {
	background: url(../images/icon/icon_bulletlist.gif) no-repeat 0 6px;
	padding-left: 14px;
	text-decoration: none;
}

.bulletlist a,
a.bulletlist {
	background: url(../images/icon/icon_bulletlist.gif) no-repeat 0 6px;
	padding-left: 14px;
	text-decoration: none;
}

.katalog a,
a.katalog {
	background: url(../images/icon/icon_katalog.gif) no-repeat 0 3px;
	padding-left: 18px;
	text-decoration: none;
}

.pdf a,
a.pdf {
	background: url(../images/icon/icon_pdf.gif) no-repeat 0 0;
	padding-left: 14px;
	text-decoration: none;
}
ul.linklist li.pdf,
ul.pdf li {
    background: #fff;
    padding-left: 0;
}

.doc a,
a.doc {
	background: url(../images/icon/icon_doc.gif) no-repeat 0 0;
	padding-left: 14px;
	text-decoration: none;
}
ul.linklist li.doc,
ul.doc li {
    background: #fff;
    padding-left: 0;
}

.ppt a,
a.ppt {
	background: url(../images/icon/icon_ppt.gif) no-repeat 0 0;
	padding-left: 14px;
	text-decoration: none;
}
ul.linklist li.ppt,
ul.ppt li{
    background: #fff;
    padding-left: 0;
}

.xls a,
a.xls {
	background: url(../images/icon/icon_xls.gif) no-repeat 0 0;
	padding-left: 14px;
	text-decoration: none;
}
ul.linklist li.xls,
ul.xls li {
    background: #fff;
    padding-left: 0;
}

.exe a,
a.exe {
	background: url(../images/icon/icon_exe.gif) no-repeat 0 0;
	padding-left: 14px;
}
ul.linklist li.exe,
ul.exe li{
    background: #fff;
    padding-left: 0;
}

.zip a,
a.zip {
	background: url(../images/icon/icon_zip.gif) no-repeat 0 0;
	padding-left: 14px;
	text-decoration: none;
}
ul.linklist li.zip,
ul.zip li {
    background: #fff;
    padding-left: 0;
}

.file a,
a.file {
	background: url(../images/icon/icon_file.gif) no-repeat 0 3px;
	padding-left: 12px;
	text-decoration: none;
}
ul.linklist li.file,
ul.file li {
    background: #fff;
    padding-left: 0;
}

.printpage a,
a.print {
	background: url(../images/icon/icon_print.gif) no-repeat 0 0;
	padding-left: 14px;
	text-decoration: none;
}
.printpage a {
    background: url(../images/icon/icon_print.gif) no-repeat 0 2px;
}
div#footerfunctions #print {
    margin-right: 10px;
}

.save a {
	background: url(../images/icon/icon_save.gif) no-repeat 0 3px;
	padding-left: 14px;
	text-decoration: none;
}

.email a,
a.email {
	background: url(../images/icon/icon_email.gif) no-repeat 0 4px;
	padding-left: 15px;
	text-decoration: none;
}

.movie a,
a.movie {
    padding-left: 14px;
    background: url(../images/icon/icon_movie.gif) no-repeat 0 2px;
    text-decoration: none;
}

.sound a,
a.sound {
    padding-left: 14px;
    background: url(../images/icon/icon_sound.gif) no-repeat 0 2px;
    text-decoration: none;
}

.swf a,
a.swf {
    padding-left: 14px;
    background: url(../images/icon/icon_swf.gif) no-repeat 0 2px;
    text-decoration: none;
}

.zoom1 {
    padding-left: 14px;
    background: url(../images/icon/icon_zoom.gif) no-repeat 0 2px;
    text-decoration: none;
}

.zoom1 a,
a.zoom1 {
    padding-left: 14px;
    background: url(../images/icon/icon_zoom.gif) no-repeat 0 2px;
    text-decoration: none;
}

.popup a,
a.popup {
    padding-left: 14px;
    background: url(../images/icon/icon_popup.gif) no-repeat 0 2px;
    text-decoration: none;
}

.diagram a,
a.diagram {
	background: url(../images/icon/icon_diagram.gif) no-repeat 0 2px;
	padding-left: 14px;
	text-decoration: none;
}

.table a,
a.table {
	background: url(../images/icon/icon_table.gif) no-repeat 0 2px;
	padding-left: 14px;
	text-decoration: none;
}

.application a,
a.application {
	background: url(../images/icon/icon_application.gif) no-repeat 0 2px;
	padding-left: 15px;
	text-decoration: none;
}
ul.linklist li.application,
ul.application li {
    background: #fff;
    padding-left: 0;
}

.navvisited {
	background: url(../images/icon/icon_navvisited.gif) no-repeat 0 4px;
	padding-left: 14px;
	text-decoration: none;
}

/* Menue mit Haken */

div.checked ul {
	padding-right: 0px; display: block; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; list-style-type: none;
}
div.checked li {
	width: 99%;
}
div.checked li a:link { display: block; background: url(../images/icon/icon_intern.gif) no-repeat 0 50%; margin: 1px 0; color: #000000; text-decoration: none; padding: 2px 0 0 12px; }
div.checked li a:visited {
	background: url(../images/icon/icon_navvisited.gif) no-repeat 0 50%; margin: 1px 0; text-decoration: none; padding: 2px 0 0 12px;
}
div.checked li a:hover {
	background: url(../images/icon/icon_navvisited.gif) #dcdcdc no-repeat 0 50%;
}
div.checked li a:hover {
	background: #dcdcdc url(../images/icon/icon_intern.gif) no-repeat 0 50%; color: #000000;
}


}

