body {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	text-align: center;
	background: #666666 url("bg02b.png") repeat top center;
	margin:0; padding:0;
	font-size: 12px;
}
img {
	border: 0;
}
.nostyle {
	display: none;
}
.text_error {
	display: block;
	padding: 3px 6px;
	background-color: #ff0000;
	color: #fff;
	font-weight: bold;
}
.text_ok {
	color: #2A2;
	font-weight: bold;
}
a {
	color: #df5f00;
	text-decoration: underline;
}
a:hover {
	color: #cf0000;
	text-decoration: none;
}
p {
	line-height:18px;
}
.small {
	font-size: 90%;
}
.img-responsive {
	width: 100%;
}
.text-red { 
	color: #E4232B; 
}
/* -------------------------------------------------------------- */
#main {
	width: 100%;
	background: url("bg02.png") repeat-y top center;
	padding: 5px 0;
}
#main_body {
	_height: 500px;
	min-height: 500px;
	xwidth: 795px;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: #fff url("bg03.png") repeat-y top left;
	border: 1px solid #fff;
}
#main.admin #main_body {
	width: 1290px;
}
#main_body.noleft {
	background: #fff ;
}
/* -------------------------------------------------------------- */
#header {
	height: 120px;
	background: url("bg01.jpg") no-repeat top left;
}
#main.admin #header {
	height: 75px;
	background: #ffbd2a url("logo-akk-stroje.png") no-repeat top left;
}

#languages {
	text-align: right;
	padding: 5px 5px 0 0;
	height: 15px;
}
#main.admin #languages {
	float: right;
	padding-top: 30px;
}
#languages a {
	color: #000;
}
#languages a img {
	border: 1px solid #000;
}
#languages a:hover img {
	border: 1px solid #fff;
}
#languages a.selected img {
	border: 1px solid #fff;
}
#header_logo {
	display: block;
	width: 150px;
	height: 72px;
	margin: 5px 0 0 15px;
}
#main.admin #header_logo {
	margin: 0;
}
#header_logo span {
	display: none;
}
#icons {
	width: 120px;
	height: 18px;
	float: right;
	background: url("icons01.jpg") no-repeat top right;
}
#icons span {
	display: none;
}
#icons a {
	display: block;
	float: right;
	width: 23px;
	height: 18px;
}
#icons a:hover, #icons a.selected {
	background: url("icons01_hover.jpg") no-repeat top left;
}
#icons #ico01 {
	background-position: -15px 0;
}
#icons #ico02 {
	background-position: -38px 0;
}
#icons #ico03 {
	background-position: -61px 0;
}
#icons #ico04 {
	background-position: -84px 0;
}
#icons #ico05 {
	background-position: -107px 0;
}


