<style type="text/css">
html {
    height: 100%;
    background-color:#EEEEEE;
}

body {
    height: 100%;
    background-color:#FFFFFF;
    }

html {
    display: table;
    margin: auto;
}

body {
    display: table-cell;
    vertical-align: center;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
    width: 1000px;
    -webkit-box-shadow:0px 5px 10px #1c1c1c;
	-moz-box-shadow:0px 5px 10px #1c1c1c;
	box-shadow:0px 5px 10px #1c1c1c;
	padding-left: 10px;
}

box {
	display: table-cell;
	}
	
span.tab{
    padding: 0 50px; /* Or desired space*/
}

/*.container {
	padding: 0 0px;
	padding: 0 1rem;
}


.container:after,
.site-info:after,
 {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*/

/* Menu elemek */

/* Háttérszín változik */
  #menu {background: url('');position:relative; display:block; top: 15px;  left: 10;  height:0px; width: 100%; 
     text-align:left;}

/* Listajel nem kell */
  #menu ul {list-style-type: none; }


/* A link elem csinosítása  */
#menusor a{
	float: left;
    background: url('bg-menu-2.png'); 
    width: 108px; 
    height:40px;
    padding-top: 0px;
    text-align:center;
    border-right:1px solid #ccbbaa; border-bottom:0px solid #ccbbaa; border-top:0px solid #ccbbaa; 
    box-shadow: 5px 5px 5px 0px #441108;
}


/* A link felírat csinosítása  */
  #menu  li a:link,  #menu  li a:visited {color:#000000; font: 15px/24px Verdana, Geneva, sans-serif; 
    
    text-decoration:none; }

/* A link felírat csinosítása  */
  #menu  li a:hover {color:#FFFFFF;  text-decoration:none; background: url('bg-menuactive-2k.png');
} 
  #menu  li a:active {color:#FFFFFF;  border-bottom:0px; border-top:0px; padding-top:0px; font-size:14px; height:40px; background: url('bg-menuactive-2k.png');
}
  
/* Main */
#menusor{ display:inline-block;	
        background: url('bg-menu-2.png');
        width: auto; 
		margin: 0;
		padding: 0 0 0 0;
		list-style: none;  
}

#menusor li{
	float: left;
	position: relative;
}

#menusor li:hover > ul{
	display: block;
}

#menusor ul{
    list-style: none;  
    display: none;
    background: url('');
    position: absolute;
    top: 60px;
    left: -40;
    z-index: 1000;    
}

#menusor ul li{
    background: url('bg-menu-2.png');
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
}

#menusor ul a{    
    padding: 1px;
    height: 40;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

#menusor ul li a{
    background: url('bg-menu-2.png');
}



.tablazat{
	border:1x solid black;
	font-family: inherit;
	font-size: 18px;
	text-align: center;
	font-style: inherit;
	font-weight: inherit;
	margin: 1;
	outline: 5;
	padding: 0px;
	vertical-align: baseline;
}

.blent{
	border-bottom:1px solid #808080;
	font-family: inherit;
	font-size: 18px;
	text-align: center;
	font-style: inherit;
	font-weight: inherit;
	margin: 1;
	outline: 0;
	padding: 5px;
	vertical-align: baseline;
}

.bfent{
	border-top:1px solid #808080;
	font-family: inherit;
	font-size: 18px;
	text-align: center;
	font-style: inherit;
	font-weight: inherit;
	margin: 1;
	outline: 0;
	padding: 5px;
	vertical-align: baseline;
}

.bbal{
	border-left:1px solid #808080;
	font-family: inherit;
	font-size: 18px;
	text-align: center;
	font-style: inherit;
	font-weight: inherit;
	margin: 1;
	outline: 0;
	padding: 5px;
	vertical-align: baseline;
}

.bjobb{
	border-right:1px solid #808080;
	font-family: inherit;
	font-size: 18px;
	text-align: center;
	font-style: inherit;
	font-weight: inherit;
	margin: 1;
	outline: 0;
	padding: 5px;
	vertical-align: baseline;
}

/* =Slider
-------------------------------------------------------------- */

