
@charset "utf-8";

.linkpfeil {
	font-size: 13px;
	font-weight: bold;
	color: #ff6600;
	margin: 0 0 0 -11px;
}

/*SPRY ACCORDION*/

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */


.Accordion {
	overflow: hidden;
}

.Accordion:focus, .Accordion:active {
	outline: none;
}	

.Accordion a {
	color: #000;
	text-decoration: none;
}

.Accordion a:active, a:focus { outline: none; }

.Accordion a:hover {
	text-decoration: underline; 
}

.AccordionPanelTab {
	background: url(../PwCImages/right.gif) 95% no-repeat #f0f0f0;
	padding: 5px 0 5px 15px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	color: #993300;
	font-size: 20px;
	border-top: 1px solid #fff;
}

.AccordionPanelTabJsHp {
	background: url(../PwCImages/right.gif) 95% no-repeat #f0f0f0;
	padding: 5px 0 5px 15px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	color: #993300;
	font-size: 20px;
	border-top: 1px solid #fff;
	height: 25px;
}

/*
.AccordionPanelContentJsHp dt, .AccordionPanelContentJsHp dd {
	font-size: 12px;
}
*/

.AccordionPanelTabTop {
	background: url(../PwCImages/right.gif) 95% no-repeat #f0f0f0;
	padding: 5px 0 5px 15px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	color: #993300;
	font-size: 20px;
}

.AccordionPanelTabTopJsHp {
	background: url(../PwCImages/right.gif) 95% no-repeat #f0f0f0;
	padding: 5px 0 5px 15px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	color: #993300;
	font-size: 20px;
	height: 25px;
}

.AccordionPanelContent {
	overflow: auto;
	padding: 0 0 0 15px;
	/*background: #ff0000;*/
	background: #f0f0f0;
	border-top: 1px solid #fff;
}

.AccordionPanelContentJsHp {
	overflow: auto;
	padding: 0 0 0 15px;
	/*background: #ff0000;*/
	background: #f0f0f0;
	height: 136px;
	border-top: 1px solid #fff;
}

#homeContent .AccordionPanelContent h3, #homeContent .AccordionPanelContentJsHp h3 {
	margin: 5px 0;
	font-size: 12px;
	color: #000;
	padding: 0;
}

.AccordionPanelContent p {
	margin: 3px 0 5px 0;
	font-size: 12px;
}

.AccordionPanelContentJsHp p {
	margin: 3px 0 5px 0;
	font-size: 12px;
}

.AccordionPanelOpen .AccordionPanelTab, .AccordionPanelOpen .AccordionPanelTabJsHp {
	background: url(../PwCImages/down.gif) 95% no-repeat #f0f0f0;
}

.AccordionPanelTabHover {

}

.AccordionPanelOpen .AccordionPanelTabHover {

}

.AccordionFocused .AccordionPanelTab {

}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {

}

/*COLLAPSIBLE PANEL*/

/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */

.CollapsiblePanel {

}

.CollapsiblePanel a {
	color: #000;
	text-decoration: none;
}

.CollapsiblePanel a:active, a:focus { outline: none; }

.CollapsiblePanel a:hover {
	text-decoration: underline; 
}

.CollapsiblePanelTab {
	background: url(../PwCImages/right.gif) 300px no-repeat #f0f0f0;
	padding: 5px 0 5px 15px;
	cursor: pointer;
	color:  #993300;
	font-size: 20px;
	outline: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.CollapsiblePanelContent {
	padding: 0 0 0 15px;
	background: #f0f0f0;
	border-top: 2px solid #fff;
}

#homeContent .CollapsiblePanelContent h3 {
	margin: 5px 0 0 0;
	font-size: 12px;
	color: #000;
	padding: 0;
}

.CollapsiblePanelContent p {
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
	font-size: 12px;
}

.CollapsiblePanelTab a {

}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	background: url(../PwCImages/down.gif) 300px no-repeat #f0f0f0;
}

.CollapsiblePanelClosed .CollapsiblePanelTab {

}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {

}

.CollapsiblePanelFocused .CollapsiblePanelTab {

}

/* SPRY MENU BAR HORIZONTAL*/

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
#homeContent ul.MenuBarHorizontal
{
	list-style-type: none;
	cursor: default;
	width: auto;
	padding: 0;
}

