body{
	font-family: Verdana, "Geneva CE", lucida, sans-serif;

	font-size: 0.7em;

	margin: 0px;
	padding: 0px;
	color: #666666;
	color: black;

	text-align: center;

	line-height: 15px;

	background: url(body-bg.jpg) repeat-y;
	background-position: center;
	background-color: black;
}
body.editor{
	margin: 5px;
	background-color: white;
}

h1, h2, h3, h4, h5, h6{
	margin-top: 13px;
	margin-bottom: 3px;
	margin-right: 5px;
	margin-left: 0px;
	/* font-family: Arial, Helvetica, sans-serif; */
	color: #76163C;
	line-height: normal;
}
h1{ font-size: 150%; }
h2{ font-size: 150%; }
h3{ font-size: 130%; }
h4{ font-size: 130%; }
h5{ font-size: 110%; }
h6{ font-size: 110%; }

h1, h3, h5{
	margin-top: 0px;
}

table{
	font-size: 100%;

}
* html table{

}

td{

}

/* tabulky z editoru */
table.colored{
	border: 1px solid silver;
	border-right: none;
}
table.colored th,
table.colored td{
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}
table.colored th{
	background-color: #ED6F00;
}
/*********************/

form{
	margin: 0px;
	padding: 0px;
}

textarea{
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 100%;
	width: 150px;
	border: 3px solid #DADADA;
	padding: 3px;
	overflow: hidden;
}
input{
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 100%;
	border: 3px solid #DADADA;
	padding: 3px;
	overflow: hidden;
}
input.file{
	width: 243px;
}
input.radio,
input.checkbox{
	width: auto;
	border: none;
}
#formElement64
{
	width: auto;
}
textarea{
	width: 250px;
	height: 100px;
}
select{
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 100%;
}

button{
	font-size: 100%;
	background: #F27000;
	border: none;
	color: white;
	padding: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100px;
}

p{
	/*margin-top: 5px;
	margin-bottom: 5px;*/
	margin: 5px;
	margin-left: 0px;
	margin-right: 0px;
}

a{
	color: #ED6F00;
	color: #76163C;
}

a:hover{

	text-decoration: none;
}

a img, a:link img{
	border: none;
}

ul{
	margin: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 0px;
}
ol{
	margin-left: 22px;
	padding: 0px;

}

a.more,
span.more{
	background: url(a-more.gif) no-repeat;
	background-position: right;
	padding-right: 12px;
	float: right;
}
a.external,
span.external{
	background: url(a-ext.gif) no-repeat;
	background-position: right;
	padding-right: 12px;
}
span.more{
	float: none;
}


/* main */
#main{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* main:end */

/* header */
#header{
	position: relative;
	background: url(header-bg-condor.gif) no-repeat;
	height: 104px;
}

#header .home-link{
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;

	width: 220px;
	height: 60px;
	/*border: 1px solid red;*/
}
#header .home-link a{
	display: block;
	width: 220px;
	height: 60px;
	text-decoration: none;
}
#header .home-link a span{
	visibility: hidden;
}

#header .search-form{
	position: absolute;
	top: 3px;
	right: 6px;
	background: url(search-form-bg.gif) no-repeat;
	width: 115px;
	height: 21px;
/*	border: 1px solid white;*/
}
#header .search-form .label{
	position: absolute;
	top: 2px;
	left: -60px;
	color: white;
	text-transform: uppercase;
}
#header .search-form .query{
	background: transparent;
/*	border: 1px solid silver;*/

	border: none;
	width: 80px;
	position: absolute;
	left: 10px;
	top: 2px;
}
#header .search-form .submit{

	position: absolute;
	top: 2px;
	left: 95px;
	width: 16px;
	height: 17px;
	background: url(search-form-submit-bg.gif) no-repeat;
	border: none;
}

#header .languages{
	position: absolute;
	right: 10px;
	top: 85px;
}
#header .languages a{
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.8em;
}

/* header:end */

