/* CSS Document */ * {
  margin: 0px;
  padding: 0px;
}

body {
  background: #c3c4c7 url(../images/body_bg.gif) repeat-y 0 0;
  font: 12px Arial, Helvetica, sans-serif;
  color: #666666;
  line-height: 15px;
}

h1 {
  font: 22px Arial, Helvetica, sans-serif;
}

h2 {
  font: 16px Arial, Helvetica, sans-serif;
}

h3 {
  font: 15px Arial, Helvetica, sans-serif;
}

h4 {
  font: 12px Arial, Helvetica, sans-serif;
}

body.blue h1, body.blue h2, body.blue h3, body.blue h4 {
  color: #003a80;
}

body.orange h1, body.orange h2, body.orange h3, body.orange h4 {
  color: #F37520;
}

img {
  border: none;
}

.content {
  /*display:block;*/
  clear: both;
  overflow: visible;
  margin-bottom: 20px;
}

.content .bodytext {
  padding-bottom: 10px;
}

/* layout starts */
#layout {
  width: 992px;
  float: left;
}

/*header container starts */
#header {
  width: 990px;
  float: left;
  height: 35px;
  font-family: Arial, Helvetica, sans-serif;
}

#header .top_search {
  width: 470px;
  float: right;
}

#header .top_search ul {
  width: auto;
  float: left;
  list-style: none;
  padding: 3px 0 0;
  margin-right: 10px;
  display: inline;
}

#header .top_search ul li, #header .top_search div#language {
  width: auto;
  float: left;
  font-size: 12px;
  color: #8d8d8d;
  padding: 5px;
  background: url(../images/top_nav_divider.gif) no-repeat left 10px;
  position: relative;
}

#header .top_search div#language {
  width: 115px;
  padding-top: 8px;
  /*border:1px solid red;*/
}

#header .top_search div#language a {
  text-decoration: none;
  color: #8d8d8d;
  padding: 0 5px;
}

#header .top_search div#language a:hover {
  text-decoration: underline;
}

#header .top_search ul li.list {
  width: 120px;
  background: none;
  z-index: 1;
}

#header .top_search ul li.nodivider {
  background: none;
}

#header .top_search ul li a {
  color: #8d8d8d;
  text-decoration: none;
}

#header .top_search ul li a:hover {
  color: #8d8d8d;
  text-decoration: underline;
}

#header .top_search ul li ul {
  width: 115px;
  float: left;
  padding: 2px;
  margin: 0px;
  border: 1px solid #8d8d8d;
  background-color: #fff;
  position: relative;
}

#header .top_search ul li ul li {
  width: 115px;
  float: left;
  background: none;
  padding: 2px 0;
  text-align: left;
}

#header .top_search ul li ul a.arrow {
  float: right;
  width: auto;
  position: absolute;
  right: 5px;
  top: 8px;
}

#header .top_search ul li ul li.last {
  border: none;
}

#header .top_search input {
  width: 116px;
  float: left;
  height: 18px;
  font: 12px / 12px Verdana, Arial, Helvetica, sans-serif;
  color: #8d8d8d;
  border: 1px solid #808080;
  padding: 3px 2px 0 2px;
  display: inline;
  margin: 5px 5px 0 0px;
  /*
   opacity: .2;
   filter: alpha(opacity=20);
   */
}

input.button {
  width: 60px;
  height: 20px;
  border: none;
  font: bold 12px / 12px Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 0px;
  margin: 7px 0 0 0px;
  padding: 0px 0 2px 0;
  cursor: pointer;
}

body.blue input.button, body.orange input.button.blue {
  background: url(../images/search_button_blue.gif) no-repeat 0 0;
}

body.orange input.button {
  background: url(../images/search_button_orange.gif) no-repeat 0 0;
}

#header .top_search input.button {
  width: 60px;
  float: left;
  height: 20px;
  border: none;
  background: url(../images/search_button_blue.gif) no-repeat 0 0;
  font: bold 12px / 12px Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 0px;
  margin: 7px 0 0 0px;
  padding: 0px 0 2px 0;
  cursor: pointer;
}

body.orange #header .top_search input.button {
  background: url(../images/search_button_orange.gif) no-repeat 0 0;
}

