* {
    margin: 0;
    padding: 0;
    color: #666666;
    font-family: Tahoma,"Lucida Grande CE",lucida,sans-serif;
    font-weight: normal;
    text-decoration: none;
}

body{
    //    background: #ffffff url('../Pict/bg_body.jpg') no-repeat fixed center bottom;
    margin: 0;
    min-width: 1320px;
    padding: 0;
    text-align: center;
    font-size: 9pt;
}

#page{
    background: rgba(0, 0, 0, 0) url("../Pict/bg_top.png") repeat-x scroll center 0;
    left: 0;
    min-height: 100%;
//    min-width: 1310px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    height: 100%;
}

#header{
    clear: both;
    display: block;
    height: 130px;
    margin: 0;
    position: relative;
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
}

#logo{
    float: left;
    margin: 0px auto auto 2%;
}
#nadpis{
    display: block;
    font-size: 25pt;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-align: center;
    width: 600px;
    padding-top: 25px;

}

#footer{
    background: rgba(0, 0, 0, 0) url("../Pict/bg_foot.png") repeat-x scroll 0 0;
    bottom: 0;
    display: block;
    height: 55px;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 6;

}


#foot_in {
    color: #ffffff;
    padding: 0;
    margin-right: 20px;
    float: right;
    font-size: 7pt;    
}

#footCopy{
    padding: 15px 10px 0 0;
    text-align: right;
}

#foot_in a {
    color: #ffffff;
    font-size: 7pt;
}
A:link {
    color: #f29200;
    font-weight: normal;
    text-decoration: none;
}


#zaruka7{
    float: right;
}

#loginInfo{
    float: right;
    margin-top: 3px;
    color: white;
}

#menu{
    display: inline;
    float: right;
    height: 70px;
    margin-top: -80px;
    overflow: hidden;
    margin-right: 25px;
    z-index: 1000;
}

#menu ul{
    list-style-type: none;    
    float: left;
    margin-top: 40px;
    height: 100%;
    margin-left: 25px;
}

#menu ul li{
    display: inline;
    padding: 10px;
    height: 100%;
    width: 100px;
    background: rgba(255,255,255,0.5);
    border: 1px solid #666666;
    color: white;
}

#menu ul li:hover{
    background: rgba(0,0,0,0.5);
}

#menu ul li a{
    color: white;
}