body {
    margin: 0 auto;
    /*background-color: #f6ce91;*/
    /*background-image: url(img/back.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center top;*/
    font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
    font-size: 12px;
    line-height: 18px;
}
h1 {
    font-size: 16px;
}
#wrapper {
    margin: 0 auto;
    padding: 0px;
    width: 970px;
}
.content {
    width: 825px;
    background-color: #F7ECD5;
    padding: 16px 25px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    border: 1px solid #7B7563;
}
.start {
    width: 875px;
    background-color: #F7ECD5;
    padding: 0;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    border: 1px solid #7B7563;
}
.content td {
    padding: 0 10px 10px 0;
    width: 152px;
}
.content img {
    border: 1px solid #625B48;	
    margin-right: 6px;
    margin-bottom: 6px;
}
.yplayer {
    margin-bottom: 6px !important;
}
.content img.obraz {
    margin-right: 16px;
}
.content table {
    margin-top: 10px;
}
.content td {
    
}
#pathway {
    width: 875px;
    margin: 0 auto;
    font-size:9px;
    color: #A7A191;
}
#footer {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #A68D6E;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #796A57;
    margin-top: 40px;
    margin-bottom: 40px;
}
a:link, a:visited {
    color: #0000FF;
    text-decoration: none;
}
a:hover {
    color: #BA00FF;
}
.menu {
    background: #625b49;
}
.headerUl {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 15px;
    font-weight: 300;
    height: 50px;
    list-style: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.headerUl li {
    background: #625b49;
    display: inline-block;
    margin-right: -4px;
    position: relative;
    padding: 16px 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.headerUl li:hover {
    background: #352e1c;
}
.headerUl li a {
    color: white;
    padding: 15px 13px;
}
.headerUl li:first-child a {
    font-weight: 800;
}
{
    color: #eecb6e;
}
.headerUl ul li:first-child a {
    font-weight: inherit;
    color: #fff;
}

.headerUl li ul {
    padding: 0;
    position: absolute;
    top: 50px;
    left: 0;
    text-align: left;
    width: 150px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
}
.headerUl li ul li { 
    display: block; 
}
.headerUl li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}
.menu2, .menu2 a {
    font-size: 10px;
    font-weight: 400;
    color: #796A57;
}
.intro .menu, .intro #pathway {
    display: none;
}
.lang {
    text-align: center;
}