body {
	 background: url("../image/backepitesz.jpg") top center fixed;  
	 background-size: 100%;
}
.container0 {
	 position: relative;
	 margin: 0px 0px 0px 0px;
	 padding: 0px 0px 0px 0px;      /* container0 es container 1 centerezett es responsive divizi�k */
}
.container1 {
     font-family: Raleway, Roboto, Helvetica, Arial, sans-serif;
	 display: block;
	 position: relative;
	 background:  #fff;
	 margin: 0 auto;
	 width: 100%;
     max-width: 880px;
     font-size: 24px;
     font-weight:100;
     border: 1px solid #907847;
     text-align: center;

     -webkit-box-shadow: 10px 10px 5px 0px rgba(125,125,125,0.75);
     -moz-box-shadow: 10px 10px 5px 0px rgba(125,125,125,0.75);
     box-shadow: 10px 10px 5px 0px rgba(125,125,125,0.75);
}
.diatextbelso {
   display: inline-block;
   position: relative;
   font-family: Raleway, Roboto, Helvetica, Arial, sans-serif;
   padding: 0 10px 0 100px;   /* responsive szoveg elhelyezes */ 
   margin: 0 auto;           /* Center the item horizontally */
   max-width: 90%; 
   height: 100%;   
   font-size: 24px;
   font-weight:100;
   line-height : 30px;   
   color: #212121;
   text-align: left;
}
.submitepiteszsor  {
	background-color: #fff;
	padding: 0px;
	border: none;
	font-family: 'Prosto One', cursive;
    font-size: 24px;
    cursor: pointer;
}
.betukocka  {
    font-family: 'Palanquin Dark', "Open Sans", sans-serif;
    font-weight: 700;	
    font-size: 28px;       
    display: inline-block;
    position: relative;
	width: 40px;
	border: 1px #aaa solid;
	margin: 0 20px 20px 0;
	color: #0a0;	
}
.betufejezet {
    font-family: 'Palanquin Dark', "Open Sans", sans-serif;
    font-weight: 700;	
    font-size: 25px;       
	color: #0a0;
}
.pirostxt  {
	color: #f00;
}
a {
   text-decoration: none;
   border: none;
   color: #FF0000;	
}
b  {
	font-family: Helvetica, Arial, sans-serif;
}
h3 {
	font-family: /* 'Palanquin Dark', */ "Open Sans", sans-serif;
	margin: 0;
	padding: 15px 0 35px 0;   
	font-size: 36px;
	font-weight: 100;
	color: #555;
	text-shadow: 4px 4px 4px #aaa;
	
}
.copyright  {
	position: fixed;
	display: block;
	top: 0px;
	right: 10px;
	width: 120px;
	height: 88px;
	z-index: 10000;
	cursor: pointer;
}
.copyrightbottom  {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 120px;
	height: 88px;
	z-index: 10000;
	cursor: pointer;
}
.copyrighttxt {
	position: fixed;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	display: none;
	background: #fff;
	padding: 20px;
	top: 10px;
	right: 10px;
	width: 250px;
	z-index: 12000;
    font-size: 14px;
	border: 1px #000 solid;
	cursor: pointer;
}


/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1300px) {
.diatextbelso {
   font-family: Raleway, Roboto, Helvetica, Arial, sans-serif;
   padding: 0 20px 0 20px;   /* responsive szoveg elhelyezes */ 
   margin: 0 auto;           /* Center the item horizontally */
   max-width: 90%; 
   
   font-size: 18px;
   line-height : 30px;   
   font-weight:100;
   color: #212121;
   text-align: justify;
}
.submitepiteszsor  {
	background-color: #fff;
	padding: 0px;
	border: none;
	font-family: 'Prosto One', cursive;
    font-size: 18px;
    cursor: pointer;
}
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1000px) {
.container1 {
     -webkit-box-shadow: 0px 10px 5px 0px rgba(125,125,125,0.75);
     -moz-box-shadow: 0px 10px 5px 0px rgba(125,125,125,0.75);
     box-shadow: 0px 10px 5px 0px rgba(125,125,125,0.75);
}
.diatextbelso {
   font-family: Raleway, Roboto, Helvetica, Arial, sans-serif;
   padding: 0 20px 0 20px;   /* responsive szoveg elhelyezes */ 
   margin: 0 auto;           /* Center the item horizontally */
   max-width: 100%; 
   
   font-size: 20px;
   line-height : 30px;   
   font-weight:100;
   color: #111;
   text-align: justify;
}
.submitepiteszsor  {
	background-color: #fff;
	padding: 0px;
	border: none;
	font-family: 'Prosto One', cursive;
    font-size: 20px;
    cursor: pointer;
}
.copyright  {
	display: none;
	position: fixed;
	top: 0px;
	right: 10px;
	width: 120px;
	height: 88px;
	z-index: 10000;
	cursor: pointer;
}
.copyrightbottom  {
	display: block;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 120px;
	height: 88px;
	z-index: 10000;
	cursor: pointer;
}
}

