html {
  height:100%;
}

body {
  color:#FFF;
  background: url(img/back_site.gif) repeat-x top #820800;
  margin:0;
  border:0;
  padding:0;
  height:100%;
  min-height: 101%;
  font-size: 100.01%;
  text-align: left;
  position: relative;
  }

.csc-mailform-field {
  color:#000000;
  margin-bottom:5px;
  margin-left:0;
  margin-right:0;
  margin-top:5px;
}

input, select, textarea {
  margin:2px 0px;
  font-size:11px;
  font-size: 99%;
}

h1, h1 a, .csc-header, h2, h2 a, h3, h3 a {
  color:#C16300m;
  margin:5px 0px;
  padding:0;
  font-weight:bold;
  text-decoration:none;
}
h1, h1 a, .csc-header {
  font-size:16px;
  }
h2 {
  font-size:14px;
  }
h3 {
  font-size: 12px;
  }

.small {font-size:9px;}
.button {font-size:9px;}

#page{
  width:100%;
  height:100%;
  height:expression(document.body.scrollHeight>document.body.clientHeight ? document.body.scrollHeight : document.body.clientHeight);
  }
#pagecontent{
  position:relative;
  width:760px;
  margin:0px;
  padding:0px 0px;
  background: #9E2300;
  border: 1px solid #530A00;
  }
#header {
  height:107px;
  background: url(img/back_header.gif) repeat-x top #352828;
  }
#header #logo {
  padding:0px;
  width:283px;
  float:right;
  }

#header #sitetools {
  width:340px;
  float:left;
  height:14px;
  margin:0px;
  border:0;
  text-align:right;
  padding-top:2px;
  display:block;
  background: url(img/back_sitetools.gif) repeat-x top;
  }
#header #sitetools a {
  color:#FFF;
  text-decoration:none;
  }
#header #sitetools a:hover {
  color:#000;
  }
#header #sitetools #search {
  color:#000;
  margin-top:5px;
  }
#header #sitetools #search a {
  color:#000;
  }
#header #sitetools #search a:hover {
  color:#F60;
  }
#header #sitetools #langswitch {
  }
#header #sitetools #toptools {
  width:360px;
  height:20px;
  }
#header #sitetools #toptools, #header #sitetools #toptools a {
  border-bottom:5px;
  text-transform:uppercase;
  font-size:9px;
  text-decoration:none;
  color:#FFF;
  }
#header #sitetools #langswitch {
  padding:1px 5px;
  margin:18px 180px;
  }
#mainnavi {
  clear:both;
  height:36px;
  background: url(img/back_mainnavi.gif) repeat-x top #352828;
  padding-top:0px;
  padding-left:13px;
  
  }
#mainnavi a {
  font-size:9px;
  text-decoration:none;
  color:#000;
  text-transform:uppercase;
  }
#subnavi {
  padding:0x 0px;
  font-size:11px;
  }
#subnavi .item {
  padding:5px 20px;
  font-size:11px;
  margin:0px;
  background: url(img/navi_listpoint.gif) no-repeat;
  border-bottom:1px solid #FFF;
  }
#subnavi .item a {
  font-weight:bold;
  font-size:11px;
  text-decoration:none;
  }
#keyvisual {
  background:#333;
  }
#pathwaynavi {
  padding:6px 34px 0px;
  height:21px;
  text-align:left;
  background:#E6EAEE;
  font-size:9px;
  display:none;
  }
#pathwaynavi a {
  font-size:9px;
  text-decoration:none;
  color:#666;
  text-transform:uppercase;
  }
#mainarea {
  min-height:100%;
  height:450px;
  overflow:hidden;
  padding-bottom:18px;
  position:relative;
  }
#col_left {
/*  width:251px;
  float:left;
  z-index:30;
  background: url(img/back_content_left_bottom.gif) bottom no-repeat;
  margin: 5px;
  padding-bottom:10px;
  border-top: 1px solid #BA4900;
*/
  display:none;
  }
#col_left_inner {
/*  font-size:11px;
  margin:0;
  padding:10px;
  display: block;
  z-index:40;
  height:380px;
  overflow:hidden;
  background: url(img/back_content_lr.gif) repeat-y;
*/
  display:none;
  }
#col_main {
  float:left;
  width:450px;
  z-index:50;
  background: url(img/back_content_right_bottom.gif) #3A0F01 bottom right no-repeat;
  margin: 15px 0px;
  padding-bottom:10px;
  border-top: 1px solid #BA4900;
  }
