/* ==================== Getting the new tags to behave END ======================= */
#container {
	margin: 0 auto;
	padding: 0px;
	width: 1024px;
	background-image: url(../images/container_bg.png);
	background-repeat: repeat-y;
}
#nav {
	width: 980px;
	height: 110px;
	margin: 0 auto;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
}
#baloszlop {
	width: 295px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	height: 580px;
	background-color: #FFF;
	margin-right: 30px;
	margin-top: 30px;
}
/* Logo & Menu */
#logo {
	float: left;
	width: 200px;
	height: 66px;
	margin-top: 22px;
	margin-left: 20px;
	background-image: url(../images/soltec-logo.jpg);
	background-repeat: no-repeat;
}
#logo:hover {
	background-image: url(../images/soltec-logo-h.jpg);
	background-repeat: no-repeat;
}
#logo_k {
	float: left;
	width: 200px;
	height: 66px;
	margin-top: 22px;
	margin-left: 20px;
	background-image: url(../images/soltec-logo_k.jpg);
	background-repeat: no-repeat;
}
#logo_k:hover {
	background-image: url(../images/soltec-logo-h_k.jpg);
	background-repeat: no-repeat;
}
#logo_z {
	float: left;
	width: 200px;
	height: 66px;
	margin-top: 22px;
	margin-left: 20px;
	background-image: url(../images/soltec-logo_z.jpg);
	background-repeat: no-repeat;
}
#logo_z:hover {
	background-image: url(../images/soltec-logo-h_z.jpg);
	background-repeat: no-repeat;
}
#menu {
	float: right;
	width: 750px;
	height: 75px;
	margin-top: 21px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}
#menu li {
	display:inline;
}
#menu a {
	float: left;
	height: 22px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding-top: 28px;
	padding-right: 15px;
	padding-bottom: 18px;
	padding-left: 15px;
}
.narancs {
	color: #FA703A;
}
.narancs:hover {
	color: #FFF;
	background-color: #FA703A;
}
#content {
	width: 600px;
	padding: 20px;
	float: left;
	margin-left: 25px;
}
#content .kiemel {
	color: #A74B00;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-transform: none;
}
#footer {
	width: 1024px;
	min-height: 150px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
}
#footer p {
	margin: 0;
	padding: 25px 0px 0px 30px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #3C3C3C;
	line-height: 20px;
}
/* ========================= Global properties START ============================= */

body {
	background: #e4eaef;
	min-width: 980px;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #393939;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat;
}
html {
	background: transparent;
	min-width: 980px;
	height: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: top;
	font-size: 100%;
}
div {
	border: 0 none;
	font-size: 100%;
	margin: auto;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}
a {
	color: #FC703A;
}
a:hover {
	color: #EA6900;
	text-decoration: none;
}
p {
	color: #3C3C3C;
	text-decoration: none;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
}
h1 {
	font-size:18px;
	line-height:26px;
	color:#FC703A;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom:10px;
	background-image: url(../images/h1_bg.gif);
	background-repeat: no-repeat;
	background-position: 3px 20px;
	text-transform: uppercase;
}
/* ==================== txt, links, lines, titles END ============================ */

/* ============================== JS accordion START ====================================== */

.accordion {
	background: #fff;
	min-height: 561px;
	height: auto !important;
	height: 561px;
	width: 980px;
}
#accordion {
	width: 100%;
	min-height: 561px;
	height: auto !important;
	height: 561px;
}
#accordion dt {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
	height: 70px;
	line-height: 94px;
	font-size: 32px;
	font-weight: 900;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	text-indent:30px;
}
#accordion dt.active {
	overflow: visible;
	padding: 28px 0 10px 0;
}
#accordion dt a {
	position: relative;
	z-index: 100 !important;
	display: block;
	width: 980px;
	height: 83px;
	overflow: hidden;
	margin: 0 auto;
	text-decoration: none;
	color: #fff;
}
#accordion dt.active a {
	background: none !important;
	overflow: visible;
}
#accordion dt a span {
	display: block;
	height: 70px;
	overflow: hidden;
}
#accordion dt.active a span {
	overflow: visible;
}
#accordion dt.acc-title-1 {
	background: #F3703A url(../images/accordion-title1.gif) repeat-x 50% 0%;
}
#accordion dt.acc-title-1 a {
	background: url(../images/arrow-1.png) no-repeat 952px 70px;
}
#accordion dt.acc-title-2 {
	background: #B2D235 url(../images/accordion-title2.gif) repeat-x 50% 0%;
}
#accordion dt.acc-title-2 a {
	background: url(../images/arrow-2.png) no-repeat 952px 70px;
}
#accordion dt.acc-title-3 {
	background: #4DACD0 url(../images/accordion-title3.gif) repeat-x 50% 0%;
}
#accordion dt.acc-title-3 a {
	background: url(../images/arrow-3.png) no-repeat 952px 70px;
}
#accordion dt.acc-title-4 {
	background: #ED3736 url(../images/accordion-title4.gif) repeat-x 50% 0%;
}
#accordion dt.acc-title-4 a {
	background: url(../images/arrow-4.png) no-repeat 952px 70px;
}
#accordion dt.acc-title-5 {
	background: #ffc619 url(../images/accordion-title5.gif) repeat-x 50% 0%;
}
#accordion dt.acc-title-5 a {
	background: url(../images/arrow-5.png) no-repeat 952px 70px;
}
#accordion dd {
	position: relative;
	height: 339px;
	margin: -108px 0 0 0;
	display: none;
}
#accordion dd .indent {
	position: relative;
	width: 980px;
	height: 314px;
	margin: 0 auto;
	padding: 124px 0 0 0;
	overflow: hidden;
}
#accordion dd strong {
	display: block;
	width: 100%;
	margin: 0 0 -18px 0;
	overflow: hidden;
	letter-spacing: -2px;
	line-height: 1.2em;
	font-size: 7em;
	font-weight: 900;
	color: #fff;
}
#accordion dd b {
	display: block;
	width: 375px;
	padding: 0 20px 0 0;
	overflow: hidden;
	line-height: 1.2em;
	font-size: 24px;
	font-weight: 300;
	text-align: right;
	color: #fff;
}
#accordion dd b span {
	display: block;
	margin: -12px 0 0 0;
}
#accordion dd b em {
	display: block;
	margin: -68px 0 0 0;
	font-style: normal;
}
#accordion dd ul {
	position: absolute;
	top: 137px;
	left: 395px;
}
#accordion dd ul li {
	line-height: 24px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
