﻿body
{
	margin: 0;
	background-image:url("pics/bg.jpg");
	background-repeat:repeat-x;
	background-color: #3b555d; /*#F7F7F7;*/
	background-attachment:fixed;
	font-family: "trebuchet ms", Arial, sans-serif; /*"Lucida Sans Unicode","Lucida Grande",sans-serif*/
	font-size: 12px;
	color:#000000;
	overflow-y: scroll;
	overflow-x: auto;
}

#wrapper_top
{
	margin: auto;
	min-height: 100%;
	position: relative;
	width: 938px;
	height: 37px;
	background-image:url("pics/bg_top.png");
	background-repeat:no-repeat;
	border: 0;
}

#wrapper
{
	margin: auto;
	min-height: 100%;
	position: relative;
	width: 938px;
	background: url("pics/bg_wrapper.png") repeat-y scroll 0 0 transparent;
	border: 0;
}

#wrapper_bottom
{
	margin: auto;
	min-height: 100%;
	position: relative;
	width: 938px;
	height: 37px;
	background-image:url("pics/bg_bottom.png");
	background-repeat:no-repeat;
	border: 0;
}

#logoheader
{
	display:block;
	width: 900px;
	height: 201px;
	margin: auto;
	padding:0;
	background-color: #FFFFFF;
	/*
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	background-color: #0066CC;
	-moz-box-shadow: 1px 1px 20px #fff;
	-webkit-box-shadow: 1px 1px 20px #fff;
	-o-box-shadow: 1px 1px 20px #fff;
	box-shadow: 1px 1px 20px #fff;
	background-image:url(pics/logo.png);
	background-repeat:no-repeat;*/
}

#logo
{	
	width: 168px;
	height: 192px;
	margin:0 0 0 10px;
	float: left; 
	background: url("pics/bg_logo.png") no-repeat scroll 0 0 transparent;
	text-align: center;
}

#logo p 
{ margin-top:1px; margin-bottom:1px; font-weight:bold; text-shadow: -1px -1px white, 0 0 2px #111;} /*0 0 1px #111;*/

#logo img { margin-bottom:10px; }

#logo p.title
{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #007399;
	margin-top:14px;
	margin-bottom:12px;
	text-shadow: -1px -1px white, 1px 1px 1px #111;
	/*text-shadow: -1px -1px white, 1px 1px #333;*/
}

#logo a
{
	cursor: pointer;
    outline: medium none;
    text-decoration: none;
}

#logo img
{	border:none;   }

#sliderheader
{
	width:700px;
	float: right;
    margin: 0 0 0 10px;
	background: url("pics/bg_img.gif") no-repeat scroll 0 0 transparent;
    padding: 7px 5px 7px 7px;
}

.menu_border
{
	margin: auto;
	min-height: 100%;
	position: relative;
	width: 900px;
	height: 6px;
	background-image:url("pics/menu_border.gif");
	background-repeat:no-repeat;
	border: 0;
}

#menu
{
	width: 900px;
	height: 24px;
	margin: auto;
	border-top:2px solid #FFF;
	border-bottom:2px solid #FFF;
	background: url("pics/bg_menu.png") repeat-y scroll 0 0 transparent;
	background-color: #007399;
	/*background:url(pics/"menu_bg.png");
	background-repeat:no-repeat;
	-moz-box-shadow: 1px 1px 20px #fff;
	-webkit-box-shadow: 1px 1px 20px #fff;
	-o-box-shadow: 1px 1px 20px #fff;
	box-shadow: 1px 1px 20px #fff;*/
}

#nav {
	min-height: 100%;
	width: 750px;
	margin: auto;
	border: 0px;
}

#main, #main_nojs
{
	width:900px;
	margin:auto;
	/*border-left:1px solid #FFF;
	border-right:1px solid #FFF;*/
	background-color: #F7F7F7;
	/*background-image:url(pics/backg.jpg);
	background-repeat:repeat;*/
	/*padding-bottom:24px;*/
	/*margin-top:2px;*/
	/*-moz-box-shadow: 1px 1px 20px #fff;
	-webkit-box-shadow: 1px 1px 20px #fff;
	-o-box-shadow: 1px 1px 20px #fff;
	box-shadow: 1px 1px 20px #fff;*/

}

div.paddingbottom {
	margin:0px;
	padding-bottom:24px;
	clear:both;
}

#linkfooter
{
	margin:auto;
	font-size:2px;
	text-align:center;
}
#linkfooter img { max-height: 15px; }

#linkfooter p {
	margin:0;
	padding:2px 0 2px 0;
}

#footer
{
	width:900px;
	margin:auto;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color: #666666;
	background-color: #F7F7F7;
	padding-top:10px;
}
#footer p {
	margin:0;
	padding:0;
}

