/**
 * rightSidebar.css
 *
 * Copyright (c) 2003-2010 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared elements for pages including a right-hand sidebar.
 *
 * $Id$
 */

/**
 * Common HTML elements
 */


#headerTitle {
	text-align: center;
	width: 100%;
}

#body {
	width: 100%;
}

#rightSidebar {
	float: right;
    display: inline;
	width: 200px;
	padding: 10px 20px 20px 10px;
	font-size: 0.8em;
	overflow: hidden;
    background-color: fff;
    background-image: url(images/background_sidebar.jpg);
    background-position: top left;
    background-repeat: repeat-x;
}

/* * html #rightSidebar { margin-right: 5%; } */

#main {
	width: auto;
	/*margin-right: 300px;*/
	overflow: hidden;   
}
/**
   * (de) Korrigiert die Breite des Inhaltscontainers f¸r IE 6
   *
   * @workaround
   * @affected   IE 5.x/Win, IE6
   * @css-for    IE 5.x/Win, IE6
   * @valid      yes
   */
* html #main { width: 786px; }