/* root element for accordion. decorated with rounded borders and gradient background image */
#akordion {
	/*background:#705B43 url(../sliki/akord_2/h300.png) 0 0;*/
	width: 100%;
	border:2px solid #1E5C82/*#0099CC*//*#333*/;	
	-background:#666;
}

/* accordion header */
#akordion h2 {
	background:#ccc url(../sliki/akord_2/h30.png);
	margin:0;
	padding:5px 15px;
	font-size:14px;
	font-weight:normal;
	border:1px solid #1E5C82/*#0099CC*/;
	border-bottom:1px solid #1E5C82/*#0099CC*//*#ddd*/;
	cursor:pointer;
	color:#FFF;
}

/* currently active header */
#akordion h2.current {
	background:#ccc url(../sliki/akord_2/h30_aktiven_panel.png);
	cursor:default;
	background-color:#1E5C82;
	font-weight:bold;
}

/* accordion pane */
#akordion div.panel {
	background:url(../sliki/acc_engram.jpg) no-repeat bottom right;
	border:1px solid #1E5C82/*#0099CC*//*#fff*/;
	border-width:0 2px;
	display:none;
	height:auto;
	padding:15px 15px 50px 15px;
	color:#fff;
	font-size:12px;
	text-align:left;
}
#akordion div.panel p{
	margin-bottom:50px;
	
}
#akordion div.panel ul li{
	margin-left:15px;
	list-style:disc;
	padding-bottom:5px;
}
.naslov_akkord_2{
	font-weight:bold;
	padding-bottom:10px;
}
#akordion div.panel div.prezentacija_akord_2{
	margin:0 auto;
	width:150px;
}
.hosting_paketi{
	font-weight:bold;
	color:#6CB3DD;	
	margin-bottom:15px;
}
	

/* a title inside pane */
#akordion div.panel h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}
