/* CSS Document */

a.main_menu{
margin-left:10px;
}

a.menu2{
margin-left:10px;
}

a#logout{
margin:20px;

text-align: center;
}

small{
    font-size: 6px;
    font-weight: 400;
}

body {
  background-color: white;
  color: Black;
  font-family: "Trebuchet MS";
  text-align: center;
  }

div#body {
  width: 98%;
  margin: 15px auto;
  text-align: left;
  }

div#login_screen {
  width: 300px;
  margin: 60px auto;
  text-align: center;
  }
    
div#obsah {
  width: 84%;
  float: right;
  text-align: left;
  
  }
  
div#menu {
  width: 15%;
  float: left;
  border-right: 1px solid #C9C9C9;
  padding-bottom: 50px;
  }
  
div#menu p{
  font-size: 80%;
  }
div#menu li{
  font-size: 80%;
  }                 

table#faktura_form{
    width:800px;
    text-align: left;
}  


div.faktura_polozka {
    
}

  
p#patka {
  margin: 0;
  clear: both;
  border-top: 1px dashed #888888;
  font-size: 80%;
  text-align: center;
  text-align: center;
  }            
p#patka a {
  color: black !important;
  } 
p {
  margin: 15px;
  line-height: 130%;
  }
p.box {
  margin: 10px;
  padding: 10px;
  border: 1px dashed #888888;
  background-color: #F2F2F2;
  }
p#error {
  margin: 10px;
  padding: 10px;
  color :  red;
  border: 1px dashed #888888;
  background-color: #F2F2F2;
}
p#okmsg {
  margin: 10px;
  padding: 10px;
  color :  green;
  border: 1px dashed #888888;
  background-color: #F2F2F2;
}  

ol, ul {
  margin: 15px 25px 15px 50px;
  padding: 0;
  }
li {
  margin: 15px 10px;
  padding: 0;
  line-height : 130%;
  }
h1 {
  margin: 0 15px 15px 15px;
  font-size: 150%;
  font-weight: normal;
  color: #4069DA;
  }
h2 {
  margin: 15px;
  padding: 0 0 5px 10px;
  border-bottom: 1px solid #C9C9C9;
  font-size: 130%;
  font-weight: normal;
  color: #4069DA;
  } 
h3 {
  margin: 5px 15px;
  padding: 0 0 3px 5px;
  font-size: 110%;
  font-weight: normal;
  color: black;
  }

  
table.detail{
    border-style:dashed;
    border-collapse: collapse;
    border-width: thin;
    border-color: #ddd;
    width:inherit;
    
}
table.detail th {
    width:250px;
    text-align: left;
    padding-left: 10px;
    font-weight: 600;
    }
table.detail caption {
    
position:relative;
text-align: left;
white-space: nowrap;
top:6px;
left:30px;      
font-style: italic;
font-weight: 600;
font-size:20px;
padding: 5px;
}

table.detail tr:hover{
    background-color: #eee;
}                 

    
table.list {
    border-style:dashed;
    border-width: thin;
    width:92%;
}

table.list th {
    border-style:dotted;
    border-width: thin;
}

table.list td {
    border-style:dotted;
    border-width: thin;
}
    
table.list tr.data:hover{
    background-color: #eee;
}
table.list caption {
    
position:relative;
text-align: left;
white-space: nowrap;
top:6px;
left:30px;      
font-style: italic;
font-weight: 600;
font-size:20px;
padding: 5px;
}

ul.ctg {
margin-bottom: 2px;
margin-top: 2px;
line-height: 100%;    
}

li.items {
    font-size: 14px;  
    font-weight: 400;
    margin: 5px;
    padding: 2px;    
    list-style: none;
    line-height: 100%;
}

li.ctg {
    font-size: 14px;
    font-weight: 600;
    margin: 5px;
    padding: 2px;    
    list-style:square;
    line-height: 100%;
}

img{
    border:0px;
}

img.ico15px{
    width:15px;
    height:15px;
}