body {
  background: white;
  color: black;
  margin: 0px;
  padding: 0px;
  font-family: sans-serif;
}


h1, h2, h3 {
  margin: 4ex 0 2ex 0;
  padding: 0;
}

h1 {
  margin-top: 0;
  font-size: 140%;
  border-bottom: solid 1px #006611;
}

h2, h3 {
  font-size: 100%;
  border-bottom: dotted 1px #00BB44;
}

h3 {
  font-weight: normal;
}

a:visited {
  color: black;
}

a, a:active, a:hover {
  color: #006611;
}


ul ol {
  padding: 0px;
  margin: 0em;
  margin-left: 1.5em;
}

ul ul {
  margin-left: 0.5em;
}

ol ol {
  list-style-type: lower-alpha;
}

pre {
  font-style: normal;
}

blockquote {
  max-width: 20em;
}

q:lang(en) {
  quotes: "“" "”";
}

q:lang(sk) {
  quotes: "„" "“";
}

table, td, th {
  color: black;
  border-collapse: collapse;
}

table, th {
  border: solid black 2px;
}

table {
  margin: 0ex auto 0ex auto;
}

th, td {
  padding: 0ex 0.5ex 0ex 0.5ex;
}

tr.exam + tr.passed {
  border-top: dashed green 2px;
}

tr.passed + tr.failed {
  border-top: solid red 2px;
}

#container {
  border-top: solid white 1px;
  position: relative;
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
}

#content {
  left: 14em;
  top: 0ex;
  color: black;
  margin: 0 1ex 1ex 12em;
  border-left: dotted 1px #00BB44;
  border-right: dotted 1px #00BB44;
  padding: 1ex 1.5ex;
}

#header {
  background: #CCF7CC;
  margin: 0px;
  padding: 0ex;
  line-height: 3ex;
  padding: 1ex 1em 1ex 1em;
  border-bottom: solid 1px #009933;
  margin: 0 0 2ex 0;
}

#header a, #header a:visited, #header a:active {
  color: black;
  text-decoration: none;
  /*font-family: monospace;*/
}

#header a:hover {
  text-decoration: underline;
}

#header .link-disabled {
  font-family: monospace;
  color: silver;
}

#container .link-disabled {
  font-weight: bold;
}

form input[type='text'], form input[type='password'] {
  color: #006611;
  background: transparent;
  border: none;
  border-bottom: dashed #009933 1px;
}


form input[type='submit'], form input[type='reset'] {
  padding: 0.5ex;
  background: #009933;
  border: solid #006611 1px;
}


form input[type='checkbox']{
  border: dashed #009933 1px;
  height: 2ex;
  width: 2ex;
}

form input[type="file"] {
  border: dashed #009933 1px;
}

form textarea {
  border: dashed #009933 1px;
  width: 45em;
  height: 50ex;
}

form.inline, form.inline div { display: inline }
form.inline input[type='text'], form.inline input[type='password'] {
  width: 7em;
  margin: 0 0.5ex;
  text-align: center;
}

.float-right {
  float: right;
}

#navigation {
  position: absolute;
  top: 0.5ex; left: 0em;
  width: 13em; height: 100%;
  padding-bottom: 1ex;
}

#navigation a, #navigation a:active, #navigation a:visited {
  display: inline;
  width: 100%;
  text-decoration: none;
}

#navigation a:hover {
  text-decoration: underline;
}

#navig-hack {
  font-size: 80%;
  /*background: black url('images/bkg_greenstripe2.png');*/
  position: relative;
  padding: 1ex 1ex 2ex 0ex;
}

.hidden {
  display: none;
}

.serif {
  font-family: serif;
}

.monospace {
  font-family: monospace;
}

.slide {
  font-size: 150%;
}

.slide ul {
  margin-bottom: 3ex;
}

.slide li ul {
  padding-top: 1ex;
  margin-bottom: 1ex;
}

.slide li {
  margin-bottom: 1ex;
}

.slide div {
  border: solid #99CCAA 1px;
  background: #CCF7CC;
  padding: 0.5ex;
  float: right;
  font-style: normal;
  font-size: 75%;
  margin-left: 0.5ex;
  margin-bottom: 0.5ex;
}

.slide div img {
  display: block;
  margin-bottom: 0.5ex;
}

.slide em {
  font-style: normal;
  font-weight: bold;
}

.slide div code {
  color: black;
}

.slide code {
  color: #004400;
  font-weight: normal;
  font-size: 90%;
}

.photo {
  float: right;
  background: white;
  padding: 0 0 1ex 1ex;
}

.photo img {
  width: 12em;
  height: 16em;
}

.corner{
  display: block;
  position: absolute;
  width: 16px; height: 16px;
}

.top-left {
  top: 0px; left: 0px;
  background: url('images/corner_top_left.gif');
}

.top-right {
  top: 0px; right: 0px;
  background: url('images/corner_top_right.gif');
}

.bottom-left {
  bottom: 0px; left: 0px;
  background: url('images/corner_bottom_left.gif');
}

.bottom-right {
  bottom: 0px; right: 0px;
  background: url('images/corner_bottom_right.gif');
}


.pager {
 position: absolute;
 top: 3em;
 right: 1em;
}

#list a:active, #list a:visited, #list a {
 text-decoration: none;
 display: inline;
}
#list a:hover {
 text-decoration: underline;
}

/* 
display : block -> inline @ 189
left: 1em -> 0em @ 183
width: 12em -> 15 @ 184
max-width 55em -> 65em @ 97 
*/
