@charset "ISO-8859-2";



body  {
	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;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-image: url(images/background3.jpg);
	list-style-type: none;
	color: #3E2E21;
}

li {
	text-align: left;
	word-spacing: normal;
	list-style-type: disc;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
}


.thrColFixHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px groove #3E2E21;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: visible;
	background-color: #FEE3CE;
	background-image: url(images/deszka2.gif);
	background-repeat: repeat-y;
} 
.thrColFixHdr #header {
	background-color: #3E2E21;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 2px;
	width: 100%;
} 
.thrColFixHdr #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 */
}

.thrColFixHdr #sidebar1 {
	float: none; /* since this element is floated, a width must be given */
	width: 150px;
	font-size: 14px;
	font-weight: 900;
	line-height: 20px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FEE3CE;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
}
.thrColFixHdr #footer {

} 
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	z-index: 1000;
	background-color: #FEE3CE;
} 
.betumeret {
	font-size: 96%;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menubar {
	height: 100%;
	width: 175px;
	position: relative;
	left: 0px;
	top: 5px;
	z-index: 1000;
	float: left;
	vertical-align: middle;
	color: #F9E7DD;
	background-image: none;
	padding: 10px;
	margin: 0px;
}
a:link {
	color: #8080FF;
}
a:hover {
	color: #FF0000;
}



img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#apDiv1 {
	position:absolute;
	left:188px;
	top:0px;
	width:67px;
	height:53px;
	z-index:2;
}
#elerhetoseg_kozep_1 {
	position: relative;
	top: 0px;
	overflow: visible;
	font-size: 18px;
	width: 770px;
	z-index: 1;
}
#faablak_kozep_1 {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	width: 450px;
}
.faajto_kozep_1 {
	overflow: auto;
}
.apDivjobbbar {
	position:relative;
	width:280px;
	z-index:500;
	float: right;
	top: 0px;
	border: thin solid #77503D;
	padding: 10px;
	margin-left: 10px;
	overflow: visible;
}
h1 {
	margin-top: 10px;
}


p {

}

.apDivjobbbarkeskeny {
	position:relative;
	width:200px;
	height:auto;
	float: right;
	top: 0px;
	border: thin solid #77503D;
	padding: 10px;
	margin-left: 10px;
	clear: none;
	z-index: 1;
	overflow: visible;
}
#sidebar1 a:visited {
	color: #8080FF;
}
a #manubar {
	color: #F9E7DD;
}

.linkbetumeret {
	font-size: 17px;
	font-weight: bolder;
}

