/*GLOBAL*/
body,html {
    background: white;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: Tahoma;
    background-color: white;
}
.endFloat{
    clear: both;
}
/*HORNI CAS*/
#top #logo{
    width: 259px;
    height: 51px;
    background-image: url('/images/logo.png');
    position: absolute;
    top: 50px;
}
#top{
    width: 100%;
    background-image: url('/images/mapTop.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    height: 196px;
    text-align: left;
}
.content{
    width: 760px;
    margin: 0 auto;
}
#top .langs{
    visibility: hidden;
    float: right;
    margin-top: 31px;
    text-align: center;
}
#top .motto{
    visibility: hidden;
    float: right;
    margin-top: 5px;
    margin-right: 0px;
    width: 330px;
    height: 20px;
}
#top .vlajky{
    float: right;
    position: relative;
    /*background-image: url('/images/vlajky.png');*/
    background-repeat: no-repeat;
    background-position: right;
    width: 760px;
    height: 110px;
}
#top div.language-selector {
    position: absolute;
    font-size: 11px;
    font-weight: normal;
    color: black;
    right: 14px;
    bottom: 13px;
}
#top div.language-selector a {
    color: black;
    font-weight: bold;
}
/*MENU*/
#top #menu{
    margin: 0 auto;
    width: 632px;
    height: 47px;
    /*background-image: url('/images/menuBg.png');*/
    position: relative;
    top: 63px;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
}
#top #menu div.item{
    background-image: url('/images/menuNoActive.png');
    width: 102px;
    height: 27px;
    margin-top: 5px;
    margin-left: 0px;
    float: left;
    padding-top: 15px;
    color: rgb(128,0,0);
    text-decoration: none;
    cursor: pointer;
    border-top: 1px solid #e0b5bd;
    border-right: 1px solid #e0b5bd;
}
#top #menu div.item:hover{
    text-decoration: underline;
}
#top #menu div.itemActive{
    background-image: url('/images/menuActive.png');
    width: 102px;
    height: 27px;
    margin-top: 5px;
    margin-left: 0px;
    float: left;
    padding-top: 15px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    border-top: 1px solid #e0b5bd;
    border-right: 1px solid #e0b5bd;
}
#top #menu div.itemActive:hover{
    text-decoration: underline;
}
#top #menu div.prvni{
    margin-left: 5px;
    border-left: 1px solid #e0b5bd;
}

/*MENU KONEC*/
/*KONEC HORNI CASTI*/

/*STREDNI CAST*/
#middle {
    background-image: url('/images/middleBg.png');
    background-repeat: repeat-x;
    width: 100%;
    height: 170px;
}
#middle #cont{
    width: 760px;
    height: 161px;
    margin: 0 auto;
    position: relative;
    top: 4px;
}
#middle #cont .left{
    background-image: url('/images/middleContLeft.png');
    width: 5px;
    height: 100%;
    float: left;
}
#middle #cont .middle{
    width: 750px;
    background-image: url('/images/middleCont.png');
    height: 100%;
    background-repeat: repeat-x;
    float: left;
}
#middle #cont .right{
    background-image: url('/images/middleContRight.png');
    width: 5px;
    height: 100%;
    float: left;
}
#middle .blok{
    width: 200px;
    height: 100px;
    float: left;
    text-align: left;
    margin: 15px;
    margin-left: 35px;
}
#middle .blok h1{
    color: white;
    font-weight: bold;
    font-size: 14px;
    font-family: Tahoma;
}
#middle .blok p{
    color: white;
    font-size: 12px;
}
/*KONEC STREDNI CASTI*/

/*OBSAH*/
#obsah{
    background-color: white;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    color: black;
  	margin-top:0cm;
  	margin-right:0cm;
  	margin-bottom:10.0pt;
  	margin-left:0cm;
  	line-height:115%;
  	font-size:11.0pt;
  	font-family:"Calibri","sans-serif";
  	font-size: 10pt; font-family: "Tahoma","sans-serif"; color: rgb(13, 13, 13);
}
/*KONEC OBSAHU*/

/*PATICKA*/
#paticka {
    background-image: url('/images/mapBottom.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    height: 90px;
    padding-top: 40px;
    font-size: 9px;
    border-top: 4px solid #6d0502;
}
#paticka a {
    color: black;
    text-decoration: none;
}