/*header container end */
/*body container starts */
#body_container {
  width: 990px;
  float: left;
  border: 1px solid #bbbdc0;
  background: #fff url(../images/left_gray_shedow.jpg) no-repeat 0 bottom;
}

#top_container {
  width: 990px;
  float: left;
  height: 75px;
  padding: 15px 0 55px;
}

#top_container .logo {
  width: 240px;
  float: left;
  padding: 0px 0 0 60px;
}

/*main navigation container starts */
#navigation {
  width: 630px;
  float: right;
  padding-top: 46px;
  font-weight: bold;
}

body.blue #navigation {
  border-bottom: 7px solid #003a80;
}

body.orange #navigation {
  border-bottom: 7px solid #F37520;
}

#navigation ul {
  width: 630px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  list-style: none;
  line-height: 16px;
  padding-bottom: 5px;
}

#navigation ul li {
  width: auto;
  float: left;
  margin-right: 16px;
}

#navigation ul li a {
  color: #bbbdcc;
  text-decoration: none;
}

#navigation ul li a:hover, #navigation ul li a.active {
  text-decoration: none;
}

body.blue #navigation ul li a:hover, body.blue #navigation ul li a.active {
  color: #003a81;
}

body.orange #navigation ul li a:hover, body.orange #navigation ul li a.active {
  color: #F37520;
}

#navigation2nd {
  width: 630px;
  height: 20px;
  float: right;
  padding-top: 5px;
}

#navigation2nd ul {
  width: 630px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  list-style: none;
  line-height: 16px;
  padding-bottom: 5px;
}

#navigation2nd ul li {
  width: auto;
  float: left;
  margin-right: 16px;
}

#navigation2nd ul li a {
  color: #9c9d9f;
  text-decoration: none;
}

#navigation2nd ul li a:hover, #navigation2nd ul li a.active {
  text-decoration: none;
}

body.blue #navigation2nd ul li a:hover, body.blue #navigation2nd ul li a.active {
  color: #003a81;
}

body.orange #navigation2nd ul li a:hover, body.orange #navigation2nd ul li a.active {
  color: #F37520;
}

/*main navigation container end */
/*main container starts */
#bottom_container {
  width: 990px;
  float: left;
}

/*left container starts */
#left_container {
  width: 210px;
  float: left;
  margin-right: 30px;
  display: inline;
}

#left_container .left_navigation {
  width: 210px;
  float: left;
}

#left_container .left_navigation ul {
  width: 210px;
  float: left;
  list-style: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
  border-bottom: 1px solid #bbbdcc;
}

#left_container .left_navigation ul li {
  width: 210px;
  float: left;
  font-weight: bold;
  padding: 10px 0 8px 0px;
  border-top: 1px solid #bbbdcc;
}

#left_container .left_navigation ul li a {
  color: #9c9d9f;
  text-decoration: none;
  padding: 0px 0 0px 21px;
  display: block;
}

#left_container .left_navigation ul li a:hover, #left_container .left_navigation ul li a.active {
  text-decoration: none;
}

body.blue #left_container .left_navigation ul li a:hover, body.blue #left_container .left_navigation ul li a.active {
  color: #003a80;
}

body.orange #left_container .left_navigation ul li a:hover, body.orange #left_container .left_navigation ul li a.active {
  color: #F37520;
}

#left_container .left_navigation ul li ul {
  width: 210px;
  float: left;
  font-weight: normal;
  margin: 7px 0 0 0;
  border-top: 1px solid #bbbdcc;
  border-bottom: none;
}

#left_container .left_navigation ul li ul li {
  width: 210px;
  float: left;
  font-weight: normal;
  border: none;
  margin: 10px 0 0 0;
  padding: 0;
  line-height:15px;
}

#left_container .left_navigation ul li ul li a, #left_container .left_navigation ul li ul li a.active {
  width: 169px;
  float: left;
  padding: 0px 0 0px 41px;
  background: none;
  display: block;
}

#left_container .left_navigation ul li ul li a:hover, #left_container .left_navigation ul li ul li a.active {
  width: 169px;
  float: left;
  padding: 0px 0 0px 41px;
}

body.blue #left_container .left_navigation ul li ul li a:hover, body.blue #left_container .left_navigation ul li ul li a.active {
  background: url(../images/blue_arrow.gif) no-repeat 31px 3px;
}

