
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i,400,400i,600,600i,700,700i,800,800i|Quicksand:300,400,500,700');

h1
{
/*    font-family: Arial, Helvetica, sans-serif;*/
    font-family: QuickSand; 
    /*font-family: sans-serif;*/
    font-size:140%;
}

.h1_bordo
{
/*    font-family: Arial, Helvetica, sans-serif;*/
    font-family: QuickSand; 
    /*font-family: sans-serif;*/
    font-size:140%;
    color:#990202;
}

h2
{
    font-family: QuickSand;
    font-size:120%;
}


h3
{
    font-family:QuickSand;
    font-size:95%;
}

h4
{
    font-family:QuickSand;
    font-size:85%;
}


.box
{
    font-family: QuickSand; 
    width:300px;
    height:30px;
    background-color: transparent;
    box-sizing:border-box;
    font-size:22px;
    text-align:center;
    color: #393939;
    font-family: QuickSand; 
    font-size:100%;
    
}

.box_flex
{
    font-family: QuickSand; 
    min-width:100px;
    height:30px;
    background-color: transparent;
    box-sizing:border-box;
    font-size:22px;
    text-align:center;
    color: #393939;
    font-family: QuickSand; 
    font-size:100%;
    
}



.box6
{
    font-family: QuickSand; 
    width:300px;
    min-height:30px;
    background-color: transparent;
    box-sizing:border-box;
    font-size:22px;
    text-align:center;
    color: #393939;
    font-family: QuickSand; 
    font-size:100%;
    
}

#kek_left {
    float:left;
    border:1px solid gray;
    width:300px;
}

#kek_center {
    display: inline-block;
    border:1px solid gray;
    margin:0 auto;
    min-width:500px;
}

#kek_right {
    border:1px solid gray;
    float:right;
    width:300px;
}

.mytable1
{
 color:red;    
}

.mytable1:hover
{
 color:yellow;   
}

.kiemelt_also
{
    background-color: yellow;
}
.kiemelt_also:hover
{
    background-color: #F1D3D3;
}
.box_kiemelt
{
    font-family: QuickSand; 
    width:300px;
    min-height:30px;
    background-color: transparent;
    background-color: #FEFAEE;
    background-color: #F1D3D3;
    background-color: #CE6373;
    background-color: #FEE69C;
    
    box-sizing:border-box;
    font-size:22px;
    text-align:center;
    color: gray;
    font-family: QuickSand; 
    font-size:100%;
    margin-top:3px;
            border:1px solid gray;
            border-radius: 8px;    
    
}
.box_kiemelt:hover
{
    font-family: QuickSand; 
    width:300px;
    min-height:30px;
    background-color: #FEFAEE;
    background-color: #D3F1F1;
    background-color: #F4D269;
    /*background-color: #990202;*/
    
    box-sizing:border-box;
    font-size:22px;
    text-align:center;
    color: #003F81;
    font-family: QuickSand; 
    font-size:100%;
    margin-top:3px;
    border:1px solid #990202;
    border-radius: 8px;    
    
}

.box_kiemelt2
{
    font-family: QuickSand; 
    width:150px;
    min-height:30px;
    background-color: transparent;
    background-color: #FEFAEE;
    background-color: #F1D3D3;
    background-color: #FFDE9E;
    background-color: #FCE08B;
    
    box-sizing:border-box;
    font-size:22px;
    text-align:center;
    color: gray;
    font-family: QuickSand; 
    font-size:100%;
    margin-top:3px;
            border:1px solid gray;
            border-radius: 4px;    
    
}
.box_kiemelt2:hover
{
    font-family: QuickSand; 
    width:150px;
    min-height:30px;
    background-color: #FEFAEE;
    background-color: #D3F1F1;
    /*background-color: #990202;*/
    
    box-sizing:border-box;
    font-size:22px;
    text-align:center;
    color: #003F81;
    font-family: QuickSand; 
    font-size:100%;
    margin-top:3px;
    border:1px solid #990202;
    border-radius: 4px;    
    
}


.box2
{
    font-family: QuickSand; 
    width:300px;
    height:40px;
    background-color: transparent;
    box-sizing:border-box;
    font-size:22px;
    text-align:left;
    color: gray;
    
}

