/* ../css/calendarview.css -> beolvasva */ 	
/* ../css/dialogbox.css -> beolvasva */ 	
/* ../css/lightbox.css -> beolvasva */ 	
/* ../css/main.css -> beolvasva */ 	
div.calendar
{
  font-size: smaller;
  color: #000;
}

div.calendar.popup
{
  margin-left: -40px;
  margin-top: -100px;
}

div.calendar table
{
  background-color: #eee;
  border: 1px solid #aaa;
  border-collapse: collapse;
}

div.calendar thead {
  background-color: white;
}

div.calendar td,
div.calendar th
{
  padding: 3px;
  text-align: center;
}

div.calendar td.title
{
  font-weight: bold;
}

div.calendar th
{
  background: #ddd;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-weight: bold;
  color: #555;
}

div.calendar tr.days td {
  width: 2em;
  color: #555;
  text-align: center;
  cursor: pointer;
}

div.calendar tr.days td:hover,
div.calendar td.button:hover
{
  background-color: #34ABFA;
  cursor: pointer;
}

div.calendar tr.days td:active
div.calendar td.button:active
{
  background-color: #cde;
}

div.calendar td.selected
{
  font-weight: bold;
  background-color: #fff;
  color: #000;
}

div.calendar td.today
{
  font-weight: bold;
  color: #D50000;
}

div.calendar td.otherDay
{
  color: #bbb;
}

div.dateField:hover{
	background-color:#CCDDEE;
	cursor:pointer;
}

div.dateField{
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background-color:EEEEEE;
	color:#555555;
	margin-left:auto;
	margin-right:auto;
	padding:6px;
	text-align:center;
	width:140px;	
}	
	
@charset "utf-8";
#DialogBackground {
	background-color:#000000;
	height:100%;
	left:0;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	position:absolute;
	top:0;
	width:100%;
	z-index:500;
}

#DialogPreLoading {
	opacity:0.45;
	position:absolute;
	top:135px;
	width:100%;
	z-index:750;
}

#DialogBox {	
	position:absolute;
	text-align:left;	
	width:250px;
	height:180px;
	z-index:1000;
	line-height:140%;
}

.dialogBoxBorder_2 {
	background:#FFFFFF none repeat scroll 0 0;
	border-color:#D7D7D7 #CDCDCD #CDCDCD #D7D7D7;
	border-style:solid;
	border-width:1px;
	width:auto;
}

#DialogCenter a {
	border-color:#11A3D1;
	border-style:solid;
	border-width:0 0 1px;
	color:#11A3D1;
	cursor:pointer;
	font-weight:bold;
	text-decoration:none;
}

#DialogCenter a:hover {
	border-color:#83B335;
	border-style:solid;
	border-width:0 0 1px;
	color:#006F93;
}

#DialogCenter table {
	width:100%;
}

#DialogCenter .DialogMessage {
	text-align:center;
	font-size:11px;
	color:#333333;
}

#DialogButtonsCenter {
	padding-top:15px;
	text-align:center;
}

#DialogButtonsRight {
	padding-top:15px;
	text-align:right;
}	
	
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 400;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 300;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 350;
	width: 100%;
	height: 500px;
	background-color: #000;
	}	
	
@charset "utf-8";
html {
	overflow: -moz-scrollbars-vertical;
	height:100%;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:10px;
	background:#576d05 url(../img/bg.jpg) repeat-x;
	background-position:top;
	color:#404042;
	height:100%;
}

span{
	text-align:left;
}

h2{
	margin:0px;
	padding:0px 0px 10px 0px;
	color:#404042;
	font-size:13px;
	text-transform:uppercase;
}

h3{
	margin:0px;
	padding:0px 0px 5px 0px;
	font-weight:bold;
	color:#b28025;
	font-size:10px;
}

#place01{
margin:0;
padding:0;
width:484px;
text-align:center;
padding-top:10px;
}

#ajanlat01{
	width:116px;
	height:140px;
	float:left;
	cursor:pointer;
}

