﻿body
{
    font-family: Myriad Pro, Arial;
    font-size: 10pt;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

h1 
{
    font-size: 14pt;
}

a 
{
    text-decoration: none;
    color: Blue;
}

a:hover 
{
    text-decoration: underline;
}

p 
{
    margin: 0px 0px 0px 0px;
}

.page
{
    width: 900px;
    height: auto;
    float: left;
    position: absolute;
    left: 50%;
    margin-left: -450px;
}

.header
{
    width: 900px;
    height: 180px;
    float: left;
    background-image: url(../resx/header.jpg);
    margin-bottom: 20px;
}

.headerText 
{
    margin-left: 250px;
    font-size: 18pt;
}

.header h1 
{
    font-weight: bold;
    margin: 30px 0px 0px 300px;
    color: #5e2929;
    font-size:2.5em;
}

.header h4 
{
    font-weight: bold;
    margin: 0px 0px 0px 300px;
    color: #5e2929;
    font-size: 1.5em;
}

.header a
{
    font-weight: bold;
    margin: 0px 0px 0px 300px;
    color: #5e2929;
    font-size: 1.5em;
    text-decoration: none;
}

.header a:hover
{
    text-decoration: underline;
}

.sluzby 
{
    width: 898;
    float: left;
}

.sluzby-logo 
{
    width: 180px;
    height: 100px;
    margin-top: 25px;
    margin-left: 20px;
    float: left;
}

.sluzby-popis
{
    width: 628px;
    height: auto;
    margin-top: 20px;
    margin-left: 20px;
    float: left;
    text-align: justify;
    font-size: 11pt;
}

.hr 
{
    background-color: Gray;
    width: 898px;
    height: 1px;
    margin: 20px 0px 20px 0px;
    float: left;
}