body {
    background: #e6ceac url(../images/smrk.jpg) repeat;
	font-family: Calibri, Verdana, Ariel, sans-serif;
	color: #291912;
}
address {
    font-style: normal;
}
h1, h2, h3, h4, h5, h6, .jmeno {
    font-family:Cambria,Georgia,Times,"Times New Roman",serif;
    color: #361515;

}
h1 {
    font-size: 2.3em;
}
p, li, address, label, td {
	font-size: 1.3em;
	font-weight: normal;
}
a {
	color: #402A19;
}
a:hover, a:focus {
    background-color: #f7f2e9;
}
/**
 * container & paper & header & logo
 */
.container {
/*    background: #f8f7f6 url(../images/paper.jpg) repeat-y; */
	margin-top: 1em;
    margin-bottom: 5em;
}
#header {
    background: transparent url(../images/header.png) repeat-x;
    height: 124px;
    border-bottom: 1px #291912 solid;
}
#logo {
    background: transparent url(../images/logo-wwing.png) no-repeat;
    display: block;
    width: 300px;
    height: 102px;
}
#claim {
    font-size: 1.63em;
    margin-top: 74px;
}
#illustration {
    height: 200px;
    background: #fff url(../images/ilustrace.jpg) no-repeat;
}
#menu {
    background:	#3c2a22;
}
#paper {
    background: #f8f7f6 url(../images/paper.jpg) repeat-y;
}
#paper-top {
    background: #f8f7f6 url(../images/paper-top.jpg) no-repeat left top;
    text-align: right;
    height: 30px;
}
#paper-header {
    background: #f8f7f6 url(../images/paper-header.jpg) no-repeat left top;
    height: 397px;

}
#paper-end {
    background: transparent url(../images/paper-end.jpg) no-repeat left bottom;
    min-height: 130px;
}
#breadcrumbs {
    padding: 10px 30px;
}
#breadcrumbs, #breadcrumbs a {
	color: #3c2a22;
}
.banner {
    left: -30px;
}
#banner-1 {
    background: transparent url(../images/microsite-banner.png) no-repeat 0 top;
    width: 175px;
    height: 97px;
    display: block;
    color: #291912;
    font-size: 1.33em;
    padding: 103px 0 0 25px;
    text-decoration: none;
    float: left;
    margin-right: 17px;
}
#banner-1:hover {
    background: transparent url(../images/microsite-banner.png) no-repeat -200px top;
}
#banner-last {
    margin-right: 0px;;
}
.fotka, .lightbox {
    background-color: #fff;
    padding: 3px !important;
    margin-top: 0px !important;
    display: block;
    border: 1px  #291912 solid;
}
.lightbox {
    float: left;
    margin-right: 5px;
}
.jmeno {
    font-size: 1.2em;
}
#paper ul li {
    background: url(../images/li.png) no-repeat left center;
    list-style-type: none;
    padding-left: 20px;
    margin-left: 0px;
}
#paper ul {
	padding-left: 20px;
}
.pdf-download {
    clear: both;
	background: transparent url(../images/pdf.png) no-repeat 10px center;
    padding: 30px 0 30px 90px;
    display: block;
    color: #291912;
    text-decoration: none;
    border: 1px transparent dotted;
}
a.pdf-download:hover {
    text-decoration: underline;
    background-color: #f7f2e9;
    border: 1px #291912 dotted;
}
.wood-button {
    clear: both;
	background: transparent url(../images/wood-button.png) no-repeat 0 center;
    text-align: center;
    padding: 0px 0 2px 0px;
    display: block;
    color: #291912;
    text-decoration: none;
    width: 200px;
}
a.wood-button:hover {
    text-decoration: underline;
}

/**
 * thumbnails
 */
#thumbnails {
    float: right;
}
.thumbnail {
    width: 85px;
    height: 75px;
    float: left;
}

/**
 * Kontaktní formulář
 */
#contact-form-button {
    cursor: pointer;
}
/**
 * block & card
 */
 
.block {
    background: transparent url(../images/separator.jpg) no-repeat right top;
}
.card-top {
    background: #ff00ff url(../images/card-top.jpg) no-repeat;
    height: 30px;
}
.card {
    background: #ff00ff url(../images/card.jpg) repeat-y;
    padding: 0 45px 0 45px;
}
.card-bottom {
	background: #ff00ff url(../images/card-bottom.jpg) no-repeat;
    height: 30px;
}
.card ol {
	padding-left: 0;
	margin-bottom: 0;
	color: #fffae7;
}
.card ol li {
	color: #291912;
}

/**
 * footer
 */
 
#footer {
    background: #211e1b url(../images/footer.png) repeat-x;
    padding-bottom: 1em;
}

#footer, #footer h3, #footer a {
    color: #dcd3cb;
}

#footer a {
    text-decoration: none;
}

#footer a:hover, #footer a:focus {
    text-decoration: underline;
    background-color: transparent;
}

#footer h3 {
	margin-top: 1em;
	margin-bottom: .5em;
    font-size: 2em;
}

#footer ul li {
    background: url(../images/footer-li.png) no-repeat left center;
    list-style-type: none;
    padding-left: 20px;
}

/**
 * Slideshow
 */
#slideshow {
    position:relative;
    height:350px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}
/**
 * mainMenu
 */
#subMenu a {
    text-decoration: none;
    font-size: 16px;
}
#subMenu a.on {
    text-decoration: none;
}
#newsMenu img {
    border: 1px #361515 dotted;
    padding: 1px;
    float: left;
    margin: 0 10px 10px 0;
}
#newsMenu li {
	clear: left;
}
#newsMenu a {
    text-decoration: none;
}
#newsMenu a span.news_date {
    display: block;
    font-weight: bold;
    color: #361515;
}
#newsMenu a:hover {
    text-decoration: underline;
}

ul#newsMenu li {
    background: transparent;
    padding-left: 0;
    margin-bottom: 1.5em;
}


#subMenu a:hover {
    text-decoration: underline;
}
