*
{
	font-family: tahoma, verdana, arial, helvetica, geneva, sans-serif;
	padding: 0;
	border: 0;
	margin: 0;
}

body
{
	height: 100%; /* dulezite */
	/*min-width: 990px;*/
	background:#fff;
	font-size: 95%;
	color: #666;
}

a
{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	color:#ff6900;
	text-decoration:underline;
}

h3
{
	font-size:110%;
}

h4
{
	font-size:110%;
	padding-left: 0px;
	margin: 25px 0 8px 0;
	background-position: left 50%;
	background-repeat: no-repeat;
	color: #505984;
}

hr
{
	background:#999;
	border:0px;
	height:1px;
	margin:5px 0px;
	text-align:left;
}

img
{
	border:0;
}

input, select, textarea
{
	font-size:100%;
	margin: 0;
	padding: 1px;
	border: 1px solid #dccab4;
}

input.checkbox
{
	margin:0;
	padding:0;
	border: 0px solid #dccab4;
	background: transparent;
}

input.obrazkoveTlacitko
{
	border:0;
	padding: 0;
}

input.submitForm, button.submitForm, input.button
{
	background:#f80;
	padding: 3px;
	
	border-top:1px solid #dccbb3;
	border-left:1px solid #dccbb3;
	border-right:1px solid #ad9f8c;
	border-bottom:1px solid #ad9f8c;
	
	color:#fff;
	font-size:80%;
	font-family: verdana, sans-serif;
	font-variant:small-caps;
	font-weight:bold;
}
input.submitForm#disabled, button.submitForm #disabled, input.button #disabled
{
	background: #E5E5E8;
	padding: 3px;
	
	border-top:1px solid #9295A0;
	border-left:1px solid #9295A0;
	border-right:1px solid #9295A0;
	border-bottom:1px solid #9295A0;
	
	color: #9295A0;
	font-size:80%;
	font-family: verdana, sans-serif;
	font-variant:small-caps;
	font-weight:bold;
}

select {
	min-width: 200px;
}

.disabled,
{
	background: transparent;
	border:1px solid #ccc;
	color: #666;
	font-size:95%;
}

fieldset
{
    display: block;
    padding:10px;
	border:0;
	margin:20px 0 10px 0;
	border-bottom: thin dotted #DFE9F4;
}

fieldset legend
{
    display: inline;
	color:#535a84;
	font-size:100%;
	font-weight:bold;
	margin:0 0 10px 0;
    _position: relative;
    _top:-20px;
	padding:2px 5px;
	border: 0;
}

label
{
	display: block;
	float:left;
	text-align:right;
	margin-right:5px;
}

form
{
	margin:0;
	padding:0;
	border:0;
}

form p
{
	clear:both;
	margin:0px 0px 1px 0px;
}

table
{
	font-size: inherit;
	border: 0px solid #ccc;
	border-collapse: separate;
	border-spacing: 2px;
	margin: 0px;
}

table thead tr
{
}

table thead tr th
{
	background: #ffce9e;
	color: #50587f;
	font-weight: bold;
	text-align: center;
	height: 3em;
	padding: 3px;
}

table thead tr th a
{
	color: #ff6900;
	text-decoration: none;
}
table thead tr th a:hover
{
	color: #333;
	text-decoration: underline;
}

table td, table th
{
	padding:1px 2px;
		font-size: inherit;

}
table td input
{
	vertical-align:middle;
}

ul, ol
{
	margin-left: 30px;
}
address
{
	font-style:normal;
}

acronym {
	border-bottom: dotted 1px;
	padding: 0 1px;
	cursor: help;
}
