
/* somjm.cz css */

a {

  color: blue; 
  text-decoration: none;
}
a:hover {
  
  color: blue; 
  text-decoration: underline;
}
html, body {
  
  margin: 0; 
  padding: 0;
  height: 100%;
  text-align: center;
  color: black;
  background-color:#E7E7E7; 
  font-family: verdana; 
}
h1 {

  font-size: 18px; 
  font-weight: normal;
  font-family: arial; 
}
h2 {

  font-size: 12px;
  font-weight: normal;
  font-family: arial; 
}
table {

  border-collapse: collapse;
  padding: 0px;
}
td {
  
  padding: 0px;
  vertical-align: top;
}
.c_table {

  padding: 0px;
  width: 550px;
  border-left: 1px gray solid;
  border-top: 1px gray solid;
  font-size: 10px;
}
.c_table td {

  padding: 2px;
  border-right: 1px gray solid;
  border-bottom: 1px gray solid;
}
#main { /* main div */
  
  margin-left: auto; 
  margin-right: auto;
  width: 786px;
  height: 100%;
}
.cover { /* cover with left/right borders */

  border-collapse: collapse;
  width: 786px;
  height: 100%;
  background-color: white;
}
.shadowleft {

  padding: 0px;
  width: 8px;
  background: white url("theme/shadow-left.gif")
}
.shadowright {
  
  padding: 0px;
  width:8px; 
  background: white url("theme/shadow-right.gif")
}
.master { /* master table */
  
  width: 770px;
  height: 100%;
}
#title {

  position: relative;
}
#title_content {

  position: absolute;
  left: 5px;
  top: 50px;
  font-size: 18px; 
  font-weight: normal;
  font-family: arial; 
}
.path { /* document path */

  width: 640px;
  height: 20px;
  font-size: 10px;
  padding-left: 3px;
  padding-top: 8px;
}
.print { /* print page button area */

  width: 95px;
  height: 20px;
  padding-right: 3px;
  padding-top: 8px;
  font-size: 10px;
  text-align: right;
}
.menu { /* menu */

  width: 190px;
  height: 100%;
  padding-top: 8px;
}
.v_menu {

  border-collapse: collapse;width: 190px;
  border-top: 1px silver solid;
  text-align: left;
  font-size: 11px;
}
.v_menu_dap {

  width: 12px;
  border-bottom: 1px silver solid;
}
.v_menu_item {

  height: 22px;
  padding-left: 2px;
  border-bottom: 1px silver solid;
  vertical-align: middle;
}
.v_menu_separator {

  height: 44px;
  border-bottom: 1px silver solid;
}
.document { /* document */

  width: 580px;
  height: 100%;
  padding-left: 5px;
  padding-right: 25px;
  padding-top: 12px;
  padding-bottom: 30px;
  text-align: justify;
  font-size: 11px;
  line-height:16px;
}
.copyright { /* footer copyright */

  padding: 5px;
  font-size: 9px;
  color: gray;
  line-height:12px;
}