/* -------------------------------------------------------------- */
#menu {
	padding-left: 10px;
	background-color: #000;
	border-top: 1px solid #fff;
	border-bottom: 3px solid #6b6b6b;
}
#menu ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
#menu ul li {
	margin: 0; padding: 0;
	display: inline;
	line-height: 31px;
}
#menu ul li a {
	font-size: 11px;
	font-weight: bolder;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	background: url("button04hover.png") no-repeat center left;
}
#menu ul li a:hover {
	color: #ffff00;
	background: url("button04.png") no-repeat center left;
}
#menu ul li a.selected {
	color: #ffff00;
	background: url("button04.png") no-repeat center left;
}
#hledani {
	width: 180px;
	float: right;
	padding-top: 7px;
}
#hledani.left {
	float: none;
}
#hledani form {
	margin: 0; padding: 0;
}
#hledani input {
	display: block;
	float: right;
	margin: 0; padding: 0;
	border: 0;
}
#hledani .input {
	height: 17px;
	margin-right: 8px;
	width: 100px;
}
#hledani .button {
	margin-right: 6px;
}
/* -------------------------------------------------------------- */
#leftbar {
	float: left;
	width: 203px;
	color: #fff;
	background-color: #ff0000;
	font-size: 11px;
	border-bottom: 1px dotted #fff;
}
#leftbar ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
#leftbar ul li {
	margin: 0; padding: 0;
}
#leftbar ul li a {
	display: block;
	width: 182px;
	line-height: 29px;
	height: 29px;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	padding-left: 21px;
	background: url("button01.png") no-repeat top left;
	border-top: 1px dotted #fff;
}
#leftbar ul li a:hover {
	color: #ffff00;
	background: url("button01hover2.png") no-repeat top left;
}
#leftbar ul li a.selected {
	color: #ffff00;
	background: url("button01hover.png") no-repeat top left;
	letter-spacing: -1px;
	font-weight: bold;
}
#leftbar ul li ul {
	border-top: 1px dotted #fff;
}
#leftbar ul li ul li a {
	width: 159px;
	padding-left: 34px;
	padding-right: 10px;
	background: #FF7F00 url("button02.png") no-repeat top left;
	border-top: none;
}
#leftbar ul li ul li a:hover {
	background: #E77300 url("button02hover.png") no-repeat top left;
}
#leftbar ul li ul li a.selected {
	background: #E77300 url("button02hover.png") no-repeat top left;
	font-weight: bold;
}
#leftbar .spacer {
	height: 29px;
	border-top: 1px dotted #fff;
}
/* -------------------------------------------------------------- */
#rightbar {
	float: right;
	width: 210px;
}
#rightbar .content {
	border: 1px solid #e2e2e2;
	background-color: #F6F6F5;
	margin: 5px 0 0 0;
}
#rightbar div.center {
	padding: 5px 0;
}
#rightbar div.center img {
	position: relative;
	top: 3px;
}
#rightbar h2 {
	color: #fff;
	margin: 0; padding: 5px 10px;
	font-size: 12px;
	background-color: #0060AA;
}
#rightbar div.polozka {
	padding: 10px;
	border-top: 1px solid #e2e2e2;
}
#rightbar div.polozka h3 {
	margin: 0; padding: 0;
	font-size: 11px;
	color: #f68f1e;
}
/* -------------------------------------------------------------- */
#main_content {
	clear: both;
	padding: 0 5px 0 0;
}
#content {
	padding: 5px 5px 0 208px;
}
#content.noleft {
	padding: 5px 5px 0 5px;
}
#content.novinky {
	padding: 5px 140px 0 208px;
}
#content.novinky #content-inside {
	width: 570px;
}
#content_admin {
	padding: 5px;
}
h1 {
	margin: 0; padding: 0;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #f00;
}
h1.blue {
	color: #0060aa;
}
h2 {
	margin: 0; padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #f00;
}
h2.blue {
	color: #0060aa;
}
#content_footer {
	width: 100%;
	clear: both;
}
/* -------------------------------------------------------------- */
#footer {
	width: 795px;
	margin: 0 auto;
	color: #eee;
	font-size: 90%;
	text-align: center;
}
#footer a {
	color: #eee;
}
/* -------------------------------------------------------------- */
.dialog {
	width: auto;
	padding: 10px;
	border: 1px solid #e2e2e2;
	background-color: #F6F6F5;
}
table.dialog {
	padding: 0px;
}
table.dialog td {
	padding: 5px;
}
table.dialog thead td {
	background-color: #ddd;
	color: #000;
	font-weight: bold;
}
table.big {
	width: 100%;
}
/*----------------------------------------------------------------------*/
.table_list {
    border-collapse: collapse;
    margin-bottom: 10px;
}
.table_list td {
    border: 1px solid white; padding: 0px 5px;
    line-height: 2em;
}
.table_list thead td {
    color: #fff;
    background-color: #cf0000;
    font-weight: bolder;
    font-size: 10px;
    line-height: 2em;
}
.table_list img { margin: 0 3px; }
.table_list tbody tr { background-color: #e5e5e5; }
.table_list tbody tr.row2 { background-color: #f2f2f2; }
.table_list tbody tr.row_blue, .row_blue { background-color: #aaccff; }
.table_list tbody tr.row_yellow, .row_yellow { background-color: #FFDF60; }
.table_list tbody tr.row_white, .row_white { background-color: #FFF; border: 1px solid #888;}
.table_list tbody tr.row_red, .row_red { background-color: #CF0000; color: #fff;}
.table_list tbody tr.nabidka { background-color: #afc7b3; }
.table_list tbody tr.nabidkarow2 { background-color: #c5d0c7; }
.table_list tbody tr.poptavka { background-color: #dcc0c3; }
.table_list tbody tr.poptavkarow2 { background-color: #e2d4d5; }
.table_list tbody tr.selected { background-color: #ff7f00; cursor: pointer;}
.table_list tbody tr:hover { background-color: #ff7f00; cursor: pointer;}
.table_list tbody a { color: #000 }
.cal { margin: 0; }
.cal tbody td { margin: 0; padding: 0; background-color: transparent; border: 0;}
.cal tbody tr { margin: 0; padding: 0; background-color: transparent; border: 0;}
/*----------------------------------------------------------------------*/
.table_detail {
    border-collapse: collapse;
}
.table_detail tr { background-color: #e5e5e5; }
.table_detail td {
	margin: 0; padding: 3px 6px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.table_detail .red {
	color:#fff;
	background-color: #cf0000;
	font-weight:bolder;
	border-bottom: 1px solid #cf0000;
	font-size: 10px;
}
.table_detail td:hover { background-color: #ff7f00; cursor: pointer;}
.table_detail td.red:hover { background-color: #cf0000; cursor: default;}
.box_detail { background-color: #e5e5e5; padding: 10px; }
.box_detail img { margin-right: 10px; }
/*----------------------------------------------------------------------*/
.novinka {
	font-size: 90%;
	float: left;
	border: 1px solid #FF7F00;
	background-color: #FFEEDB;
	padding: 2px;
	width: 131px;
	height: 240px;
	margin: 3px 3px 2px 2px;
}
.novinka table {
	border-collapse: collapse;
}
.novinka table td {
}
.novinka img {
}
/*----------------------------------------------------------------------*/
div.center {
      text-align: center;
}
/*----------------------------------------------------------------------*/
.detail-icons {
    font-size: 90%;
    padding-top: 10px;
}
.detail-icons a {
    text-decoration: none;
}
.detail-icons a:hover {
    text-decoration: underline;
}
.detail-icons img {
    position: relative;
    margin-right: 5px;
    top: 6px;
}
.nabidka-stroju-text {
    line-height: 1.8em;
}

table.collapse {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
table.collapse tr, table.collapse td {
    margin: 0;
    padding: 0;
}
table.max {
    width: 100%;
}
textarea {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
textarea.dotaz {
    width: 22em;
    height: 4.8em;
}
textarea.big_dotaz {
    width: 100%;
    height: 4.8em;
}
textarea.big_admin {
    width: 100%;
    height: 7.8em;
}
/*================================*/
input {
	border: 1px solid #ccc;	
}
input.error {
	border: 1px solid #a00;
	background: rgba(255,150,150,0.1);
}
label.error {
	padding-top: 3px;
	color: #a00;
	display: block;
}
