/* 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;
}

body.orange {
  /*background:#eeeff3;*/
  background:#ffffff;
	margin:0 auto; 
}

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 h3, body.orange h4 {
  color: #F37520;
}

body.orange h2 {
  color: #666666;
  line-height:20px;
}

img {
  border: none;
}

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

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

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

.orange #layout {
	width:100%;
}


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

.orange #header {
  width:100%;
  background:#eeeff3; 
  left:0;
  height:35px;
  overflow:visible;
}

.orange #header #headerInner {
  width:980px;
  margin:0 auto;
}
.orange #header #headerInner #headerInnerRight {
  float:right;
}

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

.orange #header .top_search {
  width: 490px;
	float: left;
}

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

.orange #header .top_search ul {
  width:147px;
}

#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;*/
}

.orange #header .top_search div#language {
	padding-top:0px;
	padding-bottom:0px;
	margin-top:11px;
	margin-right:10px;
	background:none;
	height: 16px;
	/*border:1px solid red;*/
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width:50px;
}


#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;
}

.orange #header .top_search ul li.list {
  margin-top:3px;	
}

#header .top_search ul li.nodivider {
  background: none;
	width:7px;
	height:15px;
}

.orange #header .top_search ul li.nodivider {
	float:right;
}

#header .top_search ul li ul#periodList3 {
	position:absolute; 
	top:0px; 
	left:17px; 
	z-index:999;
}

.orange #header .top_search ul li ul#periodList3 {
  left:-125px !important;
}

#header .top_search ul li a {
  color: #8d8d8d;
  text-decoration: none;
  font-weight:normal;
  padding:0;
}

#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);
   */
}

.orange #header .top_search input {
	float:left;
	width:186px;
	height:14px;
	margin-top:10px;
	
}

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;
}

.orange input.button {
  width: 58px;
  height: 24px;
}

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;*/
background: url("../images/uvexsports/button.png") no-repeat scroll 0 0 transparent !important;
}

#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 {
  float:left;
  background: url(../images/uvexsports/button.png) no-repeat 0 0;
  height:26px;
  padding-bottom:6px;
}

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

.orange #body_container {
	border:none;
  width:1180px;
  margin: 0 auto;
  background:#ffffff;
}

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

.orange #top_container {
	/* padding-top:35px; */
  width:1080px;
  padding: 0px 0 55px;
}

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

.orange #top_container .logo {
	margin-left:100px;
	margin-top:25px;
}

/*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 {
  width:auto !important;
  /*float:left;*/
}

body.orange #navigation ul {
	width:auto !important;
}

#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: #999999;
  text-decoration: none;
}


.orange #navigation ul li {
  margin-right: 2px;
  /*height:20px;*/
}

.orange #navigation ul li a {
	display:block;
  height:20px;
  border-bottom: 2px solid #c8c8c8;
  padding-left: 7px;
  padding-right: 7px;
}


#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;
  border-bottom:2px solid #F37520; 
}

/*
.orange #navWrapper {
	float:right;
	width:502px;
}
*/

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

.orange #navigation2nd {
  float:left;
  width:auto;
  margin-left:586px;
}

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

/* Problem mit Browser von Lotus Notes / Daher feste Breite! */
.orange #navigation2nd ul {
	/*float:right;*/
	/*width:auto !important;*/
	width:490px;
}

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

.orange #navigation2nd ul li { 
  margin-right:9px;
}

#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 */
.blue #bottom_container {
  width: 990px;
  float: left;
}

.orange #bottom_container {
  /*width:1180px;*/
  width:auto !important;
}

/*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;
}

.orange #left_container {
	margin-left:100px;
	margin-right:20px;
}

.orange #left_container,
.orange #left_container .left_navigation,
.orange #left_container .left_navigation ul,
.orange #left_container .left_navigation ul li {
  width: 240px;
}


#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;
}

.orange #right_container {
	margin-right:100px;
	background:none;
	padding-top:0px;
}

/*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;
}

#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.blue a.orange {
  color: #f37520;
  text-decoration: underline;
}

body.orange .content_box ul li a, body.orange .grayBox ul li a, body.orange a {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

body.orange .csc-textpic-caption a {
	display:inline-block;
	margin-left:2px;
	padding:6px 0 0 6px;
	background: url(../images/uvexsports/pfeil.png) no-repeat 0 11px;
}

body.orange .csc-textpic-caption a:hover {
	background: url(../images/uvexsports/pfeil_orange.png) no-repeat 0 11px;
}

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 */
.blue #link_box {
  background: url(../images/bottom_bg.jpg) no-repeat 0 0;
  height: 115px;
  padding: 8px 0 0 0
}

.orange #link_box {
	/*position: absolute;
  width:100%;
  left:0;
  bottom:0;*/
  height:170px;
  padding-top:30px;
  padding-bottom:40px;
  background:#EEEFF3;
  width:1024px;
  margin:0 auto;
  position:relative;
}


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

.orange #link_box .finder_box {
  margin-left:30px;
  padding-left:0px;
}


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