#ajanlat02{
	width:126px;
	height:140px;
	float:left;
	cursor:pointer;
}

#ajanlat03{
	width:126px;
	height:140px;
	float:left;
	cursor:pointer;
}

#ajanlat04{
	width:116px;
	height:140px;
	float:left;
	cursor:pointer;
}

.menu_1{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#7f807a;
	text-decoration:none;
	text-transform:uppercase;
	background-image:url(../img/menu_arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;
}

.menu_1:hover{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#313b04;
	text-decoration:none;
	text-transform:uppercase;
	background-image:url(../img/menu_arrow2.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
}

.menu_aktiv{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#313b04;
	text-decoration:none;
	text-transform:uppercase;
	background-image:url(../img/menu_arrow2.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
}

#menu_div{
	position:relative;
	top:-30px;
	left:-1px;
	width:198px;
	z-index:30;
}

#login_div{
	position:relative;
	left:32px;
	height:39px;
	z-index:20;
	width:716px;
	background-image:url(../img/login_bg2.gif);
	background-repeat:no-repeat;
}



#flash_div{
	position:relative;
	top:0px;
	z-index:1;
}

.lang{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#617317;
	text-decoration:none;
	text-transform:uppercase;
	padding-left:10px;
}

.lang:hover{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	background-image:url(../img/arrow_lang.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;
}

.lang_nolink{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	padding-left:10px;
}

.datum{
	color: #FFFFFF;
	text-transform:uppercase;
	font-size:8px;
}

span.select {
  position: absolute;
  width: 136px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 21px;
  padding: 0px 24px 0px 8px;
  color: #FFFFFF;
  font-weight:bold;
  font: 10px/20px arial,sans-serif;
  background: url(../img/select.gif) no-repeat;
  overflow: hidden;
}

span.select2 {
  position: absolute;
  width: 110px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 21px;
  padding: 0px 24px 0px 8px;
  color: #FFFFFF;
  font-weight:bold;
  font: 10px/20px arial,sans-serif;
  background: url(../img/select2.gif) no-repeat;
  overflow: hidden;
}

span.select2_k {
  position: absolute;
  width: 46px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 21px;
  padding: 0px 24px 0px 4px;
  color: #FFFFFF;
  font-weight:bold;
  font: 10px/20px arial,sans-serif;
  background: url(../img/select2_k.gif) no-repeat;
  overflow: hidden;
}

span.select2_k2 {
  position: absolute;
  width: 46px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 21px;
  padding: 0px 24px 0px 4px;
  color: #FFFFFF;
  font-weight:bold;
  font: 10px/20px arial,sans-serif;
  background: url(../img/select2_k.gif) no-repeat;
  overflow: hidden;
}

span.select_green {
  position: absolute;
  width: 136px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 18px;
  padding: 0px 24px 0px 8px;
  color: #FFFFFF;
  font-weight:bold;
  font: 11px;
  background: url(../img/select_green.gif) no-repeat;
  overflow: hidden;
  vertical-align:bottom;
}

a{
	font-weight:bold;
	color:#b28025;
	text-decoration:none;	
}

a:hover{
	font-weight:bold;
	color:#000000;	
	text-decoration:underline;
}

.form_text1{
	color:#ffffff;
	font-size:9px;
}

.form_cim{
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:20px;			
}

.form_cim_h{
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:20px;			
}

.form_cim_h2{
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
}


.lista_cim{
	color:#404042;
	font-size:13px;
	text-transform:uppercase;
	padding-bottom:14px;
}

.lista_szoveg{
	color:#404042;
	text-align:justify;
}

.lista_table{
	color:#b28025;
}

.visszajelzes1{
	font-size:15px;
	color:#404042;
	padding-bottom:30px;
}

.visszajelzes2{
	font-size:10px;
	color:#404042;
	padding-bottom:20px;
	width:164px;
	text-align:justify;
}

.lista_head_0{
	width:210px;
	text-align:left;
	font-size:15px;
	font-weight:bold;
	padding-bottom:20px;
}

.lista_head_1{
	width:210px;
	text-align:right;
	padding-left:225px;
	font-size:15px;
	font-weight:bold;
	padding-bottom:10px;
}

.lista_item{	
	text-align:justify;
	padding-bottom:10px;
}

.lista_link{
	text-decoration:none;
}

.lista_link:hover{
	text-decoration:underline;
}

.lista_link2{
	text-decoration:none;
	text-transform:uppercase;
	font-size:9px;
}

.lista_link2:hover{
	text-decoration:underline;
	text-transform:uppercase;
	font-size:9px;
}

.blog_cim{
	color:#dc931a;
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
	padding-left:18px;
	padding-right:18px;
	line-height:normal;
}

.blog_alcim{
	color:#dc931a;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:18px;
	padding-right:18px;
	line-height:normal;
}

.blog_cim2{
	color:#dc931a;
	font-size:15px;
	font-weight:normal;
	padding-left:18px;
	padding-right:18px;
	line-height:normal;
}

.blog_szoveg{
	text-align:justify;
	padding-left:18px;
	padding-right:18px;
}

.blog_szoveg2{
	text-align:justify;
	padding-left:18px;
}

.input1{
	background-color:#999999;
	border:1px solid #666666;
	color:#FFFFFF;
}

.input2{
	border:0px solid #b1b1b1;
	background:none;
	height:16px;
	width:108px;
	color:#FFFFFF;
	font-size:11px;
	padding-left:5px;
	padding-top:2px;
}

.input3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #b0b0b0;
	color:#404042;
	width:215px;
	font-size:11px;
}

