body {
	color: black;
	font-family: arial, verdana;
	font-size: 12px;
}

p {
	text-align: justify;
	margin-bottom: 17px;
}
img {
	border: 1px solid #d9dae1;
	margin-bottom: 25px;
}

/* obsah obecne - seznam */

ul {
	padding-bottom: 16px;
}
ul li {
	list-style-type: disc;
	margin-left: 60px;  
}
ul li ul li {
	list-style-type: disc;
	margin-left: 40px;  
}
ul ul {
	padding-bottom: 10px;
}

a, a:hover, a:visited {
	color: #dd1f2d;
}
a img {
	border: 0;
}
 
h1 {
	font-size: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h3 {
	font-size: 13px;
	font-weight: bold;	
	margin-bottom: 3px;	
	text-transform: uppercase;
}
h6 {
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 15px;
}
h1, h2, h3, h4, h5 {
	color: #dd1f2d;
	font-weight: bold;	
}
h1 a, h2 a, h3 a, h4 a, h5 a {
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	color:#b42f09;
	text-decoration: underline;
}