
/* ******************************** GENERIC ****************************** */
h1.mainTitle
{
    font-size: 14px;
    color: #8d2236;
}

.right
{
    float: right;
}

input.middle
{
    width: 150px;
}
textarea.middle
{
    width: 150px;
}
input.long
{
    width: 400px;
}

p.errorMessage, p.infoMessage
{
    font-size: 13px;
}
p.errorMessage
{
    color: #ff0000;
}
p.infoMessage
{
    color: #565656;
}

.top-margin
{
    margin-top: 1em;
}

a.link-txt-color
{
    color: #000000;
}
a.link-txt-color:hover
{
    color: #000000;
    text-decoration: none;
}

/* ******************************** Prihlaseni ****************************** */
table#login
{
    margin: auto;
    margin-top: 20px;

    font-size: 12px;
}

.input-generic
{
    color: #8d2236;
    
    background-color: #ffffff;
    border:1px solid #8d2236;
}

.generic-submit
{
    background-color: #ece9d8;
    border:1px solid #8d2236;

    cursor: pointer;
}


/* ******************************** TinyMCE form ****************************** */
.tiny-form-title
{
    font-size: 12px;
    margin-bottom: 35px;
}

/* ******************************** SITEMAP ****************************** */
ul.sitemap
{
    font-size: 12px;
}

ul.sitemap li
{
    list-style-type: none;
    line-height: 20px;
}

ul.sitemap img
{
    padding-bottom: 3px;
}

ul.sitemap ul.sub-sitemap
{
    padding-left: 15px;
}


/* ******************************** KONTAKT ****************************** */

#contact
{

}

#contact p
{
    font-size: 11px;
    font-weight: bold;
}

#contact-left
{
    float: left;
    width: 380px;
    padding-right: 5px;

    border-right: 1px solid #ffffff;
}

#contact-right
{
    float: right;
    width: 177px;

    text-align: left;
}

#contact-right address
{
    font-size: 11px;
    font-style: normal;
    line-height: 14px;
}

table#contact-form
{
    font-size: 11px;
}

table#contact-form input, table#contact-form textarea
{
    width: 220px;
}
table#contact-form input:hover, table#contact-form textarea:hover
{
    background-color: #ffffcc;
}
table#contact-form textarea
{
    height: 140px;
    font-size: 11px;
}

.zenturo-image-box img
{
    border: 1px solid #9f1d41;
    margin: 10px;
}
.zenturo-image-box
{
    float: left;
}
.zenturo-prefix
{
    float: right;
    width: 335px;
}
.zenturo-prefix h1
{
    color: #9f1d41;
    font-size: 20px;
}
.hr
{
    border-bottom: 1px solid #9f1d41;
}

h2.instalation
{
    color: #000000;
    font-size: 16px;
    text-align: center;
}
.player-box
{
    width: 356px;
    margin: auto;
}

