body {
    text-align:center;
    margin: 0px;
    font-family: verdana, sans-serif;
    font-size: 0.9em;
    color: #003366;
    line-height: 1em;
  }

  table, img {
    border: 0px;
  }

  table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    margin-top: 10px;
  }

  table th, table thead td {
    background-color: #FFCC00;
    color: white;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
  }

  table td {
    vertical-align: top;
    padding: 5px;
    text-align: center;
  }

  .left {
    text-align: left;
  }
  a {
    color: #003366;
    text-decoration: none;
  }
  a:hover {
    color: #CC0000;
  }
  p {
    margin: 0px;
    padding: 0px;
  }
  h1, h2, h3, h4, h5, h6 {
    text-align:center;
    color: #CC0000;
    font-size: 1em;
    margin: 0px;
    padding: 0px;
  }

  .post h1, .post h2 {
    font-size: 1em;
    color: #CC0000;
    margin-top: 0px;
    text-align:center;
  }

  .post h4 {
    font-size: 1.67em;
    color:#003366;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 1.38em;
  }

  .post h5 {
    font-size: 1.38em;
    margin-bottom: 5px;
    margin-top: 15px;
    font-style: italic;
    line-height: 1em;
    font-weight: bold;
    color: #CC0000;
  }

  h5 {
    font-weight: bold;
  }
  .post h6 {
    margin-top: 5px;
    color: #003366;
text-align:left;
  }

  .clearer {
    clear:both;
    margin: 0px;
    padding: 0px;
    height: 0px;
  }

  .hidden {
    display: none;
  }
  #content {
    margin: 0 auto;
    text-align:center;
    width: 984px;
    height: 170px;
    background: white;
  }

/* hlavička */

  #header {
    width: 984px;
    height: 170px;
    text-align:left;
    background: silver url(../images/bg_top.png) no-repeat;
  }

  #logo {
    width: 214px;
    float: left;
  }

  #topcenter {
    width: 578px;

    float: left;
  }

  #topmenu {
    height: 40px;

  }

  #toptitle {
    height: 80px;
   /* background: silver; */
    overflow:visible;
  }

  #toptitle .imtitle {
    margin-left: -30px;
  }

  #toptitle .songstart {
    margin-bottom: 10px;
  }

  #topmarq{
    height: 40px;
  }

  #topmarq_in{
    height: 40px;
    width: 420px;
    float: left;
  }

  marquee {
    padding: 10px;
    color: #CC0000;
    margin: 0 0 0 15px;
  }

  #topmarq .song_prehled {
    float: right;
  }

  #deti {
    position: absolute;
  }

/* menu úplně nahoře */
  #topmenu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right;
  }

  #topmenu ul li {
    float: left; /* for IE6 */
    font-weight: normal;
    padding: 9px 10px 11px;
    margin: 0 1px;
    text-transform: uppercase;
    font-size: 0.92em;
  }

  #topmenu ul li a {
    color: #CC0000;
    font-weight: bold;
  }

  #topmenu ul li a:hover {
    color: white;
  }

/* obsah strnky */

  #page88 {
    width: 954px;
    margin: 0 auto;
    padding: 0px;
    clear: both;
    text-align:left;
    background: url(../images/bg.png) repeat-y;
  }

  #page {
    width: 954px;
    margin: 0 auto;
    padding: 0px;
    text-align:left;
    background:url("../images/bg_orange.png") top left repeat-y;
  }

  #page2 {
    margin:0;
    padding:0;
    background: url("../images/bg_orange_2.png") top right repeat-y;
  }

  #page2a {
    margin:0;
    padding:0;
  }



/* druhé horní menu */
  #mainlink {
    width: 984px;
    float: left;
  }

  #mainlink .inn{
    width: 954px;
    height: 40px;
    float: left;
    margin-left: 15px;
    background: #FFCC00;
  }

  #mainlink ul {
    margin: 0px;
    padding: 0px;
    padding-top: 3px;
    list-style: none;
    float: left;
  }
  #mainlink ul li {
    float: left; /* for IE6 */
    font-weight: normal;
    padding: 7px 22px 8px;
    margin: 0 9px;
    text-transform: uppercase;
    font-size: 0.92em;
    border: 1px solid white;
  }

  #mainlink ul li a {
    text-decoration: none;
    color: #003366;
    font-weight: bold;
  }

  #mainlink ul li a:hover {
    color: white;
  }

/* sloupce */
  .sidebar {
    min-height: 30em;
    width:100%;
    /*background: #FFCC00; */
  }

  #col1 {
    width: 188px;
    float: left;
  }

  #col1 .workshopy{
    font-size: 0.79em;
    margin: 2px;
    padding: 0px 30px;
    line-height: 1.5em;
  }

  #col1 .workshopy li{
    margin-bottom: 5px;
  }

  #col1 .workshopy li a{
    margin-bottom: 5px;
  }

/* druhý sloupec */
  #col2 {
    width: 586px;
    float: left;
  }
