/* CSS Document */
body{
    /*background: #ddddff;*/
    background: white url('./img/page_background.gif') repeat-x top left;
    font-family: sans-serif;
    font-size: 80%;
    margin: 0 20px;
}
div#page{
    
}
div#menu{ 
    margin: 10px;
    padding: 0;       
    background: #ddddff;  
    float: left;   
}

div#menu ul{
    list-style-type: none;
    list-style-position: outside;
    padding: 0;
    margin: 0;
    float: left;
}

div#menu li{
    margin: 0px;
    font-size: 110%;
    display: block;
    float: left;
}

div#menu a{
    text-decoration: none;
    margin: 0;
    padding: 5px 15px;
    display: block;
    background: #ddddff;
}

div#menu a.selected{
    font-weight: bold;
    text-decoration: none;
    margin: 0;
    display: block;
    color: white;
    background: #000099;
}
div#menu a#konec{
    margin-left: 10em;
}
div.clear{
    clear: both;
    margin: 0;
    padding: 0;
    border: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
}

#header{
    
}

#footer a{
    text-decoration: none;
    color: gray;
}

#header h1, #header h2{
    text-align: right;
    color: #352777;
    margin-bottom: 0em;
    padding-bottom: 0;
}
h1 {
    font-size: 200%;
}
p#OSN{
    text-align: right;
    color: #0000bb;
    font-size: 80%;
}

label{
    margin-left: 0px;
    color: #352777; 
}

legend{
    color: #352777; 
    margin-bottom: 0;
    padding-bottom: 0;
    margin: 0;
}


label.compulsory{
    
}

fieldset{
    padding: 0;
    margin: 0px 0px;
    margin-bottom: 10px;
    border: 0;
}
fieldset#filtr, fieldset#moznosti{
    margin-bottom: 2px;
}
fieldset#filtr input.text, fieldset#filtr input.select{
    width: 70px;
    font-size: 100%;
    margin-bottom: 1px;
}
fieldset#filtr label{
    margin-left: 6px;
    margin-right: 3px;
}

fieldset#profese{
    
}


table#prehled{
    text-align: left;
    font-size: 90%;
    width: 100%;
    border: 1px solid #7e92b7;
}

table#prehled td{
    
}

table#prehled th{
    font-size: 80%;
    text-align: left;
}
table#prehled a, table#prehled a:visited{
    color: #0000bb;
}
table#prehled th a.selected{
    color: red;
}
table#prehled tr.odd,table#prehled tr.even td{
    /*background: #eeeeff;*/
    background: rgb(163,196,228);
    border: none;
}
table#prehled tr.even, table#prehled tr.odd{
    /*background: #fafafa;*/
    background: rgb(210,226,242);
    border: none;
}
table#prehled td.left{
    text-align: left;
}
table#prehled input.checkbox{
    margin-left: 0px;
    padding-left: 0px;
}
table#position{
    width: 100%;
}
table#position td{
    vertical-align: top
}
table#position td td{
    vertical-align: middle;
}
table.prehled1{
    margin: 10px 7px 7px;
}

div.radios{
    margin: 5px;
    margin-left: 20px;
}

table.print{
    width: 100%;
    border: 1px solid black;
}

div#contentEnv{
    margin: 0px;
    /*background: #000099; */
}
div#content{
    /*background: #ddddff;*/
    display: block;
}

form{
    margin: 0;
    display: block;
}
p{
    margin: 3px 5px;
    padding: 0;
}
img{
    border: 0;
    margin: 0px 2px;
}
a:visited{
    color: #0000bb;
}
div#export a{
    display: block;
    font-size: 150%;
}
ul.messages{
    color: red;
    margin-top: 1em;
}
ul.messages li{
    color: red;
}
input.text, select.text, textarea.text{
    background: #dee0ef;
    border: solid 2px #989a9a;
    color: #1d1e19;
}


div.line{
    background: url('./img/line.gif') no-repeat;
    /*background: url('/osn/img/line.gif') no-repeat;*/
    height: 5px;
    margin: 0;
    margin-bottom: 3px;
    border: 0;
}
#oZivotopis{
    
}
/*tisk*/
body.print, .print #header h1, .print p#OSN{
    background: white;
    color: black;
}
table.print{
    background: white;
}
.print div#contentEnv{
    margin: 0px;
    background: white; 
}
.print div#content{
    background: white;
    
}
.print fieldset{
    border: 1px solid black;
    padding: 5px;
}
.print input, .print select, .print label, .print legend{
    background: white;
    color: black;
    display: inline;
}
.print label{
    font-weight: bold;
    margin-left: 15px;
}
.print span{
    margin-left: 5px;
}
.print div.line{
    display: none;
}


