/* CSS Document */
/* Prawa autorskie: Royal Park Hotel & SPA w Mielnie */
/* Projekt: Sebastian Dudziak */
.style1 {color: #FFFF00}

#rama_pakiety {
	position: relative;
	float: left;
	margin-left: 10px;
}

#basic-accordian{
	padding:5px;
	width:600px;
	height: auto;
	position:relative;
	float: left;
}

.accordion_headings{
	padding:5px;
	background:#c29e83;
	color:#231812;
	border:1px solid #231812;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#00CCFF;
}

.accordion_child{
	padding:15px;
	background:#231812;
	color:#FFFFFF;
}

.header_highlight{
	background:#00CCFF;
}
