div.nadpis{
	margin-bottom: 3px;
}
a.nadpis{
	font-weight: bold;
}

div.podtrzeno{
	border-bottom: 3px double black;
}

.kategorie{
	color: #A52A2A;
	font-size: 0.8em;
	font-weight: bold;
}


h1{
	display: inline;
}

h2 {
	color: #191970;
}

.comments{
	padding: 5px;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	border-bottom: 1px dotted black;
	background-color: #E7E7E7;
}

.comments_header{
	background-color: #FAFAD2;
	padding: 3px;
	margin-bottom: 0px;
	border: 1px solid black;
}
.comments_header_time{
	font-size: 0.9em;
	float: right;
}
.comments_odpovedet{
	text-align: right;
	color: #B22222;
}
.comments_odpovedet:hover{
	text-align: right;
	color: #8B4513;
}
.comments_all{
	margin-bottom: 3px;
}
.jmeno{
	font-weight: bold;
	font-size: 1.1em;
}
.button{
	cursor: pointer;
	font-weight: bold;
	text-decoration: underline;
}
hr.odrazka_form{
margin-bottom: 5px;
}