body.orange #left_container .left_navigation ul li ul li a:hover, body.orange #left_container .left_navigation ul li ul li a.active {
  background: url(../images/orange_arrow.gif) no-repeat 31px 3px;
}

/*left container end */
/*right container starts */
#right_container {
  width: 720px;
  float: right;
  margin-right: 30px;
  display: inline;
  background: url(../images/dotted_border.jpg) repeat-x 0 0;
  padding: 9px 0 0;
}

/*middle container starts */
#middle_container {
  width: 480px;
  float: left
}

/*middle top container starts */
#middle_container .top_content {
  width: 480px;
  /* float: left; */
  /*margin-bottom: 20px;*/
}

#middle_container .top_content .img_box {
  width: 241px;
  float: left;
  margin-right: 20px;
  display: inline;
}

#middle_container .top_content .content_box {
  width: 218px;
  float: left;
}

#middle_container .top_content .content_box h1 {
  width: 218px;
  float: right;
  font: 22px / 23px Arial, Helvetica, sans-serif;
  color: #003a81;
}

#middle_container .top_content .content_box p {
  width: 218px;
  float: right;
  font: 14px / 20px Arial, Helvetica, sans-serif;
  color: #666666;
}

/*********************************************************/
/* Content Box blue (middle)  begin                      */
/*********************************************************/
/*middle top container end */
/*middle blue container starts */
#right_container #middle_container .content_box_blue {
  width: 480px;
  float: left;
  margin-bottom: 20px;
}

#right_container #middle_container .content_box_blue h2 {
  width: 480px;
  float: left;
  font: bold 16px / 16px Arial, Helvetica, sans-serif;
  color: #003a80;
  border-bottom: 1px solid #003a80;
  margin-bottom: 5px;
}

#right_container #middle_container .content_box_blue .text_container {
  width: 480px;
  float: left;
  font: 12px Arial, Helvetica, sans-serif;
  color: #666666;
  line-height: 15px;
}

#right_container #middle_container .content_box_blue .text_container a {
  color: #003a80;
  text-decoration: underline;
}

#right_container #middle_container .content_box_blue .text_container a:hover {
  color: #003a80;
  text-decoration: none;
}

#right_container #middle_container .content_box_blue .text_container img {
  margin: 3px 9px 5px 0;
  float: left;
}

#right_container #middle_container .content_box_blue ul {
  width: 480px;
  float: left;
  list-style: none;
  font: 12px Arial, Helvetica, sans-serif;
  color: #666666;
  line-height: 15px;
}

#right_container #middle_container .content_box_blue ul li {
  width: 470px;
  float: left;
  background: url(../images/blue_arrow.gif) no-repeat 2px 4px;
  padding-left: 10px;
}

#right_container #middle_container .content_box_blue ul li a {
  color: #003a80;
  text-decoration: underline;
}

#right_container #middle_container .content_box_blue ul li a:hover {
  color: #003a80;
  text-decoration: none;
}

/*********************************************************/
/* Content Box blue (middle) end                         */
/*********************************************************/
#right_container #middle_container .content_box {
  overflow: visible; /* eyl */
  margin-bottom: 20px;
  display: block;
}
* html #right_container #middle_container .content_box {
  margin-bottom: 0px;
}

#right_container #middle_container .content_box h2 {
  width: 480px;
  float: left;
  font: bold 16px / 16px Arial, Helvetica, sans-serif;
  /*margin-bottom: 5px;*/
}

#right_container .content_box h2 {
  font: bold 16px / 16px Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
}

/* @@@Bernd:2010-02-22 */
div.csc-textpic {
  clear: both;
  padding-bottom: 20px;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
  float: left;
  clear: none;
}

#right_container #middle_container .content_box .csc-textpic .csc-textpic-text ul {
  width: 315px;
}

/* @@@Bernd:2010-01-25: war mit middle_container ... */
body.blue #right_container .content_box h2 {
  color: #003a80;
  border-bottom: 1px solid #003a80;
}

body.orange #right_container .content_box h2 {
  color: #F37520;
  border-bottom: 1px solid #F37520;
}

