/* 
	css-file for:
	www.sage.de/hw/ area
	this file is based on the settings from basic.css
*/

/* sage.de/hw/default.asp */

.box.box-hw-homepage .mb {
	height: 347px;
}

.box.box-hw-homepage.box-choosesolution ul {
	float: left;
	width: 200px;
}

.box.box-hw-homepage.box-choosesolution ul li {
	padding: 6px 0;
	border-bottom: 1px solid #e1e1e1;
}

.box.box-hw-homepage.box-choosesolution ul li a {
	text-decoration: none;
}

.box.box-hw-homepage.box-choosesolution ul li.last-item {
	border-bottom: 0;
}

/* shapes for this area */

.hw-shape-1 {
	background: url(/images/hw/shapes/hw1.png) no-repeat;
}

.hw-shape-2 {
	background: url(/images/hw/shapes/hw2.png) no-repeat;
}

.hw-shape-3 {
	background: url(/images/hw/shapes/hw3.png) no-repeat;
}

.hw-shape-4 {
	background: url(/images/hw/shapes/hw4.png) no-repeat;
}

.box.box-width-2.box-hw-bubbles-1 {
	background-image: url(/images/hw/box/double_top_bubbles_1.gif);
}

.box.box-width-2.box-hw-bubbles-2 {
	background-image: url(/images/hw/box/double_top_bubbles_2.gif);
}

.box.box-width-2.box-hw-bubbles-3 {
	background-image: url(/images/hw/box/double_top_bubbles_3.gif);
}

.box.box-width-1.box-hw-bubbles-1 {
	background-image: url(/images/hw/box/single_top_bubbles_1.gif);
}
.box.box-width-1.box-hw-bubbles-2 {
	background-image: url(/images/hw/box/single_top_bubbles_2.png);
}
.box.box-width-1.box-hw-referenz-hwp-mo {
	background-image: url(/images/hw/box/single_top_referenz_hwp_mo.gif);
}

.table .table-anmeldung td,
.table .table-anmeldung th {
	padding: 4px;
}

/* accordion */

#accordion {
	margin: 0 0 18px 0;
}

#accordion h3 a {
	text-decoration: none;
	color: #424243;
}

#accordion h3 a:hover {
	color: #0065a7;
}

#accordion h3 {
	margin: 0 0 7px 0;
	font-size: 17px;
	font-weight: normal;
}

#accordion p {
	margin: 0 0 7px 0;
	padding-left: 51px;
}

.ui-icon {
	width: 39px; 
	height: 24px;
	display: inline-block;
	margin-right: 12px;
	position: relative;
	top: 7px;
	cursor: pointer;
	cursor: hand;
}

.accordion-one .ui-icon {
	background: url(/images/hw/accordion/inactive/one.gif);
}

.accordion-one.ui-state-active .ui-icon {
	background: url(/images/hw/accordion/active/one.gif);
}

.accordion-two .ui-icon {
	background: url(/images/hw/accordion/inactive/two.gif);
}

.accordion-two.ui-state-active .ui-icon {
	background: url(/images/hw/accordion/active/two.gif);
}

.accordion-three .ui-icon {
	background: url(/images/hw/accordion/inactive/three.gif);
}

.accordion-three.ui-state-active .ui-icon {
	background: url(/images/hw/accordion/active/three.gif);
}

.accordion-four .ui-icon {
	background: url(/images/hw/accordion/inactive/four.gif);
}

.accordion-four.ui-state-active .ui-icon {
	background: url(/images/hw/accordion/active/four.gif);
}

.accordion-five .ui-icon {
	background: url(/images/hw/accordion/inactive/five.gif);
}

.accordion-five.ui-state-active .ui-icon {
	background: url(/images/hw/accordion/active/five.gif);
}
