body {
	text-align: center;
	margin: 15px;
	font-family: Verdana, Arial, serif;
	font-size: 1em;
	color: #000;
	background-color: #E6E9F0;
	background-repeat: repeat-x;
	background-image: url(layout/backgnd.png);
}
/*****/

#header-up {
	position: relative;
	margin: 0 auto;
	width: 987px;
	height: 26px;
	font-size: 13px;
	overflow: hidden;
	background-image: url(layout/header_up.png);
	background-repeat: no-repeat;
}

#logo {
	float: left;
	height: 85px;
	width: 230px;
	margin-top: 15px;
	margin-left: 15px;
}
#logo a {
	display: block;
	width: 210px;
	height: 80px;
}
#logo a:hover {
	background: transparent;
	text-decoration: none;
}

#languages {
	position: absolute;
	right: 15px;
	line-height: 26px;
	height: 26px;
	font-size: 11px;
	color: #666;
}

#languages a {
	color: #666;
	background: transparent;
	text-decoration: none;
}

#languages a:hover {
	color: #017CC0;
	background: transparent;
	text-decoration: none;
}

#header {
	position: relative;
	margin: 0 auto;
	width: 987px;
	height: 140px;
	font-size: 13px;
	overflow: hidden;
	background-image: url(layout/header.png);
	background-repeat: no-repeat;
}

/*****/

#menu {
	position: relative;
	margin: 0 auto;
	width: 987px;
	height: 36px;
	line-height: 36px;
	font-size: 0.8em;
	overflow: hidden;
	background-image: url(layout/menu.png);
	background-repeat: no-repeat;
}

#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	color: #666;
	display: block;
	width: 163px;
	text-align: center;
	float: left;
	border: 0;
	border-right: 1px #ddd solid;
	text-decoration: none;
}

#menu a.right {
  border: 0;
}

#menu a:hover {
  color: #017cc3;
  background: transparent;
}

/*****/

#content {
	position: relative;
	margin: 0 auto;
	width: 987px;
	border-top: 0;
	border-bottom: 0;
	text-align: left;
	background-image: url(layout/content.png);
	background-repeat: repeat-y;
}

#content-left {
	min-height: 420px;
	padding-top: 18px;
	padding-right: 360px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content-right {
	position: absolute;
	top: 10px;
	left: 665px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#content-right a {
	color: #BB2821;
	text-decoration: none;
	background-image: url(layout/odrazka.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 17px;
}
#content-right a:hover {
	color: #999;
	text-decoration: none;
	background: transparent;
	background-image: url(layout/odrazka_b.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 17px;
}

#btn-airfreight {
	background-image: url(layout/airfreight_cz.png);
	background-repeat: no-repeat;
	float: left;
	height: 108px;
	width: 291px;
	margin-top: 5px;
	padding-left: 20px;
}
#btn-airfreight-en {
	background-image: url(layout/airfreight_en.png);
	background-repeat: no-repeat;
	float: left;
	height: 108px;
	width: 291px;
	margin-top: 5px;
	padding-left: 20px;
}
#btn-seafreight {
	color: #F00;
	background-image: url(layout/seafreight_cz.png);
	background-repeat: no-repeat;
	float: left;
	height: 109px;
	width: 291px;
	margin-top: 5px;
	padding-left: 20px;
}
#btn-seafreight-en {
	color: #F00;
	background-image: url(layout/seafreight_en.png);
	background-repeat: no-repeat;
	float: left;
	height: 109px;
	width: 291px;
	margin-top: 5px;
	padding-left: 20px;
}
#btn-surface {
	color: #F00;
	background-image: url(layout/surface_cz.png);
	background-repeat: no-repeat;
	float: left;
	height: 109px;
	width: 291px;
	margin-top: 5px;
	padding-left: 20px;
}
#btn-surface-en {
	color: #F00;
	background-image: url(layout/surface_en.png);
	background-repeat: no-repeat;
	float: left;
	height: 109px;
	width: 291px;
	margin-top: 5px;
	padding-left: 20px;
}
#btn-separator {
	display: block;
	height: 30px;
	width: 616px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#btn-submenu {
	height: 15px;
	width: 616px;
	font-size: 0.6em;
	color: #999;
	text-align: center;
	margin: 0.6em 0 2em 0;
}
#btn-submenu a {
	color: #999;
	text-decoration: none;
}
#btn-submenu a:hover {
	background: transparent;
	color: #999;
	text-decoration: underline;
}
/*****/

