body {
    font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
    font-size: 100%;
    color: #38302b;
}
body,h1,h2,h3,h4,h5,h6,p,ul,li,ol,hr,form {
    padding: 0;
    margin: 0;
    border: none;
}
body {
    padding-top: 5px;
    
}

/* layout */
#page {
    width: 988px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 5px;
}

#head {
    height: 110px;
    margin-top: 15px;
    background: #fff url("/media/images/header.png") left top no-repeat;
    padding-left: 45px;
    padding-top: 53px;
}

#content {
    padding-left: 50px;
    padding-right: 50px;
    background: #fff url("/media/images/pozadi.png") left top repeat-y;
    padding-bottom: 20px;
}

#foot {
    height: 65px;
    padding-left: 50px;
    background: #fff url("/media/images/footer.png") left top no-repeat;
    font-size: 80%;
    
}


/* hlavicka */
h1 {
    display: block;
    height: 101px;
    width: 200px;
    background: #fff url("/media/images/logo.png") left top no-repeat;
    /*#C0FFC0*/
    margin-bottom: 5px;
}
h1 a {
    display: block;
    height: 101px;
    width: 200px;
}

/* menu */
#menu{
    height: 30px;
    position: absolute;
    top: 50px;
    right: 100px;
}

#menu li {
    float: left;
    list-style: none;
}

#menu li a {
    display: block;
    height: 30px;
    padding: 5px 11px 0 20px; 
    color: #B9281B;
    text-decoration: none;
    float: left;
    /*border-right: solid 2px #444;*/
}
#menu li.active a {
    height: 30px;   
}

#menu li.active {
    background-color: #ACACAC;
}

#menu a:hover {
    text-decoration: underline;
    height: 30px;
}

#facebook {
    position: absolute;
    top: 85px;
    right: 100px;
}  

#facebook-share {
    position: absolute;
    top: 100px;
    left: 300px;
}    

/* obecne */
div.hr {
    height: 1px;
    margin: 0;
    font-size: 0px;
    overflow: hidden;
}
div.linka {
    border-bottom: solid 1px #e9e5e0;
    margin: 15px 0;
}
div.hr hr {
    display: none;
}
.clearLeft {
    clear: left;
}
.clearBoth {
    clear: both;
}
.clearRight {
    clear: right;
}
.h {
    display: none;
}
a img {
    border: none;    
}
a {
    outline: none;
    color: #B9281B;
}
a:hover {
    text-decoration: none;
}
h2 {
    color: #73BE46;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 25px;
}                

.zvlastni li{
  list-style: none; 
  margin: 3px 0; 
  padding: 0 0 0 10px; 
  background: url("../images/li.gif") no-repeat left 10px;
}

.zvlastni ul{
  margin:0 0 0 5px; 
  padding: 0;
}
.center {
    text-align: center;
}

p {
    text-align: justify;
}

/* polozky */

.polozka {
    
}

.polozka .obrazek {
    float: left;
    padding: 15px;
    text-align: center;
    width: 270px;
    
}

.polozka .text {
    float: right;
    width: 570px;
}

.polozka .konec {
    clear: both;
}
