@import "global.css";

@media screen, projection {
    body {color: #333333;font-size: 12px;font-family: sans-serif;background: #420821 url(../img/bkg-body.jpg) repeat-x top;}
    a {color: #920949;text-decoration: underline;}
    a:hover {color: #c93d7d;text-decoration: none;}
    h1 {background: url(../img/bkg-h1.gif) repeat-x center;line-height: 40px;height: 40px;padding: 0 12px 0 12px;font-family: Georgia, "New York CE", utopia, serif;color: #fff;font-size: 22px;}
    h2 {font-family: Georgia, "New York CE", utopia, serif;font-size: 20px;color: #420821;}
    h3 {font-family: Georgia, "New York CE", utopia, serif;font-size: 18px;color: #420821;}
    p {text-align: justify;}
    
    .gallery {padding: 0;background: none;}
    .gallery .image {width: 202px;height: 129px;background: url(../img/bkg-gallery-img.jpg) no-repeat;margin: 0 10px 10px 0;}
    .gallery .image img {padding: 0px;border: none;margin: 10px 0 0 10px;}
    
    .top-search div {border: 1px #7a405b solid;height: 26px;width: 210px;}
    .top-search button {width: 24px;height: 22px;border: none;background: url(../img/button-top-search.png) no-repeat;margin: 2px;}
    .top-search input {border: none;background: none;color: #e1bccd;height: 26px;padding: 0 10px;width: 160px;outline: none;line-height: 26px;}
    
    .footer {width: 700px;margin-left: 379px;}
    .footer a {color: #fff;}
    .footer .company-copyright {color: #e1bccd;text-align: right;padding: 25px;}
    * html .footer {margin-top: -165px;}
    *:first-child+html .footer {margin-top: -165px;}
    
    .panel-info {margin-bottom: 50px;}
    .panel-info p {color: #e1bccd;text-align: center;}
    .panel-info a {color: #e1bccd;}
    
    .mmenu ul {width: 700px;text-align: center;margin: 0;}
    .mmenu ul li {display: inline;background: url(../img/bkg-mmenu-ul-li.png) no-repeat left center;padding: 15px;}
    .mmenu ul li.first {background: none;}
    .mmenu ul li a {text-decoration: none;display: inline-block;color: #ddc1ce;font-size: 16px;font-family: Georgia, "New York CE", utopia, serif;}
    .mmenu ul li a:hover {color: #fff;}
    
    .smenu {text-align: center;}
    .smenu ul {list-style: none;margin: 0;}
    .smenu ul li {list-style: none;background: url(../img/bkg-smenu-ul-li.png) no-repeat center top;display: block;}
    .smenu ul li.first {background: none;}
    .smenu ul li a {display: block;text-decoration: none;padding: 10px;color: #fff;font-size: 16px;font-family: Georgia, "New York CE", utopia, serif;}
    .smenu ul li a:hover {color: #e1bccd;}
    
    
    .main {border: 1px #1a030d solid;background: #fff;width: 700px;margin-right: 120px;}
    * html .main {margin-right: 60px;}
    
    .side-panel {width: 220px;padding-top: 120px;margin-left: 120px;}
    * html .side-panel {margin-left: 60px;}
    
    .title-top {width: 640px;height: 200px;background: url(../img/bkg-title-top.jpg) no-repeat;margin-bottom: 16px;}
    .title-top div {width: 618px;height: 178px;position: relative;left: 10px;top: 10px;border: 1px #fff solid;}
    
    .center {padding: 29px;}
    
    .logo a {color: #fff;font-size: 62px;text-decoration: none;font-family: Georgia,"New York CE",utopia,serif;}

    #logo {top: 55px;width: 700px;margin-left: 379px;}
    #top-search {top: 200px;margin-left: 135px;}
    #mmenu {width: 700px;top: 120px;margin-left: 379px;}
    #wrap {width: 1200px;margin: 0 auto 0 auto;background: url(../img/bkg-wrap.jpg) no-repeat center top;padding-top: 160px;}
    
    /* sablona s panelem vpravo */
    .index2colr .main {margin-left: 120px;margin-right: 0;}
    .index2colr .side-panel {margin-right: 120px;margin-left: 0;}
    .index2colr .footer {margin-left: 120px;}
    .index2colr #top-search {margin-left: 865px;}
    .index2colr #mmenu {margin-left: 120px;}
    .index2colr #logo {margin-left: 120px;}
}
@media print {
	.np {display:none}
	.main {margin-top: 100px;}
	#logo {position: absolute;top: 0;}
}