#footer-separator {
	margin: 0 auto;
	width: 987px;
	height: 10px;
	font-size: 1px;
	background-image: url(layout/content_separator.png);
	background-repeat: repeat-y;
}

/*****/

#footer {
	position: relative;
	margin: 0 auto;
	width: 987px;
	height: 32px;
	font-size: 11px;
	color: #666;
	line-height: 20px;
	overflow: hidden;
	text-align: left;
	background-image: url(layout/footer.png);
	background-repeat: no-repeat;
}

#footer span {
  position: relative;
  top: 3px;
  height: 30px;
}

#footer span.left {
	padding-left: 15px;
}

#footer span.right {
	position: absolute;
	top: 3px;
	right: 25px;
}

#footer a {
	text-decoration: none;
	color: #666;
}

#footer a:hover {
  background: transparent;
}

/*****/

#mapa {
	width: 600px;
	height: 360px;
	margin: 2em 0 0 5px;
	border: 1px solid #ccc;
}

/*****/

#objekty-odkazy {
  font-size: 0.7em;
  text-align: center;
  margin-top: 2.5em;
}

/*****/

#mail {
  border: 1px #eee solid;
  background: #f7f7f7;
  width: 475px;
  padding: 10px 0 20px 0;
  font-size: 0.8em;
  margin: 0 auto;
  margin-top: 1em;
  text-align: left;
}

#mail-error {
  text-align: center;
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  color: #f33;
  padding: 0 10px;
}

#mail div.line {
  position: relative;
  padding: 0 10px;
}

#mail div.line span {
  position: absolute;
  top: 1px;
  width: 110px;
  text-align: right;
}

#mail input, #mail select, #mail textarea {
  width: 320px;
  position: relative;
  left: 120px;
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
}

#mail input.button {
  width: 80px;
}
.more {
	position: relative;
	top: 80px;
}


/*****/

.galerie {
  text-align: center;
  margin: .5em 0;
}

.galerie img {
  margin: 3px;
  border: 3px solid #eee;
}

.galerie a:hover {
  background: transparent;
}

.galerie a:hover img {
  border: 3px solid #aaa;
}

/*****/

#lightbox { background-color: #eee; padding: 10px; border-bottom: 2px solid #666; border-right: 2px solid #666; }
#lightboxDetails { font-size: 0.8em; padding-top: 0.4em; }
#lightboxCaption { float: left; }
#keyboardMsg { float: right; }
#closeButton { top: 5px; right: 5px; }
#lightbox img { border: none; clear: both; }
#overlay img { border: none; }
#lightbox a:hover { background-color: transparent; }
#overlay { background-image: url(lightbox/overlay.png); }
* html #overlay { background-color: #333; background-image: url(images/dot_tr.gif); }

/*****/

.print-only {
  display: none;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

/*****/

tr {
  vertical-align: top;
}

th, td {
  text-align: left;
  font-size: 0.8em;
  padding: 4px;
  border-bottom: 1px #eee solid;
}

a {
  color: #017cc3;
  text-decoration: none;
}

a:hover {
  color: #fff;
  background: #0a57a4;
  text-decoration: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #2785B8;
	background-image: url(layout/h1.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 616px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-left: 10px;
	line-height: 30px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #042F5C;
	margin: 1.5em 0 1em 0;
}

p {
  margin: 1em 0 0 0;
  font-size: 0.8em;
  line-height: 150%;
}

p.highlight {
  padding: 1em;
  border: 1px solid #e6e6e6;
  margin-bottom: 1em;
  background: #f7f7f7;
  text-align: justify;
  font-weight: bold;
  font-style: italic;
}

p.cite {
  text-indent: 3em;
  margin: 0.2em 0 0.2em 0;
}

address {
  font-size: 0.8em;
  line-height: 150%;
  padding: 1em;
  border: 1px solid #e6e6e6;
  margin: 1em auto;
  margin-bottom: 3em;
  background: #f7f7f7;
  font-style: normal;
  width: 50%;
  text-align: center;
}

ul {
	margin: 0.2em 0;
	list-style-image: url(layout/odrazka_li.gif);
}

li {
  margin: 0;
  font-size: 0.8em;
  line-height: 150%;
}

li li {
  font-size: 1em;
  line-height: 150%;
}

img.reference {
  border: 0;
  margin: 0 0.5em 1em 1.5em;
  float: right;
}