.box2_footer
{
    font-family: QuickSand; 
    width:150px;
    min-height:125px;
    background-color: transparent;
    box-sizing:border-box;
    font-size:18px;
    text-align:center;
    color: #D7D7D7;
    
}


.centered {
    font-family: QuickSand; 
  margin: auto;
  width: 50%;
  border: 3px solid green;
  padding: 10px;
}

input[type=text], select, textarea{
  width: 90%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}


input[type=password]
{
  width: 90%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

input[type=date]
{
  width: 90%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}


input[type=tags]
{
  width: 90%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}


#header 
{
    font-family: QuickSand; 
    z-index:1000;
    width:100%;
    position:fixed;
    height: 52px;
    background-color:#F2F2F2;
    border-bottom: 1px solid lightgray;
}

#icon_header 
{
    font-family: QuickSand; 
    /*font-family:Verdana,sans-serif;*/
    z-index:100;
    width:100%;
    position:fixed;
    height: 270px;
    background-color:#FAF9F8;
    border-bottom: 1px solid lightgray;
}

#filter_icon_header 
{
    font-family: QuickSand; 
    /*font-family:Verdana,sans-serif;*/
    z-index:89;
    width:100%;
    position:fixed;
    height: 530px;
    background-color:#FAF9F8;
    background-color:#EEEFF0;
    /*background-color:transparent;*/
    border-bottom: 1px solid lightgray;
}

#profil_header 
{
    font-family: QuickSand; 
    /*font-family:Verdana,sans-serif;*/
    z-index:90;
    width:100%;
    position:fixed;
    height: 103px;
    background-color:#FAF9F8;
    border-bottom: 1px solid lightgray;
}

#oldalnev_header 
{
    font-family: QuickSand; 
    /*font-family:Verdana,sans-serif;*/
    z-index:70;
    width:100%;
    position:relative;
    height: 200px;
    background-color:#003F80;
    border-bottom: 1px solid lightgray;
}

#filter_header 
{
    font-family: QuickSand; 
    /*font-family:Verdana,sans-serif;*/
    z-index:80;
    width:100%;
    position:fixed;
    height: 103px;
    background-color:#FAF9F8;
    border-bottom: 1px solid lightgray;
}


#container
{
    font-family: QuickSand; 
    margin: 0 auto;
    background-color:#F5F7F8;
    background-color:white;
    min-height:800px;
    max-width:1300px;
}

#container_secund
{
    font-family: QuickSand; 
    margin: 0 auto;
    max-width:1300px;
}

#container_full_kat
{
margin-top: 0px;
width:100%;
background-color:#F5F7F8; 
/*background-image: url("img_parallax.jpg");*/

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;   
}

#kek_container
{
    font-family: QuickSand; 
    margin: 0 auto;
    background-color:#F5F7F8;
    background-color:transparent;
    min-height:105px;
    max-width:1300px;
}


#content
{
    font-family: QuickSand; 
    margin: 0 auto;
    background-color:#F5F7F8;
    background-color:transparent;
}

#content2
{
    font-family: QuickSand; 
    width:100%;
    height:auto;
    background-color:#F5F7F8;
    background-color:transparent;
   
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow:wrap;
    
}

#content2_kat
{
    font-family: QuickSand; 
    width:100%;
    height:auto;
    background-color:#F5F7F8;
    background-color:transparent;
   
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow:wrap;
    
}


#kek_content2
{
    font-family: QuickSand; 
    width:100%;
    height:20px;
    background-color:#F5F7F8;
    background-color:transparent;
   
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow:wrap;
    
}


#content2_footer
{
    font-family: QuickSand; 
    width:100%;
    height:auto;
    background-color:#303E45;
    /*background-color:transparent;*/
   
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow:wrap;
    
}

#content3
{
    font-family: QuickSand; 
    width:100%;
    height:auto;
    display:flex;
    flex-direction: row;

    
}
#footer {
    font-family: QuickSand; 
    height: 70px;
    
    bottom: 0;
    background-color:#303E45;
    /*background-color:#8C8D8D;*/
    color:white;
}
body {
    font-family: QuickSand; 
    height: 100%;
    margin: 0px;
    background-color:#303E45;
    background-color:white;

}

.responsive {
  width: 100%;
  height: auto;
  max-height: 422px;
  max-width:750px;
}

