body {
	background-color: #304999;
	text-align: center;
	font-family: verdana, arial;
	font-size: 10px;
	margin: 0; padding: 0;
}

img { border: 0; }

a { text-decoration: none; }

a:hover { text-decoration: underline; }

select,input,textarea {
	background-color: #e5e5e5;
	border: 1px solid #7f7f7f;
	color: #787878;
	font-size: 10px;
}

input.button { padding: 0 4px; width: 50px; }
	
textarea {
	font-size: 12px;
}

table {
	empty-cells: show;
}

label {
	font-weight: bold;
}

div {
	min-height: 1px;
}

/* Umisteni a okraje webu */

div#body_shadow-right {
	margin: 48px auto 0 auto;
	width: 801px;
	background: url('/img/border-right-repeat.png') right top repeat-y;
}

div#body_shadow-bottom {
	padding-bottom: 5px;
	background: url('/img/border-bottom.png') left bottom no-repeat;
}

div#body {
	text-align: left;
	width: 792px;
	border: 2px solid #cecfc6;
	background: url('/img/background-body.png') left top repeat-y;
	position: relative;
	padding-bottom: 1em;
}

/* Hlavicka webu */

a#header {
	display: block;
	height: 70px;
	background: #304899 url('/img/logo.png') 24px center no-repeat;
}

a#header:hover { text-decoration: none; }

a#header span {
	display: block;
	text-align: right;
	line-height: 70px;
	font-size: 22px;
	font-weight: bold;
	color: #c7cacc;
	margin: 0;
	padding-right: 80px;
	background: url('/img/flower-title.png') right top no-repeat;
}

div#toolbar {
	background: url('/img/background-toolbar.png') left top repeat-x;
	height: 21px;
}

div#toolbar a {
	display: block;
	float: left;
	margin: 5px 0 0 10px;
	height: 14px;
}

#flag_cz { width: 43px; background: url('/img/flag_cz.png') left top no-repeat; }
#flag_en { width: 52px; background: url('/img/flag_en.png') left top no-repeat; }

div#toolbar div a {
	margin: 2px 10px 0 0;
	height: 17px;
}

#search { width: 60px; background: url('/img/search.png') left top no-repeat; }
#map_of_pages { width: 74px; background: url('/img/map_of_pages.png') left top no-repeat; }
#search_en { width: 60px; background: url('/img/search-en.png') left top no-repeat; }
#map_of_pages_en { width: 74px; background: url('/img/map_of_pages-en.png') left top no-repeat; }

/* Menu - Levy sloupec */

div#menu {
/*	float: left;*/
	position: absolute;
	left: 0; top: 91px;
	width: 177px;
}

div#menu-title {
	background:  url('/img/mpg.png') center 4px no-repeat;
	height: 30px;
	/*border-bottom: 1px solid #aeaeab;*/
}

div#menu select {
	width: 90%;
}

div#menu a {
	display: block;
	height: 33px;
	background: url('/img/background-menu.png') left top repeat-x;
	line-height: 30px;
	font-size: 14px;
	color: black;
	padding: 0 10px;
}

div#menu a span {
	display: block;
	height: 14px;
	line-height: 14px;
	font-size: 14px;
}

div#menu div#menu_branches {
	display: block;
	height: 70px;
	background: url('/img/background-branches.png') left top no-repeat;
	padding-top: 60px;
}

div#menu div#menu_branches div {
	margin-top: 10px;
}
div#menu div#logos{
	width:100%;
	text-align:center;
	border-bottom: 1px solid #aeaeab;
}
div#menu div#logos img{
	padding:0px 2px 2px 2px;
}
/* Obsah webu - Pravy sloupec */

div#content {
	/*margin-left: 191px;*/
	padding-left: 191px;
	margin-right: 14px;
	min-height: 500px;
}

div#firm-name {
	margin: 14px 0;
	padding: 0 3px;
	height: 42px;
	background: url('/img/background-firm.png') left top repeat-x;
}

div#firm-name a {
	float: right;
	width: 42px; height: 42px;
	background: url('/img/icon-home.png') left top no-repeat;
	margin-right: 2px;
}

div#firm-name h2 {
	margin: 0;
	color: white;
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #e5e5e5;
}

div#firm-name h2.name {
	line-height: 22px;
	font-size: 18px;
	font-weight: bold;
	color: white;
}

div#icons table {
	border-collapse: collapse;
}

div#icons table tr td {
	text-align: center;
	vertical-align: top;
	width: 80px;
	padding: 0 8px;
}

div#icons table tr td a,div#icons table tr td span {
	font-weight: bold;
	color: #b27c00;
}

div#icons table tr td span {
	color: #adadad;
}

div#icons table tr td a:hover {
	text-decoration: none;
}

/* Boxy v obsahu */

div.box {
	width: 563px;
	float: right;
	margin-top: 14px;
	padding: 0 12px 1em 12px;
	background-color: #cecfc6;
	text-align: justify;
}

