@media all {
  * {               
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 100%;
    margin: 0;
    padding: 0;
  }

  a, img, table, th, td, caption, fieldset {
    border: 0;
  }

  a, :focus {
    outline: 0;
  }
  
  a {
    text-decoration: underline;
  }
  
  a:hover, a:focus {
    text-decoration: none;
  }

  table {             
    border-collapse: collapse;
    border-spacing: 0;
  }

  th, td {
    vertical-align: top;
  }

  h1 {
    font-size: 140%; 
  }

  h2 {
    font-size: 120%;
  }

  h3 {
    font-size: 120%; 
  }
  
  h2, h3 {
    font-weight: normal;
  }
  
  h4, h5 {
    font-size: 100%;
  }

  h1, h2, h3, h4, h5, h6, strong, .more {
    font-weight: bold; 
  }

  abbr, acronym {
    cursor: help;
  }

  em {
    font-style: italic;
  }

  blockquote {
    margin: 1em;
  }

  ul {         
    list-style: none;
    margin: 1em 1em 1em 13px;
  }
  
  ul li {
    line-height: 150%;
    margin-bottom: 5px;
  }

  ol {
    margin: 1em 1em 2em 2em; 
  }

  ol li {
    list-style: decimal outside;
    line-height: 150%;
    margin-bottom: 5px;
  }

  dl {
    margin: 1em;
    margin-left: 2em; 
  }

  dl dd {
    margin-left: 1em; 
  }

  caption {
    margin-bottom: .5em;
    text-align: left;
  }

  pre, code, kbd, samp, tt {
    font-family: monospace;
    font-size: 110%;
    line-height: 130%; 
  }
  
  a, a *, button, button * {
    cursor: pointer;
  }
  
  textarea {
    overflow: auto;
  }

  .centered {
    text-align: center; 
  }
  
  .nav, .nav li {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .clear {
    display: inline-table;
  }

  /* Hides from IE-mac \*/
  * html .clear {
    height: 1%;
  }

  .clear {
    display: block;
  }
  /* End hide from IE-mac */
  
  .ri {
    text-align: right;
  }
}

@media screen {
  html, body {
    color: #000;
  }
  
  body {
    background: #dbe6ee url('../img/bg.gif') repeat-x left top;
    font-size: .75em;
    text-align: center;
  }
  
  a {
    color: #f66f01;
    text-decoration: underline;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  .box, .tx-indexedsearch  {
    background: #f3f3eb;
    clear: both;
    margin: 0 0 5px;
    padding: 20px;
  }
  
  .img-left .img {
    float: left;
    margin: 0 20px 10px 0;
  }
  
  .img-right .img {
    float: right;
    margin: 0 0 20px 10px;
  }
  
  #siteholder {
    background: #fff;
    margin: 0 auto;
    padding: 0 20px 20px;
    text-align: left;
    width: 960px;
  }
  
  #logoLang {
    float: left;
    position: relative;
  }
  
  #logoLang ul,
  #mainNav ul {
    list-style: none;
  }
  
  #logoLang, #logoLang h1, #logoLang h1 a, #logoLang h1 span {
    display: block;
    height: 93px;
    width: 144px;
  }
  
  #logoLang h1 {
    background: transparent url('../img/logo.gif') no-repeat left top;
  }
  
  #logoLang h1 span,
  #lang li a, #lang li span {
    text-indent: -3000px;
  }
  
  #lang {
    position: absolute;
    left: 160px;
    display: block;
    height: 30px;
    top: 20px;
    width: 100px;
  }
  
  #lang li a, #lang li span, #lang li img {
    display: block;
  }
  
  #lang li {
    padding: 2px 0;
    float: left;
    margin-right: 3px;
    height: 13px;
    width: 18px;
  }
  
  #lang li img {
    vertical-align: top;
    border: 1px solid #fff;
  }
  
  #lang .act {
    border: 2px solid #b5dbec !important;
    padding: 0;
  }
  
  #mainNav, #mainNav ul {
    float: right;
  }
  
  #mainNav {
    padding-top: 20px;
  }
  
  #mainNav ul li, #mainNav ul li a, #mainNav ul li span {
    color: #00165c;
    display: block;
    float: left;
    text-decoration: none;
  }
  
  #mainNav ul li {
    padding-left: 3px;
  }
  
  #mainNav ul li.act a, #mainNav ul li.act span,
  #mainNav ul li a:hover {
    background: #003a6e url('../img/mainnavlibg.gif') repeat-x left top;
  }
  
  #mainNav ul li.act a span, #mainNav ul li.act span span,
  #mainNav ul li a:hover span {
    background: transparent url('../img/mainnavlitlbg.gif') no-repeat left top;
    float: none;
  }
  
  #mainNav ul li.act a span span, #mainNav ul li.act span span span,
  #mainNav ul li a:hover span span {
    background-image: url('../img/mainnavlitrbg.gif');
    background-position: right top;
  }
  
  #mainNav ul li.act a span span span, #mainNav ul li.act span span span span,
  #mainNav ul li a:hover span span span {
    background-image: url('../img/mainnavliblbg.gif');
    background-position: left bottom;
  }
  
  #mainNav ul li a span span span span, #mainNav ul li span span span span span {
    padding: 4px 10px;
  }
  
  #mainNav ul li.act a span span span span, #mainNav ul li.act span span span span span,
  #mainNav ul li a:hover span span span span {
    background-image: url('../img/mainnavlibrbg.gif');
    background-position: right bottom;
    color: #fff;
  }
  
  #cont, #footer {
    float: right;
    width: 656px;
  }
  
  #teaserImage, #content {
    position: relative;
    z-index: 30;
  }
  
  #content {
    margin-top: -135px;
    z-index: 50;
  }
  
  #cont {
    font-size: 105%;
  }
  
  #cont h3 {
    font-size: 110%;
    margin-bottom: 10px;
  }
  
  #cont p {
    line-height: 160%;
    margin: 10px 0;
  }
  
  #contTitle {
    background: #003a6e url('../img/conttitlebg.gif') repeat-x left top;
    color: #fff;
    margin-bottom: 0;
    padding: 14px 20px;
  }
  
  #contTitle h2 {
    font-size: 170%;
    padding: 5px 0;
  }
  
  .front #contTitle h2 {
    font-size: 150%;
  }
  
  #contTitle h3 {
    margin: 0;
  }
  
  #cont .description {
    color: #625f5f;
    font-size: 90%;
  }
  
  #sidebar {
    float: left;
    font-size: 95%;
    margin-top: 30px;
    width: 300px;
  }
  
  #sidebar h4 {
    font-size: 100%;
  }
  
  #search {
    background: #fff;
    overflow: hidden;
    margin-top: 3px;
  }
  
  #search input, #search button {
    background: transparent;
    border: 0 none;
  }
  
  #search input {
    float: left;
    padding: 5px;
    width: 210px;
  }
  
  #search button {
    background: transparent url('../img/search_btn.gif') no-repeat center center;
    float: right;
    margin-top: 4px;
    text-indent: -3000px;
    width: 30px;
  }
  
  #subNav {
    font-size: 110%;
  }
  
  #subNav li, #subNav li a, #subNav li span {
    display: block;
    font-weight: bold;
  }
  
  #subNav li a, #subNav li span {
    color: #004c7e;
    padding: 5px 0;
    text-decoration: none;
  }
  
  #subNav .act a, #subNav .act span {
    background: transparent url('../img/arrow.gif') no-repeat left center;
    padding-left: 10px;
  }
  
  #subNav a:hover, #subNav a:focus, #subNav .act a, #subNav .act span {
    color: #f66f01;
  }
  
  #news {
    padding: 20px 0 0;
  }
  
  #news p {
    border-bottom: 5px solid #fff;
  }
  
  #news h4 {
    margin-top: -10px;
    padding: 0 20px;
  }
  
  #news a {
    color: #000;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
  }
  
  #news a:hover strong {
    text-decoration: underline;
  }
  
  #news a .date {
    color: #5b697b;
    display: block;
    font-size: 95%;
  }
  
  #news a strong {
    color: #f66f01;
    display: block;
  }
  
  #partner {
    padding-top: 10px;
  }
  
  #partner p {
    clear: both;
  }
  
  #partner a {
    background: #fff;
    color: #004477;
    display: block;
    font-size: 140%;
    margin: 5px 0 0;
    padding: 20px 0 0;
    text-decoration: none;
  }
  
  #partner a:hover {
    color: #f66f01;
  }
  
  #partner a img {
    float: left;
    margin: -20px 20px 0 0;
  }
  
  #sidebar .more {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
  }
  
  #sidebar .more a {
    background: transparent url('../img/arrow.gif') no-repeat left center;
    color: #f66f01;
    display: block;
    padding: 5px 20px 5px 20px;
  }
  
  #sidebar .more a:hover {
    text-decoration: underline;
  }
  
  #news .more {
    padding-left: 20px;
  }
  
  #news .more a {
    padding: 10px 10px;
  }
  
  #partner .more a {
    font-size: 100%;
    padding-left: 10px;
  }
  
  #footer p {
    font-size: 90%;
    padding: 10px;
    text-align: right;
  }
  
  #footer, #footer a {
    color: #7a7a69;
    text-decoration: none;
  }
  
  #footer a:hover {
    text-decoration: underline;
  }
  
  	.csc-textpic-intext-left,
  	.csc-textpic-intext-right {
  	  overflow: hidden;
      clear: both;
  	}
  	
  	.csc-textpic-intext-left .csc-textpic-imagewrap {
      float: left;
      margin: 0 10px 10px 0;
    }
  	
    .csc-textpic-intext-right .csc-textpic-imagewrap {
      float: right;
      margin: 0 0 10px 10px;
    }
    