#right_container #middle_container .content_box .text_container, #right_container #middle_container .content_box .bodytext {
  /*width: 480px;*/
  /*float: left;*/
  font: 12px Arial, Helvetica, sans-serif;
  color: #666666;
  line-height: 15px;
}

body.blue #right_container #middle_container .content_box .text_container a, body.blue #right_container #middle_container .content_box .bodytext a {
  color: #003a80;
  text-decoration: underline;
}

body.orange #right_container #middle_container .content_box .text_container a, body.orange #right_container #middle_container .content_box .bodytext a {
  color: #F37520;
  text-decoration: underline;
}

body.blue #right_container #middle_container .content_box .text_container a:hover, body.blue #right_container #middle_container .content_box .bodytext a:hover {
  color: #003a80;
  text-decoration: none;
}

body.orange #right_container #middle_container .content_box .text_container a:hover, body.orange #right_container #middle_container .content_box .bodytext a:hover {
  color: #f37520;
  text-decoration: none;
}

#right_container #middle_container .content_box .text_container img {
  margin: 3px 9px 5px 0;
  float: left;
}

#right_container #middle_container .content_box ul {
  /*float: left;  @@@ bernd: auskomm. 07.01.2010 */
  list-style: none;
  font: 12px Arial, Helvetica, sans-serif;
  color: #666666;
  line-height: 15px;
  overflow: visible;
  display: inline-block; /* @@@ bernd: 12.01.2010 */
}

.content_box ul li {
  padding-left: 10px;
}

#right_container #middle_container .content_box ul li {
  /*width: 470px;*/
}

.grayBox {
  padding: 10px;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}

.grayBox h1, .grayBox h2, .grayBox h3, .grayBox h4 {
  font-size: 12px;
  font-weight: bold;
  color: #666666 !important;
  margin-bottom: 10px;
}

#right_container #middle_container .grayBox h1, #right_container #middle_container .grayBox h2, #right_container #middle_container .grayBox h3, #right_container #middle_container .grayBox h4 {
  margin-bottom: 15px;
}

.grayBox {
  clear: both;
  padding: 10px;
  background: #d9d9d7 url(../images/teaser-rechts-gradient.jpg) no-repeat;
  margin-bottom: 10px;
  /*display:inline-block; eyl*/
}

.grayBox ul {
  float: left;
  list-style: none;
  clear: both;
}

.grayBox ul li {
  padding-left: 10px;
}

.grayBox {
  background: #eeeeee url(../images/grayBoxContent.jpg) repeat-x;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.content_box ul li {
  list-style: none;
}

body.blue .content_box ul li, body.blue .grayBox ul li {
  background: url(../images/blue_arrow.gif) no-repeat 2px 4px;
  display: block; /* Bernd: 2009-12-10 */
}

body.orange .content_box ul li, body.orange .grayBox ul li {
  background: url(../images/right_arrow_gray.gif) no-repeat 2px 4px;
  display: block; /* Bernd: 2009-12-10 */
}

body.blue .content_box ul li a, body.blue .grayBox ul li a, body.blue a, body.orange a.blue {
  color: #003a80;
  text-decoration: underline;
}

body.blue .content_box ul li a:hover, body.blue .grayBox ul li a:hover, body.blue a:hover, body.orange a.blue:hover {
  color: #003a80;
  text-decoration: none;
}

body.orange .content_box ul li a, body.orange .grayBox ul li a, body.orange a, body.blue a.orange {
  color: #f37520;
  text-decoration: underline;
}

body.orange .content_box ul li a:hover, body.orange .grayBox ul li a:hover, body.orange a:hover, body.blue a.orange:hover {
  color: #f37520;
  text-decoration: none;
}

/*middle blue container end */
/*middle orange container starts */
/*middle orange container end */
/*middle container end */
/*left container starts */
#left_side_bar {
  width: 209px;
  float: right
}

#left_side_bar h3 {
  width: 209px;
  float: left;
  font: bold 15px / 16px Arial, Helvetica, sans-serif;
  margin-bottom: 9px;
}

body.blue #left_side_bar h3 {
  color: #003a80;
}

body.orange #left_side_bar h3 {
  color: #F37520;
}

#left_side_bar .top_content_box, #left_side_bar .content_box {
  width: 209px;
  float: left;
  margin-bottom: 20px;
}