#col_main_inner {
  font-size:11px;
  margin:0;
  padding:10px;
  display: block;
  z-index:60;
  height:380px;
  overflow:auto;
  background: url(img/back_content_lr.gif) right repeat-y;
  }
#col_right {
  float:right;
  width:200px;
  margin-right:15px;
  z-index:10;
  background: #9E2300;
  background: url(img/back_content.gif) no-repeat bottom #9E2300;
  height:100%;
  padding:20px;
  }
#col_right_inner {
  line-height:16px;
  font-size:11px;
  z-index:20;
  line-height:15px;
}
#col_right a {
  color: #FFF;
}
#footer {
  font-size:10px;
  height:20px;
  color:#FFF;
  border-top: 1px solid #BA4900;
  width:760px;
  position:relative;
  bottom:20px;
  left:0;
  background:#6B0D01;
  z-index:12;
  }
#footer_text {
  margin-right:15px;
  }
#footer_tools a {
  color:#FFF;
  font-size: 10px;
  text-decoration:none;
  padding-bottom:5px;
  margin-left:15px;
  }
#footer_tools a:hover {
  color:#FFF;
  text-decoration:underline;
 }
#search .content input.field {
  height:20px;
  font-size:9px;
  background:#EFEFEF;
  margin: 5px 2px;
  border:1px solid #BA4900;
  }
#search .content  input.button {
  background: #FFF;
  margin:0px 4px;
  }
#search .content  {
  margin-top:10px;
  height:20px;
  font-size:9px;
  }

.more a {
  font-weight:bold;
  color: #DA3E08;
  text-decoration:none;
}
.teaserbox, #content_right div.mailform {
  border-left: 1px solid #BA4900;
  border-bottom: 1px solid #BA4900;
  padding: 5px;
  margin-top:10px;
  margin-right:10px;
  font-size:11px;
}
.teaserbox select {
  width:150px;
  margin:5px 0px;
}
.teaser-buttons {
  margin-top:25px;
  text-align:center;
}
.teaser-buttons img {
  margin:2px;
}
}
.quicklinks {
  width:150px;
  }
.contenttable {
  width:100%;
  border: 1px solid #AAA;
  background: #BA4900;
}
.contenttable td {
  font-size:9px;
  padding:1px 5px;
}
.contenttable th {
  font-size:9px;
  text-align:left;
  padding: 1px 5px;
  color: #717375;
}
sub {font-size:11px;}

.csc-mailform {
  border:0;
  padding:0;
  background:#E6EAEE;
  border: 1px solid #BA4900;
  padding:15px;
  }
.csc-mailform-field {
  margin: 5px 0px;
  }
.csc-mailform-field label {
  width:250px;
  display:block;
  }
  
.csc-textpic-imagewrap {} 
.csc-textpic-caption {
  font-size:10px;
  }
  
.csc-sitemap ul li {
  list-style-image: url(img/listpoint_sitemap_level1.gif);
  }
.csc-sitemap ul li a {
  font-size:12px;
  font-weight:bold;
  }
.csc-sitemap ul li ul li {
  list-style-image: url(img/listpoint_sitemap_level2.gif);
  }
.csc-sitemap ul li ul li a {
  font-size:11px;
  font-weight:normal;
  }

.csc-uploads {
  margin-bottom:15px;
  }
.csc-uploads a {
  font-size:11px ! IMPORTANT;
  }

.csc-searchResultInfo,.csc-searchform {
  font-size:11px;
  }
.csc-searchform {
  background:#EFEFEF;
  border:1px solid #BA4900;
  }
  
.tx-indexedsearch {}
.tx-indexedsearch-rules {
  margin-top:15px;
  }
.tx-indexedsearch-searchbox {
  background: #E6EAEE;
  padding:5px;
  border:1px dotted #AAA;
  }
.tx-indexedsearch-searchbox table td {
  padding:5px 5px 5px 0px;
  }
.tx-indexedsearch-searchbox-button  {
  border: 1px solid #BA4900;
  font-weight:bold;
  color: #FFF;
  background: #DA3E08;
  margin:10px 0px ! IMPORTANT;
  padding:2px ! IMPORTANT;
  }
.tx-indexedsearch-searchbox-button:hover {
  background: #FF6600;
  }