/* main-menu */
#main-menu{
	position: relative;
	width: 780px;
	height: 25px;
	overflow: hidden;

	background: #76163C;

	text-transform: uppercase;
}
#main-menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#main-menu ul li{
	display: inline;
}
#main-menu ul li a{
	display: block;

	height: 25px;
	line-height: 25px;
	float: left;

	color: white;
	text-decoration: none;

	padding-left: 20px;
	padding-right: 20px;

	background: url(main-menu-a-bg.gif) no-repeat;
	background-position: 0px 3px;
}
#main-menu ul li a.no-bg{
	background-image: none;
}
#main-menu ul li a:hover{
	color: #FFE2C8;
}
#main-menu ul li a.active{
	background: #ED6F00;
}

#main-menu ul li .divider{
	display: none;
}
/* main-menu:end */

#content .left{
	width: 526px;
	float: left;
	position: relative;
	left: 6px;
	top: 6px;
	overflow: hidden;
}
#content .right{
	width: 232px;
	float: right;
	position: relative;
	right: 6px;
	top: 6px;
	overflow: hidden;
}

/* boxiky */
.box{
	position: relative;
/*	z-index: 0; */
/*	margin-bottom: 6px;*/
	background: white;
	padding: 0px;
	min-height: 36px;
}
* html .box{
	height: 36px;
}
.box .inside{
	padding: 10px;
}
.box .corner-tl,
.box .corner-tr,
.box .corner-bl,
.box .corner-br{
	position: absolute;
	width: 9px;
	height: 10px;
	overflow: hidden;
}
.box .corner-tl{
	background: url(box-corner-tl.gif) no-repeat;
	top: 0px;
	left: 0px;
}
.box .corner-tr{
	background: url(box-corner-tr.gif) no-repeat;
	top: 0px;
	right: 0px;
}
.box .corner-bl{
	background: url(box-corner-bl.gif) no-repeat;
	bottom: 0px;
	left: 0px;
}
.box .corner-br{
	background: url(box-corner-br.gif) no-repeat;
	bottom: 0px;
	right: 0px;
}

.box .ie-pos-fix{
	background: #ED6F00;
	width: 100%;
	height: 1px;
	overflow: hidden;
	position: absolute;
	bottom: -1px;
}

.box.with-label{
	margin-top: 14px;
}
.box.with-label .inside{

}
.box.with-label .corner-tl,
.box.with-label .corner-tr{
	display: none;
}


.box.with-label .label{
	position: absolute;
	top: -14px;
	background: url(box-with-label-bg.gif) no-repeat;
	background: url(box-with-label-gray-bg.gif) no-repeat;
	background: url(box-with-label-purple-bg.gif) no-repeat;
	background-position: 0px 0px;
	height: 21px;
	line-height: 14px;
	width: 100%;
	padding-left: 28px;
	font-weight: bold;
	font-size: 90%;
}
.box.with-label .label span{
	color: white;
	position: absolute;
	top: -1px;
	text-transform: uppercase;
}


.box.submenu ul{
	margin-top: 0px;
	margin-bottom: 0px;
	list-style: circle;
	padding: 0px;

}
.box.submenu ul li ul{
	margin-top: 2px;
	margin-bottom: 2px;
}

.submenu ul.no-disc{
	list-style: none;
	margin-left: 0px;
}

.submenu ul li .active{
	text-decoration: none;
	color: #4B4B4B;
}


/* pager */
.pager{
	clear: both;
	margin-left: 3px;
	float: left;
/*	min-height: 30px;*/
}
.pager ul{
	margin: 0px;
	padding: 0px;
	list-style: none;

}
.pager ul li{
	background: url(pager-item-day.gif) no-repeat;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	float: left;
	margin-right: 5px;

}

.pager ul li.active{
	background: url(pager-item-day-active.gif) no-repeat;
	width: 18px;
	height: 18px;
	line-height: 18px;
	position: relative;
	top: -1px;
	color: white;
}
.pager ul li a{
	text-decoration: none;
	display: block;
	height: 30px;
}
.pager ul li.active a{

}
* html .pager ul li a{
	height: 18px;
}
.pager ul li span{
	position: relative;
	top: -1px;
	left: 0px;
}

.pager-text{
	margin-left: 3px;
}
.pager-text ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.pager-text ul li{
	text-align: center;
	float: left;
	margin-right: 5px;
}

/**********/

/* clanky a reference */

