﻿/* CSS Document */
body
{
    background-image:url('../design/body.png');
    background-position: center center;
    padding: 20px 0px;
    margin: 0px;
    font-family: Arial;
    font-size: 15px;
    color: #FFFFFF;
}

p
{
  margin: 10px;
}

#auto_margin
{
    width: 966px;
    margin: auto;
}

.red_stripe
{
    height: 15px;
    text-align: center;
    background-color: #9E0202;
}
h3,h2,h1
{
   margin: 0px;
   padding: 0px;
   text-transform: uppercase;
}

h1
{
    font-size: 15px;
    line-height: 15px;
    position: absolute;
    margin: 0px;
    padding: 0px;
    visibility: hidden;
}
#top_banner
{
    height: 105px;
    background-image: url('../design/logo.png');
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
}
#menu
{
    background-color: #9E0202;
    height: 46px;
    padding: 10px 0px 5px 0px;
    margin: 0px;
    list-style-type: none;
}
#menu li
{
    display: block;
    margin: 0px;
    padding: 0px;
    float: left;
    height: 46px;
    background-position: 0px 46px;
}
#menu li:hover, #menu .active_item
{
    background-position: 0px 0px;
}
#menu li a
{
    display: block;
    width: 100%;
    height: 100%;
}
#content
{
    height: 1600px;
    overflow: auto;
    background-color: #555555;
    border: 2px solid white;
    margin: 10px 0px;
    background-image: url('../design/pricelist.png');
    background-repeat: no-repeat;
}

#content1
{
    height: 500px;
    overflow: auto;
    background-color: #555555;
    border: 2px solid white;
    margin: 10px 0px;
    background-repeat: no-repeat;
}

#cenik_kadernictvi {
    width: 962px;
    height: 680px;
    overflow: auto;
    background-color: #555555;
    border: 2px solid white;
    margin: 10px 0px;
    background-image: url('../design/cenik_kadernictvi.png');
    background-repeat: no-repeat;
}

#cenik_kosmetika {
    width: 962px;
    height: 680px;
    overflow: auto;
    background-color: #555555;
    border: 2px solid white;
    margin: 10px 0px;
    background-image: url('../design/cenik_kosmetika.png');
    background-repeat: no-repeat;
}

#content3
{
    height: 500px;
    overflow: auto;
    background-color: #555555;
    border: 2px solid white;
    margin: 10px 0px;
    background-image: url('../design/pricelist3.jpg');
    background-repeat: no-repeat;



}

#content4
{
    height: 1700px;
    overflow: auto;
    background-color: #555555;
    border: 2px solid white;
    margin: 10px 0px;

    background-repeat: no-repeat;
}



.header
{
        color: #F60202;
        font-size: 21px;
        display:block;
        margin-left: 20px;
    }


    h2
    {
        margin-top: 15px;
        margin-bottom: -5px;
        color: #F60202;
        font-size: 21px;
        display:block;
        margin-left: 20px;
    }
    h3
    {
        margin-top: 8px;
        color: #FFFFFF;
        font-size: 15px;
        margin-left: 20px;
    }

    #scroller
    {
        height: 499px;
        overflow:auto;
    }
    table
    {
        border-collapse: coppalse;
        border: none;
        margin-left: 20px;
    }
    td, th
    {
        border: none;
        width: 300px;
    }

