/* --- css stylesheet --- */
/* --- global --- */
html , html * , body , body * {
  font-size: 11px;
  line-height: 12px;
  font-family: "arial ce", arial, "tahoma ce", tahoma, "helvetica ce", helvetica, sans-serif;
}
body {
  margin: auto;
  padding: 0px 0px 10px 0px;
  color: #000000;
  background: repeat-x left top url('images/bg_body.gif') #000118;
  text-align: center;
}
body.admin {
  margin: 5px 5px 5px 5px;
  padding: 0px 0px 0px 0px;
  color: #000000;
  background: none #FFFFFF;
  text-align: left;
}
img {
  border: 0px none;
}
a {
  color: #0075BD;
  text-decoration: none;
}
a:hover {
  color: #0075BD;
  text-decoration: underline;
}
form {
  padding: 0px;
  margin: 0px;
}
p {
  margin: 0px;
}
i , em {
  _text-indent: 2px;
}
ul {
  margin: 4px 0px 0px 18px;
  padding: 0px 0px 0px 0px;
}
ol {
  margin: 0px 0px 0px 32px;
  padding: 0px 0px 0px 0px;
}
li {
  margin: 4px;
  padding: 0px;
  list-style-type: square;
}
h1 , h2 , h3 , h4 , h5 , h6 {
  padding: 0px;
  margin: 0px;
  color: #000000;
  font-weight: bold;
  font-family: "tahoma ce", tahoma, "arial ce", arial, "helvetica ce", helvetica, sans-serif;
}
h1 {
  padding-bottom: 10px;
}
h1 , h1 * {
  font-size: 12px;
  color: #0075BD;
  line-height: 14px;
  text-transform: uppercase;
}
h2 {
  padding-bottom: 7px;
}
h2 , h2 * {
  text-transform: uppercase;
  color: #0075BD;
}
h3 {
}
h3 , h3 * {
}
h4 {
}
h4 , h4 * {
}
h5 {
}
h5 , h5 * {
}
h6 {
}
h6 , h6 * {
}
sub {
}
sup {
}
table {
  border: 0px none;
  border-collapse: collapse;
}
/* --- common --- */
.dataframe  {
  width: 100px;
  height: 100px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}
