div#toggle_container {
	width: 170px;
	margin: 5px auto;
}
a.kapcsolo {
	text-decoration: none;
	display:block;
	padding: 5px;
	background: #04728d;
	color: white;
	font-weight: bold;
}
a.kapcsolo.active {
	background: #f49300;
	color: black;
}
div.toggle_content {
	background: withe;
	color:black;
	filter: alpha(opacity=100);
	-moz-opacity:100;
	opacity: 100;
	/*line-height: 15px;*/
	text-align: left;
	padding: 2px;
	display:none;
}
/* uj toggle 1 */

iv#toggle_container1 {
	width: 170px;
	margin: 5px auto;
}
a.kapcsolo1 {
	text-decoration: none;
	display:block;
	padding: 5px;
	background: #04728d;
	color: white;
	font-weight: bold;
}
a.kapcsolo1.active1 {
	background: #f49300;
	color: black;
}
div.toggle_content1 {
	background: withe;
	color:black;
	filter: alpha(opacity=100);
	-moz-opacity:100;
	opacity: 100;
	/*line-height: 15px;*/
	text-align: left;
	padding: 2px;
	display:none;
}