/* frontend redakčního systému a obecné stylopisy */
div#redakce h1, h1, div.redakce h1 {
  font-family: Verdana, Arial;
	font-size: 2em;
	color: #744A00;
	font-weight: bold;
	margin-bottom: 16px;
	margin-top: 8px;
	margin-left: 0px;
}

div#redakce h2, h2, div.redakce h2 {
  font-family: Verdana, Arial;
	font-size: 1.8em;
	color: #744A00;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 8px;
	margin-left: 0px;
	border-bottom: 1px solid #A82009;
}

div#redakce h3, h3, div.redakce h3 {
  font-family: Verdana, Arial;
	font-size: 1.6em;
	color: #744A00;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 8px;
	margin-left: 0px;
	border-bottom: 1px solid #A82009;
}

div#redakce h4, h4, div.redakce h4 {
  font-family: Verdana, Arial;
	font-size: 1.2em;
	color: #A82009;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 8px;
	margin-left: 0px;
}

div#redakce h5, h5, div.redakce h5 {
  font-family: Verdana, Arial;
	color: #A82009;
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	margin: 0;
	margin-bottom: 8px;
	margin-top: 8px;
}

div#redakce h6, h6, div.redakce h6 {
  font-family: Verdana, Arial;
	font-size: 1em;
	color: #744A00;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 0px;
	margin-left:10px;
	letter-spacing: 2px;
}

div#redakce .mezera, div.redakce .mezera {
	margin-top: 1em; 
	margin-bottom: 1em;
}

div#redakce p, div.redakce p {
  padding: 0;
  margin: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}

div#redakce .tableNic, div.redakce .tableNic {
  width: 90%;
}

div#redakce .tableNic .tdNic, div.redakce .tableNic .tdNic {
  width: 50%;
  border: 0px;
}

div#redakce table, div.redakce table {
  border: 0px;
  padding: 0px;
  margin: 0px;
  margin-top: 1em;
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
}

div#redakce table td, div.redakce table td {
  padding: 0.3em;
  margin: 0px;
  text-align: left;
}

div#redakce table th, div.redakce table th {
  font-weight: normal;
  padding: 0.3em;
  margin: 0px;
  color: #BF240A;
  text-align: left;
}

div#redakce span.fc1,div.redakce span.fc1 {
  color: red;
}
div#redakce span.fc2, div.redakce span.fc2 {
  color: blue;
}
div#redakce span.fc3, div.redakce span.fc3 {
  color: navy;
}
div#redakce span.fc4, div.redakce span.fc4 {
  color: green;
}
div#redakce span.fc5, div.redakce span.fc5 {
  color: gray;
}

#redakce {
	text-align: left;	
}

#redakce li {
	margin-left: 10px;
}

#redakce img {
	margin: 5px;
	margin-left: 15px;
	margin-right: 15px;
}

#redakce.table {
  border: 1px solid #A4A6AA;
  margin: 20px 0px 20px 0px;
  padding: 0px; 
  margin: 0px;
}
#redakce.table th {
  padding: 2px 4px 2px 4px;
  text-align: left;
  vertical-align: top;
  padding: 1px; 
  margin: 0px;
}
#redakce.table td {
  padding: 2px 4px 2px 4px;
  text-align: left;
  vertical-align: top;
  padding: 1px;
  margin: 0px;
}
#redakce.table th {
  background-color: #D4D6DA;
}