/* tpl.php */
#termekek1 {
	position: relative;
	background-image: url(images/house.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 700px;
}
.tbox {
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	color: white;
	padding: 10px 20px;
	background-color: #0089cf;
	font-weight: bold;
}
#lakberendezes {
	position: absolute;
	top: 110px;
	right: 50px;
	z-index: 1;
}
#arnyekolas {
	position: absolute;
	top: 35px;
	left: 440px;
	z-index: 1;
}
#tetoszigeteles {
	top: 130px;
	left: 90px;
}
#tetoter {
	position: absolute;
	top: 115px;
	left: 70px;
	z-index: 1;
}
#videok {
	top: 500px;
	left: 5px;
}
#hoszigeteles {
	top: 450px;
	right: 45px;
}
#letoltesek {
	top: 605px;
	left: 470px;
}
/* tpl.php */

/* tpl.letoltesek.php */
.lbox {
	background-color: #ebedec;
	border: 1px solid #d9dbda;
	padding: 8px;
	margin-bottom: 8px;
	color: #30425a;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ltext {
	display: inline-block;
	padding-top: 3px;
}
/* tpl.letoltesek.php */

.dropdown-menu > div {
	display: none;
	background-color: #30425a;
	position: absolute;
}
.dropdown-menu > span {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	color: white;
	padding: 10px 20px;
	background-color: #0089cf;
	font-weight: bold;
	cursor: pointer;
}
.dropdown-menu > div > a {
	white-space: nowrap;
	display: block;
	border-bottom: 1px solid #fcfbd8;
	padding: 5px 20px;
}
.dropdown-menu > div > a:first-child {
	border-top: 1px solid #fcfbd8;
}
.dropdown-menu > div > a:hover {
	text-decoration: none;
	color: #93ff88;
}
.dropdown-menu > div > div.gap {
	height: 10px;
	background-color: #0089cf;
	border-bottom: 1px solid #fcfbd8;
}