#accordion dd ul li span {
	color: #D33E05;
}
#accordion dd ul li i {
	font-style: normal;
	color: #2a4468;
}
#accordion dd ul li a {
	margin: 0 0 0 6px;
	text-decoration: none;
	color: #fff;
}
#accordion dd ul li a:hover {
	color: #2a4468;
	padding-left: 7px;
}
#accordion dd p {
	width: 340px;
	line-height: 28px;
	font-size: 2em;
	font-weight: 700;
	color: #fff;
	position: absolute;
	top: 137px;
	left: 395px;
}
#accordion dd.acc-bg-1 {
	background: #FA703A url(../images/acc-bg-1.jpg) no-repeat 50% 0%;
}
#accordion dd.acc-bg-2 {
	background: #B2D235 url(../images/acc-bg-2.jpg) no-repeat 50% 0%;
}
#accordion dd.acc-bg-3 {
	background: #4DACD0 url(../images/acc-bg-3.jpg) no-repeat 50% 0%;
}
#accordion dd.acc-bg-4 {
	background: #ec3737 url(../images/acc-bg-4.jpg) no-repeat 50% 0%;
}
#accordion dd.acc-bg-5 {
	background: #ffc619 url(../images/acc-bg-5.jpg) no-repeat 50% 0%;
}
/* =============================== JS accordion END ======================================= */
.img-wrap {
	margin:0;
	width:240px;
	overflow:hidden;
}
.grid_9 {
	display:inline;
	float: left;
	position: relative;
	width:350px;

}
.grid_9:hover {
	background-color:#FFFBF0;
}
.container_24 .grid_9 {
	width:365px;
	padding: 7px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
.carousel_box {
	padding-top:3px;
	position:relative;
	width:350px;
	float:left;
}
#carousel {
	height:135px;
	position:relative;
	width:350px;
}
#carousel > div {
	overflow:hidden;
	height:150px;
	width:350px;
}
#carousel > div > span {
	float:left;
	margin-right:20px;
}
#carousel div time {
	display:block;
	font-weight:bold;
	padding:3px 35px 0px 35px;
	text-transform: uppercase;
}
#carousel .hirhead {
	color:#7da1bf;
	font-size:12px;
	text-align: center;
}
#carousel .hirekp {
	text-align: justify; 

}
.button_prev, .button_next {
	display:inline-block;
	position:absolute;
	top:5px;
	z-index:99;
}
.button_prev {
	left:107px;
	width:16px;
	height:16px;
	background-image: url(../images/hir_prev2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.button_next {
	left:335px;
	width:16px;
	height:16px;
	background-image: url(../images/hir_next2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.button_prev:hover {
	background-image: url(../images/hir_prev3.png);
}
.button_next:hover {
	background-image: url(../images/hir_next3.png);
}
#koponyeg {
	margin-top:7px;
	float:right;
	width:200px;
	padding-left:15px;
	padding-right:0px;
}
#koponyeg_brd {
	margin-top:7px;
	float:right;
	width:200px;
	padding-left:15px;
	padding-right:0px;
	border: 1px dotted #C83E27
}
#googlemaps {
	margin:0px;
	margin-top:7px;
	width:375px;
	padding-left:5px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
