﻿/*********************ANKETA*******************/
#anketa {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFFFFF;
	background-image: url(/gfx/anketa-body.gif);
	background-repeat: repeat-y;
}
#anketa-top {
	height:10px;
	background-image: url(/gfx/anketa-body-top.gif);
	background-repeat: no-repeat;
}
#anketa-bottom {
	height:10px;
	background-image: url(/gfx/anketa-body-bottom.gif);
	background-repeat: no-repeat;
}
#anketa p {
	font-size: 80%;
	text-align: left;
}
#anketa h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	font-size:1.1em;
}

#anketa .anketa-otazka {
	color:#E7202F;
	margin-bottom:5px;
	background-image: url(/gfx/panel-line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-weight: bold;
	padding: 0px;
}
#anketa .anketa-item {
	margin-bottom:5px;
	width:158px;
}
#anketa p.odpoved {
	float:left;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#333333;
	width: 70%;
}
#anketa p.odpoved a{
	margin:0px;
	padding:0px;
}
#anketa p.pocet {
	float:right;
	font-weight:bold;
	color:#E7202F;
	margin-bottom:0px;
	padding-bottom:0px;
	z-index:1000;
	width: 20%;
	text-align: right;
}
#anketa .anketa-prubeh {
	width:158px;
	height:12px;
	margin: 0px !important;
	padding: 0px !important;
	background-color:#c7cdd5;
	border:1px solid #999999;
	font-size:0.1em;
	clear: both;
}
#anketa .anketa-teplomer {
	height:12px;
	background-image:url(/gfx/bg_prubeh.gif);
	background-repeat:repeat-x;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	background-color:#E7202F;
}
#anketa .anketa-footer {
	text-align:center;
}
/****************************item-enquiry*******************************/
.anketa-vypis {
	width:420px;
	border: 1px dashed #CCCCCC;
	margin: 5px;
	padding: 5px;
}
.anketa-vypis p {
	font-size: 80%;
}
.anketa-vypis .otazka {
	color: #E7202F;
	font-weight: bold;
}
.anketa-vypis p.odpoved {
	float:left;
	color:#333333;
	padding: 0px;
	margin: 0px;
}
.anketa-vypis p.pocet {
	float:right;
	color:#E7202F;
	font-weight:bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.anketa-vypis .anketa-item {
	margin-bottom:5px;
}
.anketa-vypis .anketa-prubeh {
	width:420px;
	height:12px;
	margin: 0px;
	background-color:#c7cdd5;
	border:1px solid #999999;
	font-size:0.1em;
	clear: both;
}
.anketa-vypis .anketa-teplomer {
	height:10px;
	background-image:url(/gfx/bg_prubeh.gif);
	background-repeat:repeat-x;
	border:1px solid #CB1C29;
	background-color:Red;
}
