body {
  font-family: /* "Lucida Grande", Verdana, Lucida, Helvetica, Arial, Tahoma, */ sans-serif;
  font-size: 80%;
  background-color: White;
  color: Black;
  margin: 0;
  padding: 0;
}

a{
  text-decoration: none;
  color: #ff7800;
  background-color: transparent;
}

a:hover {
  text-decoration: underline overline;
}

a.popis{
  text-decoration: none;
  color: #000000;
  background-color: transparent;
}

a.popis:hover {
  text-decoration: overline underline;
}

p.abeceda{
  text-decoration: none;
  text-align: center;
  font-weight: 700;
}  

table.main{
  border-style: none;
  width: 800px;
  height: 100%;
}

table.izbornik{
  border-style: none;
}

td.izbornik{
  border-color: #000000;
  border-width: 1px;
  border-style: none dashed none solid;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

td.izbornik2{
  border-color: #000000;
  border-width: 1px;
  border-style: solid none dashed none;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
}

table.novosti{
  border-style: none;
  width:700px;
}

td.novosti{
  text-align: justify;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}

td.novosti_L{
  width: 80px;
  text-align: center;
  padding-right: 10px;
  border-top-style: none;
  border-top-width: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: #ff7800;
  border-right-style: dashed;
  border-right-width: 1px;
}

td.kolegiji_popis{
  text-align: justify;
  vertical-align: top;
  padding-left: 60px;
  padding-right: 60px;
}

td.trazilica{  
  padding-top: 5px;  
}

ul.kolegiji_popis{
  line-height: 1.5em;
  list-style-position: outside;  
  list-style-type: square;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0px;
}

/* -------------------------- */

.sqrt1{
  font-size: 120%;
}

.sqrt1Line{
  border-top: 1px solid black;
}

.sqrt2{
}

.sqrt2Line{
  border-top: 1px solid black;
  font-size: 80%;
}

.bline{
  border-bottom: #000 solid 1px; 
  border-top: none;
  border-left: none;
  border-right: none;
}

.tline {
  border-bottom: none;
  border-top: #000 solid 1px;
  border-left: none;
  border-right: none;
}

.lline{
  border-bottom: none;
  border-top: none;
  border-left: #000 solid 1px;
  border-right: none;
}

.rline{
  border-bottom: none;
  border-top: none;
  border-left: none;
  border-right: #000 solid 1px;
}

.lzag{
  border: #000 solid 1px;
  border-right: none;
}

.rzag{
  border: #000 solid 1px;
  border-left: none;
}

.btline {
  border-bottom: #000 solid 1px; 
  border-top: #000 solid 1px; 
  border-left: none; 
  border-right: none; 
}

/* -------------------------- */


/* general headline setup */
h1 {
  color: #000000;
  background-color: transparent;
  font-family: /*"Lucida Grande", Verdana, Lucida, Helvetica, Arial, Tahoma, */ sans-serif;
  font-size: 150%;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  margin-left:    0;
  margin-right:   0;
  margin-top:     0;
  margin-bottom:  0.2em;
  padding-left:   30px;
  padding-right:  0;
  padding-top:    0;
  padding-bottom: 0.1em;
  border-bottom: 1px solid #ff7800;
  clear: left;  
}

h2 {
  color: #000000;
  background-color: transparent;
  font-family: /*"Lucida Grande", Verdana, Lucida, Helvetica, Arial, Tahoma, */ sans-serif;
  font-size: 110%;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  margin-left:    0;
  margin-right:   0;
  margin-top:     0;
  margin-bottom:  0.5em;
  padding-left:   30px;
  padding-right:  0;
  padding-top:    0;
  padding-bottom: 0.1em;
  border-bottom: 1px solid #ff7800;
  clear: left;
}
