
body {
  width: 100%;
  margin: 0; 
  padding: 0;
  background: url(images/bg.gif);
  font-family: arial;
  color: #005a9b;
  font-size: 12px;
  line-height: 1.5;
}

#container {
  width: 836px;
  height:600px;
  margin: 0 auto; 
  background: url(images/bg-body.gif) bottom;
}

#container-filler {
  width: 820px;
  margin-top: 0px;
  margin-left: 5px;
}

#container-header {
  width: 100%;
  min-height: 100px;
  border-bottom: 1px solid black;
  overflow: auto;
}

#header-left {
  float: left;
  width: 190px;
  height: 157px;
  background: #e5e5e5;
  margin-top: 22px;
  border-top: 1px solid #38367b;
  text-align: center;
}

#header-left #menu {
  
}

#header-left #menu img {
  margin: 1px; 
  border: 0px;
}

#header-image {
  background: #FFFFFF url(images/header-image-1.jpg) center no-repeat;
  float: left;
  width: 406px;
  height: 169px;
}

#language-menu {
  line-height: 22px;
  text-align: center;
  font-size: 80%;
}

.flag-item {
  display: inline;
  margin: 0 10px;
}
.flag-item span {
}
.flag-item img { 
  margin: 0 3px; 
  padding: 0; 
}


#header-right {
  float: left;
  width: 224px;
  height: 157px;
  background: #e5e5e5;
  border-top: 1px solid #38367b;
  text-align: center;
}

#header-logo {
  background: url(images/header-logo.gif) center no-repeat;
  width: 100%;
  height: 32px;
  margin-top: 22px;
  margin-bottom: 60px;
}

#header-links a {
  color: #38367b;
  font-size: 11px;
  text-decoration: none;
}

#header-links a:hover {
  color: #b7292b;
}

#header-links img {
  vertical-align: middle;
}


#container-content {
  width: 595px;
  float: left;
  position: relative;
  top: 10px;
  left:5px;
}

#content-top {
  width: 595px;
  height: 6px;
  background: url(images/bg-content-top.gif) left bottom no-repeat;
  font-size: 1px; /* IE hack */
}
#content-body {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background: url(images/bg-content-body.gif) left bottom no-repeat;
}

#breadcrumb, #breadcrumb a {
  color: #949494;
  font-size: 10px;
}


#container-sidebox {
  width: 210px;
  float: right;
  position: relative;
  top: 10px;
  right: 2px;
}
#container-sidebox-filler {
  width: 210px;
  float: right;
  position: relative;
  right: 2px;
}
#border {
  margin-top: 5px;
  border-top: 1px solid #38367b;
  border-bottom: 1px solid #38367b;
}
#border .csc-header h1 {
  font-size: 12px;
}
#border .bodytext{
}

#container-sidebox-filler {
  height: 130px;
}

a img {
  border: 0px;
}
a {
  color: #c41230;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

h1, h2, h3 {
  color: #c41230;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 17px;
}

p, ul, ol, dl, .csc-sitemap, fieldset {
  line-height: 1.5;
  font-size: 13px;
}

.news-latest-date, .news-latest-item h3, .news-latest-morelink, 
.news-list-date, .news-list-item h3, .news-list-morelink, 
.news-single-timedata, .news-single-backlink {
  font-size: 12px;
  margin-bottom: -10px;
}
.news-latest-date, .news-list-date {
  color: #005a9b;
  font-weight: normal;
}
.news-latest-morelink, .news-list-morelink, .news-single-backlink, .news-single-timedata, .news-list-item{
  margin-top: -10px;
  margin-bottom: 15px;
}
.news-single-backlink {
  font-weight: bold;
}
.news-single-timedata, .news-single-backlink {
  margin-top: -5px;
  margin-bottom: 5px;
}

.news-single-additional-info dl dt {
  font-weight: bold;
  color: #c41230;
}


.news-latest-date {
  font-color: #000000;
}

fieldset {
  border: 0px;
}
input {
  border: 1px solid #38367b;
  font-size: 12px;
}

.csc-textpic-image {
  margin-bottom: 0px;
}



.csc-mailform, .csc-mailform-radio, .csc-mailform-check, .csc-mailform-radio fieldset {
	border: 0;
}
.csc-mailform-field label {
	display: inline;
}
.csc-mailform-radio label {
	display: inline;
}
.csc-mailform-radio legend {
	display: none;
}
.csc-mailform-submit {
	margin-left: 130px;
	text-align: center;
}
label {
  width: 120px;
  padding-left: 10px;
  float: left;
}
input, textarea {
  float: left;
  margin-top: 2px;
  border: 1px solid #999999;
}
.csc-mailform-field {
  width: 388px; 
  margin-left: 10px;
  float: left;
  overflow: auto;
  margin-bottom: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  background: #f9f9f9;
}