#left_side_bar .top_content_box ul, #left_side_bar .content_box ul {
  width: 209px;
  float: left;
  list-style: none;
  font: 12px Arial, Helvetica, sans-serif;
}

#left_side_bar .top_content_box ul li, #left_side_bar .top_content ul li {
  width: 209px;
  float: left;
  margin: 0 0 5px 0;
}

#left_side_bar .top_content_box ul li a, .tx-jppageteaser-pi1 .teaserContent a {
  /*width: 200px;*/
  float: left;
  padding-left: 9px;
  background: url(../images/right_arrow_gray.gif) no-repeat 0 4px;
  color: #666666;
  text-decoration: none;
}

#left_side_bar .top_content_box ul li a:hover {
  text-decoration: underline;
}

body.blue #left_side_bar .top_content_box ul li a:hover {
  color: #003a80;
}

body.orange #left_side_bar .top_content_box ul li a:hover {
  color: #F37520;
}

#left_side_bar .gray_box {
  width: 209px;
  float: left;
  margin-bottom: 20px;
  height: 210px;
  background-color: #cecece;
}

/*left container end */
/*right container end */
/*bottom link container starts */
#link_box {
  width: 990px;
  float: left;
  background: url(../images/bottom_bg.jpg) no-repeat 0 0;
  height: 115px;
  padding: 8px 0 0 0
}

#link_box .finder_box {
  width: 200px;
  float: left;
  padding: 0 0 0 10px;
}

#link_box .finder_box select {
  width: 175px;
  float: left;
  border: 1px solid #000;
  margin-bottom: 10px;
}

#link_box .finder_box ul {
  width: 200px;
  float: left;
  list-style: none;
  font: 12px / 16px Arial, Helvetica, sans-serif;
  font-weight: bold;
}

#link_box .finder_box ul li {
  width: 200px;
  float: left;
  list-style: none;
  margin-bottom: 10px;
}

#link_box .finder_box ul li a, #link_box .finder_box ul li a:hover {
  text-decoration: none;
  padding-left: 18px;
}

body.orange .finder_box ul li a, body.orange #link_box .finder_box ul li a:hover {
  color: #f26f1f;
}

body.blue .finder_box ul li a, body.blue #link_box .finder_box ul li a:hover {
  color: #003A81;
}

body.blue #link_box .finder_box ul li a.finder {
  background: url(../images/finder_icon_blue.gif) no-repeat 0 2px;
}

body.blue #link_box .finder_box ul li a.kontact {
  background: url(../images/kontact_icon_blue.gif) no-repeat 0 2px;
}

body.blue #link_box .finder_box ul li a.presse {
  background: url(../images/presse_icon_blue.gif) no-repeat 0 2px;
}

body.orange #link_box .finder_box ul li.finder {
  background: url(../images/finder_icon_orange.gif) no-repeat 0 2px;
  color: #F26F1F;
  margin-right: 10px;
}

body.orange #link_box .finder_box ul li.finder span {
  margin-left: 17px;
}

body.orange #link_box .finder_box ul li a.kontact {
  background: url(../images/kontact_icon_orange.gif) no-repeat 0 2px;
}

body.orange #link_box .finder_box ul li a.presse {
  background: url(../images/presse_icon_orange.gif) no-repeat 0 2px;
}

#link_box .link_box_middle {
  width: 750px;
  float: right;
}

#link_box .link_box_middle ul {
  list-style: none;
}

#link_box .link_box_middle ul li {
  width: 125px;
  float: left;
  font: 12px / 13px Arial, Helvetica, sans-serif;
  color: #606162;
}

#link_box .link_box_middle ul li.header {
  font-weight: bold;
  margin-bottom: 3px;
}

#link_box .link_box_middle ul li a {
  color: #606162;
  text-decoration: none;
}

#link_box .link_box_middle ul li a:hover {
  color: #606162;
  text-decoration: underline;
}

#link_box .link_box_middle ul li ul li{
  line-height:13px;
}

/*bottom link container end */
/*main container end */
/*body container end */
/*footer container starts */
#footer {
  width: 990px;
  float: left;
  padding: 10px 0 50px 0;
  background: #c3c4c7 url(../images/body_bg.gif) repeat-y 0 0;
}

