/* Zakladne texty. Podla moznosti nerusit class, len editovat, pripadne dolnat. */
h1 {
	font: 22px "Tahoma, Verdana, Arial";
	color: #203c73;
	margin-bottom: 10px;
}
h2 {
	font: 18px "Myriad Pro, Tahoma, Verdana, Arial";
	color: #36aa00;
	margin-bottom: 10px;
}
h3 {
	font: 16px "Myriad Pro, Tahoma, Verdana, Arial";
	font-weight: bold;
	color: #173268;
	margin-bottom: 5px;
}
h4 {
	font: 14px "Myriad Pro, Tahoma, Verdana, Arial";
	font-weight: bold;
	color: #173268;
}
h5 {
	font: 12px;
	font-size-adjust: 100px;
	
	color: #173268;
}
h6 {
	font-size: 10px;
	font-weight: bold;
	color: #173268;
}
address {
	margin: 5px;
	font-style: italic;
}
pre {
	font: 12px "Curier, Curier new, Lucida console, _system";
	margin-bottom: 5px;
	margin-top: 5px;
}
.text1 {
	color: #636363;
	font-size: 11pt; 
}
.text2 {
	font-weight: bold;
	color: #36aa00;
}
.text3 {
	font-weight: bold;
	color: #636363;
}
.text4 {
	font-style:italic;
	color: #36aa00;
}
.text5 {
	font-size: 11pt;
	color: #203c72;
}
.text6 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #61B043;
	padding: 3px 10px 3px 10px;	
}
.text7 { 
	color: #707070;
	background-color: #282828;
	padding:3px 10px 3px 10px;
}

/* Dalsie class je mozne menit (mazat, pridavat, menit obsah class..) */

.color1 {
	color: #636363;
}
.color2 {
	color: #203c73;
}
.color3 {
	color: #36aa00;
}
.color4 {
	color: red;
}
.color5 {
	color: #36aa00;
}
.color6 {
	color: navy;
}