/* main --------------------------------------------------------------------- */
body {
  background-color: #000000;
  background-image: url('../images/bg.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  color: #f0f0f0;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  margin: 0px;
  padding: 0px;
  
}
p {
  text-align: justify;
}
form {
  margin: 0px;
  padding: 0px;
}
input {
  border-color: #101010;
  border-style: solid;
  border-width: 1px;
  background-color: #202020;
  color: #c0c0c0;
  /*height: 15px;*/
  padding: 0px 5px;
  width: 85px;
}
select {
  border-color: #101010;
  border-style: solid;
  border-width: 1px;
  background-color: #202020;
  color: #c0c0c0;
}
textarea {
  border-color: #101010;
  border-style: solid;
  border-width: 1px;
  background-color: #202020;
  color: #c0c0c0;
  padding: 0px 5px;
}
.inputButton {
  border-color: #101010;
  border-style: solid;
  border-width: 1px;
  background-color: #202020;
  color: #c0c0c0;
  height: 19px;
  margin: 3px 0px 0px 0px;
  padding: 0px 5px;
  width: 20px;
}

a {
  color: #808080;
  text-decoration: none;
}
a:hover {
  color: #ff2020;
  text-decoration: underline;
}
a > img {
  border: 2px solid #808080;
  padding: 2px;
}
a:hover > img {
  border: 2px solid #ff2020;
}
/* -------------------------------------------------------------------------- */

/* layout ------------------------------------------------------------------- */
#center {
  background-color: #000000;
  height: auto;
  margin: auto; 
  min-height: 700px;
  position: relative;
  width: 1000px;
}
#content {
  position: relative;
  text-align: center;
}
#david {
  color: #ffffff;  
  font-size: 1.4em;
  font-weight: bold;
  position: absolute;
  left: 400px;
  top: 50px;
}
#david:hover {
  color: #ffffff;
  text-decoration: underline;
}
#capoeira_olomouc {
  cursor: pointer;
  height: 35px;
  position: absolute;
  right: 50px;
  top: 165px;
  width: 110px;
}
#capoeira_sternberk {
  cursor: pointer;
  height: 50px;
  position: absolute;
  right: 45px;
  top: 200px;
  width: 115px;
}
#davidspilka {
  color: #ffffff;
  cursor: pointer;
  font-size: 1.4em;
  font-weight: bold;
  position: absolute;
  left: 175px;
  top: 585px;
}
#davidspilka:hover {
  color: #ffa040;
}
#textTop {
  font-family: Arial;
  font-size: 1.3em;
  position: absolute;
  right: 75px;
  top: 400px;
  width: 525px;
}
#menu {
  background-image: url('../images/bg_menu.png');
  background-repeat: repeat-x;
  height: 30px;
  padding: 20px 0px 10px 0px;
  position: relative;
  text-align: left;
  top: 240px;
  width: 100%;
}
.menu_item {
  color: #808080;
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px 10px 10px 10px;
}
.menu_item_first {
  margin-left: 20px;
}
.menu_item:hover {
  background-color: #580b0d;
  color: #ffffff;
}
#menu_aktuality {
  background-image: url('../images/menu_aktuality_out.png');
  cursor: pointer;
  height: 45px;
  left: 20px;
  position: absolute;
  top: 0px;
  width: 160px;
}
#menu_aktuality:hover {
  background-image: url('../images/menu_aktuality_over.png');
}
#menu_vystoupeni {
  background-image: url('../images/menu_vystoupeni_out.png');
  cursor: pointer;
  height: 45px;
  left: 365px;
  position: absolute;
  top: 0px;
  width: 180px;
}
#menu_vystoupeni:hover {
  background-image: url('../images/menu_vystoupeni_over.png');
}
#menu_kontakt {
  background-image: url('../images/menu_kontakt_out.png');
  cursor: pointer;
  height: 45px;
  left: 800px;
  position: absolute;
  top: 0px;
  width: 140px;
}
#menu_kontakt:hover {
  background-image: url('../images/menu_kontakt_over.png');
}
#menu_foto {
  background-image: url('../images/menu_foto_out.png');
  cursor: pointer;
  height: 45px;
  left: 690px;
  position: absolute;
  top: 0px;
  width: 90px;
}
#menu_foto:hover {
  background-image: url('../images/menu_foto_over.png');
}
#menu_video {
  background-image: url('../images/menu_video_out.png');
  cursor: pointer;
  height: 45px;
  left: 560px;
  position: absolute;
  top: 0px;
  width: 110px;
}
#menu_video:hover {
  background-image: url('../images/menu_video_over.png');
}
#menu_diskuze {
  background-image: url('../images/menu_diskuze_out.png');
  cursor: pointer;
  height: 45px;
  left: 210px;
  position: absolute;
  top: 0px;
  width: 140px;
}
#menu_diskuze:hover {
  background-image: url('../images/menu_diskuze_over.png');
}
#text {
  float: left;
  height: auto;
  margin-top: 300px;
  min-height: 600px;
  padding: 0px 100px 25px 100px;
  position: relative;
  text-align: left;
  width: 500px;
}
#footer {
  clear: both;
  height: 60px;
  margin-top: 500px;
  position: relative;
  width: 1024px;
}
#footer a {
  color: #f0f0f0;
}
#footer a:hover {
  color: #f0f0f0;
}
#topList {
  display: block;
  left: 20px;
  position: absolute;
  top: -10px;
}
#topList img {
  border: 0px;
}
.red {
  color: #ff0000;
}
/* -------------------------------------------------------------------------- */

