body, td, input, textarea {
		font: 10pt 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
		color: #000000;
}

a:link, a:visited, a:active {
    color: #a42b3c;
		text-decoration: underline;
}

a:hover {
		color: #427842;
}

/* styly pro text */
h1, h2, h3, h4, h5, h6, h7 {
    padding: 10px 0 3px 0;
}
h1, .text-max {
    padding: 12px 0 5px 0; margin: 0;
    font-size: 26px;
    overflow: hidden;
    font-weight: normal;
    letter-spacing: -1px;
    color: #234623;
}

h2, .text-big {
    font-size: 18px;
    letter-spacing: 1px;
    color: #234623;
		font-weight: normal;
}

h3, .text-bold {
		font-size: 16px;
		font-weight: bold;

}

h6 .text-small {
		font-size: 75%;
		line-height: 135%;
}

h7, .text-min {
		font-size: 75%;
}

.em { /* zvyrazneny text */
		font-style: normal;
		color: #ff0000;
		font-weight: bold;
}

.em2 { /* zvyrazneny text */
		font-style: normal;
		color: #427842;
		font-weight: bold;
}

.hx-right { display: block; float: right; padding: 10px 0 3px 0; }

.float-right { float: right; }
.float-left { float: left; }
.centred { text-align: center; }


/*forms*/
.disabled {
		background-color: #999999;
}

input, textarea {
		border: 1px solid #888888;
		font-size: 11px;
		color: #000000;
}

.noborder {
		border: 0;
}

/*tables*/

.table, .table2, .table3 { width: 100%; border-collapse: collapse; }

.table td   { border-bottom: 1px solid #5c885c; padding: 2px; }
.table3 td  { border-bottom: 1px solid #88aa88; padding: 10px 3px; }

.table-head td		{
    font-weight: bold;
    color: #234623;
    border: 0;
    border-bottom: 2px solid #234623;

}

.table-row-1 td		{ background-color: #ffffff; }
.table-row-2 td		{ background-color: #f1fbf1; }
.table-row-3 td		{ background-color: #e1f7e1; }

/* lists */

li {
		margin: 0 0 8px 0; padding: 0 0 0 29px;
		background: url(../img/li.gif) no-repeat transparent 0 4px;
		list-style-type: none;
}

ul ul li {
		margin: 2px 0; padding: 0 0 0 39px;
		background: url(../img/li.gif) no-repeat transparent 6px 4px;
		list-style-type: none;
}

ul, ol {
		margin: 5px 0 5px 5px; padding: 0;
}

ul ul { margin-bottom: 15px; }

/*forms*/
fieldset {
    margin: 5px;
    padding: 10px 10px 5px 10px;
    border: 2px solid #bde3ae;
}
fieldset br {
    clear: both;
}
fieldset .text {
    margin-left: 23%;
    padding: 2px 0 0 10px;
}

#menu label { line-height: 21px; }
#menu input, #menu select { margin: 1px 0 3px; width: 155px; }
#menu .submit { width: 70px; }
fieldset label, fieldset .label { /* label a div ve tvaru labelu*/
    float: left;
    width: 23%;
    margin: 0 8px 0 0;
    padding: 0 0 8px 0;
    text-align: right;
}

label.checkbutton {
    float: none;
    padding: 0 5px;
    width: auto;
}

legend {
    padding: 3px 7px;
    margin-bottom: 5px;
    font-size: 17px;
    text-align: right;
    font-weight: bold;
    color: #234623;
}

fieldset textarea {
    width: 95%;
}


.o { font-weight: bold; } /* obligatory - povinna polozka */
.disabled {	background-color: #999999; }
.submit { } /* tlacitko odeslat */
.submit-big { font-size: 14px; } /* tlacitko odeslat */

input, textarea, select {
		border: 1px solid #888888;
		font-size: 13px;
		color: #000000;
}

.noborder { border: 0; }

/* other */
.margin-bottom { margin-bottom: 5px; }
.margin-top { margin-top: 10px; }
.message { text-align: center; color: #ff0000; margin: 8px 0 2px 0; }
.striked { text-decoration: line-through; }
.hr { height: 2px; margin: 2px 0 3px 0; line-height: 2px; overflow: hidden; border-bottom: 2px solid #e4c0c5; }
.hr-light { height: 2px; margin: 2px 0 3px 0; line-height: 2px; overflow: hidden; border-bottom: 2px solid #ddd; }
.bold-red { color: #ff0000; font-weight: bold; }
.hidden { display: none; }
.b { font-weight: bold; }

.image-tn img, .image-em img, .image-border { margin: 2px 7px 0 7px; padding: 1px; border: 2px solid #e47077; }
.image-tn:hover img { border: 2px solid #a42b3c; }
p { padding-bottom: 10px; }

.code { padding: 5px; border: 1px solid #234623; background-color: #f1fbf1; }
