/* Zakladne texty. Podla moznosti nerusit class, len editovat, pripadne dolnat. */
h1 {
	color:#68765c;
	margin-bottom: 10px;
	font-family: "Tahoma, Verdana, Arial";
	font-size: 22px;
}
h2 {
	font: 18px "Myriad Pro, Tahoma, Verdana, Arial";
	color: #000000;
	margin-bottom: 10px;
}
h3 {
	font: 16px "Myriad Pro, Tahoma, Verdana, Arial";
	font-weight: bold;
	color:#68765c;
	margin-bottom: 5px;
}
h4 {
	font: 14px "Myriad Pro, Tahoma, Verdana, Arial";
	font-weight: bold;
	color:#68765c;
}
h5 {
	font: 12px;
	font-size-adjust: 100px;
	color: #000000;
}
h6 {
	font-size: 10px;
	font-weight: bold;
	color: #000033;
}
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: #FF6600;
}
.text3 {
	font-weight: bold;
	color: #636363;
}
.text4 {
	font-style:italic;
	color: #36aa00;
}
.text5 {
	font-size: 11pt;
	color: #669999;
}
.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: #666633;
}
.color6 {
	color: #666666;
}

#kalendar,#kalendar_site {
    background: url(/_design/images/kalendar_bg.gif) repeat-x;
    width:235px;
    color: #f0f0f0;
    font-size: 12px;
    margin: 1px;
}
#kalendar table td,#kalendar_site table td {
    padding: 3px;
    text-align: center;
    border: 1px solid #cccccc;
}
#kalendar table th,#kalendar_site table th {
    padding: 4px;
    text-align: center;
}
#kalendar .event a,#kalendar_site .event a {
    text-decoration: none;
    color: #f0f0f0;
}
#kalendar .event,#kalendar_site .event  {
    background-color: #c66200;
}
.event_row_2 a ,.event_row_1 a {
    color: #68765c;
    font-size: 13px;
    font-weight: bold;
}