#right .title b {
  float: none;
  font-size: 18px;
  line-height: 18px;
  padding-top: 17px;
}

#cms-txt .blockSelection {
  background: #f0f3f5 url(/img/corner_top_left.gif) no-repeat scroll top left;
  padding: 16px;
  margin-bottom: 20px;
}

.columnLeft {
  float: left;
  width: 290px;
  overflow: hidden;
}

.columnRight {
  float: right;
  width: 290px;
  overflow: hidden;
}

.blockCommon {
  background-color: #f0f3f5;
  padding: 16px;
}

#cms-txt .blockCommon h2 {
  font-size: 16px;
  margin-bottom: 8px;
}

a.blockCommon {
 font-size: 16px;
 font-weight: bold;
 padding: 7px 6px 5px 16px;
}

.blockCommonBig {
  background-color: #f0f3f5;
}

.blockCommonBig .columnLeft {
  width: 236px;
  _width: 240px; /* ie6 */
  border-right: 4px solid #deeae9;
}

.blockCommonBig .columnRight {
  width: 350px;
}

td.nb {
 border:none;
}


#cms-txt .blockCommonHeadline,
#cms-txt .blockCommonHeadline2,
#cms-txt .blockCommonHeadline3,
#cms-txt .blockCommonHeadline4,
#cms-txt .blockCommonHeadline5 {
  display: block;
  background-color: #6d92b2;
  color: #f0f3f5;
  font-weight: bold;
  padding: 7px 6px 5px 16px;
  margin: -16px -16px 8px -16px;
}

#cms-txt .blockCommonHeadline2 {
  background-color: #59a3e2;
}

#cms-txt .blockCommonHeadline3 {
  background-color: #395c8c;
}

#cms-txt .blockCommonHeadline4 {
  background-color: #909090;
}

#cms-txt .blockCommonHeadline5 {
  background-color: #88b4d9;
}

#cms-txt .blockCommonHeadline img,
#cms-txt .blockCommonHeadline2 img {
  border: 1px solid #deeae9;
  float: right;
  margin-top: -2px;
}

.blockImage {
  margin-bottom: 20px;
}

.blockImage img {
  float: right;
  margin-left: 20px;
}

.blockList {
  list-style: none;
  width: 290px;
  padding: 0;
  margin-right: -16px;
  margin-left: -16px;
  margin-bottom: 0;
}

.blockList li {
  width: 290px;
}

#cms-txt .blockList li a {
  display: block;
  width: 270px;
  _width: 290px; /* ie6 */
  padding: 4px 4px 4px 16px;
  text-decoration: none;
  text-align: left;
  line-height: 18px;
}

#cms-txt .blockCommonBig .blockList {
  width: 236px;
}

#cms-txt .blockCommonBig .blockList li a {
  width: 216px;
  _width: 236px; /* ie6 */
}

.blockList li a span {
  float: left;
  width: 70px;
}

.blockList li a img {
  display: none;
}

#cms-txt .blockList li a:hover {
  background-color: #88b4d9;
  color: #ffffff;
}

#cms-txt .blockList li a:hover span {
  color: #ffffff;
}

.blockList li a:hover img {
  display: block;
  border: 1px solid #deeae9;
  float: right;
}

#cms-txt p.bullet {
  background: transparent url(/img/bullet.gif) no-repeat scroll top left;
  line-height: 1.5em;
  padding-left: 38px;
}

.bullet span {
  padding-top:5px;
  padding-bottom:5px;
 }

#popup {
  border: 5px solid #849594;
  width: 264px;
  _width: 306px; /* ie6 */
  background-color: #f0f3f5;
  padding: 16px 16px 0 16px;
  position: absolute;
  top: 30px;
  margin-left: 50px;
  overflow: hidden;
}

#popup .blockCommonHeadline img {
  border: none;
  margin-top: -3px;
}

#popup .blockList {
  margin-top: -8px;
  margin-bottom: 0;
  width: 296px;
}

#popup .blockList li {
  line-height: 17px;
}

#popup .blockList li span {
  float: left;
  background-color: #e4eded;
  width: 30px;
  _width: 46px; /* ie6 */
  padding-left: 16px;
  line-height: 17px;
  margin-right: 12px;
  display: block;
}

#cms-txt .red {
  color: #ff0000;
}

#cms-txt .block3 {
  float: left;
  width: 33%;
}

#cms-txt .blockCommonDark strong,
#cms-txt .blockCommonDark p {
  color: #232323;
}

.blockCommonSpace {
  margin-bottom: 20px;
}

#cms-txt .formLine {
  padding-bottom: 15px;
}

#cms-txt .formLine label {
  display: block;
  float: left;
  width: 130px;
  margin-right: 10px;
  text-align: right;
}

#cms-txt .formLine select,
#cms-txt .formLine .input {
  float: left;
  width: 150px;
}

#cms-txt .formLine .hint {
  float: right;
  width: 235px;
}

#cms-txt .buttonSubmit {
  margin-left: 140px;
  border: none;
  background: transparent url(/img/submit.gif) no-repeat scroll top left;
  color: #ffffff;
  width: 71px;
  height: 18px;
  cursor: pointer;
  text-align: center;
  padding-right: 15px;
}

