
P, TD, LI, DL, DD, DT, H1, H2, H3  { color: black; font-size: 12px; font-family: "Times CE", Times, "Times New Roman" }
BODY { color: black; font-size: 12px; font-family: "Times CE", Times, "Times New Roman" }
H1       { color: #000; font-size: 16px }
H2          { color: #c00; font-size: 16px; font-weight: bold }
H3          { color: #000; font-size: 12px; font-weight: bold }
A       { color: #c00; font-weight: bold; text-decoration: underline }
A:active  { color: #c00; text-decoration: none }
A:visited       { color: #aaa; text-decoration: underline }
A:hover        { color: #000 }
.menu   { color: #000; font-size: 10px; font-family: "Geneva CE", Verdana, "Helvetica CE", "Arial CE", Arial; font-weight: bold; text-decoration: none }
A.menu    { color: #000 }
A.menu:active    { color: #ccc; text-decoration: underline }
A.menu:visited          { color: #000; text-decoration: none }
A.menu:hover           { color: #c00; text-decoration: none }
.left { text-align: left }



div.section-article {
	margin-bottom:3em;
}
div.section-article p {
  display:inline;
  margin:0px;
}

/* styly pro zobrazení článku */
.article {overflow:hidden; width:485px;}
.article div.containerleft {
	float:left;
	margin-right:1em;
	border:1px none #666666;
}
.article div.containerright {
	float:right;
	margin-left:1em;
	border:1px none #666666;
}
.article div.containernone {
	float:none;
	border:1px none #666666;
	text-align:center;
}
.article div.popisek {
	font-style:italic;
}
.article table {
	font-size: x-small;
	margin-top: 1em;
	border-collapse:collapse;
	border:1px solid black;
}
.article table th {
	border:1px solid black;
	font-weight:bold;
	padding-left:0.5em;
	padding-right:0.5em;
}
.article table td {
	border:1px solid black;
	padding-left:0.5em;
	padding-right:0.5em;
}

input.text {
	background-color:white;
}
textarea {
	background-color:white;
}