#footer p {
  width: auto;
  float: left;
  color: #8d8d8d;
  font: 10px / 12px Verdana, Arial, Helvetica, sans-serif;
}

#footer p strong {
  padding-left: 12px;
}

#footer p.link {
  width: auto;
  float: right;
  color: #8d8d8d;
}

#footer p.link a {
  color: #8d8d8d;
  text-decoration: underline;
  margin: 2px;
}

#footer p.link a:hover {
  color: #8d8d8d;
  text-decoration: none;
}

/*footer container end */
/* layout end */
/* @@@@@@@@@@@@@ Bernd */
/* right container starts */
/* #right_container{width:480px; float:left} */
/*middle top container starts */
.top_content {
  margin-bottom: 20px;
}

#right_container .top_content {
  /*float: left;*/
}

#right_container .top_content .content_box {
  /*width: 218px;*/
  /*float: left;*/
}

#right_container .top_content .content_box h1 {
  width: 218px;
  float: right;
  font: 22px / 23px Arial, Helvetica, sans-serif;
  color: #003a81;
}

#right_container .top_content h1 {
  font: 22px / 23px Arial, Helvetica, sans-serif;
  line-height: 24px;
}

#right_container .top_content .content_box p, #right_container .top_content p {
  /*float: right;*/
  font: 14px / 20px Arial, Helvetica, sans-serif;
  color: #666666;
  line-height: 20px;
}

#right_container .top_content p {
  /*float:left;*/
  font: 14px / 20px Arial, Helvetica, sans-serif;
  color: #666666;
  line-height: 20px;
  padding-bottom: 0px;
  /*margin-left:10px;*/
}

.top_content .csc-textpic {
	padding-bottom:0px;
}

/* right top container end */
/*middle blue container starts */
#right_container .content_box_blue {
  width: 720px;
  float: left;
  margin-bottom: 20px;
}

#right_container .content_box_blue h2 {
  width: 720px;
  float: left;
  font: bold 16px / 16px Arial, Helvetica, sans-serif;
  color: #003a80;
  border-bottom: 1px solid #003a80;
  margin-bottom: 5px;
}

#right_container .content_box_blue .text_container {
  width: 720px;
  float: left;
  font: 12px Arial, Helvetica, sans-serif;
  color: #666666;
  line-height: 15px;
}

#right_container .content_box_blue .text_container a {
  color: #003a80;
  text-decoration: underline;
}

#right_container .content_box_blue .text_container a:hover {
  color: #003a80;
  text-decoration: none;
}

#right_container .content_box_blue .text_container img {
  margin: 3px 9px 5px 0;
  float: left;
}

#right_container .content_box_blue ul {
  width: 720px;
  float: left;
  list-style: none;
  font: 12px Arial, Helvetica, sans-serif;
  color: #666666;
  line-height: 15px;
}

#right_container .content_box_blue ul li {
  width: 720px;
  float: left;
  background: url(../images/blue_arrow.gif) no-repeat 2px 4px;
  padding-left: 10px;
}

#right_container .content_box_blue ul li a {
  color: #003a80;
  text-decoration: underline;
}

#right_container .content_box_blue ul li a:hover {
  color: #003a80;
  text-decoration: none;
}

/* neues CSS begin  */
/*middle container starts */
#middle_container_inner {
  width: 480px;
  float: left
}

/*middle top container starts */
#middle_container_inner .top_content {
  width: 480px;
  float: left;
}

#middle_container_inner .bottom_content {
  width: 480px;
  float: left;
  margin-bottom: 20px;
  padding: 5px 0 8px;
}

#middle_container_inner .bottom_content form {
  width: 480px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 12px;
  line-height: 14px;
}

#middle_container_inner .bottom_content form label {
  width: auto;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  color: #003a80;
  font-size: 12px;
  line-height: 14px
}

#middle_container_inner .bottom_content form input {
  width: 13px;
  height: 13px;
  float: left;
  padding: 0 4px;
}

#middle_container_inner .bottom_content form input.find {
  width: 70px;
  height: 16px;
  float: left;
  margin: 0 10px;
  display: inline;
}

#middle_container_inner .bottom_content form input.button {
  width: 60px;
  float: left;
  height: 20px;
  border: none;
  font: bold 12px / 12px Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 0px;
  background: url(../images/serach_button.gif) no-repeat 0 0;
  padding: 0px 0 2px 0;
  cursor: pointer;
  margin-top: 0px;
  margin-left: 112px;
}