.responsive_img {
  width: 100%;
  height: auto;
}

        a.hirdetes_link 
        {
            font-family: QuickSand; 
            text-decoration: none;
            color:black;
            font-weight: bold;
        }
        a.hirdetes_link:hover 
        {
            font-family: QuickSand; 
            text-decoration: none;
            color:#013D5F;
            font-weight: bold;
        } 

        a.hirdetes_link_nocolor 
        {
            font-family: QuickSand; 
            text-decoration: none;
            font-weight: bold;
        }
        a.hirdetes_link_nocolor:hover 
        {
            font-family: QuickSand; 
            text-decoration: none;
            font-weight: bold;
        }         

        a.mini_link 
        {
            font-family: QuickSand; 
            text-decoration: none;
            color:#4C67A1;
            font-weight: bold;
        }
        a.mini_link:hover 
        {
            font-family: QuickSand; 
            text-decoration: underline;
            color:#4C67A1;
            font-weight: bold;
        }    

        a.filterOFF 
        {
            font-family: QuickSand; 
            padding:4px;
            text-decoration: none;
            color:white;
            border:1px solid gray;
            background-color: #4285F4;
            background-color: #4C67A1;            
            border-radius: 4px;
        }
        a.filterOFF:hover 
        {
            font-family: QuickSand; 
            padding:4px;
            text-decoration: none;
            color:white;
            border:1px solid gray;
            background-color: #2E71E0;
            background-color: #1B52A4;
            border-radius: 4px;
        }   

        a.main_link_1 
        {
            font-family: QuickSand; 
            text-decoration: none;
            color:white;
            font-weight: bold;
            padding:12px;
            border:1px solid #003F80;
            background-color:#003F80;
            border-radius: 10px;
            display:inline-block;
            min-width: 170px;
        }
        a.main_link_1:hover 
        {
            font-family: QuickSand; 
            text-decoration: none;
            color:white;
            font-weight: bold;
            padding:12px;
            border:1px solid white;
            background-color:#4285F4;
            border-radius: 10px;
            display:inline-block;
            min-width: 170px;
        }
        
        a.main_link_2 
        {
            font-family: QuickSand;
            text-decoration: none;
            color:#393939;
            
        }
        a.main_link_2:hover 
        {
            font-family: QuickSand;
            text-decoration: underline;
            color:#003F81;
        }   

        a.kiemelt_link 
        {
            font-family: QuickSand;
            text-decoration: none;
            color:gray;
            color:#990202;
            
            
        }
        a.kiemelt_link:hover 
        {
            font-family: QuickSand;
            text-decoration: none;
            color:#003F81;
            color:#990202;
        }  

        a.footer_link 
        {
            font-family: QuickSand;
            text-decoration: none;
            color:lightgray;
            
        }
        a.footer_link:hover 
        {
            font-family: QuickSand;
            text-decoration: underline;
            color:white;
        }                 

        a.main_link_right 
        {
            font-family: QuickSand;
            
            text-decoration: none;
            color:#4C67A1;
            background-color: #F2F2F2;
            padding: 5px;
        }
        a.main_link_right:hover 
        {
            font-family: QuickSand;
            text-decoration: none;
            
            color:#525457;
            background-color: #E5E4E4;
            padding: 5px;
        }    

        a.main_link_right_nogradi 
        {
            font-family: QuickSand;
            text-decoration: none;
            color:#4C67A1;
            background-color: transparent;
            padding: 5px;
        }
        a.main_link_right_nogradi:hover 
        {
            font-family: QuickSand;
            text-decoration: none;
            color:#525457;
            background-color: #E5E4E4;
            padding: 5px;
        }                

        a.main_link_3 
        {
            font-family: QuickSand; 
            display:block;
            width:200px;
            text-decoration: none;
            color:gray;
            font-size:20px;
            padding-left:   20px;
            background-color: #F2F2F2;
        }
        a.main_link_3:hover 
        {
            font-family: QuickSand; 
            width:200px;
            text-decoration: none;
            color:#525457;
            font-size:20px;
            padding-left:   20px;
            background-color: #E5E4E4;
         
        } 

        a.main_link_4 
        {
            font-family: QuickSand; 
            text-decoration: none;
            color:white;
            font-weight: bold;
            
            padding:12px;
            border:1px solid #25793B;
            background-color:#25793B;
            border-radius: 10px;
            display:inline-block;
            min-width: 170px;
            
        }
        a.main_link_4:hover 
        {
            font-family: QuickSand; 
            text-decoration: none;
            color:white;
            font-weight: bold;
            padding:12px;
            border:1px solid #4CAF50;
            background-color:#4CAF50;
            border-radius: 10px;
            display:inline-block;
            min-width: 170px;
        } 
                                    
        .main_link_5 
        {
            font-family: QuickSand; 
            float:right;
            max-width:40px;
            border:1px solid lightgray;
            
        }
        .main_link_5:hover 
        {
            font-family: QuickSand; 
            float:right;
            max-width:40px;
            border:1px solid blue;
        }    

        .main_link_5_left 
        {
            font-family: QuickSand; 
            float:left;
            max-width:40px;
            border:1px solid lightgray;
        }
        .main_link_5_left:hover 
        {
            font-family: QuickSand; 
            float:left;
            max-width:40px;
            border:1px solid #4C67A1;
        }
        
        .main_link_5_edit_img 
        {
            font-family: QuickSand; 
            float:left;
            max-width:40px;
            border:0px solid lightgray;
        }
        .main_link_5_edit_img :hover 
        {
            font-family: QuickSand; 
            float:left;
            max-width:40px;
            border:0px solid lightgray;
        }

        .main_link_5_edit 
        {
            font-family: QuickSand; 
              float:left;
              background-color: #4C67A1; /* Green */
              border: none;
              color: white;
              padding-left:2px;
              padding-right:2px;
              text-align: center;
              text-decoration: none;
              display: inline-block;
              font-size: 16px;
              font-weight: bold;
              border-radius: 10px;
            
        }
        .main_link_5_edit:hover 
        {
            font-family: QuickSand; 
              float:left;
              background-color: #1B52A4; /* Green */
              border: none;
              color: white;
              padding-left:2px;
              padding-right:2px;
              text-align: center;
              text-decoration: none;
              display: inline-block;
              font-size: 16px;
              font-weight: bold;
              border-radius: 10px;
        }    

        .main_link_5_edit_zold 
        {
            font-family: QuickSand; 
              float:left;
              background-color: #25793B; /* Green */
              border: none;
              color: white;
              padding-left:2px;
              padding-right:2px;
              text-align: center;
              text-decoration: none;
              display: inline-block;
              font-size: 16px;
              font-weight: bold;
              border-radius: 10px;
            
        }
        .main_link_5_edit_zold:hover 
        {
            font-family: QuickSand; 
              float:left;
              background-color: #4CAF50; /* Green */
              border: none;
              color: white;
              padding-left:2px;
              padding-right:2px;
              text-align: center;
              text-decoration: none;
              display: inline-block;
              font-size: 16px;
              font-weight: bold;
              border-radius: 10px;
        }  

        .main_link_5_edit_orange 
        {
            font-family: QuickSand; 
              float:left;
              background-color: #FF9600; /* Green */
              border: none;
              color: black;
              padding-left:2px;
              padding-right:2px;
              text-align: center;
              text-decoration: none;
              display: inline-block;
              font-size: 16px;
              font-weight: bold;
              border-radius: 10px;
            
        }
        .main_link_5_edit_orange:hover 
        {
            font-family: QuickSand; 
              float:left;
              background-color: #DD8201; /* Green */
              border: none;
              color: black;
              padding-left:2px;
              padding-right:2px;
              text-align: center;
              text-decoration: none;
              display: inline-block;
              font-size: 16px;
              font-weight: bold;
              border-radius: 10px;
        } 

        .main_link_5_edit_lightgray 
        {
            font-family: QuickSand; 
              float:left;
              background-color: lightgray; /* Green */
              border: none;
              color: black;
              padding-left:2px;
              padding-right:2px;
              text-align: center;
              text-decoration: none;
              display: inline-block;
              font-size: 16px;
              font-weight: bold;
              border-radius: 10px;
            
        }
        .main_link_5_edit_lightgray:hover 
        {
            font-family: QuickSand; 
              float:left;
              background-color: #C2C3C2; /* Green */
              border: none;
              color: black;
              padding-left:2px;
              padding-right:2px;
              text-align: center;
              text-decoration: none;
              display: inline-block;
              font-size: 16px;
              font-weight: bold;
              border-radius: 10px;
        }                 

        .main_link_5_edit_red 
        {
            font-family: QuickSand; 
              float:left;
              background-color: red; /* Green */
              border: none;
              color: white;
              padding-left:2px;
              padding-right:2px;
              text-align: center;
              text-decoration: none;
              display: inline-block;
              font-size: 16px;
              font-weight: bold;
              border-radius: 10px;
            
        }
        .main_link_5_edit_red:hover 
        {
            font-family: QuickSand; 
              float:left;
              background-color: #D30000; /* Green */
              border: none;
              color: white;
              padding-left:2px;
              padding-right:2px;
              text-align: center;
              text-decoration: none;
              display: inline-block;
              font-size: 16px;
              font-weight: bold;
              border-radius: 10px;
        }              
            

