body {
    text-align:justify;
    font-family:verdana;
    color:#4e4f53;
    background-image:url('images/menu/ismetlodes_off.png');
    background-repeat:repeat-x;
    background-position:0 100px;
}


h1, h2, h3, h4, h5 {}

/*h1 {color:#4e4f53;
    font-size:12px;
    text-align:right;
}*/

h2 {
    color:#f9ab02;
    font-size:20px;
    padding-top:20px;
    
    /*margin:0 0 20px 0;*/
}

/*h3 {
    color:#f9ab02;
    font-size:20px;
    margin:0 0 16px 0;
}*/

h4 {}

h5 {}

li {
    line-height:16px;
}

p {
    font-size: 12px;
    font-family: verdana;
    color: #4e4f53;
    
}

p.sorkoz{
    line-height:20px;
}


input[type="text"]  {
    width: 200px;
}

.orange{
    color:#f29003;
}



#main {
    width:950px;
    min-height: 400px;
    
    margin: 0 auto;
}

#header {
    height:100px;
}

#header img {
    padding-left:70px;
    padding-top:46px;
}

#menu {
    background-image:url(images/menu/ismetlodes_off.png);
    height:32px;
}

ul {
    padding: 0 0 0 0;
}

#content {
    float:left;
}

#content-left {
    width:300px;
    float:left;
}

#content-left img {
    padding-top:40px;
    padding-left:82px;
}

#content-right {
    width:526px;
    float:left;
}

#content-right img{
    padding-top:40px;
}

#content-right ul{
    margin-left:30px;
    }

#content-right li{
    list-style-type:square;
    font-size:12px;
    line-height:20px;
}

#content-right a{
    color:#E87830;
}

#content-right a:hover{
    color:#CC0000;
}

#footer {
    margin-top: 100px;
    /*top: 100px;*/
    clear: both;    
    height:50px;
    width:100%;    
    background-image:url(images/footer.png);
    background-repeat:repeat-x;
}

#footer p{
    color:#fff;
    text-align: center;
    width: 100%;
    padding-top:15px;
}

#footer a{
    color:#E87830;
}