/* fotmat textu a textovzch prvku v hlavnim sloupci */
  #col2 .post{
    padding: 5px 10px 10px 10px;
    font-size: 0.9em;
    line-height: 1.38em;
  }

  #col2 .post ul,  #col2 .post ol {
    padding-left: 20px;
    margin: 0px;
  }

  #col2 .post p {
    padding: 10px 0px;
  }

  #col2 .post a {
    color: darkorange;
    text-decoration: underline;
    font-weight: bold;
  }

  #col2 .post a:hover {
    color: #CC0000;
    text-decoration: none;
  }

  #col2 .col21{
    float: left;
    width: 382px;
    text-align: center;
  }

  #col2 .col22{
    float: right;
    width: 179px;
    text-align: center;
  }

  #col2 .col21 a, #col2 .col22 a{
    color: #CC0000;
    font-size: 0.95em;
  }

  #col2 .col21 .box,   #col2 .col22 .box{
    border: 1px solid orange;
    padding: 8px;
    margin-bottom: 5px;
  }

  #col2 .col21 .box h2,  #col2 .col22 .box h2, #col2 .col21 .box h2 a, #col2 .col22 .box h2 a {
    color: #CC0000;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
  }

/* třetí sloupec */
  #col3 {
    float: right;
    width: 180px;
    height: 100%;
  }

  #col3 .box {
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid white;
    margin: 8px 5px;
    padding: 15px 0px;
  }

  #col3 .box h2 {
    /* color: #CC0000; */
    text-transform: uppercase;
    font-size: 0.95em;
    margin-bottom: 10px;
  }

/* třetí sloupec jinde nez na hlavni strance */
  #col3a {
    float: right;
    width: 180px;
    background: white;
    min-height: 100%;
  }

  #col3a ul, #col3a ol {
    font-weight: bold;
  }

  #col3a a {
    color: darkorange;
    font-weight: bold;
  }

  #col3a h2 {
    color: #CC0000;
  }


/* menu ve sloupci 1 */
  .mainmenu {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  .mainmenu li {
    font-weight: normal;
    padding: 7px 11px 8px;
    margin: 0 8px;
    margin-bottom: 4px;
    text-transform: uppercase;
    border: 1px solid white;
  }

  .mainmenu  li a {
    color: #003366;
    font-weight: bold;
    font-size: 0.85em;
  }

  .mainmenu li a:hover {
    color: white;
  }

/* paticka */

  #footer {
    clear:both;
    width: 984px;
    height: 80px;
    text-align:center;
    background: url(../images/bottom.png) no-repeat;
  }

  #footer p {
    padding-top: 45px;
    font-size: 0.78em;
  }

  /* widgets*/

  #loginPopUp {
    width: 250px;
    height: 120px;
    position: absolute;
    margin: 0px;
    padding: 0px;
    z-index: 100;
    margin: 5px 0px 0px -205px;
    display:none;
  }

  .vis {
    display:block;
  }
  #loginPopUp .in {
    background: white;
    color: black;
    padding-top: 10px;
    border: 2px solid darkorange;
    text-transform: none;
  }

  #loginPopUp .in span.title {
    padding: 10px;
    font-weight: bold;
  }

  #loginPopUp .in td a:hover {
    color: darkorange;
  }

  /*  prihlasovaci formular nahore */
  #loginform {
    padding: 10px;
    margin: 0px;
  }

  #loginform table {
    padding: 0px;
    margin: 0px;
    border: 0px solid black;
  }

  #loginform table td {
    vertical-align: middle;
    text-align: left;
    padding: 0px;
  }
  /*  bocni sloupec (vpravo) jinde nez na hlavni strance */

.sidebox {
  border: 1px solid orange;
  margin: 0.4em 0 0 0;
  padding: 10px 0.5em;
  font-size: 93%;
}
.sidebox ul {
  margin: 0px;
  padding: 0px 0 0 15px;
}
.sidebox ol {
  margin: 0px;
  padding: 0px 0 0 20px;
  font-size: 0.85em;
}
.sidebox ol a {
  font-size: 0.85em;
}




.sidebox h2 {
  font-style: italic;
  font-weight: bold;
  display: block;
  text-align: center;
  color: orange;
  margin: 0 0 5px 0px;
}
.sidebox a {
  text-decoration: underline;
}
.sidebox a:hover {
  text-decoration: none;
}

  /*  tabulka mesicu pro stranku Osobni setkani */

table#meetingCal {
  border: 1px solid #ff8c00;
  font-size: 0.7em;
  margin: 10px 0px;
  }
table#meetingCal td {
  font-style: normal;
  border: 1px solid #ff8c00;
  color: #ff8c00;
}
table#meetingCal td.actual {
  font-style: normal;
  background: #ff8c00;
}
table#meetingCal td a {
  font-weight: bold;
  color:#ff8c00;
}
table#meetingCal td a:hover {
  color:#ff8c00;
}
table#meetingCal td.actual a {
  font-weight: bold;
  color:white;
}
table#meetingCal td.actual a:hover {
  color:red;
  text-decoration: underline;
}