.article, .reference{
	margin-bottom: 5px;
	clear: both;
}

.article span.date{
	color: #666666;
	font-size: 80%;
	font-weight: normal;

}

.article.short h6{
	margin: 0px;
}
.reference{
	min-height: 120px;
}
* html .reference{
	height: 120px;
}

.reference .col-left{
	float: left;
	width: 180px;
	overflow: hidden;
	padding-top: 5px;
	text-align: center;
}
.reference .col-right{
	float: right;
	width: 320px;
}

.reference .col-left img{
	border: 3px solid silver;
	padding: 1px;
}
.reference .col-left a:hover img{
	border: 3px solid gray;
}


.reference h5{
/*	font-weight: normal;*/
}
.reference span.submitter,
.reference span.date{
	color: #4B4B4B;
	font-weight: normal;
}

.reference .url a{
	font-weight: normal;
	font-size: 95%;
	color: gray;
}

/* styly pro editor */
.p-max{
	position: relative;
	padding: 10px;
	padding-top: 6px;
	padding-bottom: 8px;
	background: #FFF1E3;
	line-height: 17px;
}
/*******************/

/* footer */
#footer{
	clear: both;
	width: 100%;
	border-top: 1px dashed #F5F5F5;
	color: #FFE2C8;
	position: relative;
	top: 10px;
	height: 25px;
	line-height: 25px;
}
#footer a{
	color: white;
}
#footer .left{
	float: left;
	width: auto;
	padding-left: 5px;
}
#footer .right{
	float: right;
	width: auto;
	padding-right: 5px;
}


/* footer:end */


/* style pro noc */
body.day{
	background: url(body-bg-day.jpg) repeat-y;
	background-position: center;
	background-color: black;
}

body.day h1,
body.day h2,
body.day h3,
body.day h4,
body.day h5,
body.day h6{
	color: #F27000;
}
body.day a{
	color: #ED6F00;
}
body.day a.more,
body.day span.more{
	background: url(a-more-day.gif) no-repeat;
	background-position: right;
}
body.day a.external,
body.day span.external{
	background: url(a-ext-day.gif) no-repeat;
	background-position: right;
	padding-right: 12px;
}

body.day #header{
	position: relative;
	background: url(header-bg-condor-day.gif) no-repeat;
	height: 104px;
}
body.day #header .search-form{
	background: url(search-form-bg-day.gif) no-repeat;
}

body.day #main-menu{	background: #F27000; }
body.day #main-menu ul li a.no-bg{ background-image: none; }
body.day #main-menu ul li a{
	background: url(main-menu-a-bg-day.gif) no-repeat;
	background-position: 0px 3px;
}
body.day #main-menu ul li a.active{	background: #4B4B4B; }


body.day .box .corner-tl{
	background: url(box-corner-tl-day.gif) no-repeat;
	top: 0px;
	left: 0px;
}
body.day .box .corner-tr{
	background: url(box-corner-tr-day.gif) no-repeat;
	top: 0px;
	right: 0px;
}
body.day .box .corner-bl{
	background: url(box-corner-bl-day.gif) no-repeat;
	bottom: 0px;
	left: 0px;
}
body.day .box .corner-br{
	background: url(box-corner-br-day.gif) no-repeat;
	bottom: 0px;
	right: 0px;
}
body.day .box.with-label .label{
	background: url(box-with-label-bg-day.gif) no-repeat;
	background-position: 0px 0px;
}
body.day .box.with-label .label span{
	color: black;
}
body.day .box .ie-pos-fix{
	background: #C0C0C0;
}

body.day .pager ul li{
	background: url(pager-item.gif) no-repeat;
	width: 15px;
	height: 15px;
	line-height: 15px;
}

body.day .pager ul li.active{
	background: url(pager-item-active.gif) no-repeat;
	width: 18px;
	height: 18px;
	line-height: 18px;
}


body.day .p-max{ background: #F5F5F5; }

body.day #footer{
	color: #4B4B4B;
}
body.day #footer a{
	color: black;
}

/*****************/

