@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,300italic,400italic,500italic&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Calligraffitti);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=latin,latin-ext);

/* CSS Reset */

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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Template style */

body {
  /*background-image: url(../images/hatter_szurke.jpg);*/
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #909090;
}

#page {
  width: 1010px;
  margin: 0px auto;
  background-color: #585858;
}

#head, #mainmenu, #container, #footer {
  position: relative;
  width: 980px;
  margin: 0px auto;
}

#head {
  height: 130px;
  font-family: 'Ubuntu', sans-serif; 
}

#topmessage {
  position: relative;
  float: left;
  width: 310px;
  height: 130px;
  background-image: url(../images/slogan.jpg);
  /*background-color: #f5aa11;*/
  font-family: 'Calligraffitti', cursive;
  font-size: 28px;
  color: #424242;
}

.topmessage_style {
  position: relative;
  top: 40px;
  left: 30px;
}
.topmessage_style_ja {
  position: relative;
  top: 40px;
  left: 15px;
}
.topmessage_style_sp { 
  position: relative;
  top: 20px;
  left: 10px;
  font-size: 24px;
}
#choosecountry {
  position: relative;
  float: left;
  width: 248px;
  height: 130px;
}

#middlebar{
  position: relative;
  top: 20px;
  left: 60px;
  font-size: 18px;
  font-weight: normal;
  padding: 10 4px;
  height: 30px;
  margin: 0 auto;
}

#middlebar .menu li {
  height: 30px;
  float: left;
  margin-right: 10px;
}
#middlebar .menu li a{
  color: #AAA;
  text-decoration: none;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  display: block;
  float: left;
  padding: 0 20px 0 0px;
  background: url(../images/nav-arrow.png) right no-repeat;
  background-position-y: 63%;
}
#middlebar .menu li a:hover{
  color: #d8d8d8;
}
#middlebar ul .submenu {
  background: #909090;
  position: relative;
  width: auto;
  max-width: 150px;
  clear: both;
  z-index: 2;
  display: none;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#middlebar ul .submenu li{
  background: none;
  display: block;
  float: none;
  margin: 0 6px;
  border: 0;
  height: auto;
  line-height: normal;
}
#middlebar .submenu li a{
  background: none;
  display: block;
  float: none;
  padding: 6px 6px;
  margin: 0;
  border: 0;
  height: auto;
  color: #333333;
  font-size: 16px;
  line-height: normal;
}
#middlebar .submenu li a:hover{
  color: #eee;
}

#flags {
  position: relative;
  top: 10px;
  left: 60px;
  padding: 10 4px;
}

.flag {
  width: 37px;
  height: 28px;
  border: 0;
}

.shadow_flag {
  opacity:0.3;
  filter:alpha(opacity=30);
}

.separator {
  position: relative;
  float: left;
  width: 6px;
  height: 130px;
  background: transparent url(../images/separator.png) center no-repeat;
}

#logo {
  position: relative;
  float: left;
  width: 416px;
  height: 130px;
  font-family: 'Calligraffitti', cursive;
  font-size: 36px;
  background: transparent url(../images/globe.png) center no-repeat;

}
#logo a {
 text-decoration: none;
}

.logo_style {
  position: relative;
  top: 50px;
  left: 70px;
  color: #FF7900; 
}

#mainmenu {
  background: transparent url(../images/head_img.jpg) top right no-repeat;
  height: 310px; 
}

.topmenu {
  position: relative;
  float: left;
  width: 310px;
  height: 310px;
}
.topmenu_list li {
  background-color: rgba(255,255,255,0.8);
  opacity:0.8;
  filter:alpha(opacity=80);
  height: 48px;
  padding: 1px 0px;
  margin: 2px 0;
}
.topmenu_list li:first-child {
  margin-top: 0;  
  height: 46px;
}

.topmenu_list li  a{
  text-decoration: none;
  color: #424242;
}

.topmenu li:hover{
  background-color: rgba(255,255,255,0.9);  
  opacity:0.9;
  filter:alpha(opacity=90);
}

.firstmenurow {
  position: relative;
  top: 6px;
  left: 20px;
  font-family: 'Roboto', sans-serif;  
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 20px 0 0;
}

.secondmenurow {
  position: relative;
  top: 7px;
  left: 20px;
  font-family: 'Ubuntu', sans-serif; 
  padding: 5px 20px 0 0;
  font-size: 16px;
}