.dataframe-hidden {
  display: none;
}
.clear , .f-c {
  float: none !important;
  clear: both !important;
  font-size: 0px !important;
  line-height: 0px !important;
  height: 0px !important;
  width: 0px !important;
  overflow: hidden !important;
  padding: 0px !important;
  margin: 0px !important;
}
.float-left , .f-left , .f-l {
  float: left !important;
}
.float-right , .f-right , .f-r {
  float: right !important;
}
.text-left , .t-left , .t-l {
  text-align: left !important;
}
.text-center , .t-center , .t-c {
  text-align: center !important;
}
.text-right , .t-right , .t-r {
  text-align: right !important;
}
.text-top , .t-top , .t-t {
  vertical-align: top !important;
}
.text-middle , .t-middle , .t-m {
  vertical-align: middle !important;
}
.text-bottom , .t-bottom , .t-b {
  vertical-align: bottom !important;
}
.error , .error * {
  color: #FF0000 !important;
}
.error input {
  border: 1px solid #FF0000 !important;
}
tr.error td {
  border: 0px none !important;
  border-top: 1px solid #FF0000 !important;
  border-bottom: 1px solid #FF0000 !important;
}
.ready , .ready * {
  color: #00FF00 !important;
}
.ready input {
  border: 1px solid #00FF00 !important;
}
tr.ready td {
  border: 0px none !important;
  border-top: 1px solid #00FF00 !important;
  border-bottom: 1px solid #00FF00 !important;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
.print {
  display: none;
}
.invisible {
  visibility: hidden;
}
/* --- form --- */
.formtext {
  border: 2px solid #80BADE;
  background-color: #FFFFFF;
  padding: 1px 2px 0px 2px;
  margin: 6px 0px 6px 0px; /*8px 0px 4px 0px;*/
  line-height: 14px;
  vertical-align: middle;
}
input.formtext {
  height: 16px;
}
textarea.formtext {
  overflow: auto;
}
.button {
  border: 0px none;
  background: none #80BADE;
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  line-height: 12px;
  vertical-align: middle;
  padding: 0px 5px 0px 5px !ie;
  height: 18px;
}
a.button {
  display: block;
  float: right;
  padding: 0px 15px 0px 15px;
}
/* --- mask --- */
div.web-all {
  background: none #FFFFFF;
  width: 940px; /* 960px */
  padding: 0px 10px 0px 10px;
  margin: auto;
  text-align: left;
}
/* --- top --- */
a.top {
  line-height: 19px;
  padding: 1px 7px 0px 0px;
  margin: 0px 10px 0px 0px;
  font-size: 10px;
  color: #0075BD;
  text-decoration: none;
  background: no-repeat right center url('images/ico-top_off.gif');
}
a.top:hover {
  color: #263D89;
  text-decoration: none;
  background: no-repeat right center url('images/ico-top_on.gif');
}
/* --- web-top --- */
div.web-top {
  height: 215px;
}
div.top-left {
  width: 186px;
  float: left;
}
div.top-right {
  width: 754px;
  height: 214px;
  float: left;
  background: no-repeat right top url('images/bg_top.gif') #0075BD;
  border-bottom: 1px solid #C0DDEF;
  color: #FFFFFF;
  position: relative;
}
/* --- top-left --- */
div.top-left img.logo {
  display: block;
  margin: 0px 0px 16px 19px;
}
div.languages {
  height: 100px;
  border-top: 1px solid #8DA5CA;
  border-right: 1px solid #929EC4;
  border-bottom: 1px solid #9AB5D6;
  background: none #263D89;
  padding: 11px 12px 11px 12px;
  text-align: right;
}
div.languages, div.languages * {
  color: #FFFFFF;
  cursor: default;
}
div.languages div.sentence {
  text-align: center;
  padding: 0px 0px 64px 0px;
}
div.languages div.language {
  /*padding: 0px 7px 0px 7px;*/
  font-weight: bold;
  text-align: center;
}
div.languages a {
  margin: 0px 2px;
  cursor: pointer;
}
div.languages a:hover, div.languages a.active {
  color: #0075BD;
  text-decoration: none;
}
/* --- search --- */
form.search {
  display: block;
  float: right;
  /*margin: 8px 10px 0px 0px;*/
  padding: 0px 8px 0px 0px;
  background: no-repeat right top url('images/bg_search.gif') #0075BD;
  position: relative;
  top: 8px;
  right: 10px;
}
form.search input.formtext {
  border: 2px solid #0075BD;
  margin: 0px 0px 0px 0px;
  float: left;
}
form.search input.button {
  background: none transparent;
}
/* --- menu --- */
table.menu {
  position: absolute;
  bottom: 0px;
  margin: 0px;
}
table.menu td {
  border-right: 2px solid #117ec1;
  padding: 0px 0px 10px 0px;
  vertical-align: bottom;
}
table.menu td a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 14px;
  padding: 0px 19px 0px 19px;
}
table.menu td a:hover, table.menu td a.active {
  background: no-repeat 0px 2px url('images/top-menu-ico.gif') #263D89;
  color: #FFFFFF;
  text-decoration: none;
}
table.menu td.last {
  border-right: 0px none;
}
table.menu td.image {
  vertical-align: bottom;
  padding: 0px 0px 0px 19px;
  border-right: 0px none;
}
table.menu td.news {
  height: 122px;
  /*border-right: 2px solid #117ec1;*/
  /*width: 120px;*/
  border-right: 0px none;
  width: 180px;
  float: left;
  padding: 1px 0px 0px 12px;
  vertical-align: top;
}
table.menu td.news p {
	margin:0px;
	padding:0px;
}
table.menu td.news div.text {
	margin:12px 0 0 0;
}
table.menu td.news a.more {
  float: right;
  background: no-repeat right center url('images/ico-more_off.gif');
  padding: 0px 7px 0px 0px;
  color: #FFFFFF;
  text-decoration: none;
  width: auto;
}
table.menu td.news a.more:hover {
  background: no-repeat right center url('images/ico-more_on.gif');
  color: #FFFFFF;
  text-decoration: none;
}
/* --- content --- */
div.content {
  /*padding: 16px 0px 28px 0px;*/
  margin: 16px 0px 18px 0px;
}
div.content-left {
  width: 185px;
  float: left;
  padding: 3px 0px 0px 0px;
}
div.content-center {
  width: 481px;
  float: left;
  padding: 0px 0px 0px 19px;
}
div.content-right {
  width: 231px;
  float: left;
  padding: 0px 0px 0px 19px;
}
div.content-center div.sign {
  text-align: right;
  padding: 0px 0px 35px 0px;
  /*background: no-repeat right bottom url('images/sign.gif');*/
}
span.blue-text {
  color: #0075BD;
}
/* --- block-dotted-line --- */
div.block {
  background: repeat-x left bottom url('images/dotted-line.gif');
  padding: 0px 0px 12px 0px;
  margin: 0px 0px 12px 0px;
}
div.block div.left {
  float: left;
  width: 43px;
}
div.block div.right {
  float: left;
  width: 408px;
  padding: 0px 10px 0px 10px;
}
div.content-center div.last-entry {
  background: none;
}
/* --- block-fleet --- */
div.block-fleet {
  padding: 0px 0px 12px 0px;
}
div.block-fleet div.left {
  float: left;
  width: 100px;
  border: 1px solid #FFFFFF;
}
div.block-fleet div.right {
  float: left;
  width: 308px;
  padding: 0px 10px 0px 10px;
}
img.fleet-detail {
  float: left;
  margin: 0px 10px 10px 0px;
}
/* --- back, forward --- */
div.back {
  padding: 10px 0px 0px 0px;
}
div.back a {
  font-weight: bold;
  text-decoration: none;
}
div.back a:hover {
  color: #263D89;
  text-decoration: none;
}
/* --- news --- */
div.news-head {
  padding: 0px 0px 5px 0px;
  font-weight: bold;
}
div.news-text {
  margin: 0px 0px 10px 0px;
}
div.news-text img {
  margin: 0px 10px 10px 0px;
}
/* --- table management --- */
table.management {
  margin: 0px;
}
table.management td {
  vertical-align: top;
  padding: 0px 0px 10px 0px;
}
table.management td img {
  margin: 0px 10px 10px 0px;
}
/* --- request formular --- */
table.formul {
  margin: 0px;
}
table.formul td {
  padding: 0px 10px 0px 0px;
}
div.line{
  background: repeat-x 0px 4px url('images/dotted-line.gif');
  height: 8px;
  overflow: hidden;
}
/* --- paging --- */
div.paging {
  text-align: center;
  cursor: default;
}
div.paging a {
  font-weight: bold;
  margin: 0px 2px;
}
div.paging a:hover, div.paging a.active {
  color: #263D89;
  text-decoration: none;
}
a.back {
  background: no-repeat left center url('images/ico_back_off.gif');
  padding: 0px 4px 0px 4px;
}
a.back:hover {
  background: no-repeat left center url('images/ico_back_on.gif');
}
a.forward {
  background: no-repeat right center url('images/ico_forward_off.gif');
  padding: 0px 4px 0px 4px;
}
a.forward:hover {
  background: no-repeat right center url('images/ico_forward_on.gif');
}
/* --- footer --- */
div.footer * {
  color: #FFFFFF;
  line-height: 21px;
}
div.footer-left {
  width: 162px;
  height: 21px;
  float: left;
  background: no-repeat left bottom url('images/corner-footer-left.gif') #263D89;
  margin: 0px 4px 0px 0px;
  padding: 0px 0px 0px 19px;
}
div.footer-right {
  width: 500px;
  padding: 0px 255px 0px 0px;
  height: 21px;
  float: left;
  background: no-repeat right bottom url('images/corner-footer-right.gif') #0075BD;
  text-align: right;
}
div.footer-right a {
  color: #77B5DC;
  text-decoration: none;
}
div.footer-right a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
div.bottom-corners {
  background: no-repeat left top url('images/body_bottom_corners.gif');
  width: 960px;
  height: 10px;
  overflow: hidden;
  clear: both;
  margin: auto;
}
/* --- viewer --- */
div.viewer {
}
div.viewer img {
  filter:progid:DXImageTransform.Microsoft.Fade(duration=2);
}
/* ---  --- */
