@charset "UTF-8";

/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
/* Setup for Haas AG Print Finishing System, Feb 10, © 2009 DPS Design */

/* Main Accordion container */
.Accordion {
	overflow: hidden;
	float: right;
	width: 540px;
	margin-right: 30px;
}

/* Accordion Panel Container */
.AccordionPanel {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

/* Accordion Panel Tab */
.AccordionPanelTab-Industrie {
	font: 14px/18px "Trebuchet MS", Arial, sans-serif;
	color: #663300;
	margin: 4px 0px;
	padding: 4px 0 0 10px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 20px;
	letter-spacing: .1em;
	background: url(tab_industrie.jpg) no-repeat;
}

.AccordionPanelTab-Mailing {
	font: 14px/18px "Trebuchet MS", Arial, sans-serif;
	color: #663300;
	margin: 4px 0px;
	padding: 4px 0 0 10px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 20px;
	letter-spacing: .1em;
	background: url(tab_mailing.jpg) no-repeat;
}

.AccordionPanelTab-Office {
	font: 14px/18px "Trebuchet MS", Arial, sans-serif;
	color: #663300;
	margin: 4px 0px;
	padding: 4px 0 0 10px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 20px;
	letter-spacing: .1em;
	background: url(tab_office.jpg) no-repeat;
}

.AccordionPanelTab-Special {
	font: 14px/18px "Trebuchet MS", Arial, sans-serif;
	color: #663300;
	margin: 4px 0px;
	padding: 4px 0 0 10px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 20px;
	letter-spacing: .1em;
	background: url(tab_special.jpg) no-repeat;
}

/* Panel's Content Area */
.Content {
	overflow: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	border-style: none;
}

.Content p {
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	color:#62625C;
	margin: 10px;
}

.Content img {
	float: right;
	display: inline;
	border: 4px solid #EAEADA;
	margin: 5px 10px;
}

.Content ul{
	padding:0;
	margin:0;
	display:block;
}
.Content ul li{
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	color:#62625C;
	margin-left: 30px;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab-Industrie {
	background-image: url(tab_open.jpg);
}

.AccordionPanelOpen .AccordionPanelTab-Mailing {
	background-image: url(tab_open.jpg);
}

.AccordionPanelOpen .AccordionPanelTab-Office {
	background-image: url(tab_open.jpg);
}

.AccordionPanelOpen .AccordionPanelTab-Special {
	background-image: url(tab_open.jpg);
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #555555;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
}
