body, td, input, textarea {
		font: 0.85em "Arial CE", "Helvetica CE", "Helvetica", sans-serif;
		color: #000000;
}

#content a {
		color: #205895;
		text-decoration: underline;
}

#content a:hover {
    color: #000000;
}

/* styly pro text */
h1, h2, h3, h4, h5, h6, h7 { padding: 0.5em 0 0.3em 0; }
h1, .text-max {
		font-size: 140%;
		color: #226093;
		font-weight: bold;
}

h2, .text-big {
		font-size: 125%;
		font-weight: bold;
		color: #555555;
}

h3, .text-bold {
		font-size: 110%;
		font-weight: bold;
}

.text-normal {
		font-size: 100%;
		font-weight: normal;
		color: #000000;
}

h6 .text-small {
		font-size: 75%;
		line-height: 135%;
}

h7, .text-min {
		font-size: 75%;
}

.em, .vyrazny { /* zvyrazneny text */
		font-style: normal;
		color: #ff0000;
		font-weight: bold;
}

.float-right { float: right; }
.float-left { float: left; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }


/*forms*/
fieldset {
    margin: 5px;
    padding: 10px 10px 5px 10px;
    border: 1px solid #226093;
}
fieldset br {
    clear: both;
}
fieldset .text {
    margin-left: 28%;
    padding: 2px 0 0 10px;
}

label, fieldset .label { /* label a div ve tvaru labelu*/
    float: left;
    width: 28%;
    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: 110%;
    text-align: right;
    font-weight: bold;
}

fieldset textarea {
    width: 95%;
}
  
  
.o { font-weight: bold; } /* obligatory - povinna polozka */
.disabled {	background-color: #999999; }
.submit { padding: 1px 3px;  margin: 0 0 5px 0; } /* tlacitko odeslat */

input, textarea, select {
		border: 1px solid #888888;
		font-size: 12px;
		color: #000000;
}

.noborder { border: 0; }

/*tables*/

.table, .table2, .table3, .table-bez-ramecku { width: 100%; border-collapse: collapse; }
.table td	  { border: 1px solid #326c9a; padding: 2px; }
.table3 td, .table-bez-ramecku td { border: 0; padding: 2px; }

.table-head { }
.table-head td		{
    background-color: #226093;
    padding: 2px 5px;
    font-weight: bold;
    color: #ffffff;
}

.table-row-1 { background-color: #ffffff; text-align: center; }
.table-row-2 { background-color: #d0dde8; text-align: center; }
.table3 .table-row-2 { border: 1px solid #326c9a; border-left: 0; border-right: 0; background-color: #d0dde8; text-align: center; }
.table-row-3 { background-color: #eAf4fD; }

/* lists */

ul li {
		margin: 4px 0; padding: 0 0 0 12px;
		background: url(../img/li1.gif) no-repeat transparent 0 3px;
		list-style-type: none;
}
ol li {
    margin: 4px 0 4px 27px; padding: 0;
    list-style-type: decimal;
}


ul ul li {
		margin: 4px 0; padding: 0 0 0 17px;
		background: url(../img/li2.gif) no-repeat transparent 5px 3px;
		list-style-type: none;
}

ul { margin: 5px 0 5px 5px; padding: 0; }
ol { margin: 5px 0 5px 8px; padding: 0; }

/* other */
.margin-bottom { margin-bottom: 5px; }
.message { text-align: center; color: #ff0000; margin: 8px 0 2px 0; }
.striked { text-decoration: line-through; }
hr { border-bottom: solid #226093 1px; border-left: none; border-right: none; border-top: none; }
.hr { border-bottom: solid #ccc 2px; border-left: none; border-right: none; border-top: none; height: 5px; line-height: 5px; overflow: hiddden; margin-top: 5px; }
.bold-red { color: #ff0000; text-weight: bold; }

.image-tn { background: #ffffff; padding: 1px; border: 1px solid #205895; }
.obrazek { background: #ffffff; padding: 1px; border: 1px solid #205895; margin: 2px 5px; }

p { margin: 0 0 10px; }