table.youtube,  table.youtube td {
  border: 0px solid;
  margin: 10px 0px;
  padding: 0px;
  }

.eventbar {
  border: 1px solid red;
  background-color: rgb(255,204,204);
  margin: 15px 0px;
	padding: 5px 6px 5px 6px;
  font-weight:bold;
}

/* nove */



/*okno kontaktniho formulare*/
#komentarpopup {
  position: absolute;
  width: 500px;
  /*height: 200px;*/
  display: none;
  background: #eee; border: 1px solid green;
  right: 0px; top: 0px;
  padding: 1px;
  z-index: 100;
}
#komentarpopup form {
  border: 2px rgb(152,203,0) solid;
  padding: 2px;
  margin: 0px;
}
#komentarpopup fieldset input {
  margin: 1px 0px;
}

#komentarpopup fieldset label, #prispevek label {
  width: 10em;
}

#komentarpopup textarea {
width: 455px; height: 190px;
}
#komentarpopup div.tlacitka {
text-align: center; margin: 2px auto;
clear: both;
width: 100%;
}
#komentarpopup div.tlacitka input{
display: inline;
float: none;
}




#prispevek {
  position: absolute;
  z-index: 100;
  display: none;
  background: orange;
  border: solid darkorange 2px;
  width: 610px;
}
.hvezdicka {
  color: darkorange;
  font-size: smaller;
}
.cara-forum {
  color: silver;
}


.h1_cover, .h2_cover {
  height: 25px;
  border: 0px solid black;
  text-align:center;
  display:inline;
  width: 49%;
  margin-top: -25px;
}

.h1_cover {
  float: left;
}
.h2_cover {
  float: right;
}

.otherstat {
  text-align:center;
  padding-top:20px;
}

.col3apicturecover {
  margin-top: 5px;
  margin-bottom: 2px;
  text-align: center;
  display:none;
}

.col3apicturecover img {
  width: 180px;
}

.post_mainbox_border {
  border: 1px solid orange;
  margin-bottom: 10px;
  padding: 4px 5px 10px 15px
}

.post .post_mainbox_border h5, .post .post_mainbox_border_center h5 {
  color: #CC0000;
  font-weight: bold;
}

.post_mainbox_border_center {
  border: solid 1px orange;
  padding: 6px 4px 15px;
  margin-bottom: 5px;
  text-align: center;
}

.semdatum {
  color: darkorange;
}

.citat {
  color: #003366;
  text-align: center;
  font-style: italic;
}

.post label {
    display: block;
    float: left;
    clear: left;
    width: 10em;
    padding-right: 1em;
    text-align: right;
    line-height: 1.8em;
  }

fieldset br {
    clear: both;
  }

.callToAction1 {
/*background: orange; border: 1px solid darksorange; margin:0;padding:5px 12px; -moz-border-radius:0 0 12px 12px;-webkit-border-bottom-right-radius:12px;-webkit-border-bottom-left-radius:12px;-khtml-border-bottom-right-radius:12px;-khtml-border-bottom-left-radius:12px;border-bottom-right-radius:12px;border-bottom-left-radius:12px;-moz-border-radius:12px 12px 12px 12px;-webkit-border-top-right-radius:12px;-webkit-border-top-left-radius:12px;-khtml-border-top-right-radius:12px;-khtml-border-top-left-radius:12px;border-top-right-radius:12px;border-top-left-radius:12px;*/
}
.callToAction1 a {
  color: white;
  text-decoration: none;
}
.callToAction1 a:hover {
  color: yellow;
  text-decoration: underline;
}

.pagepicture {

}

.songtip {
 color: rgb(204,0,0);
}
.otherstatfix_c {
  float: right;
}

.otherstatfix {
  position: absolute;
  right: 200px;
}
.otherstatfix .OtherStat {
  margin-top: -90px;
}

.upozorneni {
   color: #CC0000;
}

/*smajlici do fora a chatu*/
  #samjlici {text-align: center;}
  #samjlici div {text-align: center; width: 100%; margin: 0px auto;}
  #smajlici input {
  background-color: white;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 25px; height: 25px;
  }

.post .lidi td {
  text-align:left:
  color: #003366;
}

.post .lidi h5, .post .lidi h6, .h5a {
  text-align:left:
  color: #003366;
  font-style: normal;
  font-size: 1.3em;

}

h5.h5a, h5.h5a.left {
  color: #003366;
  font-size: 1.4em;
}

.post .lidi h6 {
  font-size: 1.2em;
}

div.teplomer {
  width: 500px;
  height: 15px;
  background-color: red;
  border: solid 1px darkgrey;
}
div.procenta {
  height: 15px;
  background-color: darkgreen;
  border-right: solid 1px darkgrey;
  border-top: none;
  border-left: none;
  border: bottom;
}

