/*
 * Colors
 *
 * dark blue	#015DA8
 * blue			#AAC4D3
 * medium blue	#7EA7B9
 * light blue	#EEF3F6
 */

/* General setting */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background: #fff url(../img/body_bg.gif) repeat-y;
  font: 11px/16px Arial,Helvetica,sans-serif;
}

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  padding: 0 0 1em 0;
  margin: 0;
  line-height: 1.5em;
}

h1, h2 {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}

a:visited, a:link {
  color: #000;
  text-decoration: none;
}

a:hover, a:active {
  color: #000;
  text-decoration: underline;
}

h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 15px;
}

h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 15px;
}

h3 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  margin: 15px 0 5px 0;
}

img {
  border: 0;
}

table td {
  vertical-align: top;
  /* 24082009 padding: 3px 5px;*/
  padding: 3px 0;
  
}

table td p {
  padding: 0;
  margin: 0;
  line-height: 1.3em;
}


/* Clearfix  */
.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* Logo */
#logo {
  width: 985px;
  height: 90px;
  background: #fff url(../img/logo_bg.gif) no-repeat right bottom;
}


/* Header */
#header {
  height: 179px;
  background: url(../img/header_bg.gif) no-repeat;
}


#header_top {
  width: 985px;
}

/* Navi Top */
#header_navi {
  height: 21px;
  width: 777px;
  background: url(../img/header_navi_bg.gif) no-repeat;
  float: left;
  display: inline;
}

#header_navi ul {
  float: right;
  padding: 2px 10px 0 0;
  display: inline;
}

#header_navi ul li {
  float: right;
  display: inline;
  padding-left: 10px;
  font-size: 12px;
  font-weight: bold;
}

#header_navi ul li.lang a {
  padding-right: 20px;
  background: url(../img/navi_lang_bg.gif) no-repeat right top;
}

#header_navi ul li a,
#header_navi ul li a:link,
#header_navi ul li a:visited {
  padding-left: 8px;
  color: #fff;
}


/* Search */
#header_search {
  height: 21px;
  width: 208px;
  float: left;
  display: inline;  
}

#header_search div.text {
  height: 19px;
  padding: 2px 5px 0 1px;
  float: left;
  display: inline;
}

#header_search div.text input {
  border: 1px solid #535353;
  width: 130px;
  height: 15px;
  margin: 0;
  padding: 0;
}

#header_search div.button {
  height: 18px;
  padding: 1px 0 0 0;
  margin: 0;
  float: left;
  display: inline;
}

#header_search div.button input {
  border: 0;
}


/* Banner */
#header_banner {
  height: 113px;
  width: 985px;
  clear: both;
  background: none;
  position: relative;
}

#header_banner div.slide {
  width: 777px;
  height: 113px;
  position: absolute;
  left: 0;
  top: 0;
}


/* Navi Home */
#header_navi_home {
  height: 45px;
  width: 985px;
  background: url(../img/header_navi_home_bg.gif) no-repeat;
}

#header_navi_home ul {
  float: left;
  display: inline;
  margin: 1px 0 0 20px;
}

#header_navi_home ul li {
  float: left;
  display: inline;
  padding-right: 15px;
  font-size: 11px;
  letter-spacing: 1px;
}

#header_navi_home ul li a,
#header_navi_home ul li a:link,
#header_navi_home ul li a:visited {
  padding-left: 15px;
  background: url(../img/navi_li_bg_home.gif) no-repeat 0 2px;
  color: #fff;
}


/* Main */
#main {
  clear: both;
  width: 985px;
}


/* Content */
#content {
  float: left;
  width: 777px;
  display: inline;
}

#content_left {
  float: left;
  width: 177px;
  padding-bottom: 190px;
}

/* Content left navi */
#content_left ul {
  width: 177px;
}

#content_left li {
  width: 177px;
}

#content_left li a {
  display: block;
  height: 22px;
  padding: 4px 0 0 30px;
  font-weight: bold;
  color: #525252;
  font-size: 12px;
  border-bottom: 1px solid #a1a1a1;
  letter-spacing: 1px;
}

#content_left li ul {
  border-bottom: 1px solid #a1a1a1;
}

#content_left li li ul {
  border: none;
}

#content_left li li li {
  background: #F8F8F8;
  border: none;
}