#main-slider {
	background-color: #FFFFFF; /*#21759b; */
    border-bottom: 0px solid #1b5f7d;
	clear: both;
	display: block;
	position: relative;
	padding: 0;
}
.featured-slider {
	position: relative;
}
.featured-slider .slides {
	margin: 0;
	padding: 0;
}
.featured-slider .slides img {
	box-shadow: none;
	margin: 0 0;
}
.featured-img a img {
    display: block;
    height: auto;
    margin: 0 0;
    max-width: 990px;
}
#main-slider .entry-container {
	background: #21759b; /* Show a solid color for older browsers */
	background: rgba(33, 117, 155, 0.4);
	border: 1px solid transparent;
	color: #fff;
	cursor: pointer;
	width: 300px;
	width: 15rem;
	padding: 10px 5px 15px;
	padding: 1rem 2.5rem 1.5rem;
	position: absolute;
	bottom: 50px;
	bottom: 3rem;
	left: 50px;
	left: 2.5rem;
}
#main-slider .entry-container:hover {
	background: #21759b; /* Show a solid color for older browsers */
	background: rgba(33, 117, 155, 0.7);
	border: 1px solid #1b5f7d;
	color: #fff;
}
#main-slider .entry-container .entry-header {
	margin: 0;
}
#main-slider .entry-container .entry-title,
#main-slider .entry-container .entry-title a {
	color: #fff;
	padding: 0;
}
#main-slider .entry-container p {
	margin: 0;
	padding: 0;
}

#slider-nav {
    bottom: 5%;
    display: block;
    position: absolute;
    right: 3%;
    z-index: 30;
    font-weight: bold;
}
#slider-nav a {
	background-color: transparent;
	/*background: #21759b; /* Show a solid color for older browsers */
	/*background: rgba(33, 117, 155, 0.6);*/
	cursor: pointer;
	color: #ccc;
    display: inline-block;
    font-size: 28px;
	font-size: 2.8rem;
    font-weight: 100;
    font-weight: bold;
    line-height: 33px;
    padding: 0 5px;
	opacity: 0;
}
#main-slider:hover #slider-nav a {
	opacity: 1;
}
#main-slider #slider-nav a:hover {
	background-color: transparent;
	/*background: #21759b; /* Show a solid color for older browsers */
	/*background: rgba(33, 117, 155, 1);*/
	color: #fff;
	text-decoration: none;
	text-shadow: 4px 4px 4px #000;
    font-weight: bold;

}

section {
	display: block;
}

/* =Status posts
----------------------------------------------- */

article.format-status .entry-format,
article.format-status .entry-title {
	clear: none;
}
article.format-status .entry-title {
	float: left;
	padding-bottom: 0;
}
.format-status .entry-header img {
	float: left;
	margin-right: 15px;
	margin-right: 1.5rem;
}

/* =Sticky
----------------------------------------------- */

article.sticky .featured-sticky {
	border-top: 4px double #ddd;
	border-bottom: 4px double #ddd;
	color: #757575;
	line-height: 3.5;
	text-align: center;
}

/* =Asides
----------------------------------------------- */

article.format-aside .entry-header {
	margin-bottom: 0;
}
article.format-aside .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	padding-bottom: 0;
}
article.format-aside .entry-title a {
	text-decoration: none;
	color: #222;
}
article.format-aside .entry-title a:hover {
	color: #0088cc;
}
article.format-aside .aside {
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 30px;
	padding: 3rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post Format
----------------------------------------------- */

.post-format .entry-title {
	float: left;
	max-width: 85%;
	padding-bottom: 0;
}
article .entry-format {
	margin-top: 5px;
	margin-top: 0.5rem;
	padding: 0 10px;
	padding: 0 1rem;
	float: right;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	clear: none;
	color: #848484;
	background-color: #ebebeb;
}
article .entry-format a {
	color: #848484;
	text-decoration: none;
}
article .entry-format a:hover {
	color: #0088cc;
}


/* =Link
----------------------------------------------- */

article.format-link .entry-content { 
	float: left;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.5;
	max-width: 85%;
}
article.format-link .entry-content a {
	text-decoration: none;
}


/* =Image & Gallery
----------------------------------------------- */

article.format-gallery .entry-format {
	clear: none;
}
article.format-image .entry-title a {
	color: #222;
    text-decoration: none;
}
article.format-image .entry-title a:hover {
	color: #0088cc;
}



/*--felugróablak--*/

img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
	border: none;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  display: none; 
	background: #fff;
	padding: 20px;
	border: 10px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#boxes #dialog {
  width:800px; 
  height:530px;
  padding:10px;
  background-color:#ffffff;
}






</style>