#hrzAccordion {
	clear: both;
	width: 941px; /* 940px sonst wackelt die Animation*/
	height: 191px;
	display: none; /* hide container until all is ready */
}

/* Main Container */

.container {
	width: 100%;
}

.container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

.container li {
	display: inline;
	margin: 0;
	padding: 0;
}

/* Content Container */

.contentContainer {
	float: left;
	width: 0;
	height: 191px;
	overflow: hidden;
}

#hrzAccordionListItem0 .contentContainer {
	background: #2e2e2e url(../images/bg_hrzAccordion_field1.jpg) no-repeat;
}

#hrzAccordionListItem1 .contentContainer {
	background: #91856f url(../images/bg_hrzAccordion_field2.jpg) no-repeat;
}

#hrzAccordionListItem2 .contentContainer {
	background: #8eb5e6 url(../images/bg_hrzAccordion_field3.jpg) no-repeat;
}

.contentWrapper {
}

.contentInnerWrapper {
	width: 285px;
	height: 117px;
	margin: 49px 0 0 50px;
	background: #b0bf0d url(../images/bg_header_quotes.gif) 263px 90px no-repeat;
}

.contentInnerWrapper p {
	padding: 20px 10px 0 33px;
	background: transparent url(../images/bg_header_quotes.gif) -17px 15px no-repeat;
		font: normal 1.3em/1.4em Tahoma,Arial,sans-serif;
		color: #fff;
}

.contentInnerWrapper p a {
	margin: 0 2px 0 2px;
	padding: 0 0 0 9px;
	background: transparent url(../images/bg_link_header.gif) 0 60% no-repeat;
		font: normal 1.3em/1.0em Tahoma,Arial,sans-serif;
		color: #fff;
}

.contentInnerWrapper p a:hover {
		text-decoration: none;
}

/* Handle */

#hrzAccordion .handle {
	float: left;
	width: 35px;
	height: 191px;
	margin: 0;
	padding: 0;
	background: #83853b;
	border-left: 1px solid #fff;
	cursor: pointer;
}

#hrzAccordion .handleOver{	
	background: #b7c903;
}

#hrzAccordion .handleSelected{
	background: #474751;
}

#hrzAccordionListItem0 .handle {
	border-left: none;
}

