body, td, input, textarea {
		font: 9.5pt "Arial CE", "Helvetica CE", "Helvetica", sans-serif;
		color: #505050;
}

a {
		color: #700026;
		text-decoration: underline;
}

a:hover {
		color: #000000;
}

/* styly pro text */
h1, h2, h3, h4, h5, h6, h7 {
  padding: 0.5em 0 0.3em 0;
  text-align: left;
}
h1, .text-max {
    font-family: "Tahoma", "Lucida Grande CE", lucida, sans-serif;
    padding: 0 18px;
    overflow: hidden;
    height: 22px;
    border-bottom: 1px solid #d0d0d0;
    line-height: 23px;
    font-size: 120%;
    background: url('../img/li1.gif') no-repeat transparent 3px 7px;
}

h2, .text-big {
		font-family: "Tahoma", "Lucida Grande CE", lucida, sans-serif;
    font-size: 110%;
    letter-spacing: 1px;
    color: #700026;
}

h3, .text-bold {
		font-size: 105%;
		font-weight: bold;
		color: #700026;
		font-family: "Tahoma", "Lucida Grande CE", lucida, sans-serif;
}

h6, .text-small {
		font-size: 95%;
		line-height: 135%;
}

h7, .text-min {
		font-size: 75%;
}

.em { /* zvyrazneny text */
		font-style: normal;
    color: #700026;
		font-weight: bold;
}

.em2 { /* zvyrazneny text */
		font-style: normal;
		color: #700026;
		font-weight: normal;
}

.float-right { float: right; }
.float-left { float: left; }



/*forms*/
.disabled {
		background-color: #999999;
}

input, textarea {
		border: 1px solid #888888;
		font-size: 11px;
		color: #000000;
}

.noborder {
		border: 0;
}

/*tables*/

.table	 		{ width: 100%; border-collapse: collapse; }
.table2	 		{ width: 100%; border-collapse: collapse; }
.table td		{ border-top: 1px solid #d0d0d0; border-bottom: 1px solid #d0d0d0; padding: 2px; text-align: left; }
.table-head td		{
    font-weight: bold;
    color: #700026;
    border: 0;
    border-bottom: 2px solid #700026;

}
.table-row-1 td		{ background-color: #ffffff; }
.table-row-2 td		{ background-color: #f8f8f8; }

.table-separator {
    background: url('../img/table-separator.png') repeat-y transparent center; overflow: hidden;
}

/* lists */

li {
		margin: 2px 0; padding: 0 0 0 12px;
		background: url(../img/li2.gif) no-repeat transparent 0 4px;
		list-style-type: none;
}

ul ul li {
		margin: 2px 0; padding: 0 0 0 17px;
		background: url(../img/li2.gif) no-repeat transparent 5px 4px;
		list-style-type: none;
}

ul, ol {
		margin: 5px 0 5px 5px; padding: 0;
    text-align: left;
}

/*forms*/
fieldset {
    margin: 5px;
    padding: 10px 10px 5px 10px;
    border: 1px solid #d0d0d0;
}
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; }

/* other */
.margin-bottom { margin-bottom: 5px; }
.message { text-align: center; color: #ff0000; margin: 8px 0 2px 0; }
.striked { text-decoration: line-through; }
hr { height: 1px; line-height: 1px; border-bottom: 1px solid #d0d0d0; width: 100%; }
.bold-red { color: #ff0000; text-weight: bold; }
p { margin: 4px 0 4px 0; }
#p-nomargin p { margin: 0; }
.nevyplnuj { display: none; }
.paging { text-align: center; font-size: 110%; margin: 8px 0; }
.zelena { color: #44cc44; }

.inverse {
  background-color: #333; border: 2px solid #666;
  padding: 5px 10px;
  color: #fa1;
}
.inverse a { color: #fc1; }
.inverse a:hover { color: #fff; }