.button_filter {
    font-family: QuickSand; 
  background-color: #4C67A1; /* Green */
  border: none;
  color: white;
  padding: 5px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
}
.button_filter_green {
    font-family: QuickSand; 
  background-color: #25793B; /* Green */
  border: none;
  color: white;
  padding: 5px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
}

.button {
    font-family: QuickSand; 
  background-color: #4C67A1; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  min-width:100px;
}
.button:hover {
    font-family: QuickSand; 
  background-color: #1B52A4; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  min-width:100px;
}

.button_szurke {
    font-family: QuickSand; 
  background-color: lightgray; /* Green */
  border: none;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  min-width:100px;
}

.button_zold {
    font-family: QuickSand; 
  background-color: #25793B; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  min-width:100px;
}
.button_zold:hover {
    font-family: QuickSand; 
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  min-width:100px;
}

.button_orange {
    font-family: QuickSand; 
  background-color: #D68A00; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
}
.button_orange:hover {
    font-family: QuickSand; 
  background-color: orange; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
}


.button_hir {
    font-family: QuickSand; 
  background-color: #4C67A1; /* Green */
  border: none;
  color: white;
  padding: 3px 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
}

.button_hir_bordo {
    font-family: QuickSand; 
  background-color: #AF0101; /* Green */
  border: none;
  color: white;
  padding: 4px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
}


