* { margin:0; padding:0;  }

body { 
    background: #F8F8F8 url(../../images/bg.jpg) repeat-x; 
    color: #380404; 
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 76%;
}

html, body { 
    text-align: center; 
    width:100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

hr.clear {
    clear:both;
    height:1px;
    margin: -1px 0 0 0; 
    padding:0;
    border: none;
    visibility: hidden;		
}    

#page {
    border: 0px solid #BFBFBF;
    text-align: justify;
    font-size: 1em;
    width: 900px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    min-height: 100%;
    color: #380404;
    background: transparent url(../../images/bg.gif) no-repeat; 
}

body>#page {
    height: auto;
} 

h1, h2, h3 { color: #691983; /* #383E48;*/  padding-bottom: 7px; }
h1 {font-size: 180%;}
h2 {font-size: 160%;}
h3 {font-size: 130%;}

a, a:link { color: #892EA7; background: inherit; text-decoration: none; }
a:hover { color: #691983; background: inherit; text-decoration: underline;}

#top {
    height: 93px;
    color: #9C3FE5;
    background: /*#7452D7*/ #892EA7;
    width: 100%;
}

#top-content {
    float: left;
    margin-left: 10px;
}

#top-left {
    width: 8px; height: 93px;
    background: /*#C4C4C4*/ #892EA7 url(../../images/top-left.jpg) no-repeat;
    float: left;
}

#top-right {
    width: 8px; height: 93px;
    background: #C4C4C4 url(../../images/top-right.jpg) no-repeat;
    float: right;
}

#header {
    color: #FFFDFE;
    height: 200px;
    width: 100%;
    position: relative;
    border: 0px solid #C4C4C4;
}

#navig {
    width: 570px;
    margin-top: 25px;
}

#navig a, #navig a:link {
    color: #892EA7;
    text-decoration: none;
    font-weight: bold;
}

#navig a:hover {
    text-decoration: underline;
}

#navig p {
    padding-top: 15px;
}

#vlajky {
    width: 300px;
    margin-top: 25px;
}

.menu {
    height: 46px;
    float: left;
    background: transparent url(../../images/menu-bg.jpg) repeat-x; 
}

.menu-left {
    height: 46px;  width: 14px;
    background: transparent url(../../images/menu-left.jpg) no-repeat;
    float: left; 
}

.menu-right {
    height: 46px;  width: 21px;
    background: transparent url(../../images/menu-right.jpg) no-repeat;
    float: left; 
}

.menu a {
    padding: 10px 7px 7px 0; text-align: left;
}

#logo-popis {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 570px;
    height: 150px;
    background: transparent url(../../images/logo-popis-cz.png) no-repeat; 
}

#logo {
    position: absolute;
    top: 35px;
    right: 70px;
    width: 100px;
    height: 140px;
    background: transparent url(../../images/logo.png) no-repeat; 
}

a img {border: none;}

#main {width: 100%; }

#video {float: left;
    width: 500px;
    height: 370px;
}

#popis {
    float: left;
    width: 350px;
    height: 370px;
    font-size: 0.9em;
    /* border: 0.3em solid #B376C6; */
    overflow: auto; 
}

#footer {
    height: 50px;
    margin-top: 10px;
}

#footer p { 
    padding: 15px;
    font-size: 0.9em;
    color: #FCF7F7;
}

#footer p a { color: #FFEBEB; text-decoration: none; font-weight: bold;}
#footer p a:hover { color: #FCD4D4; text-decoration: underline;}

/* rounded borders */
.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#892EA7; margin:0 5px;}
.b2f {height:1px; background:#892EA7; margin:0 3px;}
.b3f {height:1px; background:#892EA7; margin:0 2px;}
.b4f {height:2px; background:#892EA7; margin:0 1px;}
.contentf {background: #892EA7;}
.contentf div {margin-left: 5px;}

pre {
  border: 0.3em solid black;
  padding: 1.5em;
  }

.left {float: left;}

.odsad {padding: 15px;  }

p {
  padding-bottom: 10px;
}

#langs li
{
    display: inline;
    list-style-type: none;
    padding-right: 1px;
}

.bg-grey { background-color: #D8D8D8; color: #000;}
.bg-fial { background-color: #B578C8; color: #380404; /* B376C6#B6B6B6;*/ }
.bg-white { background-color: #fff; color: #380404; }

