html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
ol, ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
:focus {
    outline: 0 none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    color: #222222;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.clear {
    clear: both;
}
.ui-tabs-hide {
    display: none;
}
br.clear {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #717171;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1em;
    padding-bottom: 5px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #717171;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
p {
    line-height: 24px;
    padding-bottom: 10px;
}
strong {
    color: #1C1C1C;
    font-weight: bold;
}
cite, em, i {
    font-style: italic;
}
pre, code {
    margin-bottom: 10px;
}
ins {
    text-decoration: none;
}
sup, sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 0.8em;
}
sub {
    top: 0.3em;
}
dl {
    margin: 0 0 1.5em;
}
dl dt {
    font-weight: bold;
}
dd {
    margin-left: 1.5em;
}
blockquote {
    background: none repeat scroll 0 0 #E6E6E6;
    border: 1px solid #DCDCDC;
    color: #666666;
    font-style: italic;
    margin: 1.5em;
    padding: 1em;
}
blockquote p {
    padding-bottom: 0;
}
input[type="text"], input.text, input.title, textarea, select {
    background-color: #FFFFFF;
    border: 1px solid #BBBBBB;
    color: #4E4E4E;
    padding: 2px;
}
input[type="text"]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
    border-color: #2D3940;
    color: #3E3E3E;
}
input[type="text"], input.text, input.title, textarea, select {
    margin: 0.5em 0;
}
textarea {
    padding: 4px;
}
img#about-image {
    float: left;
    margin: 3px 8px 8px 0;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

/***********SMY***********/

body {
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 13px;
    line-height: 18px;
	background-color: #DBDBDB;
	color: #222222;
	overflow-y:scroll;
}
h1,h2,h3 {
	padding: 12px 0;
}
#background img {
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 1024px;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 0;
}
#content h1 {
	margin-bottom: 25px;
}
#wrapper {
    margin: 0 auto;
    width: 922px;
	position:relative;
	z-index: 10;

}
#main {
    margin-bottom: 5px;
    overflow: auto;
    width: 100%;
}
#header {
	background-color: #FFFFFF;
    height: 160px;
    margin: -20px 0 5px 0;
    padding: 10px;
    width: 902px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px; 
	-webkit-box-shadow: 2px 2px 7px 7px rgba(1, 1, 1, 0.2);
	-moz-box-shadow: 2px 2px 7px 7px rgba(1, 1, 1, 0.2);
	box-shadow: 2px 2px 7px 7px rgba(1, 1, 1, 0.2);
}
#logo {
	margin-top:10px;
	width:900px;
	height:150px;
	background: url("../image/top_logo.png") no-repeat #FFFFFF;
}
img.logo {
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}
#leftcolumn {
    display: none;
    float: left;
    padding: 10px 0 10px 10px;
    margin: 40px 0 0 0;
    width: 192px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
