html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, dl {
    padding: 0;
    margin: 0;
    list-style: none;
}

fieldset{
    border: none;
    margin: 0px;
    padding: 0px;
}
html {
   background: #871515;
}

.clear {
    clear: both;
}

h1 {
    color: #447109;
    position: absolute;
    top: 230px;
    left: 300px;
    z-index: 100;
    font-size: 210%;
}

body {
    font-size: 62.5%;
    font-family: 'Tahoma CE', 'Arial CE', 'Helvetica CE', Tahoma, Arial, lucida, sans-serif;
    background: #9D9D9D url('img/main-bg.gif') repeat-x top center;
    width: 1200px;
    text-align: center;
    margin: 0 auto;
    position: relative; 
}

.center {
    margin: 0 auto;
    text-align: center;
    width: 1100px;
}

#main {
    background:  url('img/bg.png') repeat-y top center;
    width: 1200px;
    padding: 272px 0 0 0;
    
}


#header {
    clear: both;
    background: url('img/header.jpg') no-repeat top left;
    width: 1100px;
    height: 272px;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 50px;
    
}

#header a{
    display: block;
    width: 196px;
    height: 132px;
    margin: 0 0 0 80px;
}

#header a span{
    display: none;
}


#left {
    width: 222px;
    float: left;
    padding: 0 0 0 65px;
    text-align: left;
}

#menu {
    background: url('img/menu-top.png') no-repeat top left;
    width: 210px;
    padding: 17px 0 0 0;
    margin: 0px;
}

#menu ul {
    background: url('img/menu-bg.png') repeat-y top left;
    width: 190px;
    padding: 0 0 0 20px;
}

#menu ul li a {
    display: block;
    background: url('img/menu-item.gif') no-repeat top left;
    width: 120px;
    height: 29px;
    line-height: 25px;
    text-decoration: none;
    color: #000;
    font-size: 130%;
    font-weight: bold;
    text-align: left;
    padding: 0 0 0 30px;
}

#menu ul li a:hover {
    background: url('img/menu-item-hover.gif') no-repeat top left;
}

#menu ul li ul {
    background: none;
    padding: 0 0 0 16px;
    width: 138px;
}

#menu ul li ul li a{
    background: url('img/submenu-item.gif') no-repeat top left;
    width: 102px;
}

#menu ul li ul li a:hover {
    background: url('img/submenu-item.gif') no-repeat top left;
}


#menu-bottom {
    background: url('img/menu-bottom.png') repeat-y top left;
    width: 210px;
    height: 42px;
}

#news {
    clear: both;
    background: url('img/news-top.png') no-repeat top left;
    width: 200px;
    
}

#news p#news-title {
    font-weight: bold;
    font-size: 160%;
    padding: 18px 0 7px 0;
    height: 19px;
    width: 190px;
    text-align: center;
    

}

#news-bottom {
    background: url('img/news-bottom.png') no-repeat top left;
    width: 210px;
    height: 41px;
}

#news #news-content {
    background: url('img/news-bg.png') repeat-y top left;
    text-align: left;
    padding: 0 0 0 18px;
    width: 192px;
}

#news #news-content .news-item{
    background: url('img/news-text.gif') no-repeat top left;
    width: 109px;
    height: 137px;
    padding: 5px 20px 0 20px;
}

#news #news-content .news-item h4 {
    font-size: 150%;
}

#news #news-content .news-item p {
    font-size: 120%;
}

#news #news-content .news-item a {
    font-weight: bold;
    text-decoration: none;
    color: #000;
    font-size: 120%;
}

#kontakt {
    background: url('img/kontakt.png') no-repeat top left;
    width: 204px;
    height: 125px;
    font-size: 140%;
    text-align: left;
    padding: 20px 0 0 0;
    line-height: 22px;
}

#kontakt #title {
    font-weight: bold;
    text-align: center;
    width: 185px;   
}

#kontakt p {
    width: 185px;
    text-align: center;
}

#kontakt a {
    width: 185px;
    text-align: center;
    display: block;
    color: #000;
    text-decoration: none;
}
#text-main {
    width: 834px;
    text-align: left;
    float: right;
    padding: 0 79px 0 0;
}

#text {
    background: url('img/text-bg.gif') repeat-y top left;
    padding: 0 12px;
    font-size: 120%;
}

#text h2 {
    color: #447109;
    font-size: 200%;
    font-weight: normal;
    padding: 10px 0 0px 0;
}

#text h3 {
    font-size: 160%;
    padding: 10px 0 0 0;
}

#text h4 {
    font-size: 130%;
    padding: 10px 0 0 0;
}

#text ol {
    padding: 0 0 0 20px;
}
#text ol li {
    list-style-type: decimal;
}

#poptavka {
    background: url('img/poptavka.png') no-repeat top left;
    width: 819px;
    height: 275px;
    clear: both;
    padding: 10px 0 0 15px;
}

#poptavka #title-form {
    font-weight: bold;
    font-size: 220%;
    color: #447109;
    padding: 0 0 20px 0;
}

#poptavka fieldset {
    width: 350px;
    float: left;
    display: block;
    padding: 0 0 20px 0;
}

#poptavka label {
    display: block;
    clear: both;
    font-weight: bold;
    font-size: 120%;
    padding: 0 0 10px 0;
}

#poptavka fieldset input {
    width: 200px;
    border: 2px solid #871515;
}

#poptavka textarea {
    border: 2px solid #871515;
}

#footer-text-main {
    background: url('img/text-footer.png') no-repeat top left;
    height: 44px;
    width: 834px;
    float: left;
}

#footer {
    background: url('img/footer.png') no-repeat top center;
    width: 1200px;
    padding: 150px 0 0 0;
    color: #fff;
    clear: both;
    font-size: 120%;
}

#footer a {
	color: #ffffff;
}

#footer img {
	display: none;
}