/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
#homeContent ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
#homeContent ul.MenuBarHorizontal li
{
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 150px;
	float: left;
	font-weight: bold;
	border-right: 1px solid #fff;
	background: transparent none repeat scroll 0 50%;
	padding: 0;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
#homeContent ul.MenuBarHorizontal ul
{
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 150px;
	position: absolute;
	left: -100em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
#homeContent ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
#homeContent ul.MenuBarHorizontal ul li
{
	width: 150px;
	font-weight: normal;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
#homeContent ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -1px 0 0 151px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
#homeContent ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
#homeContent ul.MenuBarHorizontal ul
{
	border-top: 1px solid #fff;
	padding: 0;
}
/* Menu items are a light gray block with padding and no text decoration */
#homeContent ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background: #f0f0f0;
	color: #333;
	text-decoration: none;
	padding: 5px 6px;
	border-bottom: 1px solid #fff;
}
/* Menu items that have mouse over or focus have a blue background and white text */
#homeContent ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background: #ff6600;
	color: #fff;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
#homeContent ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background: #ff6600;
	color: #fff;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
#homeContent ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background: url(../PwCImages/down.gif) 90% 50% no-repeat #f0f0f0;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
#homeContent ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background: url(../PwCImages/right.gif) 90% 50% no-repeat #f0f0f0;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
#homeContent ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background: url(../PwCImages/down.gif) 90% 50% no-repeat #ff6600;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
#homeContent ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background: url(../PwCImages/right.gif) 90% 50% no-repeat #ff6600;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
#homeContent ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

/* SPRY MENU BAR VERTICAL*/

/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
#homeContent ul.MenuBarVertical
{
	list-style-type: none;
	cursor: default;
	width: 150px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
#homeContent ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
#homeContent ul.MenuBarVertical li
{
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 150px;
	font-weight: bold;
	border-right: 1px solid #fff;
	background: transparent none repeat scroll 0 50%;
	padding: 0;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
#homeContent ul.MenuBarVertical ul
{
	margin: 0 0 0 151px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 150px;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
#homeContent ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
#homeContent ul.MenuBarVertical ul li
{
	width: 150px;
	font-weight: normal;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
#homeContent ul.MenuBarVertical
{

}
/* Submenu containers have borders on all sides */
#homeContent ul.MenuBarVertical ul
{

}
/* Menu items are a light gray block with padding and no text decoration */
#homeContent ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background: #f0f0f0;
	color: #333;
	text-decoration: none;
	padding: 5px 6px;
	border-bottom: 1px solid #fff;
}
/* Menu items that have mouse over or focus have a blue background and white text */
#homeContent ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background: #ff6600;
	color: #fff;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
#homeContent ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background: #ff6600;
	color: #fff;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
#homeContent ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background: url(../PwCImages/right.gif) 90% 50% no-repeat #f0f0f0;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
#homeContent ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background: url(../PwCImages/right.gif) 90% 50% no-repeat #ff6600;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
#homeContent ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}


/*SPRY TABBED PANELS*/

/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */


#homeContent .TabbedPanels {
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

#homeContent .TabbedPanels a {
	color: #000;
	text-decoration: none;
}

#homeContent .TabbedPanels a:active, a:focus { outline: none; }

#homeContent .TabbedPanels a:hover {
	text-decoration: underline; 
}

#homeContent .TabbedPanels ul {
	padding: 0;
}

#homeContent .TabbedPanelsTabGroup {
	border-bottom: 1px solid #ccc;
	height: 23px;
}

#homeContent .TabbedPanelsTab {
	float: left;
	font-size: 12px;
	background: #f0f0f0;
	color: #999;
	display: block;
	list-style: none;
	padding: 4px 9px 4px 9px;
	border-right: 1px solid #fff;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

#homeContent .TabbedPanelsTabHover {
	color: #ff6600;
}

#homeContent .TabbedPanelsTab:active, .TabbedPanelsTab:focus {
	outline: none;
}

#homeContent  .TabbedPanelsTabSelected {
	background: #fff;
	color: #ff6600;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0 1px 0 0;
	padding: 3px 9px 5px 9px;
}

#homeContent .TabbedPanelsContentGroup {
	clear: both;
	background: #fff;
}

#homeContent .TabbedPanelsContentGroup .TabbedPanelsContent {

}

#homeContent .TabbedPanelsContent h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 8px 0 0 10px;
	color: #A0A0A0;
	padding: 0;
}

#homeContent .TabbedPanelsContent p {
	margin: 0 5px 0 10px;
}

#homeContent .TabbedPanelsContent p a {
	margin: 0 0 0 -1px;
}

/*SPRY TOOLTIP*/

@charset "UTF-8";

/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter: alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	color: #ff6600;
	padding: 4px 6px;
}