html,body{
min-height:100%;
padding:0;
margin:0;
}
body{
background-color:rgb(244,244,244);
}
a{
text-decoration:none;
}
@font-face {
  font-family:header_logo;
  src: url(ConcertOne-Regular.ttf);
  font-weight: bold;
}

.main_frame{
position:relative;
overflow:hidden;
width:1000px;
max-width:1000px;
min-height:1000px;
margin-left:auto;
margin-right:auto;
background-color:rgb(247, 247, 247);
margin-top:20px;
}

.contents_frame{
position:relative;
overflow:hidden;
width:100%;
min-height:10px;
margin-left:0;
margin-right:0;
background-color:rgb(244,192,192);
}

/* ---fejléc elemei -----*/
.top_header_frame{
position:relative;
overflow:hidden;
background-color:rgb(249, 247, 247);
min-width:400px;
width:100%;
height:128px;
margin:0;
}
.header_logo_frame{
position:absolute;
top:0px;
left:0px;
height:128px;
}
.header_top_bar{
position:relative;
overflow:hidden;
width:100%;
height:70px;
background-color:rgb(115,241,118);
}


/* --- body elemei ---*/
.site_body_frame{
position:relative;
overflow:hidden;
width:100%;
min-height:700px;
background-color:rgb(255,168,40);
background-image:url('../pictures/IMG-2b05dcda847d214846982db4b0c44b76-V.jpg');
background-position:center;
background-size:cover;
margin-top:20px;
-webkit-box-shadow: inset 0px 0px 42px 40px rgba(248,248,248,1);
-moz-box-shadow: inset 0px 0px 42px 40px rgba(248,248,248,1);
box-shadow: inset 0px 0px 42px 40px rgba(248,248,248,1);
}

.site_body_content{
position:relative;
overflow:hidden;
min-height:400px;
background-color:rgba(248,248,248,0.8);
padding-left:100px;
padding-right:120px;
padding-bottom:60px;
}
/* --- footer elemei ---*/
.site_footer_frame{
position:relative;
overflow:hidden;
width:100%;
padding:0px;
}
.footer_bottom_bar{
position:absolute;
overflow:hidden;
width:100%;
height:70px;
left:0px;
bottom:0px;
margin-bottom:3px;
background-color:rgb(115,241,118);
}
.footer_section_1,.footer_section_2{
position:relative;
overflow:hidden;
display:inline-block;
width:60%;
height:110px;
background-color:rgb(0,0,0);
margin:0px;
}
.footer_section_2{
width:auto;
background:none;
}

/* --- szöveg formázás ---*/
h1.title{
width:100%;
text-align:center;
color:rgb(0,0,0);
font-size:2.2em;
font-family:sans-serif;
font-weight:700;
letter-spacing:0.7px;
text-shadow: 2px 1px 4px rgba(115, 140, 110, 1);
}
h2.text1{
width:100%;
text-align:center;
color:rgb(98, 136, 15);
font-size:1.2em;
font-family:sans-serif;
font-weight:500;
letter-spacing:0.3px;
text-shadow: 0px 1px 3px rgba(0, 152, 16, 1);
}
h3.text2{
width:100%;
text-align:justify;
color:rgb(70,70,70);
font-size:1.3em;
font-family:sans-serif;
font-weight:400;
letter-spacing:0.3px;
line-height: 1.4;
text-shadow: 0px 1px 2px rgba(94, 98, 94, 1);
}
h3.text3{
width:100%;
text-align:justify;
color:rgb(70,70,70);
font-size:1.4em;
font-family:sans-serif;
font-weight:400;
letter-spacing:0.3px;
text-shadow: 0px 1px 1px rgba(94, 98, 94, 1);
background-color:rgba(115,241,118,0.6);
padding-left:16px;
padding-bottom:2px;
margin-top:32px;
}

li.list_items{
color:rgb(0,0,0);
font-size:1.4em;
font-family:sans-serif;
font-weight:500;
letter-spacing:0.7px;
margin-top:10px;
padding-left:20px;
margin-left:12px;
font-style:italic;
list-style-image: url('list_icon_16.ico');
}