/* Copyright 2006 | Thierry Koblentz - www.TJKDesign.com All Rights reserved
 * TJK_ToggleDL() Version 1.5.5 (this file has changed from previous version) report bugs or errors to thierry@tjkdesign.com
 */

/* zeroing out padding and margin */

#klapplist dt {	
	display:block;
	padding:3px 0 3px 10px;
/* margin for the DTs (shorthand) */
	margin:margin:0 0 6px 0;
	background-image:url(images/hg_marginal_link.jpg);
	background-repeat:repeat-x;
	background-color:#e6eff3;
	font-weight:bold;
	font-size:12px;
	} 


/* image and left padding for DDs */
#klapplist dd {
	background:url(images/projekt.jpg) no-repeat;
	padding:5px;
	}

/* styling all anchors in the DTs */
#klapplist dt a {background:0 50% no-repeat;padding-left:32px; text-decoration:none}
#klapplist dt a:visited {color:#666}
#klapplist dt a:visited:hover,
#klapplist dt a:hover,
#klapplist dt a:active,
#klapplist dt a:focus {font-weight:bold}

/* the + and - gif in the anchors */
#klapplist .DTplus a {background-image:url(images/arrow_down.gif)}
#klapplist .DTminus a {background-image:url(images/arrow_up.gif)}
/**********************************/
/**********************************/
#klapplist .showDD {position:static;}
#klapplist dd,.hideDD{top:-9999px;position:absolute}
