body {
    background:#FFF;
    margin:0px;
    text-align:center;
}
#conteiner {
    width:900px;
    margin-left:auto;
    margin-right:auto;
}
#top {
    width:100%;
    height:239px;
    background: url(/img/kundzia/top.jpg);
    float:left;
}

.promothumb {
    width:150px;
    height:60px;
    margin:10px;
    margin-left:75px;
    background:#000;
}

.promothumb img {
    width:150px;
    height:60px;
    margin-left:-2px;
    margin-top:-2px;
}

.promothumb img:hover {
    margin:0;
}

#bottom {
    width:100%;
    float:left;
    background:#f2fbfc
}
#leftMenu {
    width:273px;
    overflow:hidden;
    background: url(/img/kundzia/left.jpg) no-repeat top;
    float:left;
}
#content {
    width:627px;
    background: url(/img/kundzia/content-top.jpg) no-repeat 0px 3px;
    overflow:hidden;
    float:left;
    text-align:justify;;
    line-height: 2em;
    font-size:20px;
    font-family:Times;
    min-height:250px;
    font-family: "Segoe UI",Arial,sans-serif;
    box-sizing: border-box;
    padding: 0 15px 0 0;
}

#content h2.pageName {
    margin: 30px 0 45px 0;
    text-align:center;
    color:#03a;
}

#content .std-list {
    list-style-type: none;
}

#content .std-list li {
    padding: 10px 0;
}

#content .std-list a {
    text-decoration: none;
    color: #c00;
}

#content .std-list a:hover {
    text-decoration: underline;
}

.gallery {
    overflow:hidden;
    text-align:center;
    margin-top:10px;
}


.thumb {
    display:block;
    float:left;
    width:135px;
    height:100px;
    margin:5px;
}
.thumb img {
    margin-left:-2px;
    margin-top:-2px;
}

.thumb img:hover {
    margin-left:0px;
    margin-top:0px;
}

#footer {
    width:100%;
    height:50px;
    float:left;
    background:#f2fbfc;
}
#menu {
    width:100%;
    height:20px;
    background:#FFFFFF;
    float:left;
    text-align:center;
}
#menuUl {
    position:relative;
    top:-5px;
}
#menuUl li a {
    text-decoration: none;
    display:block;
    color:#c00;
}
#menuUl li a:hover {
    text-decoration:underline;
}

#menuUl,#menuUl ul {
    padding:0px;
    margin:0px;
}
#menuUl li ul a {
    display:block;
    border: solid 1px #AAA;
    background:#FFF;
}
#menuUl li ul a:hover {
    display:block;
    border: solid 1px #AAA;
    background:#FECC00;
    color:#FFF;
}
#menuUl li {
    float:left;
    width:100px;
    text-align:center;
    position:relative;
    list-style-type:none;
    font-family:Trajan Pro;
    font-weight:600;
    font-size:15px;
}
#menuUl li ul {
    visibility:hidden;
    position:absolute;
    margin-left:40px;
}

#menuUl li:hover ul {
    visibility:visible;
}
a img {
    border:none;
}