#ListPage
{
    margin:10px;
    
    float: left;
    display: block;
    /*border: solid 1px #d7d7d7;*/
}

.page_title
{
    margin: 0px 10px 10px 10px;
    font-family: sans-serif;
    font-size: 32px;
    color: #333333;
    
}


.csoport
{
   display: block;
   margin: 10px;
   float: left;
   width: 95%;
   text-align: left;
}
.csoport h2
{
    padding-left: 20px;
    margin: 0px;
    margin-top: 10px;
    font: 28px oblique;
    color: #666666;
    /*border-bottom: 1px dashed #999999;*/
    clear : both;
}

h2.almenu
{
    background: url(../img_include/hb.png) top repeat-x;
    border: 1px solid #334912;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
}

.item
{
    float: left;
    width: 100%;
    display: block;
    /*border: solid 1px #d7d7d7;*/
}

.black
{
    background: #dedede;
}

.fejlec
{
    margin: 5px;
    border-bottom: solid 1px #bfbfbf;
    font: 14px sans-serif;
    text-align: left;
}

h2.fejlec
{
    border-bottom: 1px solid #999999;
}

 .fejlec a, .fejlec h2
{
    font: 24px sans-serif bolder;
    border: 0px;
    margin: 0px;
    padding: 0px;
    margin-left:10px;
    text-align: left;
    text-decoration: none;
    color: #709933;
    display: inline;
}

.linkek
{
    border :0px;
    display: inline;
    text-align: left;
    text-decoration: none;
    font: 14px sans-serif bolder;
    color: #0000FF;
    margin-left: 20px;
}

.datum
{
    border :0px;
    display: inline;
    text-align: left;
    text-decoration: none;
    font: 14px sans-serif bolder;
    color: #808080;
    margin-left: 40px;
    
}

.minta_kep
{
    display: block;
    float: right;
    margin: 5px;
}

.minta_kep a, .minta_kep img
{
    border: none;
    text-decoration: none;
}


p
{
    margin: auto;
    display: block;
    margin-top: 5px;
    margin-left:20px;
    color: #333333;
}

