.accordeon {
	width: 529px;
	margin-bottom: 20px;
}

.accordeon a {
	text-decoration: none;
}

.accordeon, .accordeon ul {
	list-style-type: none;
}

.accordeon li div.panel {
	display: none;
}

#mainCol .accordeon, #mainCol .accordeon li ul {
	padding: 0px;
}

/*
.accordeon li.active div.panel {
	display: block;
}
*/

.accordeon .panel {
	position: relative;
}

/* H1 HEADLINE */

.accordeon h1 {
	width: 529px;
	height: 34px;
	text-indent: 0px;
}

.accordeon h1 a {
	display: block;
	width: 509px;
	\width: 529px;
	w\idth: 509px;
	height: 23px;
	padding-left: 20px;
	padding-top: 11px;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	background-image: url(accordeon_FILES/header.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.accordeon h1:hover a {
	background-position: 0px -40px;
}

.accordeon li.active h1 a, .accordeon li.active h1 a:hover {
	background-position: 0px -80px;
	color: #FFF;
}

/* HEADER (ZOOM, INFO, PAGES) */

.accordeon .header {
	width: 529px;
	height: 34px;
	position: relative;
	font-weight: bold;
	background-image: url(accordeon_FILES/header.gif);
	background-position: 0px -80px;
	background-repeat: no-repeat;
}

.header .buttons {
	position: absolute;
	z-index: 10;
	top: 7px;
	left: 12px;
}

.header .buttons li {
	float: left;
	margin: 0px 0px;
}

.header .buttons li a {
	color: #96ACC3;
	display: block;
	padding-left: 8px;
	padding-right: 8px;
}

.header .buttons li a:hover {
	color: #FFF;
}

.header .navigation {
	position: absolute;
	z-index: 10;
	top: 12px;
	right: 12px;
}

.header .navigation li {
	float: left;
	margin: 0px 0px;
}

.header .navigation li a {
	color: #96ACC3;
	display: block;
	padding-left: 6px;
	padding-right: 6px;
	line-height: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #96ACC3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.header .navigation li a:hover, .header .navigation li a.active {
	color: #FFF;
}

.header .navigation li a.last {
	border-right-style: none;
}

/* CONTENTS */

.accordeon .contents {
	position: relative;
	width: 529px;
	height: 307px;
}

.accordeon .contents li {
	width: 529px;
	height: 307px;
	display: none;
	
	position: absolute;
	left: 0px;
	top: 0px;
}

/*
.accordeon .contents li.active {
	display: block;
}
*/

/* INFOBOX */

.accordeon li .info {
	display: block;
	position: absolute;
	width: 529px;
	top: 34px;
	left: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
	background-image: url(accordeon_FILES/infoBgr.png);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1A3E5E;
	
	display: none;
	z-index: 2;
}

.accordeon li .info p {
	color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	line-height: 16px;
}

.accordeon li .info a {
	color: #FFF;
	text-decoration: underline;
}

#mainCol .accordeon li .info ul {
	color: #FFF;
	padding-left: 35px;
	padding-right: 20px;
	padding-bottom: 10px;
	line-height: 16px;
	list-style-type: disc;
}

.accordeon li .info table {
	padding-bottom: 5px;
}

.accordeon li .info table td {
	color: #FFF;
	padding-left: 20px;
	padding-bottom: 5px;
	line-height: 16px;
	vertical-align: top;
}

/* FOOTER */

.accordeon .footer {
	width: 529px;
	height: 14px;
	background-image: url(accordeon_FILES/header.gif);
	background-position: 0px -120px;
	background-repeat: no-repeat;
}