.button_kiemelt {
    font-family: QuickSand; 
  background-color: #4C67A1; /* Green */
  border: none;
  color: white;
  padding: 3px 4px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
}


.button_green {
    font-family: QuickSand; 
  background-color: #25793B; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
}

.button_green:hover {
    font-family: QuickSand; 
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
}

.button2 {
    font-family: QuickSand; 
  background-color: #4C67A1; /* Green */
  background-color: transparent; /* Green */
  border: none;
  color: gray;
  padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  width:200px;
}

.button2:hover {
    font-family: QuickSand; 
  background-color: #1B52A4; /* Green */
  border: none;
  color: white;
  padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
}

.button2_green {
    font-family: QuickSand; 
  background-color: #25793B;
  background-color: transparent; /* Green */
  border: none;
  color: gray;
  padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  width:200px;
}

.button2_green:hover {
    font-family: QuickSand; 
  background-color: #4CAF50; /* Green */
  background-color: #EAEAEA; /* Green */
  border: none;
  color: gray;
  padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
}

.button2_gray {
    font-family: QuickSand; 
  background-color: #25793B;
  background-color: transparent; /* Green */
  border: none;
  color: gray;
  padding: 8px 10px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  min-width:170px;
  width:90%;
  max-width:200px;
}

.button2_gray:hover {
    font-family: QuickSand; 
  background-color: #4CAF50; /* Green */
  background-color: #EAEAEA; /* Green */
  
  border: none;
  color: gray;
  padding: 8px 10px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  min-width:170px;
  width:90%;
  max-width:200px;  
}


.box3
{
    font-family: QuickSand; 
    width:400px;
    height:370px;
    background-color: transparent;
    box-sizing:border-box;
    font-size:22px;
    color: gray;
    padding-left:20px;
}

.box3_felad_nezet
{
    font-family: QuickSand; 
    min-width:300px;
    width:75%;
    min-height:140px;
    background-color: transparent;
    box-sizing:border-box;
    font-size:22px;
    color: gray;
    padding-left:20px;
}