/* gallery */
.gallery{
	width: 100%;
	clear: both;
}
.gallery td{
	text-align: center;
	vertical-align: top;
}
.gallery td a img{
	border: 3px solid silver;
	padding: 1px;
}
.gallery td a:hover img{
	border: 3px solid gray;
}
.gallery .description{
	margin-top: 2px;
}
/* gallery:end */

/* newsletter */
.newsletter-subscribe{
	text-align: center;
}
.newsletter-subscribe input.email{
	width: 130px;
}
.newsletter-subscribe .submit{
	padding: 3px;
	width: auto;

	position: relative;
	bottom: 1px;
}

.newsletter-subscribe .errors{
	list-style: none;
}
.newsletter-subscribe .errors li{
	color: #F27000;
}
/* newsletter:end */

/* domain */
.domain-subscribe{
	text-align: center;
}
.domain-subscribe input.domain{
	width: 130px;
	border: 1px inset !important;
	padding: 2px;
}
.domain-subscribe .submit{
/*	padding: 3px;
	width: auto;*/
	position: relative;
	top: 5px;
}

/* domain:end */

/* sitemap */
.sitemap-out{
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 0px;
}

.sitemap li.no-li{
	list-style: none;
	margin-bottom: 2px;
}

.sitemap .top-level
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
}

/* sitemap:end */

/* quick-nav */

.quick-nav{
	float: right;
	width: auto;
	margin-bottom: 5px;
}
.quick-nav a{
	color: black !important;
}
/* quick-nav:end */


/* domain */
.domain-form td{
	vertical-align: middle;
}
.domain-form .suffix{
	font-size: 100%;
	border: no
}

.domain-overview{
	margin: 5px;
}
.domain-overview table{
	border: none;
	text-align: left;
	width: 500px;
}

.domain-form{
	border: 1px solid #E5E5E5;
	background-color: #FAFAFA;
	width: 100%;
}
.domain-form td{
	padding-bottom: 3px;
}


/* domain:end */
/*.customFormSubmit*/
.field-label{
	font-weight: bold;
}


.pwd{
	font-size: 24px;
	font-weight: bold;
	font-family: Tahoma, "Courier New", Courier, monospace;
	color: #F27000;
/*	color: #FF6600; */
}

.req{
	color: #F27000;
}

.six-px-separator{
	height: 6px;
	overflow: hidden;
	clear: both;
}

.show-back{
	text-align: right;
	clear: both;
}

.cleaner{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	position: relative;
}
.cleaner.spacer{
	height: 4px;
}


.calculator{
	width: 500px;

}

.calculator table{
	width: 100%;


}
.calculator table td{
	xwidth: 200px;

}
.calculator table td.num input{
	width: auto;
	border: none;
	xmargin-left: 100px;
}
.calculator table td.num input
{

}
.calculator table td.num{
	text-align: right;
}
.calculator table td.nw{
	white-space: nowrap;
}
.calculator table td.lab{
	font-weight: bold;
}
.calculator input{
	xwidth: auto;
	xborder: none;

}
.calculator input.field{
	border: 3px solid #DADADA !important;
	padding: 3px;
	width: 200px;

}
.calculator .required{
	color: Red;
	font-weight: bold;
}
.calculator td.sum{
	xfont-size: 15px;
	xfont-weight: bold;
	xcolor: #ED6F00;
}
img.captcha-image
{
   position: relative;
   top: 2px;

   float: left;
   margin-right: 5px;
   border: 1px solid #6F6F6F;
}
.captcha-help,
.captcha-help a
{
   font-size: 9px;
}

.captcha-number
{ 
	float: left;
	clear: left;
	margin-top: 8px;
	width: 80px;
}

