@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(body_line.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	overflow: hidden;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	height: 615px;
}
.oneColFixCtrHdr #footer {
	background-image: url(items/footer.jpg);
	background-repeat: no-repeat;
	height: 48px;
	color: #CCC;
	font-size: 12px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a{
outline:none;
}
.kiemeles {
	font-weight: bold;
	color: #E76E06;
}
#left_div {
	position:relative;
	width:247px;
	z-index:1;
	background-image: url(items/left_panel.png);
	background-repeat: repeat-y;
	float: left;
	height: 100%;
}
#menu_holder_div {
	position:relative;
	width:224px;
	height:237px;
	z-index:1;
	float: left;
	right: 2px;
	margin-top: 5px;
}
#image_holder_01 {
	position:relative;
	width:232px;
	height:294px;
	z-index:2;
	clear: left;
	margin-top: 20px;
	right: 1px;
	bottom: 12px;
}
#right_div {
	position:relative;
	width:753px;
	height:600px;
	z-index:2;
	float: right;
}
#top_div {
	position:relative;
	width:723px;
	height:auto;
	z-index:1;
	float: left;
	padding-top: 15px;
	padding-left: 30px;
}
#middle_div {
	position:relative;
	width:633px;
	z-index:3;
	float: left;
	padding-right: 60px;
	padding-left: 60px;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
}
.nagykiemeles {
	font-size: 16px;
	color: #E76E06;
	font-weight: bold;
}
#kapcsolat {
	position:relative;
	width:518px;
	height:274px;
	z-index:3;
	margin-right: auto;
	margin-left: auto;
	background-image: url(items/kapcsolat_back.png);
	background-repeat: no-repeat;
	padding-top: 70px;
}
#subheader_01 {
	position:relative;
	width:706px;
	height:24px;
	z-index:3;
	float: left;
	margin-left: 15px;
	padding-top: 2px;
}
#subheader_02 {
	position:relative;
	width:169px;
	height:20px;
	z-index:4;
	float: left;
	font-size: 11px;
	padding-top: 6px;
	text-align: right;
	padding-right: 10px;
	display: none;
}
#subheader_03 {
	position:relative;
	width:130px;
	height:23px;
	z-index:5;
	float: right;
	padding-top: 3px;
}
h1 {
	font-size: 11px;
	color: #FFF;
	line-height: 0px;
}

.oneColFixCtrHdr #header {
	background-image: url(items/header_back.png);
	background-repeat: no-repeat;
	height: 277px;
	background-position: bottom;
	color: #FFF;
}
#counter {
	position:relative;
	width:222px;
	height:36px;
	z-index:6;
	float: left;
	background-image: url(items/counterback.png);
	background-repeat: no-repeat;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	left: 3px;
	padding-top: 3px;
}
.alcim_termekek {
	font-size: 16px;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-variant: normal;
	text-transform: capitalize;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 18px;
	font-weight: normal;
	margin-top: 40px;
}
#service {
	margin-bottom: 30px;
}

#sub_under_menu {
	position:relative;
	width:400px;
	height:19px;
	z-index:1;
	float: right;
	background-image: url(items/sub_under_menu_line.png);
	background-repeat: repeat-y;
	padding-bottom: 6px;
	top: 5px;
}
