/*
 * Die Background Color wird in accordion.js festeglegt.
 */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	border-bottom: 1px solid #838383;
	border-right: 1px solid #838383;
	border-top: 1px solid #bac1d4;
	border-left: 1px solid #bac1d4;
	font-size: 100.01%;
	cursor: pointer;

/*	background-image: url("../../images/iamclickable.gif");
	background-position: right;
	background-repeat: no-repeat;*/
}

#accordion {width:297px;}
