@charset "ISO-8859-1";

/* marginalspaltenelement toolbox: */
#toolbox {
	margin-bottom:10px;
	width:190px;
	background-color: #ebf3e3; /* Grün25 */
	border-bottom: 1px solid #5c9c17; /* Grün100 */
}

#toolbox p {
	color: #336a00; /* Grün125 */
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}


/* Box title */
#toolbox h6 {
	font-size: 13px;
	margin: 0px;
	padding: 0px 6px 0px 6px;
	cursor: pointer;
	border-top: 1px solid #5c9c17; /* Grün100 */
	border-right: 1px solid #5c9c17; /* Grün100 */
	border-left: 1px solid #5c9c17; /* Grün100 */
}


#toolbox .inactive h6 {
	line-height: 33px;
	color: #336a00; /* Grün125 */
	background-color: #ebf3e3; /* Grün25 */
	font-weight: normal;
	background-image: url('../img/slider_arrow.gif');
	background-position: 171px 11px;
	background-repeat: no-repeat;
}


#toolbox .inactive h6.hover {
	text-decoration: underline;
	background-color: #ddebc2; /* Grün50 */
}


#toolbox .active h6 {
	line-height: 26px;
	color: #ebf3e3; /* Grün25 */
	background-color: #5c9c17; /* Grün100 */
	font-weight: bold;
}


#toolbox .active h6.hover {
}



/* variable box content container */

#toolbox .active .toolboxelem_aussen {
	overflow: hidden;
	height: 170px;
}


#toolbox .inactive .toolboxelem_aussen {
	overflow: hidden;
}


#toolbox .toolboxelem_offen {
	border-top: 1px solid #336a00; /* Grün125 */
	border-right: 1px solid #5c9c17; /* Grün100 */
	border-left: 1px solid #5c9c17; /* Grün100 */
	padding: 8px 6px 9px 6px;
	height: 175px;
}

/* Box content styles */
#toolbox b {
	font-weight: bold;
	color:#005068;
}