#content_left li li a {
  display: block;
  height: 22px;
  padding: 4px 0 0 30px;
  color: #808080;
  font-weight: bold;
  font-size: 12px;
  border: none;
  letter-spacing: 0;
}

#content_left li.act a {
  background: url(../img/navi_li_bg_left.gif) no-repeat 8px 5px;
}

#content_left li.act li a {
  background: #F8F8F8 url(../img/line_bg.gif) repeat-x left bottom;
}

#content_left li.act li.act a,
#content_left li.act li.act a:visited,
#content_left li.act li.act a:link {
  text-decoration: underline;
}

#content_left li.act li.last a {
  background: #F8F8F8;
}

#content_left li.act li.act li a,
#content_left li.act li.act li a:visited,
#content_left li.act li.act li a:link {
  font-weight: normal;
  font-size: 12px;
  padding-left: 40px;
  background: #F8F8F8;
  text-decoration: none;
}

#content_left li.act li.act li.act a,
#content_left li.act li.act li.act a:visited,
#content_left li.act li.act li.act a:link {
  text-decoration: underline;
}

#content_left li.act li.act li.last a {
  background: #F8F8F8 url(../img/line_bg.gif) repeat-x left bottom;
}


/* Content main */
#content_main {
  margin-left: 177px;
  font-size: 12px;
}

#content ul.navi_print {
  margin: 1px 10px 0 0;
  padding-left: 217px;
  width: 550px;
  height: 19px;
  background: url(../img/hr_bg.gif) repeat-x 0 18px;
  font-size: 11px;
}

#content ul.navi_print li {
  float: left;
  display: inline;
  padding-right: 15px;
}

#content ul.navi_print li a,
#content ul.navi_print li a:link,
#content ul.navi_print li a:visited {
  padding-left: 15px;
  background: url(../img/link_top_bg.gif) no-repeat 0 3px;
  color: #a1a1a1;
}

#content_main {
  padding-top: 20px;
}

#content_main div.content {
  margin: 0 40px;
  display: inline;
  padding-bottom: 20px;
  float: left;
}

#content_main div.content ul li {
  list-style: disc;
  margin-left: 20px;
  line-height: 1.5em;
}

#content_main div.content ol li {
  list-style: decimal;
  margin: 0 0 0 20px;
  padding: 0;
  line-height: 1.5em;
}


#content_main div.copyright {
  margin: 20px 10px 0 40px;
  padding-top: 8px;
  background: url(../img/hr_bg.gif) repeat-x 0 0;
  color: #a1a1a1;
  clear: both;
  font-size: 11px;  
}

#content_main h1 {
  color: #0075BD;
  font-size: 14px;
  padding: 10px 0;
}

#content_main .csc-textpic-caption {
  color: #a1a1a1;
  font-size: 11px;
}


/* Right Content */
#content_right {
  width: 208px;
  float: left;
  display: inline;
  background: url(../img/right_bg.gif) no-repeat;
  font-size: 11px;
}

#content_right p {
  font-size: 11px;
}

#content_right h1 {
  width: 196px;
  padding-left: 12px;
  background: url(../img/right_header_bg.gif) no-repeat;
  height: 16px;
  padding-top: 3px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2px;
}

#content_right div.content {
  margin-bottom: 20px;
}

#content_right div.content p {
  padding-left: 12px;
  line-height: 1.5em;
}

/* Forms */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

fieldset legend {
  display: none;
}

form, input {
  margin: 0;
  padding: 0;
}

form input,
form textarea,
form select { 
  padding: 2px; 
  font: 11px/16px Arial,Helvetica,sans-serif;
  border: 1px solid #53544F; 
}

form div.csc-mailform-field { 
  clear: left;
  margin: 5px 0;
}

form div.csc-mailform-field label {
  float: left;
  clear: both;
  display: block;
  width: 120px;
  padding-top: 3px;
  margin: 5px 0;
}

form div.csc-mailform-field input {
  float: left;
  width: 175px;
  margin: 5px 0;
}

form div.csc-mailform-field select {
  float: left;
  margin: 5px 0;
}

form div.csc-mailform-field input.csc-mailform-check {
  width: auto;
}

form div.csc-mailform-field textarea {
  float: left;
  display: inline;
  width: 350px;
  height: 4em;
}

form div.csc-mailform-field input.csc-mailform-submit {
  margin-left: 120px;
  background: transparent url(../img/button_bg.gif) no-repeat scroll left top;
  width: 85px;
  height: 15px;
  padding-left: 18px;
  padding: 0;
  border: 0;
  font: bold; 
  cursor: pointer; 
}