.input32{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #b0b0b0;
	color:#404042;
	width:204px;
	font-size:11px;
}

.input42{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #b0b0b0;
	color:#404042;
	width:204px;
	height:45px;
	font-size:11px;	
}

.input4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #b0b0b0;
	color:#404042;
	width:215px;
	height:45px;
	font-size:11px;	
}

.input5{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #b0b0b0;
	color:#404042;
	width:350px;
	height:90px;
	font-size:11px;	
}

.input6{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #b0b0b0;
	color:#404042;
	width:350px;
	font-size:11px;
}

.input7{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #b0b0b0;
	color:#404042;
	width:115px;
	font-size:11px;	
}

.textarea1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #b0b0b0;
	color:#404042;
	width:115px;
	font-size:11px;	
}

.btn1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #b0b0b0;
	color:#404042;
	font-size:11px;
}

.btn2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #b0b0b0;
	color:#404042;
	background-color:#f4f4f4;
	font-size:11px;
}

.kereso{
	font-size:8px;
	text-transform:uppercase;
	color:#000000;
}

.result{
	background-color:#587400;
	color:#FFFFFF;
}

.foglal1{
	font-weight:bold;
	text-transform:uppercase;
	color:#dc931a;
}

.foglal2{
	text-transform:uppercase;
	color:#dc931a;
	font-size:10px;
}

.link_also{
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}

.link_also:hover{
	font-size:10px;
	color:#FFFFFF;
	text-decoration:underline;
}

.link_ba{
	text-decoration:none;
}

.link_ba:hover{
	text-decoration:underline;
}

.link_gal{
	font-weight:bold;
	color:#b28025;
	text-decoration:none;
	text-transform:uppercase;	
}

.link_gal:hover{
	font-weight:bold;
	color:#000000;	
	text-decoration:underline;
	text-transform:uppercase;
}

.link_fog{
	font-weight:bold;
	color:#a1171c;
	text-decoration:none;
	text-transform:uppercase;	
}

.link_fog:hover{
	font-weight:bold;
	color:#000000;	
	text-decoration:underline;
	text-transform:uppercase;
}

.link_next{
	font-weight:bold;
	color:#3f3f3f;
	text-decoration:none;	
}

.link_next:hover{
	font-weight:bold;
	color:#b28025;	
	text-decoration:underline;
}	
	
