/**
 * @version $Id: template.css 10498 2008-07-04 00:05:36Z ian $
 * @author Design & Accessible Team ( Angie Radtke / Robert Deutz )
 * @package Joomla
 * @subpackage Accessible-Template-Beez2
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

/*
Die template.css wird immer dann in Joomla! eingebunden, 
wenn Popups ohne Browsernavigation auftauchen, z. B. in dem Email to friend-Popup-Fenster, 
oder wenn Sie über die Navigation einen Menüpunkt in diesem Stil anlegen. 
Die Formatierung dieser Ansicht erfolgt ausschließlich über diese Datei.
*/
body {
  padding:                 0;
  font-family:             arial, helvetica, sans-serif;
  font-size:               100.1%;
  text-align:             center;
  color:                   #000000;
  background-color:       #ffffff;
}
body.contentpane { 
  width:                   auto;
  margin:                 10px;
  line-height:             1.4em;
  text-align:             left;
}

/* TOC */
table.contenttoc { 
  float:                   right;
}

/* Tooltips */
.tool-tip { 
  max-width:               200px;
  float:                   left;
  border:                 1px solid #d4d5aa;
  padding:                 5px;
  text-align:             left;
  background-color:       #ffffcc;
}
.tool-title { 
  margin:                 0;
  margin-top:             -15px;
  padding:                 15px 0 5px;
  font-size:               100%;
  font-weight:             bold;
  background-image:       url("../../system/images/selector-arrow.png");
  background-repeat:      no-repeat;
}
.tool-text {
  margin:                 0;
  font-size:               100%;
}
