/**
 * @copyright   Copyright (C) 2005 - 2007 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 Angaben im "#container" wurden jeweils um 200px erhöht - ergibt breitere Seite-,
 *    #header-fix1 {left 487px;} musste daher auf 587px und
 *    #header-fix2 {left 482px;} musste daher auf 582px abgeändert werden,   22.5.2011, reha
 *    #footer-fix2 {  left: 480px;} musste daher auf 580px abgeändert werden, 22.5.11, reha
 */

#container {
  width :1203px;
}

.one-column {
  width: 1193px;
}

.two-column {
  width: 1008px;
}

.three-column {
  width: 833px;
}

#footer {
  padding: 3px 15px;
}

#footer-left, #footer-right {
  width: 47%;
}

#searchbox input {
  width: 100px;
}

#header-fix1 {
  left: 587px;
}

#header-fix2 {
  left: 582px;
}

#footer-fix1 {
  left: 582px;
}

#footer-fix2 {
  left: 580px;
}
