body, html {
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: #B3B0B0;
	background-color: white;
}

body, table,textarea {
	font-family: "Helvetica CE", "Arial CE", Arial, helvetica, sans-serif;
	font-size: 1em;
}

#content {
	background: url('./images/background12.gif') white repeat-y;
	font-size: 0.8em;
	text-align: left;
	width: 730px;
	position: relative;
	background-color: white;
	border-bottom: 1px #F8981D solid;
}

#page_top {
	width: 730px;
	height: 145px;
	overflow: hidden;
	background-color: white;
}

#page_top img#logo {
	left: 32px;
	top: 40px;
	position: absolute;
}

#page_left {
	margin: 0px 22px 10px 40px;
	_margin-left: 20px;
	padding: 0px;
	width: 100px;
	float: left;
}

#page_left h2 {
	font-size: 1em;
	margin: 0px 0px 10px;
	padding: 0px;
	color: #FF9900;
}

#page_left ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#page_left ul li {
	list-style-type: none;
	font-weight: bold;
}

#page_left ul li a {
	color: black;
	text-decoration: none;
}

#page_left ul li a:hover,#page_left ul li a.selected {
	color: #F8981D;
}

#page_left ul li ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#page_main {
	float: left;
	min-height: 400px;
	_height: 400px;
}

#layer12 #page_main {
	width: 568px;
	margin-bottom: 50px;
}

#page_main h1, h2, h3, h4, h5, h6 {
	font-size: 2em;
	margin: 0px 15px;
	padding: 0px;
	color: #FF9900;
}

#page_main h2, h3, h4, h5, h6 {
	height: 1.9em;
	overflow: hidden;
	font-size: 1em;
	color: #FF9900;
}

#page_main p {
	margin: 15px;
	padding: 0px;
	font-weight: bold;
	color: #FF9900;
}

#page_main hr {
	border: 1px #F8981D solid;
	height: 2px;
	background-color: #FF9900;
	margin: 0px;
}

#page_main hr.spacer {
	border: 0px none;
	border-top: 1px #FF9900 solid;
	height: 0px;
	background-color: white;
	margin: 0px 15px;
}

#page_main ul {
	padding: 0px;
	margin: 5px 15px 10px 30px;
}

#page_main p.desc {
	color: black;
	margin-bottom: 0px;
	margin-top: 60px;
	font-size: 0.85em;
}

#page_main div.reklama1 {
	padding: 35px 30px 10px 30px;
	color: white;
	font-size: 2em;
	font-weight: bold;
	margin: 0px 15px 15px 15px;
	background: url('./images/bg_reklama1.gif') #FF9900 no-repeat;
}

#page_main div.reklama1 span {
	padding-left: 240px;
	font-size: 0.5em;
}

#page_main p.reklama2 {
	padding: 0px;
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 15px 40px;
}

#page_main p.reklama2 span {
	padding: 0px 10px;
}

#paticka p {
	position: absolute;
	left: 162px;
	bottom: 0px;
	border-top: 2px #FF9900 solid;
	color: #FF9900;
	font-size: 1.1em;
	word-spacing: 0.4em;
	letter-spacing: 0.2em;
	margin: 0px;
	padding: 20px 160px 20px 30px;
}

#page_bottom {
	width: 20px;
	height: 253px;
	background: url('./images/bottom.gif') no-repeat;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#page_bottom p {
	display: none;
}

/* common */
img {
	border: 0px black solid;
}

a {
	color: #F8981D;
}
a:hover {
	color: black;
}
ul li {
	list-style-type: square;
}

.hidden {
	display: none;
}

.visible {
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}

.float_left {
	float: left
}

.float_right {
	float: right;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.border {
	border:1px black solid;
}

.noborder {
	border:0px none;
}

.nowrap {
	white-space: nowrap;
}

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

table {
	border-collapse: collapse;
}

table tr.licha {
	background-color: #ebab71;
}

table tr.suda {
	background-color: #f4c59b;
}

table.border tr td,table.border tr th {
	border: 1px black solid;
}

.bg_1 {
	background-color : #FFE8BA;
}

.table {
	margin: 10px 15px;
}