body {
	margin: 0px;
	padding: 0px;
	background-color: #c09349;
	color: #865202;
	font-size: 11px;
	background-image: url(images/body_bg.gif);
	font-family: Verdana, Tahoma, Arial;
	background-repeat: repeat-x;
}
h1 {
	display: inline;
	color: #865202;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	display: inline;
	color: #865202;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	display: inline;
	color: #865202;
	font-size: 12px;
	font-weight: bold;
}
h4 {
	display: inline;
	color: #865202;
	font-size: 11px;
	font-weight: bold;
}

h4 {
	display: inline;
	color: #865202;
	font-size: 11px;
	font-weight: bold;
}

.lite_text {
	color: #000000;
	font-size: 11px;
}

table {
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial;
}
.table1 {
	width: 100%;
	color: #372100;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial;
	border: 1px solid #6d460c;
	border-collapse: collapse;
}
.table1 th {
	font-size: 12px;
	background-color: #d5b26d;
	border: 1px solid #6d460c;
	padding: 5px;
}
.table1 td {
	font-family: Verdana, Tahoma, Arial;
	border: 1px solid #6d460c;
	padding: 4px;
}

a:link {
	color: #633d03;
	text-decoration: underline;
}
a:visited {
	color: #633d03;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	text-decoration: underline;
}

h3 a:link  {
	text-decoration: underline;
	color: #865202;
}
h3 a:visited  {
	text-decoration: underline;
	color: #865202;
}
h3 a:hover  {
	text-decoration: none;
	color: #FF0000;
}
h3 a:active  {
	text-decoration: none;
	color: #FF0000;
}
.nadpis {
font-size: 17px; FONT-WEIGHT: bold; font-family: Verdana, Tahoma, Arial;
}
.nadpis2 {
font-size: 15px; FONT-WEIGHT: bold; font-family: Verdana, Tahoma, Arial;
}
.autor {
font-size: 10px; font-family: Verdana, Tahoma, Arial;
}

.header {
	border: 1px solid #865202;
}
.text {
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #865202;
	border-right-color: #865202;
	border-bottom-color: #865202;
	border-left-color: #865202;
	padding: 15px;
	text-align: justify;
}
.li {
	text-align: justify;
}

.nav {
	background-color: #fbe9a2;
	width: 200px;
	color: #865202;
	text-align: left;
	margin: 0px;
	padding-top: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #865202;
	border-right-color: #865202;
	border-bottom-color: #865202;
	border-left-color: #865202;
}

.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.nav li {
  display: inline; /* this gets rid of the gaps */
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bolder;
  background-color: #E6C97D;
}

.nav li a:link, .nav li a:visited {
	text-decoration: none;
	background: #E6C97D;
	color: #865202;
	display: block;
	width: 195px; /* or use height (tricks IE into letting you click anywhere on the block, not just the text */
	border-color: #865202;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #865202;
}

.nav li a:hover {
	color: #fbe9a1;
	background: #a66d16;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 5px;
	margin: 0;
}

.nav li.active {
	text-decoration: none;
	background-color: #865202;
	color: #fbe9a1;
	width: 195px;  /* ivans IE fix */
	display: block;   /* ivans Mozilla fix */
	margin: 0;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 5px;
}

.brown_line {
	background-color: #865202;
	color: #fbe9a1;
	font-weight: bold;
	height: 24px;
}

/* sendmail start */
.sendmail { padding: 1.5em 0; margin: 0; }
table.sendmail { font-size: 100%; border-collapse: separate; border-spacing: 0; border: none; }
table.sendmail td, table.sendmail th { border: none; padding: .3em .5em .3em 0; }
table.sendmail input, table.sendmail textarea { font-family: sans-serif; font-size: 100%; }


input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF0000 url(sendmail/error.gif) no-repeat 2px center;
  padding: 3px 10px 3px 40px;
  margin: 0;
  border: 2px solid #FF9D9D;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}
/* references start */
.references { padding: 1em 0; margin: 0; }
h2.references { padding: 1em 0; margin: 0; }
table.references { font-size: 100%; border-collapse: separate; border-spacing: 0; border: none; }
table.references td, table.references th {
	border: none;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0;
	text-align: left;
}