.box3_felad
{
    font-family: QuickSand;
    width:100%;
    min-width:100px;
    max-width:700px;
    height:50px;
    background-color: transparent;
    box-sizing:border-box;
    font-size:22px;
    color: gray;
    padding-left:20px;
}
.box3_felad_on
{
    font-family: QuickSand; 
    width:100%;
    min-width:180px;
    max-width:700px;
    height:50px;
    background-color: transparent;
    box-sizing:border-box;
    font-size:22px;
    color: #5C5C5C;
    padding-left:20px;
    padding-right:20px;
}

.box3_felad_off
{
    font-family: QuickSand; 
    width:100%;
    min-width:180px;
    max-width:700px;
    background-color: transparent;
    box-sizing:border-box;
    font-size:16px;
    color: gray;
    padding-left:5px;
    padding-right:5px;
}

.box3_felad_on_tanul
{
    font-family: QuickSand; 
    width:100%;
    min-width:180px;
    max-width:700px;
    background-color: transparent;
    box-sizing:border-box;
    font-size:22px;
    color: gray;
    
    padding-left:20px;
    padding-right:20px;
    
}




.box4_hir
{
    font-family: QuickSand; 
    width:500px;
    height:400px;
    background-color: transparent;
    font-size:22px;
    color: gray;
    padding-left:20px;
}

.box3_felad_hir
{
    font-family: QuickSand; 
    width:100%;
    min-width:300px;
    background-color: transparent;
    font-size:22px;
    color: gray;
}



.box3_hir
{
    font-family: QuickSand; 
    min-height:200px;
    min-width:420px;
    /*height:370px;*/
    background-color: transparent;
    box-sizing:border-box;
    font-size:22px;
    color: gray;
    padding-left:20px;
}

.box3_hir2
{
    font-family: QuickSand; 
    min-height:200px;
    min-width:450px;
    /*height:370px;*/
    background-color: transparent;
    box-sizing:border-box;
    font-size:22px;
    color: gray;
    padding-left:20px;
}



.box5
{
    font-family: QuickSand; 
    width:390px;
    min-height:100px;/* 60px soronként/*/
    background-color: transparent;
    box-sizing:border-box;
    font-size:22px;
    color: gray;
    padding-left:20px;
}

.box4
{
    font-family: QuickSand; 
    width:500px;
    height:400px;
    background-color: transparent;
    box-sizing:border-box;
    font-size:22px;
    color: gray;
    padding-left:20px;
    
}



.box4_hirdetes
{
    font-family: QuickSand; 
    min-width:300px;
    width:500px;
    height:400px;
    background-color: transparent;
    box-sizing:border-box;
    font-size:22px;
    color: gray;
    padding-left:20px;
    
}
.box4_reklam
{
    font-family: QuickSand; 
    min-width:200px;
    width:200px;
    min-height:400px;
    background-color: transparent;
    box-sizing:border-box;
    font-size:22px;
    color: gray;
    
    
}

        a.hirdetes_navigator_link 
        {
            font-family: QuickSand; 
            text-decoration: none;
            color:#6D84D4;
            font-family:helvetica,arial,"lucida grande",sans-serif;
            font-weight: bold;
            background-color:white;  
            font-size:16px;
            border-top: 1px solid #DFE0E4;
            border-bottom: 1px solid #DFE0E4;
            border-right: 1px solid #DFE0E4;
            padding:8px;
        }
        a.hirdetes_navigator_link_active
        {
            font-family: QuickSand; 
            text-decoration: none;
            color:white;
            font-family:helvetica,arial,"lucida grande",sans-serif;
            font-weight: bold;
            background-color:#6D84D4;  
            font-size:16px;
            border-top: 1px solid #DFE0E4;
            border-bottom: 1px solid #DFE0E4;
            border-right: 1px solid #DFE0E4;
            padding:8px;
        }        
        a.hirdetes_navigator_link:hover 
        {
            font-family: QuickSand; 
            text-decoration: none;
            color:white;
            font-family:helvetica,arial,"lucida grande",sans-serif;
            font-weight: bold;
            background-color:#4C67A1;  
            font-size:16px;
            border-top: 1px solid #DFE0E4;
            border-bottom: 1px solid #DFE0E4;
            border-right: 1px solid #DFE0E4;
            padding:8px;
        }     


