@charset "utf-8";
/* CSS Document pro vestirna, upravuje pouze vnitrni vzhled. okolni lay-out je jinde*/
/******************** main vestirna content *************************/
/** Global **/
a:link, a:visited, a:active, a {
	border:none;
	text-decoration:none;
	color:#8e4c06;
	cursor:pointer;
}
a:hover {
	border-bottom:1px solid #F95728;
	background:#FFCC99;
	color:#003333;
}
form {
	padding:0px;
	margin:0px;
	border:none 0px;
}
/** Form container **/
.threeColsBody div#askForm { background:url(../img/beye.jpg) #993300 no-repeat top; }
/** Tabulka s formem **/
table.formTable {
	width:100%;
	_width:730px;

}
td.obrazek {
	width:290px;
	height:80px;
	vertical-align:top;
	text-align:right;
}

table.formTable tr th {
	text-align:right;
	color:#FCF38F;
	font-weight:bold;
	font-size:10pt;
}
/** Formular **/
table.formTable td input {
	width:200px;
	font-size:12px
}
table.formTable tr td input, table.formTable tr td textarea, input, textarea {
	border:#653808 1px solid;
	padding-left:3px;
}
table.formTable tr td input#zprava {
	width:100%;
	cursor:default;
	background:#FFF;
	text-indent:5px;
	margin-left:-2px;
	color:#000;
	font-weight:bold;
	-moz-opacity:0.7;
}
table.formTable tr td input.submit, .submit {
	width:100px;
	background:#8e4C06;
	color:#FFF;
	border:#FFFFFF 3px double;
	text-align:center;
	font-size:11px;
	letter-spacing:1px;
	/*	font-family:"Segoe UI","Trebuchet MS","MS Sans Serif",Geneva,sans-serif;*/
	height:22px;
}
#advancedSearch tr td input { width:auto; border:none 0px;}
#searchText { width:300px; height:20px;	font-family:"Segoe UI","Trebuchet MS","MS Sans Serif",Geneva,sans-serif; font-size:15px; letter-spacing:1.5px}
#searchBar .submit { width:48px; }

a.submit {
	height:auto;
	cursor:default;
}
/************ vypis do odpovedi pagecounter + oznameni*/
div#informace {
	background:#CC6600;
	border-top:#000 2px solid;
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#informace p {
	margin:0px 0;
	padding:0px 0;
}
#pageCounter {
	background:#CC6600;
	font-size:14px;
	padding:3px;
	font-weight:bold;
	height:18px;
}
#pagerResult {
	display:inline;
	margin-left:10px;
}
a.counter {
	color:#990000;
	font-size:12px;
}
.threeColsBody .nadpisPrispevek {
	background:#472706 url(../img/bgLine2.jpg) repeat-x;
	height:34px;
	color:#FFFFFF;
	padding-top:3px;
	text-align:right;
}
/** Odpoved a dotaz **/
h2.nadpis {
	color:#FFCC00;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	display:block;
	margin:0px;
}
div.odpovedNadpis {
	font-weight:bold;
	display:inline;
}
div.jmeno {
	color:#8e4c06;
	margin-left:5px;
	float:left;
}
div.dotaz {
	background:#FFE2C4;
	margin-bottom:3px;
	padding:5px;
}

div.odpoved {
	background:#FFCC99;
	margin-top:5px;
	padding-left:50px;
}
div.odpoved a {
	display:inline;
	float:right;
	margin-top:-15px;
}
#dotazFormular { display:none; }
.odpovedForm {
	display: none;
	border-top: #472706 solid 2px;
	margin-left: 50px;
}
#delokno, #searchBar {
	position:absolute;
	display:none;
	z-index:100;
	width:230px;
	border:3px solid #472706;
	background:#FFE2C4;
	text-align:left;
	padding:5px;
	font-size: 11px;
}

#delokno h2 { color:#000000; }