#content {
	background-color: #FFFFFF;
	display: inline;
    float: left;
    width:700px;
	padding:40px; 
	margin:10px 70px;
    position: relative;
	min-height:380px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px; 
	-webkit-box-shadow: 2px 2px 7px 7px rgba(1, 1, 1, 0.2);
	-moz-box-shadow: 2px 2px 7px 7px rgba(1, 1, 1, 0.2);
	box-shadow: 2px 2px 7px 7px rgba(1, 1, 1, 0.2);
}
#footer {
	background-color: #FFFFFF;
    clear: both;
    color: #222222;
    margin: 0 0 10px 0;
    padding: 10px;
    width: 902px;
	text-align:center;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 2px 2px 7px 7px rgba(1, 1, 1, 0.2);
	-moz-box-shadow: 2px 2px 7px 7px rgba(1, 1, 1, 0.2);
	box-shadow: 2px 2px 7px 7px rgba(1, 1, 1, 0.2);
}
.text {
	text-align:left;
}
.textcontact {
	text-align:center;
	padding: 20px 0;
}
.clear {
    background: none repeat scroll 0 0 transparent;
    clear: both;
}
#footer li {
    display: inline;
    font-size: 10px;
    padding-right: 16px;
    text-transform: uppercase;
	font-weight:600;
}
#footer li span {
	color: #F30000;
}
#nav {
	background-color: #FFFFFF;
	width:300px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 2px 2px 7px 7px rgba(1, 1, 1, 0.2);
	-moz-box-shadow: 2px 2px 7px 7px rgba(1, 1, 1, 0.2);
	box-shadow: 2px 2px 7px 7px rgba(1, 1, 1, 0.2); 
}
#nav ul {
    list-style: none outside none;
    margin: 0;
	padding: 15px 0;
}
#nav li {
    font-family: 'Open Sans',Arial,sans-serif;
	padding:2px;
}
#nav li a:link, #nav li a:visited {
    color: #43433E;
    display: block;
    font-size: 15px;
    margin-top: -10px;
    padding: 19px 45px;
    right: 19px;
    text-decoration: none;
	position:relative;
}
#nav li a:hover, #nav li a:focus {
    background: url("../image/menu2.png") no-repeat scroll -232px 0 transparent;
	z-index:10;
    color: #FFFFFF;
    left: -14px;
    margin-top: -10px;
    padding: 19px 18px 19px 40px;
}
body#bemutatkozas a#bemutatkozasnav, body#programok a#programoknav, body#szolgaltatasaink a#szolgaltatasainknav, body#kepek a#kepeknav, body#araink a#arainknav, body#boraink a#borainknav, body#elerhetosegek a#elerhetosegeknav {
    background: url("../image/menu2.png") no-repeat scroll 0 0 transparent;
	z-index:10;
    color: #FFFFFF;
    left: -14px;
    padding: 18px 18px 18px 40px;
    width: 174px;
	font-weight:600;
}
li.lista {
	padding: 5px 0 5px 40px;
}
ul.lista {
	list-style:square inside;	
}
div.kiemeles {
	width:340px;
	height:70px;
	margin:0 auto;
	background-color: #CB9B5B;
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
div.kiemeles p {
	text-align:center;
	font-size:20px;
	font-weight:600;
	text-align:center;
	color: #FFFFFF;
	padding-top:22px;
}
div.kiemeles2 {
	width:340px;
	height:70px;
	margin:0 auto;
	background-color: #CB9B5B;
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
div.kiemeles2 h3 {
	text-align:center;
	font-size:20px;
	font-weight:400;
	text-align:center;
	color: #FFFFFF;
	padding-top:12px;
}
div.kiemeles2 h3 span {
	font-size:24px;
	line-height:32px;
	font-weight:600;
}
#borok {
	text-align:center;
	float:left;
	margin:0 40px 20px 40px;
}
.cimke {
	padding:20px 0;
}
div.cimke h4 {
	font-weight:600;
}
.palack:hover {
	transform: scale(1.2);	
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
}
.palack {
	padding: 20px 0;
	transform: scale(1);	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
}
div.indexkepek {
	width:230px; float:right;
}
div.indexkepek img {
	padding: 5px;
	margin:10px 0;
	border: 1px solid #cbcbcb;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 2px 2px 7px 7px rgba(1, 1, 1, 0.1);
	-moz-box-shadow: 2px 2px 7px 7px rgba(1, 1, 1, 0.1);
	box-shadow: 2px 2px 7px 7px rgba(1, 1, 1, 0.1); 
}
div#copyright {
	float:right;
	width:90px;
	margin-top:-5px;
	margin-bottom:10px;
	-moz-opacity:.70; 
	filter:alpha(opacity=70); 
	opacity:.70;
}
div#smy {
	margin-right:10px;
	background: url(../image/smy.png) no-repeat;
	width:40px;
	height:14px;
	float:right;
}
div#design {
	margin-right:0px;
	background: url(../image/design.png) no-repeat;
	width:40px;
	height:14px;
	float:left;
}
.oltvanytable {
	width: 100%;
}
.oltvanytable img {
	width: 200px;
}
td.oszlop-egy {
	width:200px;
	padding: 0 20px 40px 0;
}
td.oszlop-ketto {
	width:336px;
	padding: 0 20px 0 0;
}
td.oszlop-harom {
	width:122px;
}
.elfogyott {
	background: url(../image/elfogyott.png) top right no-repeat;
	height: 116px;
	width: 120px;
}
/***************GALERIA******************/
figure { display: block; position: relative; float: left; overflow: hidden; margin: 0 10px 10px 0; }
figcaption { position: absolute; background: black; background: rgba(0,0,0,0.75); color: white; padding: 10px 20px; opacity: 0; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; } 
figure:hover figcaption { opacity: 1; } 
figure:before { content: "i"; position: absolute; font-weight: 800; background: black; background: rgba(255,255,255,0.75); text-shadow: 0 0 5px white; color: black; width: 24px; height: 24px; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; text-align: center; font-size: 14px; line-height: 24px; -moz-transition: all 0.6s ease; opacity: 0.75; } 
figure:hover:before { opacity: 0; } .cap-left:before { bottom: 10px; left: 10px; } 
.cap-left figcaption { bottom: 0; left: -30%; } 
.cap-left:hover figcaption { left: 0; } .cap-right:before { bottom: 10px; right: 10px; } 
.cap-right figcaption { bottom: 0; right: -30%; } 
.cap-right:hover figcaption { right: 0; } 
.cap-top:before { top: 10px; left: 10px; } 
.cap-top figcaption { left: 0; top: -30%; } 
.cap-top:hover figcaption { top: 0; } 
.cap-bot:before { bottom: 10px; left: 10px; } 
.cap-bot figcaption { left: 0; bottom: -30%;} 
.cap-bot:hover figcaption { bottom: 0; }