.center {
    text-align: center;
}
.justify {
    text-align: justify;
}

body {
    background-color: #181818;
    color: #c4c2c2;
    font-family:"Trebuchet MS", "Trebuchet MS1", Helvetica, sans-serif;
    background-image: url("/img/bodybg.jpg");
    background-repeat: repeat-x;
    background-position: top;
}

#body {
    width: 960px;
    margin: 0 auto;

}

h1, h2, h3, h4, a {
    color: #ffffff;
}
a:hover {
    color: #c4c2c2;
}

#topheader {

height:55px;
margin-bottom:10px;
margin-top:15px;
} /* Celkový výška: 80px (20 + 30 + 30)  */

#topheader .logodiv b{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
}
#topheader .logodiv b span{
    color: #c4c2c2;
    font-size: 12px;
}

#graphicheader {
    height: 463px;
    background-color: #d3e9ed;
    background-image: url("/img/graphicheaderbg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
}
#graphicheader .slide .panak{
    width: 190px;
    height: 300px;
    margin-top: 90px;
    float: left;
}
#graphicheader #slide1.slide .panak{
    background-image: url("/img/panak1.png");
}
#graphicheader #slide2.slide .panak{
    background-image: url("/img/panak2.png");
}
#graphicheader .slide .postit{
    color: #181818;
    width: 214px; /* Celková šířka 274px  (214 + 30 + 30) */
    height: 182px; /* Celková šířka 242px (182 + 30 +30) */
    padding: 30px;
    margin-top: 130px;
    float: left;
    background-image: url("/img/postit.png");
}
#graphicheader .slide .postit h2,
#graphicheader .slide .postit h3{
    color: #000000;
    margin-top: 10px;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
}
#graphicheader .slide .postit p{
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
}
#graphicheader .slide .ostatnipanaci{
    width: 480px;
    height: 351px;
    background-image: url("/img/ostatnipanaci1.png");
    background-image:url("/img/ostatnipanaci1.png");
    float:left;
    height:351px;
    margin-left:10px;
    margin-top:100px;
}

#graphicheader .slide .ostatnipanaci h3,
#graphicheader .slide .ostatnipanaci h4{
    border: 4px #c4c2c2 solid;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    font-size: 19px;
    width: 310px; /* Celková šířka 340px (310 + 15 + 15) */
    text-align: center;
    background: rgb(255, 255, 255) ; opacity: 0.6;
    padding: 15px;
    color: #181818;
    margin-top: 100px;
    margin-left: 80px;
}

#maincontent {
    margin-top: 30px;
    margin-bottom: 30px;
}

#maincontent #ofirme .box {
    background-color: #E2E2E2;
    color: #181818;
    height:100%;
    border: 1px #fff solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#maincontent #stebbystep{
    background-color: #E2E2E2;
    color: #181818;
    height:100%;
    padding-top:20px;
    border: 1px #fff solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#maincontent #stebbystep h2, #maincontent #stebbystep h3{
    color:#000;
}
#maincontent #stebbystep .box {
    background-color: transparent;
    min-height: 160px;
}

#maincontent #contacus{
    margin-top: 30px;
}

#maincontent #contacus #phonenumber *{
    color: #fff;
    font-size: 46px;
    vertical-align: middle;
}


#footer  .last{
    text-transform: uppercase;
    line-height: 75px;
    color: #ffffff;
    vertical-align: bottom;
    text-align: right;
}



