body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #f1f2f7;
}
/*pro IE, odstraneni borderu u obrazku, ktere sou soucasti odkazu*/
img {
	border: 0;
}
a img {
	border: 0;
}
a:link, a:visited, a:hover, a:active {
	color: #485A8F;
	text-decoration: none;
}
a:hover {
	text-decoration: none; color: black;
}
.tlacitko {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #485A8F;
  display: block;
  background-color: white;
  border: solid 2px rgb(211,211,211);
  height: 25px;
  cursor: default;
  padding: 2px;
  padding-right: 5px;
  padding-left: 5px;
  margin: 0px;
}
.tlacitko:hover {
  text-decoration: none;
  cursor: default;
}
.nohover:hover {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1{
 font-size: 110%;
 color: #485A8F;
}
h2{
 font-size: 100%;
 color: #ffbb2a;
}
h3 {
    color: #00208C; font-size: 12px; font-weight: bold;
}
ul{
 padding:0px;
 margin:3px;
 list-style-type: none;
 background-image:none
}
li a{
 padding-left:10px;
}
label{
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
  color: #485A8F;
}
form {
  padding: 0;
}
hr.cleaner {
  clear:both;
  height:1px;
  margin: -1px 0 0 0; padding:0;
  border:none;
  visibility: hidden;
}
div#main {
  position: relative;
  width: 781px;
  margin: auto;
  text-align: left;
  background-color: #fff;
  padding: 10px;
  min-height: 500px;
}
div#contentfull {
    background-color: white;
}
/*anketa*/
div#anketaFermacell {
 text-align: left;
 margin-left: 0;
}
.anketa {
padding-top:5;
padding-right:2px;
padding-bottom:10px;
padding-left:2px;
margin:0;
border: 1px solid #CCCCCC;
background-color: #D9DEEE;
}
.anketa_otazka p{
width:99%;
margin:0;
padding:2px;
}
.anketa label{
font-weight:bolder
}
.anketa_otazka{
margin-bottom:10px
}
.anketa_otazka p{
line-height: 110%; font-size: 100%;
font-weight:bolder;
margin:0; padding-bottom: 2px;
border-bottom: 1px solid #00208C;
margin-top: 5px;
}
.anketa_odpoved_img {
  float: left; margin-right: 1px;
}
.anketa_odpoved{
font-weight:bolder;
float: right; line-height: 10px; font-size: 10px;
}
.anketa_odpoved_bar {
  float: left; line-height: 10px; font-size: 10px;
}
.anketa_odpoved_txt{
font-weight:bolder;
float: left;
}
.anketa_neaktiv {
    color: rgb(63,63,63);
}
.anketa_aktiv {
}
.anketa_datum_aktiv {
    color: green;
}
.anketa_datum_neaktiv {
    color: red; 
}
.anketa_datum_priprav {
    color: orange;
}
