/*** ZAKLAD ***/

body
{
    margin: 0px;
    padding: 0px;
    background: #FFFFCC url("images/img01.gif") repeat-y center top;
    text-align: justify;
    font-family: "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

h1
{
    font-family: "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
    color: #006699;
    font-variant: small-caps;
    font-weight: bold;
}

h2, h3, h4, h5, h6
{
    font-family: "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: bold;
}

#logo
{
    margin: 0;
    padding: 0;
    position: relative;
    width: 370px;
    height: 97px;
    overflow: hidden;
}

#logo span
{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 370px;
    height: 97px;
    margin: 0;
    padding: 0;
    background: url("images/hpkarton-logo.gif") top left no-repeat;
    cursor: pointer;
}

a
{
    font-weight: normal;
    color: #006699;
}

h2
{
    font-size: 18px;
}

a:hover
{
    text-decoration: none;
    color: #996600;
}

.img
{
    border: 0;
}

.img a:hover
{
    text-decoration: none;
}

.img1
{
    float: left;
    margin: 4px 15px 0px 0px;
    border: 5px solid #F0D7A3;
}
.img2
{
    /*float: center;*/
    margin: 0px 0px 0px 0px;
    border: 5px solid #F0D7A3;
}

.img3
{
    float: right;
    margin: 4px 25px 0px 0px;
    border-left: 5px solid #F0D7A3;
}
.text1
{
    font-size: 14px;
}
.text2
{
    font-size: 48px;
}

#table
{
    margin: 10px 0px 30px 0px;
}

/*** ZAHLAVI ***/

#header
{
    width: 770px;
    margin: 0px auto;
    background: #E9C17B url("images/hpkarton-header.gif") top right no-repeat;
    padding: 0px;
}

#header h1
{
    margin: 0px;
    padding: 0px;
}

#header h2
{
    margin: 0px;
    font-size: 14px;
}



/*** MENU ***/

#menu
{
    width: 770px;
    margin: 0px auto;
    padding: 6px 0px 6px 0px;
    background-color: #8A5934;
}

#menu ul
{
    margin: 0px 0px 0px 10px;
    padding: 0px;
    list-style: none;
}

#menu li
{
    display: inline;
}

#menu a
{
    padding: 5px 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}

#menu a.itemright
{
    margin-left: 120px;
    font-size: 12px;
    color: #FFFFD4;
}

#menu a:hover
{
    color: #000000;
    background-color: #F0D7A3;
}



/** OBSAH ***/

#content
{
    width: 770px;
    margin: 0px auto;
    padding: 20px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6
{
    font-weight: bold;
}

#content p, #content ul, #content ol
{
    line-height: 140%;
}

#left
{
    float: left;
    width: 480px;
    padding: 0px 20px 40px 20px;
}

#news
{
    text-align: left;
    float: right;
    padding: 5px 15px 5px 15px;
    background: #F0D7A3;
    border: 1px solid #CC9900;
    border-left-width: 10px;
    border-left-color: #8A5934;
    border-style: solid;
    margin-bottom: 25px;
}

#right
{
    text-align: left;
    float: right;
    width: 210px;
    margin-right: -10px;
    padding: 20px 20px 40px 20px;
}

#right ul
{
    background: #FFFFE5;
    margin: 0px;
    padding: 15px 15px 15px 0px;
    list-style-type: none;
    line-height: 2em;
    border: 1px solid #CC9900;
    border-left-width: 10px;
    border-left-color: #8A5934;
    border-style: solid;
}

#right ul li
{
    background-image: url(images/right-li.gif);
    background-repeat: no-repeat;
    background-position: 0.8em;
    padding-left: 2em;
    font-size: 16px;
    text-align: left;
    line-height: 2em;
}

#right ul li a
{
    text-decoration: none;
}

#colA
{
    background: #F0D7A3;
    float: left;
    width: 200px;
    padding: 10px 10px 10px 10px;
    text-align: center;
    font-weight: bold;
    line-height: 2em;
    border: 1px solid #CC9900;
    border-left-width: 10px;
    border-left-color: #8A5934;
    border-style: solid;
}

#colA ul
{
    list-style-type: none;
}

#colB
{
    background: #F0D7A3;
    float: right;
    width: 200px;
    padding: 10px 10px 10px 10px;
    text-align: center;
    font-weight: bold;
    line-height: 2em;
    border: 1px solid #CC9900;
    border-left-width: 10px;
    border-left-color: #8A5934;
    border-style: solid;
}

#colB ul
{
    list-style-type: none;
}



/*** ZAPATI ***/

#footer
{
    clear: both;
    width: 730px;
    margin: 0px auto;
    border-top: 1px dashed #000000;
}

#footer p
{
    margin: 0px;
    padding: 20px 10px 0px 80px;
    color: #8A5934;
}

#footer a
{
    text-decoration: none;
}

.linka
{
    clear: both;
    margin: 25px 0px;
    border-top: 1px dotted #000000;
}

