body {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #F7F7F7;
	background-color: #0A0b0c;
	background-color: #000000;
}
#all {
	min-width: 1144px;
}
#center {
	margin: 0px auto;
	width: 800px;
	float: none;
}
#top {
	background-color: #112130;
	border-bottom: 2px solid gray;
	text-align: center;
	width: 100%;
	height: 60px;
	
	color: Gray;
	letter-spacing: 10px;
}
#top a, #top span {
	color: Gray;
	text-decoration: none;
	font-size: 160%;
}
#top a {
	margin-left: 120px;
	position: relative;
	top: 15px;
	z-index: 2;
}
#top span {
	color:  Black;
	margin-left: 120px;
	position: relative;
	left: 2px;
	top: -10px;
	z-index: 1;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 211px;
	text-align: center;
}
#header img {
	border: none;
}
#logo {
	position: relative;
	top: 20px;
	left: 74px;
}
#top_lamp {
	position: relative;
	top: -123px;
	left: -129px;
}
#menu {
	border: 0px solid yellow;
}
#menu_center {
	text-align: center;
	border-bottom: 3px solid gray;
	border-top: 3px solid gray;
	margin: 0px auto;
	float: none;
	height: 45px;
	line-height: 45px;
	background-color: #112130;
}
#menu_left {
	float: left;
	width: 13px;
	background-image: url(../images/menu_left.jpg);
	background-repeat: no-repeat;
}
#menu_right {
	float: right;
	width: 13px;
	background-image: url(../images/menu_right.jpg);
	background-repeat: no-repeat;
}
#menu_right, #menu_left {
	height: 53px;
	line-height: 53px;
	border: 0px solid red;
}
#bg_left {
	float: left;
	width: 172px;
	height: 400px;
	border: 0px solid red;
	background-image: url(../images/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#bg_right {
	float: right;
	width: 172px;
	height: 400px;
	border: 0px solid red;
	background-image: url(../images/bg_right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#menu_center ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#menu_center li {
	display: inline;
	margin-left: 30px;
}
#menu_center a {
	color: #EFEFEF;
	text-decoration: none;
	font-size: 120%;
}
#menu_center a:hover {
	color: #FFCC00;
	position: relative;
	top: 2px;
}
#space {
	background-image: url(../images/space.jpg);
	background-repeat: no-repeat;
	height: 65px;
}
#content {
	border-left: 13px solid #A8A9AD;
	border-right: 13px solid #A8A9AD;
}
#text {
	border-left: 5px solid #DEE0E1;
	border-right: 5px solid #DEE0E1;
	background-color: white;
	padding: 10px 10px 20px 10px;
	background-image: url(../images/text.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 500px;
}
h1 {
	margin-top: 5px;
	color: #40403F;
}

#bottom {
	width: 100%;
	background-color: #40403F;
	height: 50px;
	text-align: center;
}
#footer {
	width: 800px;
	margin: 0px auto;
	color: #E9E9E9;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
}
#footer a {
	color: #E9E9E9;
	text-decoration: none;
	font-style: italic;
}
#main {
	border: 0px solid gray;
	background-color: #DEE0E1;
	position: relative;
	top: -10px;
	width: 800px;
}
#left_content {
	float: left;
	border: 0px solid blue;
	width: 560px;
	background-color: White;
	background-image: url(../images/main_tl.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	color: black;
	padding: 20px 20px 20px 20px;
	min-height: 300px;
}
#right_content {
	border: 0px solid red;
	float: right;
	width: 160px;
	background-image: url(../images/main_tr.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 20px 20px 20px 20px;
	color: Black;
	font-size: 80%;
}
#left_content p {
	font-size: 90%;
	text-align: justify;
}
#main a {
	text-decoration: underline;
	color: Black;
}
#main a:hover {
	text-decoration: none;
	color: Gray;
}
.left_content {
	float: left;
	border: 0px solid blue;
	width: 600px;
	background-color: White;
	background-image: url(../images/main_bl.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.right_content {
	border: 0px solid red;
	float: right;
	width: 198px;
	background-image: url(../images/main_br.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.cleaner {
	clear: both;
   visibility: hidden;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 130%;
}
/* REPORTS */
.reportImage {
	padding-right: 10px;
	vertical-align: middle;
}
.reportBox {
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	width: 400px;
	margin: 0px auto;
}
#ok {
	border: 1px dashed green;
	background-color: #D7FFD8;
}
#err {
	border: 1px dashed red;
	background-color: #FFD7D7;
}
input, textarea, select {
	background-image: url(/_admin/files/images/input_bg.gif);
	background-repeat:repeat-x;
	border: 1px solid Gray;
}
table {
	font-size: 85%;
}
.dis {
	text-decoration: line-through;
}
.ena {
	text-decoration: none;
}
.obrazky td {
	text-align: center;
}
#objednat {
	font-size: 18px;
	letter-spacing: 1px;
	position: relative;
	top: 37px;
}
#objednatb a {
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 1px;
	position: relative;
	top: 37px;
}
#objednatb a:hover {
	text-decoration: none;
	color: Black;
}