/* 
    Document   : markmark
    Created on : 13.10.2010, 20:22:08
    Author     : bunak
    Description:
        Purpose of the stylesheet follows.
*/

body {
    font-family: Verdana;
    margin: 0;
    padding: 0;
    background-color: #efefef;
}
h1, h2, h3, h4, h5, h6 {
    color: #9b00ff;
    font-weight: normal;
}
h1 {
    font-size: 22px;
    color: #009aff;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
    margin-bottom: 0px;
}
h5 {
    font-size: 14px;
    margin-bottom: 0px;
}
h6 {
    font-size: 12px;
    margin-bottom: 0px;
}
a {
    text-decoration: none;
    color: #9b00ff;
}
p {
   margin-top: 5px;
}
.maincont {
    width: 980px;
    min-height: 800px;
    margin-left: auto;
    margin-right: auto;
    /*margin-bottom:  20px;*/
    background-color: #bfbfbf;
    background-image: url(/uploads/images/sablona/pozadi.jpg);
    background-repeat: repeat-x;
    background-position: 0 430px;
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
    border-top: 1px solid #afafaf;
    margin-top: 5px;


   -moz-border-radius-bottomright:10px;
   -moz-border-radius-bottomleft:10px;
   -moz-border-radius-topright:10px;
   -moz-border-radius-topleft:50px;

   border-top-left-radius: 50px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;


}
.topcont {
    width: 100%;
    height: 430px;
    background-color: #fefefe;
    background-image: url(/uploads/images/sablona/pozadi1.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    position: relative;

   -moz-border-radius-topright:10px;
   border-top-right-radius: 10px;
   -moz-border-radius-topleft:50px;
   border-top-left-radius: 50px;

}
.logo {
    background-image: url(/uploads/images/sablona/napis.png);
    background-repeat: no-repeat;
    width: 575px;
    height: 85px;
    position: absolute;
    top: 20px;
    left: 20px;
}
.markname {
    height: 20px;
    position: absolute;
    top: 105px;
    left: 20px;
    font-size: 16px;
    line-height: 20px;
}
.motto {
    position: absolute;
    top: 20px;
    right: 140px;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    text-align: left;
}
.breadcrumb {
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.topmenu {
    position: absolute;
    left: 20px;
    bottom: 30px;
    width: 250px;
}
.topmenu ul {
    list-style: none;
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
}
.topmenu ul li {
    height: 30px;
    width: 250px;
    margin-bottom: 3px;
    line-height: 30px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
}
.topmenu ul li a {
    background-color: #009aff;
    background-image: url(/uploads/images/sablona/menuborder.gif);
    background-repeat: no-repeat;
    background-position: right top;
    color: #ffffff;
    display: block;
    padding-left: 5px;
}
.topmenu ul li a:hover {
    background-color: #9b00ff;
}
.topmenu ul li h3 {
    background-color: #9b00ff;
    background-image: url(/uploads/images/sablona/menuborder.gif);
    background-repeat: no-repeat;
    background-position: right top;
    color: #ffffff;
    display: block;
    padding-left: 5px;
    margin: 0;
    font-size: 16px;
}
.pagetext {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
}
.pagetext img {
    padding: 2px;
    border: 1px solid #ffffff;
}
.pagetext p {
    /*margin-left: 20px;*/
}
.footer {
    width: 980px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    color: #9f9f9f;
}
.footer a {
    color: #9f9f9f;
}
.clear {
   width: 100%;
   height: 0;
   line-height: 0;
   font-size: 0;
   clear: both;
}
.odkazy {
    float: left;
}