/*xxxxxxxxxxxxx
tato pozadí příjdou pryč, jsou nadefinované v globálu - já je mám v jiném adresáři
*/
#menu_bar {
  background: url("../images/bg-page.jpg") repeat-x scroll 0px 65px #EA78D3;
}
#center_column {
  background: url("../images/bg-content.png") no-repeat scroll 0px 2px transparent;
}
/*xxxxxxxxxxxxx*/

.clear {
  clear:both;
  height:0px;
  margin:0px;
  padding:0px;
  font-size:0px;
  line-height:0px;
  border:0px none;
}

/* převzaté z #page #center_column #home-header .more-link jen upravená pozice */
#page #center_column.contest .more-link,
#page #center_column.contest .send-form {
    position: absolute;
    top: 10px;
    left: 680px;
    margin-top: 5px;
    color: white;
    font-size: 11px;
    display: block;
    border: 1px solid #64C11B;
    background-color: #64C11B;
    height: 12px;
    padding: 3px 0px 5px 0px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url('/PIE.htc');
    z-index: 2;
    width: 88px;
    text-decoration: none;
    font-family: 'Didact Gothic', Arial, Helvetica, sans-serif;
    font-size: 1.2em;
}
#page #center_column.contest .send-form {
  width: 188px;
  left: 0px;
  top:auto;
  bottom: 10px;
  line-height: 13px;
}
#page #center_column.contest h1 {
  font-size: 23px;
  font-weight: normal;
}
h1 sup {
  font-size:18px;
  line-height:18px;
}

#page #center_column.contest h2 {
  display: inline;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px solid #919191;
}
#page #center_column.contest h3 {
  font-weight: normal;
  color: #BD229E;
}
h3 sup {
  font-size:11px;
  line-height:12px;
}

#center_column.contest div.rte p {
  font-size: 12px;
  line-height: 18px;
}
#center_column.contest div.rte ul {
  margin-left:13px;
}
#center_column.contest div.rte .img1 {
  float:left;
  width:290px;
  margin:3px 20px 3px 0;
}
#center_column.contest div.rte .img2 {
  float:right;
  width:240px;
  margin:3px 0 3px 20px;
}
#center_column.contest div.rte .col1 {
  float:left;
  width:190px;
  margin: 0.5em 0px;
}
#center_column.contest div.rte .col1 li {
  line-height:18px;
}
#center_column.contest div.rte .col1 li sup {
  font-size:10px;
  line-height:10px;
}

#center_column.contest div.rte .col2 {
  float:left;
  width:320px;
}
#center_column.contest div.rte .clear_col {
  clear:left;
  width:520px;
}

#f_contest {
  position:relative;
  padding:10px 0 40px 0;
}
#f_contest div {
  padding:10px 0;
}
#center_column.contest #f_contest p {
  font-size: 13px;
  font-weight: bold;
  line-height: 22px;
}
#center_column.contest #f_contest p span {
  font-size: 20px;
  font-weight: normal;
  color: #BD229E;
}
#f_contest .contact label {
  display: inline-block;
  width:70px;
}
#f_contest input {
  width:250px;
  vertical-align:middle;
  margin: 3px 10px 3px 22px;
  padding: 2px 3px;
  font-size: 14px;
}
#f_contest input.opt {
  width:auto;
  margin: 5px 10px 5px 22px;
  padding: 0;
}
#f_contest input.checkbox {
  width:auto;
  margin: 5px 10px 5px 0px;
  padding: 0;
}

.contest .color {
  color: #BD229E;
}
.img-r {
  float:right;
  margin-right:10px;
}
.no_dis {
  display:none;
}
.alert {
  font-size: 16px;
  font-weight: bold;
  color: red;
}

/* popup styles*/
#popOverlay {
  position:absolute; top:0px; left:0px;
  width: 100%;
  background:#777;
  display:none;
  z-index: 100;
}
.popup {
  position: absolute;
  box-shadow: 0 3px 8px #333;
  background: #fff;
  width: 800px;
	height: 400px;
	padding:50px;
	text-align:left;
	color: #60605b;
	font-size: 12px;
  line-height: 18px;
  display: none;
  z-index: 400;
}
.popup .close {
  position: absolute; top: -15px; right: -15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 500;
  background: url("../images/fancybox.png") repeat scroll -40px 0px transparent;
}
.popup p, .popup li {
  margin:0 0 10px 0;
}
.popup ul, .popup ol {
  margin:0 0 10px 13px;
}