.tx-indexedsearch {
  overflow: hidden;
}

.tx-indexedsearch fieldset {
  border: 0;
}

.tx-indexedsearch legend {
  font-size: 1.1em;
  font-weight: bold;
  padding-bottom: 10px;
}

.tx-indexedsearch-res {
  margin-top: 10px;
}

.tx-indexedsearch .res {
  border: 1px solid #f2f2f2;
  display: block;
  margin: 0;
  margin-bottom: 10px;
  padding: 5px;
}

.tx-indexedsearch .res .tx-indexedsearch-descr {
  line-height: 140% !important;
}

.tx-indexedsearch .tx-indexedsearch-redMarkup, .csc-sword {
  background: #fff682;
	color: #000 !important;
	padding: 2px;
}

.tx-indexedsearch .browsebox {
  overflow: hidden;
  padding: 5px !important;
}

.tx-indexedsearch .browsebox li {
  background: transparent none !important;
  display: inline;
  float: left;
  margin-right: 10px;
  padding: 0 !important;
}

.tx-indexedsearch h3 {
  border-bottom: 1px solid #f2f2f2;
  display: block;
  font-size: 1.1em !important;
  overflow: hidden;
  padding: 5px 0 !important;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
  background: #fff !important;
  color: #666;
  display: block;
  font-size: .55em;
  padding: 3px;
}