#middle_container_inner .bottom_content form input.merchants {
  margin-top: 0px;
  margin-left: 103px;
	background:url(../images/search_button_orange.gif) no-repeat 0 0 !important;
}

#middle_container_inner .bottom_content form label.last {
  width: auto;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  color: #F37520;
  font-size: 12px;
  line-height: 14px;
  padding: 2px 0 0;
}

#middle_container_inner .bottom_content form label.one {
  width: 132px;
  float: left;
}

#middle_container_inner .bottom_content form label.second {
  width: 84px;
  float: left;
  margin-left: 5px;
  display: inline;
  color: #333333;
}

#middle_container_inner .bottom_content form label.three {
  width: 84px;
  float: left;
  margin-left: 5px;
  display: inline;
  color: #333333;
}

#middle_container_inner .bottom_content form label.four {
  width: 100px;
  float: left;
  margin-left: 5px;
  display: inline;
  color: #333333;
}

#middle_container_inner .bottom_content h1 {
  width: 480px;
  float: right;
  font: 22px / 23px Arial, Helvetica, sans-serif;
  color: #003a81;
  padding: 0 0 5px
}

#middle_container_inner .bottom_content p {
  width: 480px;
  float: right;
  font: 13px / 20px Arial, Helvetica, sans-serif;
  color: #666666;
  padding: 0 0 15px
}

#middle_container_inner .bottom_content .form_row {
  width: 480px;
  float: left;
  padding: 12px 0 12px;
  border-bottom: 1px solid #bbbdcc;
}

#middle_container_inner .bottom_content .form_row label {
	color:#666666;
}

#middle_container_inner .bottom_content .form_row_last {
  width: 480px;
  float: left;
  padding: 10px 0 40px;
}

#middle_container_inner .bottom_content p span {
  width: 325px;
  float: left;
}

#middle_container_inner .bottom_content p span.right {
  width: 130px;
  float: right;
}

#middle_container_inner .bottom_content p.white {
  width: 460px;
  float: right;
  font: 13px / 20px Arial, Helvetica, sans-serif;
  color: #444444;
  padding: 3px 10px 20px
}

#middle_container_inner .bottom_content p.gray {
  width: 460px;
  float: right;
  font: 13px / 20px Arial, Helvetica, sans-serif;
  color: #444444;
  padding: 5px 10px 5px;
  background: #f0f0f0;
  font-weight: bold
}

#middle_container_inner .contact_form {
  width: 480px;
  float: left;
  margin-top: 0px;
  padding: 0 0 7px;
}

#middle_container_inner .contact_form h2 {
  width: 480px;
  float: left;
  font: bold 16px / 16px Arial, Helvetica, sans-serif;
  color: #003a80;
  border-bottom: 1px solid #003a80;
  margin-bottom: 20px;
}

#middle_container_inner .contact_form form {
  width: 475px;
  float: left;
}

#middle_container_inner .contact_form form label {
  width: 180px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  color: #003a80;
  font-size: 12px;
  line-height: 14px
}

#middle_container_inner .contact_form form select {
  width: 264px;
  float: left;
}

#middle_container_inner .contact_form form input {
  width: 264px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  color: #003a80;
  font-size: 12px;
  line-height: 14px;
  height: 18px;
}

#middle_container_inner .contact_form form input.error {
  border: 1px solid #fd0000;
  background: #ffcccc;
}

#middle_container_inner .contact_form form input.small {
  width: 78px;
  float: left;
}

#middle_container_inner .contact_form form input.mid_small {
  width: 176px;
  float: left;
  margin: 0 0 0 5px;
  display: inline
}

#middle_container_inner .contact_form form input.button {
  width: 60px;
  float: right;
  height: 20px;
  border: none;
  font: bold 12px / 12px Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  background: url(../images/serach_button.gif) no-repeat 0 0;
  padding: 0px 0 2px 0;
  cursor: pointer;
  margin: 0 30px 0 0;
  display: inline;
}

#middle_container_inner .contact_form form textarea {
  width: 264px;
  float: left;
  height: 140px;
}