#nav ul {
	list-style:none;margin:0; padding:0;
}
/* 	LEVEL ONE */
#nav ul.dropdown { 
	position: relative; 
}
#nav ul.dropdown li { 
	font-weight: bold; 
	float: left; 
	width: 150px;
	font-size:14px;
	text-align:center;
}
#nav ul.dropdown a:hover { background: url("pics/bg_sub_menu.png") repeat-y scroll 0 0 transparent; color: #FFF; } /*TOP LEVEL MENU WHITE HOVER BACKGR*/
#nav ul.dropdown a:active { color: #FFF; }
#nav ul.dropdown li a { 
	display: block; 
	padding: 3px 0px;
	/*border-left:1px solid #FFF;*/
	text-decoration:none;
	/*height:100%;*/
	color:#FFF;
}
/*only this working with IE:*/
#nav ul.dropdown li a#lastmenuitem{
	/*border-right: 1px solid #FFF;*/
}
/*default option is not working with ie:
#nav ul.dropdown li:last-child a {
	border-right: 1px solid #FFF;
} /* Doesn't work in IE */
#nav ul.dropdown li.hover, #nav ul.dropdown li:hover { 
	/*background: #F3D673; */
	color: black; 
	position: relative; 
}
#nav ul.dropdown li.hover a { 
	color: #FFF; 
}

/* 	LEVEL TWO */
#nav ul.dropdown ul { 
	width: 150px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0; 
	border-bottom: 1px solid #ccc; 
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc; 
	z-index:100;
}
#nav ul.dropdown ul li { 
	font-weight: bold; 
	/*background: #f6f6f6;*/
	color: #FFF; 
	border-top: 1px solid #ccc; 
	float: none; 
}

/* IE 6 & 7 Needs Inline Block */
#nav ul.dropdown ul li a { 
	border-right: none;
	width: 150px;
	display: inline-block; 
} 

/* 	LEVEL THREE */
#nav ul.dropdown ul ul 	{ 
	left: 100%;
	top: 0; 
}
#nav ul.dropdown li:hover > ul { 
	visibility: visible; 
}

#nav li a {
	/*background:url(pics/bg2.jpg) repeat 0 0;*/
	/*background-color: #007399;*/
}
#nav li ul.sub_menu a {
	background: url("pics/bg_sub_menu.png") repeat-y scroll 0 0 transparent;
	background-color: #007399;
}
#nav ul.dropdown li a:hover, #nav ul.dropdown li a:focus, #nav ul.dropdown li a:active {
background-color: #FFFFFF;
color: #007399;
}
#nav ul.dropdown a {
/*background:url(pics/bg.jpg) repeat -20px 35px;*/
}
#nav ul.dropdown a.selected {
background: url("pics/bg_sub_menu.png") repeat-y scroll 0 0 transparent; /*TOP LEVEL MENU ACTIVE (SELECTED) BACKGR*/
background-color: #FFFFFF;
color: #007399;
}

.loader {
background: url(pics/loader.gif) no-repeat center center;
height:48px;
display:none;
}

h1 {
	font-size: 18px;
	color: #007399;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align:center;
}

h2 {
	font-size: 14px;
	color: #007399;
	text-align:center;
	margin-bottom:20px;
}

span.region {
	font-weight: bold;
	color: #007399;
}
span.text14 {
	font-size: 14px;
	font-weight: bold;
	color: #007399;
}
#welcome70 {
	min-height: 100%;
	width: 630px;
	margin: auto;
	text-align:center;
}
#welcome70 p{
	text-align:justify;
}

#main p {
	line-height: 150%;
}

#welcome70 p.h2_akcio{
	font-size: 14px;
	color: #007399;
	text-align:center;
	margin-bottom:0;
	font-weight:bold;
}
#welcome70 p.akcio{
	text-align:center;
	margin-top:2px;
	margin-bottom:18px;
}

a{
	color: #007399;
}

a:hover {
	color: #729ac0;
}
div.content_border{
	margin: auto;
	width: 630px;
	border-bottom: 2px solid #E3E5E5;
	margin-top:0;
	margin-bottom:28px;
	clear:both;
}
#welcome70 ul {
	list-style-image: url(pics/saxum_bullet.gif);
	margin-top:0px;
	margin-bottom:0px;
}
#welcome70 p.center {
	text-align:center;
}

#welcome70 p.p14 {
	margin-top: 30px;
	text-align:center;
}

div.content_left{
	width:315px;
	float:left;
	text-align:left;
}
div.content_right{
	width:315px;
	float:right;
	text-align:left;
}

#welcome_ul { 
	text-align:left;
	margin-left: 180px;
}

