body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10pt;
	line-height: 1.3em;
	color: #444;
	text-align: left;
	background: #fff;
	margin:0; padding: 10px;
}

.clear {
	clear: both;
	margin: 0; padding: 0;
	border:none;
	visibility: hidden;
}


h1 {
	/* width: 500px; */
	margin-top: 15px;
	margin-bottom: 0px;
	color: #A52A2A;
	font-size: 15pt;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid grey;
}
	
h2 {
	font-size: 12pt;
	color: #4b598f;
	color: #b00000;
	margin: 20px 0 10px 0;
	font-weight: normal;
	border-bottom: 1px solid #dfe4e9;
}

h3 {
	margin: 20px 0 10px 0;
	font-size: 10pt;
	font-weight: bold;
}

a:link, a:visited {
	text-decoration: underline;
	color: #434343;
	outline: none;
}
a:hover {
	color: #b00000;
}

ol.ponuky li {
	margin-bottom: 8px;
}

ol.ponuky a {
  color:#cc0000;
  font-weight: bold;
  font-size: 11pt;
}
ol.ponuky a:hover {
  color:#cc0000;
  text-decoration: underline;
}

ol.ponuky a:visited
{
  color:#cc9966;
}



p {
	margin-bottom: 10px;
	text-align: justify;
}

img {
	/* border: 1px black solid; */
	border: none;
}
.noborder {
	border: 0;
}

 table {
	border-collapse: collapse;
/*	padding: 0;	margin: 10px; border-width: 0; */
}
td, th {
	padding: 2px 5px; margin: 0;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #dddddd;
}
th {
	text-align: right;
	font-weight: normal;
	font-style: italic;
}
.center {
	text-align: center;
}
.indent {
	padding-left: 20px;
}

/* FORM */
form fieldset {
	border: 0;
	border-top: 1px solid #a6a6a6;
	padding: 10px;
	margin: 0px;
}

form fieldset legend {
	font-size: 1.4em;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px;
}

textarea, input, button, select, option {
	padding: 1px;
	margin: 1px;
	color: #404040;
	background-color: #F8F7F1;
	border: 1px solid #a6a6a6;
	font-size: 10pt;
}
option {
	border: none;
}
option[disabled] {
	color: grey;
}
/* IE shit */
option.disable {
	color: grey;
}
input:focus, input:hover, textarea:focus, textarea:hover {
	background-color: #FFFFFF;
}
label {
	margin:0;
	padding:0;
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	padding-top: 3px;
}
form br {
	clear: both;
}
button.submit,
input.submit {
	
	margin-left: 150px;
}
.skryt {
	display: none;
}
#strankovanie {
	text-align: center;
	font-size: 9pt;
}