.imagemessage, .imagemessage_sp,.imagemessage_ru  {
  position: relative;
  float: right;
  width: 668px;
  height: 50px;
  background-color: rgba(255,255,255,0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  margin: 258px 0 0;
}

.imagemessage span, .imagemessage_ru span {
  font-family: 'Ubuntu', sans-serif; 
  font-size: 18px;
  color: #424242;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0px 15px 0;
  top: 20px;
  position: relative;
}
.imagemessage_ru span {
  font-size: 14px;
}
.imagemessage_sp span {
  font-family: 'Ubuntu', sans-serif; 
  font-size: 15px;
  color: #424242;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0px 15px 0;
  top: 20px;
  position: relative;
}
#container {
  position: relative;
  background-color: #f8f8f8;
  height: auto;
}

#content {
  position: relative;
  float:left;
  width: 600px;
  padding: 20px 60px 20px 40px;
}

.headline {
  border-bottom: 1px dashed #909090;
  margin: 15px 0;
  padding: 5px;
  font-family: 'Ubuntu', sans-serif; 
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
}

.orangeheadline {
  text-transform: uppercase;
  color: #FF7900;
  font-size: 22px;
}

.paragraph {
  margin: 5px 0px 20px;
  line-height: 1.5em;
  
}
.bold {
  font-weight: bold;
}
.ital {
  font-style: italic;
}
.orangeletter {
  color: #FF7900;
}

.redletter {
  color: red;
}
.ajanlatlista li {
  list-style: disc !important;
}

p {
  padding: 5px 0 10px;
}

.cleary {
  clear:both;
}

.akcio_r1{
  float: left;
  position: relative;
}

.akcio_r2 {
  width: 380px;
  margin: 0px 0px 0px 0px;
  padding: 0 0 0 20px;
  float: left;
  position: relative;
}

#sidebar {
  position: relative;
  float:left;
  width: 250px;
  padding: 50px 15px 20px 15px;

}

.sidebox {
  width: 100%;
  height: 320px;
}

.sidebox_head {
  height: 40px;
  font-family: 'Ubuntu', sans-serif; 
  font-size: 24px;
  font-weight: 500;
  color: white;  
}
.sidebox_head span {
  position: relative;
  float: right;
  top: 12px;
  right: 6px;
}

.s_green {
  background: #55d608; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #C3FCA1 0%, #3ea702 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#C3FCA1), color-stop(100%,#3ea702)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg,  #C3FCA1 0%,#3ea702 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg,  #C3FCA1 0%,#3ea702 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg,  #C3FCA1 0%,#3ea702 100%); /* IE10+ */
  background: linear-gradient(135deg,  #C3FCA1 0%,#3ea702 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C3FCA1', endColorstr='#3ea702',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.s_blue {
  background: #02bde6; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #C3F0FA 0%, #0090c3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#C3F0FA), color-stop(100%,#0090c3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg,  #C3F0FA 0%,#0090c3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg,  #C3F0FA 0%,#0090c3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg,  #C3F0FA 0%,#0090c3 100%); /* IE10+ */
  background: linear-gradient(135deg,  #C3F0FA 0%,#0090c3 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C3F0FA', endColorstr='#0090c3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.s_orange {
  background: #fd9e20; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #FAD9AE 0%, #fb7804 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#FAD9AE), color-stop(100%,#fb7804)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg,  #FAD9AE 0%,#fb7804 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg,  #FAD9AE 0%,#fb7804 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg,  #FAD9AE 0%,#fb7804 100%); /* IE10+ */
  background: linear-gradient(135deg,  #FAD9AE 0%,#fb7804 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAD9AE', endColorstr='#fb7804',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.sidebox_content {
  padding: 0 5px 0;
}
.s_image { 
  padding: 10px;
}

#footer {
  padding: 20px;
  text-align: center;
}

#footer span {
  padding: 0 35px;
}

.fromwho {
  text-align: right;
  padding-bottom: 30px;
}

.galeriakep {
  width: 210px;
  position: relative;
  float: left;
  padding: 15px;
}
.galeriakep img {
  width: 210px;
}
.form_head1 {
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0 10px;
  position: relative;
}
#ordertable td {
  vertical-align: bottom;
}