.TPLwrapper {
  border: 0px solid #000;
  width: auto;
  margin:auto;
  background: #EEEEEE url(bg.gif) repeat-y top left;
}

.TPLheader {
  border: 0px solid #000;
  width: auto;
  height: 100px;
  display: block;
  background: #0f135f url(head.gif) top left no-repeat;
}

.TPLheader .logo {
  float: left;
  width: 150px;
  margin-left: 25px;
  margin-top: 30px;
}

.TPLheader .text {
  float: left;
  margin-top: 67px;
  margin-left: 10px;
  width: 400px;
  font: bold 10pt Tahoma;
  color: #fff;
}

.TPLheader .lang {
  float: left;
  margin-top: 70px;
  margin-left: 85px;
}

.TPLheader p {
  clear: both;
}


.navigation {
  width: auto;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  background: #1a2c4f;
}

.navigation ul {
  margin: 0;
  padding: 0;
  margin-left: 180px;
  list-style: none;
}

.navigation li {
  margin: 0;
  padding: 0;
  float: left;
}

.navigation a {
  display: block;
  float: left;
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 7px;
  color: #FFFFFF;
  height: 23px;
  font: bold 10pt Tahoma;
  text-decoration: none;
}

.navigation a:hover {
  color: #ffff99;
  background: #3e495d;
  /*background: #ffff99; */
  font: bold 10pt Tahoma;
  text-decoration: none;
}


.navigation p {
  clear: both;
  padding: 0;
  margin: 0;
}


.subnavigation {
  border: 0px solid #000;
  width: 178px;
  height: auto;
  margin-left: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  display: inline;
  text-align: left;
}

.subnavigation ul {
  margin-left: 4px;
  padding: 0;
  list-style: none;
}

.subnavigation li {
  margin-bottom: 10px;
}

.subnavigation ul li a {
  padding-left: 20px;
  display: block;
  text-decoration: none;
}

.subnavigation ul li a:hover {
  display: block;
  text-decoration: none;
  padding-left: 20px;
  background: url(point.gif) no-repeat left top;
  -moz-background-position: 0% -1px;
  -moz-background-clip: -moz-initial;
  -moz-background-origin: -moz-initial;
  -moz-background-inline-policy: -moz-initial;
}

.TPLbox {
  border-top: 1px dotted #adadad;
  width: 150px;
  margin-left: 8px;
  margin-top: 30px;
  height: auto;
  float:left;
  text-align: left;
}

.TPLbox .box_cnt {
  border-bottom: 1px dotted #adadad;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}


.TPLcontent {
  display: inline;
  border: 0px solid #000;
  width: 463px;
  margin-left: 15px;
  margin-right: 10px;
  margin-top: 30px;
  margin-bottom: 40px;
  height: auto;
  padding-right: -1px;
  min-height: 400px;
  float:left;
}

.TPLfooter {
  height: 30px;
  display: block;
  background: #1a2c4f;
  clear: both;
}

.TPLfooter ul {
  margin-left: 185px;
  list-style: none;
}

.TPLfooter li {
  float: left;
  margin-right: 15px;
  margin-top: 7px;
  margin-bottom: 7px;
}


.TPLfooter a {
  color: #FFFFFF;
  font: normal 9pt Tahoma;
  text-decoration: none;
}

.TPLfooter a:hover {
  text-decoration: underline;
}

.TPLfoot {
  margin-top: 15px;
  margin-left: 185px;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

