@charset "utf-8";
/* CSS Document */

body {
  color:#333;
  
}
h1, h2 , h3 {
  color: #f29400;
}
h1 {
  font-size: 1.4em;
  color: #f29400;
}
h2 {
  font-size: 1.1em;
  color: #f29400;
}
h3 {
  font-size: 1em;
  color: #666;
}

h1.first {
  margin-top: 0px;
}
h2.first {
  
  font-size: 1.2em;  
}
p {
  font-size:1em;
  line-height:1.2em;
  
}
p.align-right {
  text-align: right;  
}
.insideright {
  text-align: right;
  padding: 5px 0;
}
.small {
  font-size: 0.80em;
}
#subnavi ul {
  margin: 0px;
  padding: 0px;
}
#subnavi li {
  margin: 10px 0px;
  padding: 0px;
  list-style-type: none;
}
#subnavi a {
  display: block;
  height: 43px;
  width: 230px;
  padding-left: 10px;
  border-left: 20px solid transparent;
}
#subnavi a:hover {
  border-left: 20px solid #c8ddf0;
}
#subnavi a.current {
  border-left: 20px solid #0a2c72;
}
#container-center a:hover {
  color: #f29400;
}

body#agbs div.box {
  font-size: 90%;
}
body#agbs div.box p.bodytext {
  margin-top: 0;
}
body#pid35 div.csc-textpic-right,
body#pid24 div.csc-textpic-right  {
  float: right;
  width: 250px;
  overflow: hidden;
  margin-top: 0px;
}
body#pid35 div.csc-textpic-clear,
body#pid24 div.csc-textpic-clear {
  clear: none;
}
body#pid24 div.csc-frame {
  width: 340px;
}
div.csc-frame-rulerAfter {
  margin-top: 5px;
  border-bottom: 1px solid #0a2c72;
}
.csc-textpic-intext-left .csc-textpic-text ul.csc-bulletlist {
  margin-top: 0;
  padding-left: 24px;
}
ul.csc-bulletlist li {
  list-style-type: disc;
  list-style-position: outside;
  padding: 1px;
}
ul.csc-bulletlist li.even { background: rgba(200, 221, 240, 0.7); }
a.linkButton {
  background: #c8ddf0 url(../img/arrow-right.png) center right no-repeat scroll;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 18px 8px 8px;
  font-weight: bold;
}
a.download {
  background: transparent url("../img/icons/download-icon.png") left top no-repeat scroll;
  padding-left: 20px;
}
.error {
  background: #F29400;
  border: 1px solid #0A2C72;
  color: #0A2C72;
  font-size: 85%;
  padding: 4px;
}

.slider {
  position:relative;
}


.slider .sliderToogler h3 {
  cursor:pointer;
  padding: 8px 2px 8px 10px;
  margin:0;
  background: #c8ddf0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.slider .sliderToogler h3:hover {
color: #0A2C72;
}
.slider .sliderToogler h3 .toggleIcon {
  width: 20px;
  height: 18px;
  display:block;
  float:left;
  background: url(../img/arrow-right.png) no-repeat;
}
.slider .active h3 .toggleIcon {
  background: url(../img/arrow-down.png) no-repeat;
}
.slider .sliderContent {
  overflow:hidden;
  position:relative;
}

