@charset "ISO-8859-2";
body {
	background-repeat: repeat;
	background-image: url(../images/pattern.jpg);
	background-attachment: fixed;
	color: #000;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial;
	padding: 0;
	margin: 0;
	top: 0;
}

.bongeszoerrordiv {
	margin-top: 36px;
}

.errormsg {
	font-size:11px;
	color: #FFF;
	
}

.errorlink {
	font-size:11px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}

#overlaydiv{ 
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
    z-index: 100;
    padding: 0;
    margin: 0;
}


#container {
	top:0;
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#header {
	width: 1000px;
	height: 68px;
	position:fixed;
	z-index: 10;
	padding: 0;
	margin: 0;
	top: 0;
	display:none;
}


#logo{
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	background-image: url(../images/header.png);
	width: 616px;
	height: 68px;
}


#newsletterbg{
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	width: 112px;
	height: 68px;
	background: url(../images/headerbuttonbg.jpg) no-repeat;	
}


#newsletterlink {
	top: 0;
	width: 112px;
	height: 34px;
	background: url(../images/headerbutton.jpg) no-repeat;
	margin-top: 16px;
	cursor: pointer;
	position: relative;
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
}

#newsletterdiv {
	width: 220px;
	height: 240px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -110px;
	margin-top: -120px;
	background-color: #222;
	border: 1px solid #FFF;
	display: none;
	padding: 20px;
	z-index: 1000;
}

.newslettertext {
	margin: 0;
	padding:0;
	width: 60px;
	color: #feae34;
	font-weight: bold;

}

#searchbg{
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	width: 272px;
	height: 68px;
	background: url(../images/headersearch.png) no-repeat;
	z-index: -1;
	display: none;
}


#searchfield {
	top:0;
	color: #353535;
	font-size:11px;
	font-style:normal;
	margin-left:750px;
	margin-top: 16px;
	padding-left: 32px;
	padding-top: 10px;
	line-height: normal;
	width: 223px;
	height: 22px;
	border:solid 0 #fff;
	background: transparent url(../images/searchbutton.jpg) no-repeat;
	position:fixed;
	z-index: 1000;
	display: none;
	
}

#livesearch {
	width: 214px;
	min-height: 20px;
	margin-left: 753px;
	margin-top: 48px;
	background-color: #FFF;
	position: fixed;
	border: 1px solid #000;
	text-align: left;
	display: none;
	z-index: 1000;
	display: none;
}

.livesearchtext {
	color: #353535;
	text-decoration: none;
	font-size: 10px;
	padding-left: 4px;
	line-height: 20px;
	font-weight: bold;
}

.livesearchtext:hover {
	color: #F00;
}


#left {	
	top: 0;
	position: fixed;
	float: left;
	margin-top: 68px;
	width:157px;
	height: auto;
	text-decoration: none;
	display: none;
}

.actualbutton {
	width: 157px;
	height: 29px;
	float: left;
	position: relative;
	background-image: url(../images/on.jpg);	
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}

.button {
	width: 157px;
	height: 29px;
	float: left;
	position: relative;
	background-image: url(../images/off.jpg);
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.buttontext {
	font-size:  12px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	margin: 0;
	text-decoration: none;
	cursor: pointer;

}

#buttonbottom {
	width: 157px;
	height: 1px;
	float: left;
	position: relative;
	background-image: url(../images/buttonbottom.jpg);	
	background-repeat: no-repeat;
}

#right {
	top: 0;
	width: 115px;
	height: auto;
	position: fixed;
	margin-left: 885px;
	margin-top: 68px;
	display: none;

}

.mediabox {
	width: 115px;
	height: auto;
	position: relative;
	float: left;
	padding-bottom: 10px;
}

.mediaboxtop{
	width: 115px;
	height: 5px;
	position: relative;
	float: left;
	background-image: url(../images/boxtop.jpg);
	background-repeat: no-repeat;
}

.mediaboxcontent{
	width: 115px;
	min-height: 100px;
	position: relative;
	float: left;
	background-image: url(../images/boxpattern.jpg);
	background-repeat:repeat-y;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.mediaboxbottom{
	width: 115px;
	height: 5px;
	position: relative;
	float: left;
	background-image: url(../images/boxbottom.jpg);
	background-repeat: no-repeat;
}

.mediaboxtext {
	font-size: 10px;
	color: #FFF;
}



#center {
	top: 0;
	width: 711px;
	padding-left: 164px;
	padding-top: 68px;
}

#infosav {
	top: 0;
	margin-top: 68px;
	width: 711px;
	height: 16px;
	background-image: url(../images/infobg.jpg);
	position: fixed;
}

.infosavlink {
	font-size: 10px;
	font-weight: bold;
	color: #353535;
	text-decoration: none;
	margin-left: 5px;
	margin-top: -2px;
	cursor: pointer;
}

.infosavlinknow, .infosavlink:hover {
	color: #F00;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
	margin-top: -2px;
	cursor: pointer;

}

.infosavtoken {
	font-size: 10px;
	font-weight: bold;
	color: #353535;
	text-decoration: none;
	margin-left: 5px;
	margin-top: -2px;
}


h1 {
	
	padding-top: 48px;
	font-size: 24px;
	text-align: center;

}

.hirekpic {

	padding-bottom: 60px;

}

.spacer {
	
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #353535;
	color: #feae34;
	font-size: 10px;
	font-weight: bold;
}

.tableleft {

	text-align: left;

}
.tableright {

	text-align: right;

}

.hirlevelfield {

	float: left;
	position: relative;
	border: 1px solid;
}

.LV_validation_message{
    font-weight:bold;
    font-size: 10px;
    margin: 0px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 2px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 2px solid #CC0000;
}

#terkepdiv {
	float: right;
	position: relative;
	padding-left: 24px;
}

#kattintson {
	font-size:10px;
	text-align: center;
	margin-top: 0px;
}

.elerhetosegdiv {
	padding-bottom: 32px;

}

.szerviznev {
	font-size: 14px;
	font-weight: bold;
	margin-bottom:7px;
}

.elerhetoseg {
	padding-left: 10px;
}

.mail, .mail:visited {
	color: #feae34;
	font-weight: bold;
}

.mail:hover {
	color: #FFF;
	font-weight: bold;
}


#footer {
	width: 711px;
	height: 19px;
	position: fixed;
	background-image: url(../images/footer.jpg);	
	bottom: 0;
	left: 50%;
	margin-left: -336px;
	padding: 0;
}

#footertext {
	padding-top: 4px;
	margin: 0;
	color: #FFF;
	text-align: center;
	font-size: 10px;
}

.footerlink {
	
	text-decoration: none;
	color: #FFF;
	
}

ul.gps {

	margin-top: 0;
	padding-top:0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#kerdoivbutton {
	display:none;
}

.kerdoivbuttontext {
	display:none;

}
