BODY {
	color: #544030;
	font-family: Arial, monospace;
	text-align: justify;
}
A {
	color: #910C19;
}
A:HOVER {
	color: #910C19;
}
h1 {
	margin: 0px 0px 10px 0px;
	padding-bottom: 2px;
	font-size: 1.2em;
}
/* tlacitko DOTAZY v navigaci */
.button {
	border: 0;
	background: transparent;
	color: #910C19;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	margin: 0;
	padding: 0;
	 *text-decoration: underline;
 _text-decoration: underline; 
}
 


#dotaz {
  font-family: Arial;
  font-size: 13px;
   
} 
#dotaz fieldset {
  padding: 5px 0;
} 
 #dotaz textarea {font-family: Arial;font-size: 12px}

#dotaz label {
  float: left;
  display: block;
  font-weight: bold;
  width: 100px;
  text-align: right;
  margin-right: 3px;
}

#dotaz legend span {
  color: #800000;
  font-size: 17px
}

