/* CSS Document (c) Doučování matematiky 2008 */

/* ------------ INTERFACE ------------ */
body, html {
  margin: 0; padding: 0;
}
body {
  background: url("./bg2.gif") #E0E0E0 center repeat-y;
  color: #444;
  text-align: center;
  
  font-family : sans-serif;
  font-size: 12px;
}
#main {
  position:relative;
  margin: 0 auto 20px;
  padding: 0 30px;
  width: 770px;
  widt\h: 710px;
  text-align: left;
  height: 100%;
}
#hlavicka {
  width: 710px;
  height: 78px;
}
img {
  margin: 0;
  border: 0;
}
#pata {
  font-size: 11px;
  color : gray;
  border-top: 1px solid black;
}
#pata p {
  margin : 4px;
}
h1 {
  font-size: 18px;
  text-align: center;
  color: #1073B5;
}
h2 {
  font-size: 14px;
}
h3 {
  font-size: 12px;
}
.hint {
  font-size: 11px;
  font-style: italic;
  margin-top: 1px;
}
td {
  vertical-align: top;
}
.error, .notice {
  margin : 5px;
  padding : 5px;
  border: 1px solid red;
  background-color: #FFCB68;
  font-weight: bold;
}
.notice {
  border: 1px solid #1073B5;
  background-color: #A6C9E0;
  font-weight: normal;
}
.akce {
  border: 1px solid #1073B5;
  background-color: #A6C9E0;
  font-weight: normal;
  float : right;
  width : 250px;
  padding-left : 5px;
  padding-right : 5px;
}
.seznam {
  border-collapse: collapse;
  margin-top: 5px;
  margin-bottom: 10px;
}
.seznam th {
  text-align: left;
}
.seznam th:hover {
  text-align: left;
}
.seznam td, .seznam th {
  border: 1px solid black;
  padding : 3px;
}
.seznam tr:hover {
  background-color: #FFCB68;
}
.hidden {
  visibility:hidden;
}