div.box td, div.box th {
	text-align: left;
}

* html div.box { height: 1px; }

div.half {
	width: 44%;
}

div.box p.title {
	margin: 0 -12px 1em -12px;
	padding: 0 6px;
	height: 21px;
	line-height: 21px;
	color: white;
	font-weight: bold;
	font-size: 12px;
	background: url('/img/background-box_title.png') left top repeat-x;
}

div.box a {
	color: #b27c00;
	font-weight: bold;
}

div.box h3, div.box p.header {
	font-size: 12px;
	margin: 10px 0;
	font-weight: bold;
}

div.box h3 span {
	float: right;
	font-size: 10px;
	font-weight: normal;
}

div.box div.foto {
	float: right;
	clear: right;
	margin: 10px 10px 0 10px;
	text-align: center;
	font-size: 8px;
}

div.box div.foto p {
	font-style: italic;
	margin: 5px 0 0 0;
	width: 200px;
}

div.box table.sample {
	border: 1px solid #b5b5b5;
	margin-bottom: 10px;
	width: 50%;
}

div.box p.caption {
	font-style: italic;
}

div.box table.sample td, div.box table.sample th {
	padding:4px;
	text-align: center;
}

div.box	table.sample th {
	background: #b5b5b5;
}

/* Nastaveni pro konkretni boxy */

div.services ol,div.services ul {
	padding: 0; margin: 0;
	list-style-position: inside;
	font-weight: bold;
	font-size: 12px;
}

div.services ol li {
	margin: 10px 0;
}

div.services ol li * {
	font-size: 10px;
}

div.services ul li {
	margin: 0;
	list-style: disc inside url('/img/dot.png');
}

div.services li a.service_name {
	font-size: 12px;
}

div.services li p {
	margin: 10px 0 0 0;
	font-weight: normal;
}

/* workrooms */

div.workrooms select {
	width: 300px;
}

/* workrooms_info */

div.firm_info div {
	margin-bottom: 10px;
	clear: both;
}

div.firm_info p.header,div.firm_info p.first {
	margin: 0;
}

div.firm_info table {
	width: 90%;
}

div.firm_info table td {
	width: 50%;
}

div.firm_info a {
	font-weight: normal;
}

/* branches */
div.branches ul ul {
	margin-top: 1em;
}

/* Klientske centrum */
div.webtoolbar {
	margin: 1em 0 0 0;
}

div.webtoolbar table {
	margin: 0 auto;
}

div.webtoolbar table tr td {
	text-align:center;
	vertical-align:top;
}

div.webtoolbar table a {
	color: #b27c00;
	font-weight: bold;
}

div.webtoolbar table a:hover {
	text-decoration: none;
}

div.webtoolbar table a:hover span {
	text-decoration: underline;
}

div.box table.fancy {
	margin: 20px 0 10px; 
	border: 1px solid #b5b5b5;
	border-collapse: collapse;
	width: 100%;
}

div.box table.fancy tr td {
	border: 1px solid #b5b5b5;
}

div.box table.fancy thead tr td {
	padding: 2px;
	background: #b5b5b5;
	font-weight: bold;
	text-align: center;
}

div.tableInfo {
	margin: 20px 0 10px; 
	padding: 2px;
	border: 1px solid #b5b5b5;
	font-weight: bold;
}

/* Paticka webu */
div#footer {
	margin: 5px auto 0 auto;
	width: 801px;
	text-align: right;
	line-height: 20px;
}

div#footer, div#footer a {
	color: #202f60;
}

/* Konkretni prvky */
#xjx_info {
	overflow: auto;
}

#xjx_cartage_info {
	width: 360px;
	text-align: center;
}

#job_table {
	width: 100%;
}

#xjx_cartage_info th, #job_table th {
	background-color: #b2b2ae;
	border: 1px solid #7f7f7f;
	color: black;
	white-space: nowrap;
}

/* Kvuli delsim sloupcum v tabulkach svozu se obcas tabulka hrozne roztahne */
#xjx_cartage_info th {
	white-space: normal;
}

#xjx_cartage_info td, #job_table td {
	background-color: #e5e5e5;
	border: 1px solid #7f7f7f;
	white-space: nowrap;
	padding: 2px;
}

#job_table td,#job_table th {
	white-space: normal;
	text-align: left;
	width: auto;
}

#xjx_cartage_info td.color_c { color: red; }
#xjx_cartage_info td.color_f { color: purple; }
#xjx_cartage_info td.color_m { color: blue; }
#xjx_cartage_info td.color_z { color: green; }

#textWarning {
	text-align: center;
	color: red;
}

a.catalog {
	float: left;
	clear: left;
	height: 21px;
	line-height: 21px;
	padding-left: 25px;
	background: url('/img/icon-pdf.gif') left center no-repeat;
}

td.min_width,th.min_width {
	white-space: nowrap;
	width: 1%;
}

#write_us_href a {
	font-weight: bold;
	font-size: 12px;
}

span.req {
	color: red;
}