.tx-indexedsearch h3 .tx-indexedsearch-icon,
.tx-indexedsearch h3 .tx-indexedsearch-result-number,
.tx-indexedsearch h3 .tx-indexedsearch-title {
  display: block;
  float: left;
  margin-right: 10px;
  width: auto;
}

.tx-indexedsearch h3 .tx-indexedsearch-result-number {
  display: none;
}

.tx-indexedsearch h3 .tx-indexedsearch-icon,
.tx-indexedsearch h3 .tx-indexedsearch-icon img {
  margin-right: 3px;
  vertical-align: 1px !important;
}

.tx-indexedsearch h3 .tx-indexedsearch-title,
.tx-indexedsearch h3 .tx-indexedsearch-percent {
  padding-top: 1px;
}


.tx-indexedsearch h3 .tx-indexedsearch-percent {
  float: right;
  font-size: .85em;
  margin: 0;
}

.tx-indexedsearch .tx-indexedsearch-descr {
  clear: both;
  padding: 10px 5px;
}

.tx-indexedsearch fieldset {
  background: transparent url('../img/subnav_dot_bg.gif') left bottom repeat-x;
  display: block;
  padding: 0 0 20px 0;
}

.tx-indexedsearch-whatis {
  display: block;
  padding: 10px 0;
}

