body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #484848;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(../images/bgBottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
}
#all {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#center {
	width: 800px;
	margin: auto;
	text-align: left;
}
a {
	text-decoration: none;
	color: #434343;
}
a:hover {
	color: #d78600;
}
p a {
	text-decoration: underline;
}
#header {
	height: 205px;
	border: 0px solid black;
	width: 100%;
}
#head {
	width: 100%;
	height: 205px;
	background-image: url(../images/headBg.jpg);
}

#content {
	width: 798px;
	margin-left: auto;
	margin-right: auto;
}
#move {
	float: right;
	width: 772px;
	background-color: white;
	border-bottom: 1px dashed #A9A9A9;
	border-left: 1px dashed #A9A9A9;
	border-right: 1px dashed #A9A9A9;
}
#logo {
	position: relative;
	top: 84px;
	left: 67px;
}
#logo img {
	border: 0px;
}
#logo span {
	color: #F8F8F8;
	font-size: 110%;
}
#menuTop {
	padding-right: 20px;
	height: 45px;
}


.menuItem, #menuRight li {
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	line-height: 39px;
	width: 130px;
	text-align: center;
	list-style-type: none;
	padding-bottom: 2px;
}
.menuItem {
	float: right;
}
#menuRight ul {
	padding-left: 10px;
	font-size: 85%;
}
.over {
	background-image: url(../images/menu1.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	line-height: 39px;
	width: 130px;
	text-align: center;
	padding-bottom: 2px;
}

#menuTop .over  {
	float: right;
}
.over a:hover {
	text-decoration: none;
	font-size: 115%;
	color: #d78600;
}
.menuItem a {
	text-decoration: none;
	font-size: 115%;
	color: #434343;
}
#menuRight {
	float: left;
	width: 150px;
	height: 300px;
	border: 0px solid black;
}
#menuRight a {
	text-decoration: none;
	font-size: 100%;
	color: #434343;
}
#menuRight a:hover {
	text-decoration: none;
	font-size: 100%;
	color: #d78600;
}


#text {
	margin-left: 152px;
	border: 0px solid black;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	background-image: url(../images/textbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#text p {
	text-align: justify;
}
#text p:first-letter {
	/*padding-left: 5px;*/
}
h1 {
	font-size: 160%;
	margin-top: 10px;
	color: #d78600;
	text-transform: lowercase;
}
h2 {
	margin-top: 30px;
	font-size: 160%;
	color: #d78600;
	text-transform: lowercase;
}
h3 {
	padding-left: 40px;
	font-size: 14px;
	margin-top: 0px;´
	margin-bottom: 0px;
	text-transform: uppercase;
}
hr {
	clear: both;
	visibility: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#footer {
	background-color: #A9A9A9;
	margin: 5px 5px 5px 5px;
	text-align: center;
	line-height: 25px;
	color: White;
	letter-spacing: 1px;
	font-size: 80%;
}
#footer img {
	vertical-align: text-bottom;
}
.obrazek {
	border: 0px;
}
/* REPORTS */
.reportImage {
	padding-right: 10px;
	vertical-align: middle;
}
.reportBox {
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	width: 400px;
}
#ok {
	border: 1px dashed green;
	background-color: #D7FFD8;
}
#err {
	border: 1px dashed red;
	background-color: #FFD7D7;
}

.polozka {
	border: 1px solid #eaeaea;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.polozka img {
	float: left;
	margin-right: 10px;
	border: 1px solid Gray;
}
.polozka ul {
	padding-top: 0px;
	margin-top: 0px;
}
.polozka h3 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.polozka li {
	list-style-type: none;
}
.basket {
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
	color: #339900;
}
.actual {
     padding: 15px 2px 2px 10px;
     font-size: 70%;
}
.actual span {
     color: #d78600;
     font-weight: bold;
     font-size: 110%;
}