#welcome_ul_full_1, #welcome_ul_full_2{ 
	display:none;
}
#welcome_full_link {
	width: 630px;
	text-align:center;
	padding-top:18px;
	padding-bottom:14px;
	clear: both;
}
.welcome_ul_full_more{
	font-size: 18px;
}

#kandallo, #granit, #marvany, #meszko { 
	display:none;
}

p.center {
	text-align:center;
}

.formdiv
{
width:700px;
margin:auto;
}
input, textarea, select
{
margin: 0 0 8px 6px;
color: #000000;
background: #FFFFFF;
border: 1px outset #003366;
}
/*.formdiv input select
{
width:230px;
}*/
input.focusfield:focus, input.focusfield:hover, textarea.focusfield:focus, textarea.focusfield:hover, select.focusfield:focus, select.focusfield:hover
{
/*border: 1px solid #0066CC;*/
outline:#007399 groove thin;
}

.formdiv label,label span
{
display:block;
}

/*.formdiv label
{
overflow:hidden;
padding-bottom:5em;
}*/
.formdiv label span 
{
float:left;
text-align:right;
width:35%;
}

.loginformdiv
{
	width:450px;
	margin:auto;
}
.loginformdiv label,label span
{
display:block;
}
.loginformdiv label span 
{
float:left;
text-align:right;
width:40%;
}

#munkateruleteink
{
	margin: 24px;
	text-align: justify;
	width:450px;
	font-size:13px;
	line-height: 150%;
}

/*KAPCSOLAT MAIL FORM - START*/
#kapcsolatmail_div {
	margin:auto; 
	text-align:center; 
	width:354px;
}

#kapcsolatmail_div p.centered_img {
	text-align:center;
	margin: 12px 12px 16px 12px;
}

#kapcsolatmail_div input[type="text"]{
	width:164px;
	font-size:11px;
}
#kapcsolatmail_div textarea {
	width:340px; 
	font-size:11px;
	font-family:"trebuchet ms",Arial,sans-serif;
}
/*KAPCSOLAT MAIL FORM - END*/

#katletrehozformdiv
{
	width:500px;
	margin:auto;
}
#katletrehozformdiv label span 
{
	float:left;
	text-align:right;
	width:50%;
}

.link
{
	text-decoration:underline;
	cursor:pointer;
}
#th_list_kateg {
	clear:both;
	width: 768px;
	margin:auto;
	text-align:center;
}
#th_list_kateg div.kep {
	float:left;
	height:180px;
	width:235px;
	margin: 0 19px 0 0;
}
#th_list_kateg div.kep.kepmagassag {
	height: 200px;
}
#th_list_kateg div.kep.kepmagassag div.kep {
	background-color: #E4E4E4;
	border:1px solid #CCCCCC;
}
#th_list_kateg div.kep img {
	border-color: #CCCCCC #AAAAAA #BBBBBB;
	border-style: solid;
	border-width: 1px;
	-moz-box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	-o-box-shadow: 2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #ccc;
}
#th_list_kateg p.kep {
	padding-top:6px;
	margin-top:0px;
}
.close {
	clear:both;
	float:none;
	height:0;
	overflow:hidden;
}
#th_list_kateg div.kep img:hover {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
#th_list_kepek{
	clear:both;
	width: 720px;
	margin:auto;
	text-align:center;
}
#th_list_kepek div.th_list_kep_box{
	float:left;
}
#th_list_kepek div.th_list_kep{
	float:left;
	margin-right:5px;
	width: 175px; /*ADDED to centered portrait pictures!*/
}
#th_list_kepek div.th_list_kep img{
	background-color:#E4E4E4; /* ALREADY SET IN THE delete listing! */
	border:1px solid #A9A9A9;
	/*display:block;*/  /*REMOVED this line to centered portrait pictures!*/
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}
#th_list_kepek div.th_list_kep img:hover{
	background-color: #E4E4E4;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
#th_list_kepek a.kep_torles_link {
	margin-top:0px; padding-top:0px; text-decoration:none; font-size:8px;
}
#th_list_kepek a.kep_torles_link:hover {
	color:#CC0000;
}
#th_list_kepek a.kep_atnevez_link {
	margin-top:0px; padding-top:0px; text-decoration:none; font-size:8px;
}
#th_list_kepek a.kep_atnevez_link:hover {
	color:#00CC66;
}

.pager
{
	clear: both;
    display: block;
    font-size: 13px;
    padding-bottom: 6px;
    padding-top: 36px;
    text-align: center;
}

.pager span {
	font-weight: bold;
    margin: 0 6px;
}

.pager a.page-numbers, .pager span.page-numbers {
    background-color: white;
    border: 1px solid #DDDDDD;
    margin-right: 3px;
    padding: 3px 9px;
	text-decoration: none;
}

.pager a.page-numbers:hover
{
	background-color: #007399;
	color: #FFFFFF;
}

