/*
 * Styly pro LDIZP
 */
* {
  padding: none;
  margin: none;
  border: none;
}

html {
  padding: none;
  margin: none;
  border: none;
}

/* Rozložení */
body {
  background-image: url('../images/background.png');
  background-repeat: repeat-y;
  border: none;
  margin: none;
  padding: none;
  background-color: white;
  background-position: right;
  color: black;
  font-size: 12pt;
  font-weight: normal;  
  font-family: Arial, sans-serif;
}

div.upper {
  margin: none;
  clear: both;
  float: left;
  width: 820px;
}

div.upper-logo {
  height: 120px;
  margin: none;
  left: 0pt;
  float: left;
  width: 200px;
}

div.upper-box {
  height: 150px;
  float: left;
  width: 620px;
}

div.languages {
  clear: both;
  background-color: #5050ff;
  float: left;
  width: 620px;
}

div.languagesbox {
  float: left;
  color: white;
  font-size: 10pt;
  padding-top: 5pt;
}

div.languagesbox a {
  color: white;
  text-decoration: none;
  height: 1.5em;
  padding: 4pt;
}

div.searchbox {
  float: right;
  padding: 4pt;
}

div.title {
  clear: both;
  float: left;
  width: 620px;
}

div.titlebox {
  float: left;
  width: 450px;
}

div.moviebox {
  float: right;
  width: 160px;
  padding: none;
}

div.lower { clear: both; }

div.lower-left {
  width: 200px;
  left: 0pt;
  float: left;
  clear: both;
  margin: 0px;
  padding: 0px;
}

div.lower-left p {
  text-indent: 0px;
}

div.lower-right {
  left: 200px;
  float: left;
  width: 620px;
}

div.footer {
  clear: both;
  text-align: center;
  font-size: 8pt;
}

/* Nadpisy */
h1 {
  font-size: 16pt;
  font-weight: bold;
}

h2 {
  font-size: 14pt;
  font-weight: bold;
}

h3 {
  font-size: 12pt;
  font-weight: bold;
}

p {
  text-align: justify;
}

/* Menu */
a.menu {
  clear: both;
  text-decoration: none;
  float: left;
  width: 180px;
  color: #5050ff;
  background-color: white;
  padding: 3px;
}

a.menu:hover {
  background-color: #5050ff;
  color: white;
}

/* Hlavička */
p.head {
  font-weight: bold;
  text-align: center; 
}
span.head-1 {
  font-size: 16pt;
}

span.head-2 {
  font-size: 14pt;
}

span.head-3 {
  font-size: 12pt;
}

/* Obrázky */
a img {
  border: none;
}

/* Texty */
.center {
  text-align: center;
}

.error {
  color: red;
}

/* Organizační schéma */
div.ramecek {
  border: 3px solid black;
  margin: none;
  display: block;
  width: 250px;
  position: absolute;
  float: left;
}

div.vrule {
  border: 1px solid black;
  margin: none;
  padding: none;
  width: 1px;
  display: inline;
  position: absolute;
  float: left;
  background-color: black;
}

div.hrule {
  border-top: 3px solid black;
  height: 1px;
  margin: none;
  padding: none;
  display: block;
  position: absolute;
  float: left;
}

div.ramecek p {
  text-align: center;
}

div.ramecek p.podtrzena {
  border-bottom: 1px solid black;
}

div.ramecek a {
  text-decoration: none;
  color: blue;
}

img.foto {
  float: left;
  padding: 10px;
}

/* Reklama (úvodní stránka) */
div.reklama {
  font-size: 14pt;
  padding: 2pt;
}

div.reklama li {
  padding: 3pt;
  line-height: 1.5em;
}

/* Vyhledávací box */
form#searchForm input#q{
  width: 10em;
}

/* Seznam zkoušek */
table.zkousky {
  border: solid 1px black;
  border-collapse: collapse;
}

table.zkousky th,td {
  border: solid 1px black;
  padding: 5px;
}

/* Fotogalerie */
p.photo {
  float: left;
  width: 220px;
  padding: 10px;
  margin: 10px;
  text-align: center;
  height: 220px;
}

p.photo img {
  padding: 10px;
  border: 0;
  border: solid 1px #808080;
}