/* News */
.news-list-container {
  margin-top: 15px;
}

.news-list-date {
  width: 65px; 
  float: left; 
  padding: 0 10px;
  margin-bottom: 10px;
}

.news-list-item a {
  text-decoration: underline;
  display: block;
  text-indent: 0;
}

.news-list-item { 
  margin-bottom: 5px;
}

.news-list-text { 
  width: 420px;
  float: left;
  font-weight: bold;
  margin-bottom: 10px;
}

.news-list-text a { 
  display: block;
}

.news-latest-item {
  padding-left: 10px; 
  padding-right: 5px;
}

.news-latest-image img { 
  float: left; 
  margin-right: 5px; 
  margin-bottom: 5px; 
  margin-top: 2px;
}

.news-latest-title {
  font-weight: bold;
}

.news-latest-morelink a {
  clear: both;
  padding-left: 14px;
  background: url(../img/link.gif) no-repeat;
}

#content_right div.content div.news-latest-item p.bodytext {
  padding-left: 0;
  margin: 0;
  text-indent: 0;
}

.news-single-image img { 
  float: left; 
  margin-right: 10px; 
  margin-bottom: 10px; 
}

.news-single-backlink a {
  background: url(../img/link_back.gif) no-repeat;
  padding-left: 14px;
}

/* Search */
.tx-indexedsearch {
  font-size: 12px;
}

.tx-indexedsearch-searchbox form {
  margin-bottom: 20px;
}

.tx-indexedsearch-searchbox form input {
  margin: 0 5px 0 0;
  padding: 1px 3px;
  height: 15px;
}

.tx-indexedsearch-searchbox form input.submit {
  height: 19px;
  padding: 0 10px;
}

.tx-indexedsearch-browsebox {
  text-align: center;
}

.tx-indexedsearch-browsebox p {
  text-align: left;
}

.tx-indexedsearch-browsebox ul.browsebox-top {
  display: none;
}

.tx-indexedsearch-browsebox ul,
.tx-indexedsearch-browsebox li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tx-indexedsearch-browsebox ul li {
  display: inline;
  margin-left: 5px;
}


/* styles for extension "tx_wssitemap_pi1" */
.tx-wssitemap-pi1 .treemenudiv {}

.tx-wssitemap-pi1 .treemenudiv img {
  vertical-align: middle
  border: none;
}

.tx-wssitemap-pi1 .treemenudiv a {
  text-decoration: none;
  color: #000;
}

.tx-wssitemap-pi1 .treemenudiv a:hover {
  color: #000;
  text-decoration: underline;
}

.tx-wssitemap-pi1 .treemenudiv a span.treemenutext_act {
  color: #000;
}

.tx-wssitemap-pi1 .treemenudiv a span.treemenutext_actifsub {
  color: #000;
}	
	

/* Powermail */
fieldset {
  border: 0;
}

fieldset label {
  margin: 3px 7px 5px 0;
  display: block;
  width: 130px;
  float: left;
}

fieldset div {
  clear: both;
  padding-top: 6px;
}


fieldset div input, fieldset div textarea, fieldset div select {
  margin: 3px 0;
  padding: 2px 3px;
  float: left;
}

fieldset div input.powermail_text,
fieldset div input.powermail_captcha {
  width: 180px;
}

fieldset div textarea.powermail_textarea {
  width: 280px;
  height: 5em;
}

fieldset div.powermail_mandatory_js {
  margin-left: 137px;
  color: #F38C00;
  padding-top: 0;
}

fieldset div img.tx-srfreecap-pi2-image {
  float: left;
  margin-left: 137px;
  padding: 5px 0;
  display: inline;
}

fieldset div span.tx-srfreecap-pi2-cant-read {
  display: block;
  margin-left: 137px;
  color: #000;
  float: left;
  display: inline;
}

fieldset div.tx_powermail_pi1_fieldwrap_html_submitgraphic {
  padding: 20px 0;
  margin-left: 137px;
  float: left;
  display: inline;
}

fieldset div.tx_powermail_pi1_fieldwrap_html_submitgraphic input {
  border: none;
}

.tx-powermail-pi1 {
  float: left;
  width: 500px;
}

.tx-powermail-pi1 ul {
  padding: 10px 0;
}