/* news --------------------------------------------------------------------- */
.newsInput {
  border-color: #101010;
  border-style: solid;
  border-width: 1px;
  background-color: #393939;
}
.newsTable {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 500px;
}
.newsHead {
  background-color: #606060;
  height: 33px;
  padding: 2px 10px 0px 10px;
}
.newsBody {
  background-color: #808080;
  margin: 0px;
  padding: 5px 10px 5px 10px;
}
.newsFoot {

}
/* -------------------------------------------------------------------------- */

/* foto --------------------------------------------------------------------- */
.arrowPrev {
  background-image: url('../images/arrow_prev_out.png');
  cursor: pointer;
  height: 100px;
  width: 100px;
}
.arrowPrev:hover {
  background-image: url('../images/arrow_prev_over.png');
}
.arrowNext {
  background-image: url('../images/arrow_next_out.png');
  cursor: pointer;
  height: 100px;
  width: 100px;
}
.arrowNext:hover {
  background-image: url('../images/arrow_next_over.png');
}
/* -------------------------------------------------------------------------- */

/* video -------------------------------------------------------------------- */
.video {
  color: #ffffff;
}
/* -------------------------------------------------------------------------- */

/* forum -------------------------------------------------------------------- */
.forumInput {
  border-width: 0px;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
}
.forumInput:hover {
  color: #ff0000;
}
.forumTable {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 500px;
}
.forumHead {
  background-color: #606060;
  height: 33px;
  padding: 2px 10px 0px 10px;
}
.forumBody {
  background-color: #808080;
  margin: 0px;
  padding: 5px 10px 5px 10px;
}
.forumHead1 {
  background-color: #580b0d;
  height: 63px;
  padding: 2px 10px 0px 10px;
}
.forumHead2 {
  background-color: #580b0d;
  height: 63px;
  padding: 2px 10px 0px 10px;
}
/* -------------------------------------------------------------------------- */

/* concerts ----------------------------------------------------------------- */
.concerts {
  border: 0px; 
  padding: 2px; 
  width: 520px;
}
.concerts td {
  padding: 2px;
}
.concert0 {
  background-color: #404040;
}
.concert1 {
  background-color: #606060;
}
.concertold0 {
  background-color: #202020;
  color: #808080;
}
.concertold1 {
  background-color: #303030;
  color: #808080;
}
/* -------------------------------------------------------------------------- */

/* admin -------------------------------------------------------------------- */
#admin {

}
#admin input {
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  background-color: #e0e0e0;
  color: #101010;
}
#admin select {
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  background-color: #e0e0e0;
  color: #101010;
}
#admin textarea {
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  background-color: #e0e0e0;
  color: #101010;
}
#admin table {
  background-color: #f0f0f0;
  padding: 10px;
}
.adminInput {

}
#adminHead {
  background-image: url('../images/bg_admin.jpg');
  background-repeat: no-repeat;
  height: 165px;
  position: relative;
  width: 1250px;
}
#adminMenu {
  background-color: #b4b4b4;
  height: 20px;
  left: 325px;
  position: absolute;
  top: 104px;
}
#adminMenu a {
  color: #101010;
}
#adminMenu a:hover {
  color: #f01010;
}
/* -------------------------------------------------------------------------- */

/* error -------------------------------------------------------------------- */
#error {
  clear: both;
  color: #000000;
  width: 100%;
  height: auto;
  margin-top: 20px;
  background-color: #ffffff;
  text-align: left;
}
#error_inner {
  padding: 20px 20px 20px 20px;
}
.error { 
  font-size: 0.7em; 
  font-weight: bold; 
  color: #ff0000; 
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
}
#error a { 
  font-weight: bold; 
  color: #ff6e00; 
  text-decoration: none;
}
#error a:visited { 
  color: #ff6e00; 
  text-decoration: none; 
}
#error a:link { 
  color: #ff6e00; 
  text-decoration: none;
}
#error a:active { 
  color: #ff6e00; 
  text-decoration: none;
}
#error a:hover { 
  color: #ff9e00; 
  text-decoration: underline;
}
/* -------------------------------------------------------------------------- */