.tx-indexedsearch fieldset div {
  clear: both;
  padding-bottom: 10px;
}

.tx-indexedsearch label {
  display: block;
  float: left;
  width: 200px !important;
  padding: 6px 0;
}

.tx-indexedsearch input {
  width: 250px !important;
}

.tx-indexedsearch .tx-indexedsearch-searchbox-button {
  width: 100px !important;
}
 fieldset legend {
 display: none;
}

#contText button, .tx-indexedsearch .tx-indexedsearch-searchbox-button, .csc-mailform-submit {
background:url("../img/btn_bg.gif") repeat-x scroll left top #032D68;
border:0 none;
color:#FFFFFF;
font-weight:bold;
padding:5px 15px;
text-align:center;
}

#cont input {
background:none repeat scroll 0 0 #ffffff;
margin: 3px 0 0 0;
padding: 3px;
overflow:hidden;
border:0;
}

.news-single-files dt {
    font-size: 110%;
    margin-bottom: 10px;
    font-weight: bold;
}
  
}

.csc-textpic-left .csc-textpic-imagewrap {
  overflow: hidden;
  width: 100%;
}

.csc-textpic img {
  background: #fff;
  border: 1px solid #e7e7da;
  padding: 3px;
}

.csc-textpic-left .csc-textpic-imageevent {
  display: block;
  float: left;
  margin: 10px;
}

.csc-textpic .csc-textpic-caption {
  font-size: 90%;
}

#contText ul {

}

#contText ul li {
  background: transparent url('../img/bullet1.gif') no-repeat left .6em;
  padding: 2px 0 2px 13px;
}

#contText ul ul {
  margin-left: 0;
}

#contText ul li li {
  background: transparent url('../img/bullet2.gif') no-repeat left .55em;
}

#contText table {
  width: 100%;
  border: 1px solid #ccc;
}                       

#contText table {
	border: 1px solid #adada6;
	border-bottom: 0 none;
	border-right: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1em 0;
	padding: 0;
	width: 100%;
}

#contText th,
#contText td {
	border: 1px solid #adada6;
	border-top: 0 none;
	border-left: 0 none;
	padding: 8px;
	text-align: left;
	vertical-align: top;
}

#contText th {
  background: #6c6c65;
  color: #fff;
}

#contText table p {
	line-height: auto;
	padding-bottom: 0;
}

#contText table {
  width: 100%;
  border: 1px solid #ccc;
}                       


#contText .newsblock,
#contText .resultsblock {
  border-bottom: 1px solid #dadacd;
  margin-bottom: 20px;
}

#contText .resultsblock strong {
  background: yellow;
}

form .in {
  border: 1px solid #adada6 !important;
  border-bottom: 0 !important;
  border-right: 0 !important;
  padding: 5px;
  width: 400px;
}

form select.in {
  width: 405px;
}

form textarea.in {
  width: 395px;
}

form button {
  background: #003a6e url('../img/mainnavlibg.gif') repeat-x left top;
  /*padding: 8px 20px !important;*/
}