#middle_container_inner .contact_form .form_row {
  width: 475px;
  float: left;
  padding: 2px 0 3px;
}

#middle_container_inner .contact_form .form_row .error_box {
  width: 293px;
  float: left;
  padding: 3px 0;
  background: url(../images/errow_icon.gif) no-repeat right 3px;
  color: #fd0000;
  font: 11px / 20px Arial, Helvetica, sans-serif;
}

#middle_container_inner .contact_form p {
  width: 475px;
  float: right;
  font: 13px / 16px Arial, Helvetica, sans-serif;
  color: #666666;
  padding: 15px 0 0
}

/* neues CSS end */
#one_column {
  background: #FFFFFF;
  float: left;
  width: 960px;
  /*padding-left: 10px;*/
}

/*middle blue container end */
.clearfix {
  clear: both;
}

/*  Teaser Area Styles  */
/**********************************************************/
/*
 div.tx-jppageteaser-pi1 {float: left;}
 
 div.teaserArea ul { }
 
 div.teaserArea ul li { margin-bottom:20px; clear:both; overflow:hidden; }
 
 div.teaserArea a.teaserImgLink, div.teaserArea ul a {display:block; float:left; display:inline;}
 div.teaserArea a.teaserImgLink img {display:block;}
 div.teaserArea div.teaserContent a:hover { text-decoration:underline; }
 div.teaserArea div.teaserContent p { line-height:15px; }
 */
.tx-jppageteaser-pi1 img {
  float: left;
  margin: 0 10px 10px 0;
}

.tx-jppageteaser-pi1 .teaserContent {
  float: left;
  display: inline;
  line-height: 15px;
  margin-bottom: 20px;
}

.tx-jppageteaser-pi1 .teaserContent h2 a {
  text-decoration: none;
  color: #F37520;
}

.tx-jppageteaser-pi1 .teaserContent a {
  padding-left: 0px;
  background: none;
}

.tx-jppageteaser-pi1 .teaserContent .teaserImage {
  display: inline;
  float: left;
}

.tx-jppageteaser-pi1 .teaserContent .teaserText {
  float: left;
  width: 340px;
}

/* proukte highlights */
#cycle-highlight-container {
  visibility: hidden;
  position: relative;
  width: 720px;
  height: 430px;
}

#cycle-highlight-big {
  position: absolute;
  top: 0;
  left: 0;
}

#cycle-highlight-navi {
  position: absolute;
  top: 336px;
  left: -1px;
  width: 730px;
}

#cycle-highlight-navi li {
  width: 144px;
  float: left;
  list-style: none;
  margin: 0px
}

#cycle-highlight-navi a {
  width: 144px;
  display: block; /*border: 1px solid #fff;*/
}

#cycle-highlight-navi a.activeSlide {
  opacity: 0.8;
  filter: alpha(opacity = 80);
  /*filter:Alpha(opacity=60, finishopacity=60, style=2);*/
}

#cycle-highlight-navi a:focus {
  outline: none;
}

#cycle-highlight-navi img {
  display: block;
  outline: 1px solid #ffffff;
}

/*
 * CSS styled content
 */
div.csc-header {
  clear: both;
}

ol {
  list-style-position: outside;
  margin-left: 20px;
}

.floatbox {
  display: block;
  float: left;
  margin: 0 0 20px 0;
  width: 240px;
  /*border:1px solid red;*/
}

.floatbox div .left {
  width: 55px;
  float: left;
  margin-right: 10px;
  /*border:1px solid green;*/
  display: block;
  height: auto;
}

.floatbox div .right {
  display: block;
  width: 170px;
  float: right;
  /*border:1px solid yellow;*/
}


/* FACEBOOK LINK */
#facebooklink {
  position: absolute;
  left: 10px;
  margin-top: -30px;
  width: 190px;
}

#facebooklink #facebooklogo {
  float: left;
  margin-right: 5px;
}

#one_column #facebooklink {
	margin-top:-50px;
	/*bottom:20px;*/
}

#facebooklinkAllPages {
	position:absolute;
	/*display:block;*/
	width:160px;
	/*float:right;*/
	left:825px;
	top:50px;
}



#sitemap ul li{
  margin-top:2px;
  margin-left:20px;
}

.navtext{
  visibility:hidden
}