.orange #link_box .finder_box .styledSelect {
 /*
  background: url("http://bavotasan.com/wp-content/uploads/2011/05/down_arrow_select.jpg") no-repeat scroll right center #DDDDDD;
  height: 17px;
  overflow: hidden;
  width: 153px;
*/    
}

.orange #link_box .finder_box .styledSelect select {
/*
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #CCCCCC;
  font-size: 16px;
  height: 17px;
  padding: 5px;
  width: 173px;
*/  	
}

#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 #link_box .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/uvexsports/lupe.png) 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/uvexsports/mail.png) no-repeat 0 2px;
}

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


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

.orange #link_box .link_box_middle {
  width: 780px; 
  float:left;
  padding-left:10px;
  border-left: 1px solid #bebebe;
}

#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;
}

.orange #link_box .link_box_middle ul li.header {
	line-height:20px;
}

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

.orange #link_box .link_box_middle ul li a { 
  line-height: 20px;
}

.orange #link_box .link_box_middle ul.second li a {
  font-weight:normal;	
}

#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 */


.blue #footer {
  clear:both;
  padding: 0px 0 50px;
  width: 990px 
}
.orange  #footer{
	display:block;
  clear:both;
  width:100%;
  background-color:#EEEFF3;
}



.blue #footer a, 
.orange #footer p {
  color:#ffffff;
}


.blue  #footer #footer-bottom {
  clear:both;
  height:30px;
  padding: 5px; 
  background: #c3c4c7 url(../images/body_bg.gif) repeat-y 0 0;
}




.orange #footer #footer-bottom{
  /*clear:both;*/
  height:30px;
  width:100%!important;
  background-color:#8e8f93;
  /*width:1024px;*/
  padding-top:8px;
  color: #FFF;
}

.orange #footer #footer-bottom #footer-bottom-inner{
  width:1024px;
  margin: 0 auto;
} 


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



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

.orange #footer #footer-bottom p strong {
  padding-left:40px;
   color: #FFF;
}

.blue #footer #footer-bottom p.link,
.orange #footer #footer-bottom p.link {
  width: auto;
  float: right;
  color: #8d8d8d;
}

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

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

.orange #footer #footer-bottom p.link, 
.orange #footer #footer-bottom p.link a {
  color:#ffffff;
  text-decoration: none;
  font-weight:normal;
}
.orange #footer #footer-bottom p.link a:hover {
  text-decoration:underline;	
}
.orange #footer #footer-bottom p.link {
  margin-right:30px;
}

.orange #footer #footer-bottom p.link a {
	margin-left:4px;
	margin-right:4px;
}

/*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 */
.blue #one_column {
  background: #FFFFFF;
  float: left;
  width: 960px;
  /*padding-left: 10px;*/
}

.orange #one_column {
	margin-left:100px;
}

/*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;

	background-color: white;
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, .3);
	-o-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, .3);  
}

#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;
}


/* proukte highlights orange */
.orange #cycle-highlight-container {
  visibility: hidden;
  position: relative;
  width: 978px;
  height: 422px;
  border-radius: 4px 4px 3px 3px;
  box-shadow: 4px 4px 3px #B2B2B2;
}

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

.orange #cycleToolbar {
  width:980px;
  position: absolute;
  top: 320px;
  z-index: 60;
}

.orange #cycle-highlight-navi {
	box-shadow:3px 3px 3px #000000;
	position: static;
  z-index: 70;
  margin:0 auto;
  width:auto;
  display:table;
  /*width: 944px;*/
  /*border: 2px solid #FFFFFF;
  box-shadow: 3px 3px 3px #000000;*/
}

.orange #cycle-highlight-navi li {
  float: left;
  list-style: none outside none;
  /*width: 156px;*/
}
.orange #cycle-highlight-navi li:first {
  border-left: none;

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

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

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

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


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

/*
body.orange .columnItem div.csc-header {
	margin-bottom:10px;
}
*/

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
}

input[ type = hidden] {
  visibility: hidden;
}

.prodButtons{
  overflow:visible;
  background-color:silver;
  padding-top:30px;
  background-color:#EEEFF3;  
	/* background-color: white; */
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, .3);
	-o-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, .3);

  margin-top:-20px;
  margin-right:5px;    
}

#container1_wrapper{
  background-color:#EEEFF3;  
	background-color: white;
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, .3);
	-o-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, .3);

}

.prodButtons h2,
.prodButtons p{
  padding-left:20px;
}  
.prodButtons .picons{
  padding-left:15px;
  padding-bottom:15px;
}

.prodButtons a{ float:left}      

.orange .prodButtons h2{
  color:#F37520;
  font-weight:bold;
}

#start-portal-produkte{
  text-align:center;
  padding-top:20px;
  margin-top:10px;
}


.shadowBrdr,
#contentx{
	background-color: white;
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, .3);
	-o-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, .3);
}





.videoPreview {
    background-repeat: no-repeat;
    background-position: 0 0;
    width:219px;
    height:123px;
    background-color:#B2B2B2;
    
  	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, .3);
  	-moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, .3);
  	-webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, .3);
  	-o-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, .3);
}

.videoPreview .playBtn {
    background: url("../images/product_icons/play.png") no-repeat scroll 80px 40px transparent;
    width:219px;
    height:123px;

}






