/* CSS Document */

/*
Dodelat #main: Margin!!!!

*/

/*td {border: 1px dashed orange};*/

body {
  background-attachment: fixed;
  background-color: rgb(32,32,32);
  font-family: Verdana, Arial;
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  color: black;
}

#main {
  table-layout: auto;
  width: 95%;
  /*height: 100%;*/
  background-color:rgb(127,127,127);
  border-style: solid;
  border-color: black;
  border-width: thin;
  margin-left: 30px;
  /*margin: 30px 30px 30px 30px;*/
}
#main a, a:visited, a:link {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
#main a:hover {
  color: black;
  text-decoration: underline;
  font-weight: bold;
}
#main h2 {
  color: darkgreen;
  font-style: italic;
  font-size: 22px;
}

#middle {
  width: 60%;
  vertical-align: top;
}

#zahlavi {
  vertical-align: middle;
  height: 100px;
  background-color: rgb(184,186,198);
  padding: 3px 3px 3px 3px;
}

#menu {
  font-size: 15px;
}
#menu a, a:visited, a:link {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
#menu a:hover {
  color: black;
  text-decoration: underline;
  font-weight: bold;
}

.hide {
  display: none;
}

.main_margin {
  margin: 20px 10px 0px 30px;
}

.nadpis_oboru {
  font-weight: bold;
  font-size: 17px;
  padding-left: 40px;
  padding-top: 20px; 
}

.text{
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
}

.act {
  background-color: rgb(184,186,198);
  padding: 10px 12px 10px 12px;
  border: 1px solid black;
}

.strong {
  font-weight: bold;
  font-size: 18px;
}

.substrong {
  font-weight: bold;
  font-size: 16px;
}

.nadpis {
  font-weight: bold;
  font-size: 22px;
}