#szolgaltatas_main
{
	min-height: 100%;
	width: 630px;
	margin: auto;
}

#szolgaltatas_main a.right { float:right; text-align:right; }


div.szolgaltatas, div.szolgaltatas_portrait
{
	text-align:left;
	margin: 15px 0 15px 0;
	height: 155px;
	border-top: 2px solid #ccc;
	clear: both;
}

div.szolgaltatas_portrait { height: 240px; }

div.szolgaltatas img { 
	border: 1px solid #ccc;
	width: 140px;
	height: 105px; 
}

div.szolgaltatas_portrait img { 
	border: 1px solid #ccc;
	width: 140px;
	height: 180px; 
}

div.szolgaltatas_portrait:last-child { border-bottom: 2px solid #ccc; }

div.szolgaltatas_img
{
	float: left;
	width: 140px;
	margin: 0 20px 0 0;
	text-align:left;
	position: relative;
}

div.szolgaltatas_text
{
	margin: 0;
	width:610px;
	margin-bottom: 30px;
}

div.szolgaltatas p, div.szolgaltatas_portrait p{
	text-align:justify;
}

div.szolgaltatas p.head, div.szolgaltatas_portrait p.head{
	font-size: 18px;
	margin: 10px 0 8px 0;
    font-variant: small-caps;
}


/* TOOLTIP */
#tooltip{
	clear:both;
	position:absolute;
	border:1px solid #D9E4FF;
	background:#fff;
	padding:0px 5px 0px 5px;
	color:#000;
	display:none;
}

/* FILE UPLOAD CONTROL */
#swfupload-control{ width:800px; margin: auto; }
#swfupload-buttons  { width:680px; margin:auto; padding-top:8px; padding-left:40px; border: 1px solid #D9E4FF; margin-bottom:20px;}

#swfupload-control div.fieldset {
	border:  1px solid #afe14c;
	margin: 10px 0;
	padding: 10px 10px;
}
#swfupload-control div.fieldset span.legend {
	position: relative;
	padding: 3px;
	top: -20px;
}

#swfupload-control div.flash {
	width: 700px;
	margin: auto; /*10px 5px*/
	border-color: #D9E4FF;
	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}

#swfupload-control input[disabled]{ border: 1px solid #ccc }

#swfupload-control input.nagygombok{
	margin-left: 2px; font-size: 8pt; height: 29px;
}

#swfupload-control #btnSubmit { margin: 0 0 0 155px ; }
td {
	vertical-align: top;
}

#swfupload-control .progressWrapper {
	width: 700px;
	overflow: hidden;
}

#swfupload-control .progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}

#swfupload-control .message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}

#swfupload-control .red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}


#swfupload-control .green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}


#swfupload-control .blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

#swfupload-control .progressName {
	color: #555;
	width: 700px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

#swfupload-control .progressBarInProgress,
#swfupload-control .progressBarComplete,
#swfupload-control .progressBarError {
	font-size: 0;
	width: 0%;
	height: 8px;
	background-color: #00CC66;
	margin-top: 2px;
}

#swfupload-control .progressBarComplete {
	width: 100%;
	background-color: #00CC66;
}

#swfupload-control .progressBarError {
	width: 100%;
	background-color: #cc0000;
}

#swfupload-control .progressBarStatus {
	margin-top: 2px;
	width: 600px;
	text-align: left;
	white-space: nowrap;
}

#swfupload-control a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(scripts/swfupload/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

#swfupload-control a.progressCancel:hover {
	background-position: 0px 0px;
}


#swfupload-control .swfupload {
	vertical-align: top;
}

#divStatus {
	width:705px;
	margin:auto;
	margin-top: 15px;
	padding-left: 15px;
	border: 1px solid #D9E4FF;
}
/* END OF FILE UPLOAD CONTROL */


/*UPDATE FILENAME*/
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#ccc;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:700px;
  height:45px;
  display:none;
  z-index:9999;
  padding:0px;
}


#rename input {
  border:2px solid #000;
  height:16px;
  width:700px;
  font-size:12px;
}

#admindiv{
	width:900px;
	margin:auto;
	background-color:#CC0000;
	margin-top:1px;
	margin-bottom:0px;
	border-bottom-width:1px;
	border-bottom-color:#000;
	border-bottom-style:solid;
	color:#FFF;
}
#adminleft{
	float:left;
	padding-left:10px;
}
#adminright{
	float:right;
	padding-right:10px;
}
#adminright a{
	color:#FFF;
	text-decoration:none;
}
#adminright a:hover{
	color:#FFF;
	text-decoration:underline;
}

.loginformdiv input#username, .loginformdiv input#password {
	width: 170px;
}
/*END OF UPDATE FILENAME*/