.dashed-line
{
	border-top: 1px dashed silver;
}
.mt8
{
	margin-top: 8px;
}
/* voting */
.inquiry
{
   width: 100%;
   overflow: hidden;
}
.inquiry-label { font-weight: bold; margin-bottom: 5px; margin-top: 5px; }
.inquiry .answer-label a,
.inquiry .answer-label span { color: #000000; /*color: #ff8535;*/}
.inquiry .answer-label span.percent { font-weight: bold; }
.inquiry .answer-graph
{
/*   position: relative;*/
   height: 13px;
   overflow: hidden;
   background-color: #dddddd;
	margin-top: 1px;
	margin-bottom: 2px;
}

.inquiry-archive-date
{
	font-size: 10px;
	xfont-weight: bold;
	display: block;
}

ul.inquiry-archive
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.inquiry-archive li
{
	margin-bottom: 5px;
}

/*
.voting .answer-graph .left
{
	margin-top: -6px !important;
	margin-left: -6px !important;
   width: 5px !important;
   height: 13px;
   overflow: hidden;
   position: absolute;
   left: 0px;
   background-image: url(votting-graph-left.gif);
   background-repeat: no-repeat;
}

.voting .answer-graph .right
{
	margin-top: -6px;
	margin-right: -6px;
   width: 5px !important;
   height: 13px;
   overflow: hidden;
   position: absolute;
   right: 0px;
   background-image: url(votting-graph-right.gif);
   background-repeat: no-repeat;
}
*/

.answer-graph-fill
{
/*   position: relative;*/
   background-color: #f27000;
   height: 13px;
   overflow: hidden;
}
/*
.voting .answer-graph-fill .left
{
   width: 5px;
   height: 13px;
   overflow: hidden;

   position: absolute;
   left: 0px;

   background-image: url(votting-graph-fill-left.gif);
   background-repeat: no-repeat;
}
.voting .answer-graph-fill .right
{
   width: 5px;
   height: 13px;
   overflow: hidden;

   position: absolute;
   right: 0px;

   background-image: url(votting-graph-fill-right.gif);
   background-repeat: no-repeat;
}
*/
.day .optifor-bar
{
	margin-left: 4px;
	margin-bottom: 4px;
	color: #767676;
}
.day .optifor-bar a
{
	color: #767676 !important;
}

.optifor-bar
{
	margin-left: 4px;
	margin-bottom: 4px;
	color: #ffffff;
}
.optifor-bar a
{
	color: #ffffff !important;
}

.dotted-line-white
{
	margin-top: 12px;
	margin-bottom: 4px;
	border-top: 1px dashed #F5F5F5;
}

/* PF 2009 */

#main
{
	position: relative;
}

#pf
{
	position: absolute;
	z-index: 10;
	background: url(pf2009.png) top left no-repeat;
	width: 780px;
	height: 1173px;
}

/* OREZAVATKO.CZ */
div.orezavatko
{
	position: relative;
	width: 210px;
	height: 300px;
	background: url(orezavatko.png) top left no-repeat;
}

div.orezavatko a.orezavatko
{
	position: absolute;
	width: 210px;
	height: 60px;
	top: 0px;
	left: 0px;
	z-index: 300;
}

div.orezavatko a.baterka
{
	position: absolute;
	width: 166px;
	height: 177px;
	top: 56px;
	left: 20px;
	z-index: 300;
}

div.orezavatko div.over
{
	background: url(orezavatko-over.png) top left no-repeat;
	position: absolute;
	width: 210px;
	height: 300px;
	top: 0px;
	left: 0px;
	z-index: 200;
}

* html div.orezavatko div.over
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/orezavatko-over.png', sizingMethod='image');
}
/* .article h4,
.article h3,
h3 a,
h4 a */
h1, h2, h3, h4, h5, h6
{
	/* font-family: "mostra-nuova-1", "mostra-nuova-2"; */
	font-family: "ff-dax-wide-web-pro-1", "ff-dax-wide-web-pro-2", Verdana;
}
/* 2011 - klic */
.orange-bg,
.white-bg {
	width: 100%;
	height: 100%;
	background: white;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 50;
}
.orange-bg {
	background: #F27000;
	z-index: 40;
	cursor: pointer;
}
.icko {
	position: absolute;
	top: 155px;
	left: 50%;
	margin-left: -230px;
	border-style: none;
	z-index: 55;
}
.icko2 {
	position: absolute;
	top: 101px;
	left: 50%;
	margin-left: -401px;
	border-style: none;
	z-index: 55;
}
.pf {
	position: relative;
	width: 232px;
	float: none;
	padding-bottom: 4px;
}
.label1 {
	position: absolute;
	top: 0;
	left: 28px;
 	font-size: 90%;
   font-weight: bold;
   line-height: 14px;
}
