
/*
  General elements style
*/

* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  /*
  "Times New Roman", Times, serif
  Arial, Helvetica, sans-serif
  Tahoma, Geneva, sans-serif
  */
  font-family: Arial, Helvetica, sans-serif;
  background: #FFFFFF;
  font-size: 11px;
  text-align: center;
}

#page_container {
  background-color: #FFFFFF;
  margin: 0 auto 0 auto; /* top right bottom left */
  width: 982px;
}

#page_content {
  background-color: #FFFFFF;
  margin: 0 auto 0 auto; /* top right bottom left */
  width: 982px;
  text-align: left;
}

#page_header {
  border-bottom: 1px solid #fbfbfc;
  background-color: #FFFFFF;
  margin: 0 auto 0 auto; /* top right bottom left */
  width: 982px;
  height: 64px;
  text-align: left;
}

/*
  Header area: logo, page title, hotline, languages
*/
#main_header {
  border-bottom: 1px solid #fbfbfc;
  background-color: #FFFFFF;
  margin: 0 auto 0 auto; /* top right bottom left */
  width: 982px;
  height: 64px;
}

#company_logo {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  display: inline-block;
  zoom: 1; *display: inline; /* For IE 7 */
}

#page_title {
  display: inline-block;
  zoom: 1; *display: inline; /* For IE 7 */
  float: left;
  margin-left: 10px;
  margin-top: 20px;
  font-size: 16px;
}

#service_hotline {
  display: inline-block;
  zoom: 1; *display: inline; /* For IE 7 */
  /*margin-left: 195px;*/
  float: right;
}

#service_hotline img {
  /*width: 140px;*/
  /*height: 60px;*/
  height: 100%;
  /*margin-right: 210px;*/
}

#lang_panel {
  display: inline-block;
  zoom: 1; *display: inline; /* For IE 7 */
  float: right;
  margin-top: 10px;
  margin-right: 0px;
}

.lang_item {
  display: inline-block;
  zoom: 1; *display: inline; /* For IE 7 */
  font-size: 11px;
  font-weight: bold;
  color: #000000;
}

.lang_item a {
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.lang_separator {
  display: inline-block;
  zoom: 1; *display: inline; /* For IE 7 */
  font-size: 11px;
}

#page_upper_bar {
  margin: 0 auto 0 auto;
  background-image: url('../img/menu_bg.png');
  background-position: left bottom;
  background-repeat: repeat-x;
  width: 982px;
  /*height: 29px;*/
  text-align: left;
}

#main_menu_wrapper {
  width: 770px;
  display: inline-block;
  zoom: 1; *display: inline; /* For IE 7 */
}

.main_menu_item {
  display: inline-block;
  zoom: 1; *display: inline; /* For IE 7 */
  padding-top: 8px;
  padding-bottom: 7px;
}

.main_menu_item a {
  font-size: 12px;
  font-weight: bold;
  color: #7a8289;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 8px;
  padding-bottom: 7px;
  border-right: 1px solid #CECECE;

}

.main_menu_item a:hover {
  background: url('../img/menu_bg_active.png');
  background-position: left bottom;
  background-repeat: repeat-x;
}

#main_menu_search {
  display: inline-block;
  zoom: 1; *display: inline; /* For IE 7 */
}

#main_menu_search input {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  margin-right: -30px;
  padding-left: 10px;
  height: 20px;
  width: 190px;
  font-size: 11px;
  color: #7a8289;
}

#main_menu_search button {
  background: url('../img/search_icon.png') top center no-repeat;
  cursor: pointer;
  border: none;
  width: 18px;
  height: 18px;
  /*margin-right: 10px;*/
  padding-bottom: -5px;
  margin-bottom: -5px;
}

/*
#page_upper_bar div {
	display: inline;
}

#page_upper_bar>div {
	display: inline-block;
  
  zoom: 1;
  *display: inline;
}
*/

/*
  Middle upper area: main menu, main image, text over image
*/
#middle_container {
   width: 980px;
   float: none;
   border-right: 1px solid #CECECE;
   border-left: 1px solid #CECECE;
   border-top: 1px solid #CECECE;
}

#main_image_area {
  width: 247px;
  height: 270px;
}

#main_image_area img#transparent_area_bg_image {
  /*position: absolute;
  z-index: 1;
  height: 250px;
  width: 247px;
  margin-top: 10px;
  margin-left: 10px;*/
}

#transparent_content_area img {
  width: 980px;
  height: 270px;
  position: absolute;
  z-index: 0;
}

#transparent_content_area h1 {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  padding-top: 20px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold;
}

#transparent_content_area p {
  position: relative;
  padding-top: 10px;
  padding-left: 20px;
  font-size: 12px;
  text-align: justify;
  z-index: 2;
}

#transparent_content_area a {
  color: #016ed1;
  font-size: 12px;
  font-weight: bold;
}

#main_image_area_dienstleistungen {
  background-repeat: no-repeat;
  width: 980px;
  height: 90px;
}

#main_image_area_dienstleistungen img {
  width: 980px;
  height: 90px;
  position: absolute;
}

#main_image_area_text_containter {
  width: 247px;
  height: 225px;
  /*background-color: #AEAEAE;*/
  background-image: url('../img/main_image_area_text_containter_bg.png');
  background-repeat: repeat;
  margin-top: 8px;
  margin-left: 8px;
  position: absolute;
}

#main_image_area_text_containter h1 {
  color: #FFFFFF;
  margin-top: 15px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
}

#main_image_area_text_containter p {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 15px;
  font-size: 12px;
  text-align: justify;
}

#main_image_area_text_containter a {
  color: #016ed1;
  font-size: 12px;
  font-weight: bold;
}

/*
  Middle center area: SLIDER
*/
#slider_outer_wrap {
  width: 980px;
  height: 230px;
  margin: 0px auto;
  background: #ffffff;
  position: relative;
  border: 1px solid #CECECE;
}

#coda_slider_js {
  width: 980px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.stripViewer .panelContainer {
  position: relative;
  top: 0px;
}
	
	.stripViewer .panelContainer .panel {
	  float: left;
	  width: 980px;
	  position: relative;
	}

.stripNav {
  position: relative;
  /*left: 855px;*/
  /*top: -30px;*/
  margin-top: -30px;
  background: url('../img/tab_full_bg.png') bottom left no-repeat;
  /*      url('../img/tab_end_right.png') bottom right no-repeat;*/
  
  padding-left: 25px;
  padding-right: 25px;
  height: 30px;
}

.stripNav .slider_ul .slider_li {
  float: left;
  position: relative;
}

.stripNav .slider_li a {
  display: block;
  height: 30px;
  width: 25px;
  background: url('../img/dot_empty.png') bottom center no-repeat;
  position: relative;
}


/* not in use, as long as there is no play-stop functionality
.stripNav div#play_stop_slider{
  height: 30px;
  display: block;
  padding-left: 107px;
  z-index: 99;
  border: 1px solid;
}
.stripNav div#play_stop_slider a.stopped{
  background: url('../img/dot_play.png') bottom left no-repeat;
  padding-left: 10px;
}
.stripNav div#play_stop_slider a.playing{
  background: url('../img/dot_stop.png') bottom left no-repeat;
  padding-left: 10px;
}

.stripNav div#play_stop_slider button{
  cursor: pointer;
}

.stripNav div#play_stop_slider button.stopped{
  background: url('../img/dot_play.png') bottom left no-repeat;
  padding-left: 10px;
  border: none;
}

.stripNav div#play_stop_slider button.playing{
  background: url('../img/dot_stop.png') bottom left no-repeat;
  padding-left: 10px;
  border: none;
}
*/


/* restore focus styling that was removed by removing outlines */
.stripNav .slider_li a:hover,
.stripNav .slider_li a:active,
.stripNav .slider_li a:focus {
  background-position: bottom center;
  background-position-x: center; background-position-y: bottom; /* IE-Compatibility */
}

.stripNav .slider_li a.current {
  background: url(../img/dot_full.png) bottom center no-repeat;
  
}

.slides-content-wrapper {
  width: 980px;
}

.slides-content-raw {
  width: 980px;
  margin-left: 0px;
  margin-right: 0px;
}

.slides-content-element {
  width: 324px;
  height: 220px;
  display: inline-block;
  zoom: 1; *display: inline; /* For IE 7 */
  margin-right: 0px;
  margin-left: 0px;
  vertical-align: top;
  overflow-x: hidden;
  overflow-y: hidden;
}

.slides-content-element h1 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 11px;
  margin-bottom: 9px;
  margin-left: 12px;
  margin-right: 12px;
  height: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.slides-content-element img {
  width: 300px;
  height: 140px;
  border: 1px solid #cecece;
  margin-left: 12px;
  margin-right: 12px;
}

.slides-content-element p {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: -5px;
  margin-left: 12px;
  margin-right: 12px;
  text-align: justify;
}

.slides-content-element a#slide01 {
	text-decoration: none; color: black; font-size: 15px; font-weight: bold;
	
    background: url(../img/slide01sw.jpg) no-repeat 0px 30px; /* right top */
	margin: 10px 12px 10px 12px; padding-bottom: 0px;
    
    height: 170px; width: 300px; display: block; overflow-x: hidden;
  overflow-y: hidden;
}
	#slide01-img-preload {
	    background: url(../img/slide01.jpg) no-repeat 0px 30px; /* right top */
	    display: none;
	}
	
	.slides-content-element #slide01:HOVER {
		color: #016ed1;
	    background: url(../img/slide01.jpg) no-repeat 0px 30px; /* right top */
	}

.slides-content-element a#slide02 {
	text-decoration: none; color: black; font-size: 15px; font-weight: bold;
	
    background: url(../img/slide02sw.jpg) no-repeat 0px 30px; /* right top */
	margin: 10px 12px 10px 12px; padding-bottom: 0px;
    
    height: 170px; width: 300px; display: block; overflow-x: hidden;
  overflow-y: hidden;
}
	.slides-content-element #slide02:HOVER {
		color: #016ed1;
	    background: url(../img/slide02.jpg) no-repeat 0px 30px; /* right top */
	}

.slides-content-element a#slide03 {
	text-decoration: none; color: black; font-size: 15px; font-weight: bold;
	
    background: url(../img/slide03sw.jpg) no-repeat 0px 30px; /* right top */
	margin: 10px 12px 10px 12px; padding-bottom: 0px;
    
    height: 170px; width: 300px; display: block; overflow-x: hidden;
  overflow-y: hidden;
}
	.slides-content-element #slide03:HOVER {
		color: #016ed1;
	    background: url(../img/slide03.jpg) no-repeat 0px 30px; /* right top */
	}

.slides-content-element a#slide04 {
	text-decoration: none; color: black; font-size: 15px; font-weight: bold;
	
    background: url(../img/slide04sw.jpg) no-repeat 0px 30px; /* right top */
	margin: 10px 12px 10px 12px; padding-bottom: 0px;
    
    height: 170px; width: 300px; display: block; overflow-x: hidden;
  overflow-y: hidden;
}
	.slides-content-element #slide04:HOVER {
		color: #016ed1;
	    background: url(../img/slide04.jpg) no-repeat 0px 30px; /* right top */
	}

.slides-content-element a#slide05 {
	text-decoration: none; color: black; font-size: 15px; font-weight: bold;
	
    background: url(../img/slide05sw.jpg) no-repeat 0px 30px; /* right top */
	margin: 10px 12px 10px 12px; padding-bottom: 0px;
    
    height: 170px; width: 300px; display: block; overflow-x: hidden;
  overflow-y: hidden;
}
	.slides-content-element #slide05:HOVER {
		color: #016ed1;
	    background: url(../img/slide05.jpg) no-repeat 0px 30px; /* right top */
	}

.slides-content-element a#slide06 {
	text-decoration: none; color: black; font-size: 15px; font-weight: bold;
	
    background: url(../img/slide06sw.jpg) no-repeat 0px 30px; /* right top */
	margin: 10px 12px 10px 12px; padding-bottom: 0px;
    
    height: 170px; width: 300px; display: block; overflow-x: hidden;
  overflow-y: hidden;
}
	.slides-content-element #slide06:HOVER {
		color: #016ed1;
	    background: url(../img/slide06.jpg) no-repeat 0px 30px; /* right top */
	}

.slides-content-element a#slide07 {
	text-decoration: none; color: black; font-size: 15px; font-weight: bold;
	
    background: url(../img/slide07sw.jpg) no-repeat 0px 30px; /* right top */
	margin: 10px 12px 10px 12px; padding-bottom: 0px;
    
    height: 170px; width: 300px; display: block; overflow-x: hidden;
  overflow-y: hidden;
}
	.slides-content-element #slide07:HOVER {
		color: #016ed1;
	    background: url(../img/slide07.jpg) no-repeat 0px 30px; /* right top */
	}

.slides-content-element a#slide08 {
	text-decoration: none; color: black; font-size: 15px; font-weight: bold;
	
    background: url(../img/slide08sw.jpg) no-repeat 0px 30px; /* right top */
	margin: 10px 12px 10px 12px; padding-bottom: 0px;
    
    height: 170px; width: 300px; display: block; overflow-x: hidden;
  overflow-y: hidden;
}
	.slides-content-element #slide08:HOVER {
		color: #016ed1;
	    background: url(../img/slide08.jpg) no-repeat 0px 30px; /* right top */
	}

.slides-content-element a#slide09 {
	text-decoration: none; color: black; font-size: 15px; font-weight: bold;
	
    background: url(../img/slide09sw.jpg) no-repeat 0px 30px; /* right top */
	margin: 10px 12px 10px 12px; padding-bottom: 0px;
    
    height: 170px; width: 300px; display: block; overflow-x: hidden;
  overflow-y: hidden;
}
	.slides-content-element #slide09:HOVER {
		color: #016ed1;
	    background: url(../img/slide09.jpg) no-repeat 0px 30px; /* right top */
	}

.mehr-textlink {
  margin-right: 12px;
  text-align: right;
}

.mehr-textlink a {
  color: black;
  text-decoration: underline;
  text-transform: uppercase;
}

/*
  Middle lower area: left content area, right content area, footer
*/
#content_bottom {
  margin-top: 12px;
  width: 982px;
  height: 100px;
}

#content_bottom_left {
  display: inline-block;
  zoom: 1; *display: inline; /* For IE 7 */
  zoom: 1; *display: inline; /* For IE 7 */
  background-color: #dedede;
  width: 322px;
  height: 100px;
  float: left;
}

#content_bottom_left h1 {
  margin-top: 13px;
  margin-left: 15px;
  font-size: 13px;
}

#content_bottom_left p {
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 20px;
  font-size: 11px;
  text-align: justify;
}

#content_bottom_left a {
  margin-top: 0px;
  font-size: 13px;
  color: #016ed1;
  /*text-transform: uppercase;*/
  /*font-weight: bold;*/
}

#content_bottom_left a.left_link {
  float: left;
}

#content_bottom_left a.right_link {
  float: right;
}

#content_bottom_right {
  display: inline-block;
  zoom: 1; *display: inline; /* For IE 7 */
  zoom: 1; *display: inline; /* For IE 7 */
  background-color: #dedede;
  width: 644px;
  height: 100px;
  float: right;
}

#content_bottom_right img {
  position: absolute;
  margin-left: 15px;
  margin-top: 13px;
}

#content_bottom_right h1 {
  margin-left: 130px;
  margin-top: 15px;
  margin-right: 10px;
  font-size: 13px;
  text-align: justify;
}

#content_bottom_right p {
  margin-left: 130px;
  margin-top: 8px;
  margin-right: 10px;
  font-size: 11px;
  text-align: justify;
}

#content_bottom_right h2 {
  color: #016ed1;
  font-style: italic;
  font-weight: bold;
  margin-left: 140px;
  margin-top: 10px;
  margin-right: 50px;
  font-size: inherit;
}

#content_bottom_right a {
  margin-right: 10px;
  margin-top: -5px;
  color: #016ed1;
  float: right;
  text-decoration: underline;
  font-size: 13px;
}

#main_content.search_content a {
  margin-right: 30px;
  float: left;
  text-decoration: underline;
  color: black;
}



/*
  FOOTER - BEGIN
*/

#page_footer_tech {
  border-top: 1px dotted #cecece;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  width: 982px;
}
	#page_footer_tech img {
		margin-right:13px;
		margin-left: 13px;
		margin-top: 5px;
		margin-bottom: 0px;
	}

#page_footer {
  margin: 10px auto 0 auto; /* top right bottom left */
  border-top: 1px solid #cecece;
  width: 982px;
  padding-bottom: 70px;
  text-align: left;
}

#page_footer img {
  margin-top: 10px;
  float: left;
}

#page_footer p {
  margin-top: 10px;
  color: gray;
}

#page_footer p#footer_info {
  vertical-align: top;
  float: left;
  margin-left: 10px;
}

#page_footer p#footer_links {
  float: right;
  margin-right: 0;
}

#page_footer p span {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}

#page_footer p#footer_info a {
  color: gray;
  text-decoration: none;
  border-bottom: 1px dotted;
}

#page_footer p#footer_info a:HOVER {
  border-bottom: 1px solid;
}

#page_footer p#footer_links a {
  color: gray;
  text-decoration: none;
}

/*
  FOOTER - END
*/



/*
  Secondary pages
*/

img#long_header {
  width: 982px;
  height: 140px;
}

/*
  Secondary pages - left bar content
*/
#left_bar_container {
  margin-left: 0px;
  margin-top: 0px;
  border: none 1px;
  width: 225px;
  display: inline-block;
  zoom: 1; *display: inline; /* For IE 7 */
  zoom: 1; *display: inline; /* For IE 7 */
  vertical-align: top;
}

/*#left_bar_container h1 {
  margin-top: 15px;
  margin-left: 10px;
  font-size: 15px;
  
  font-weight: bold;
  color: #016ed1;
  text-align: left;
}*/

#left_bar_container h1 a {
  margin-bottom: 10px;
  margin-top: 20px;
  margin-left: 10px;
  display: block;
  
  font-size: 15px;
  font-weight: bold;
  color: #016ed1;
  
  text-align: left;  
  text-decoration: none;
  /*border-bottom: 1px dotted;*/
}

/*#left_bar_container h1 a:HOVER {
  border-bottom: 1px solid;
}*/

#left_bar_container div#left_bar_menu {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  overflow-x: hidden;
  overflow-y: hidden;
}

#left_bar_menu * {
  overflow-x: hidden;
  overflow-y: hidden;
}

	.left_bar_menu_element_normal.active_element {
	  /*background: url('../img/left_bar_menu_element_symbol_active.png') center left no-repeat #F7F7F7;*/
	  background: #F1F1F1;
	}
	
	.left_bar_menu_element_second.active_element {
	  background: #F1F1F1;
	}
	
	#left_bar_menu div.active_element:HOVER {
	  background: #dedede;
	  /*background: #F1F1F1;*/
	}
	
	#left_bar_menu hr {
	  border: none;
	  background: #ffffff;
	  height: 0px;
	  padding: 0px;
	  margin: 0px;
	  display: block;
	}
	
	#left_bar_menu hr.divide_normal {
	  border-bottom: 1px dotted grey;
	}
	
	#left_bar_menu hr.divide_second {
	  border-bottom: 1px dotted #cecece;
	}
	
	.left_bar_menu_element_normal {
	  /*background: url('../img/left_bar_menu_element_symbol.png') center left no-repeat;*/
	  margin: 0px;
	  padding-left: 10px;
	  }
	
	.left_bar_menu_element_normal:HOVER {
	  background: #cecece;
	  /*background: #F1F1F1;*/
	}
	
	.left_bar_menu_element_normal a {
	  font-size: 12px;
	  font-weight: bold;
	  text-transform: uppercase;
	  /*color: black;*/
	  color: #016ed1;
	  text-decoration: none;
	  padding-top: 12px;
	  padding-bottom: 12px;
	  padding-left: 10px;
	  margin-left: -10px;
	  /*width: 500px;*/
	  /*height: 24px;*/ display: block;
	  /*border: 1px solid;*/
	}
	
	.left_bar_menu_element_normal a:HOVER {
	  /*background: #F7F7F7;*/
	  background: #cecece;
	}
	
	.left_bar_menu_element_second {
	}
	
	.left_bar_menu_element_second:HOVER {
	}
	
	.left_bar_menu_element_active {
	  background: url('../img/left_bar_menu_element_symbol_active.png') center left no-repeat;
	  border-top: #F1F1F1 solid 1px;
	  border-bottom: #F1F1F1 solid 1px;
	  margin-left: 10px;
	  padding-left: 10px;
	}
	
	.left_bar_menu_element_second a {
	  font-size: 11px;
	  font-weight: bold;
	  text-transform: uppercase;
	  color: black;
	  /*color: #016ed1;*/
	  text-decoration: none;
	  padding-top: 7px;
	  padding-bottom: 7px;
	  padding-left: 30px;
	  margin-left: 0px;
	  /*width: 500px;*/
	  /*height: 23px;*/ display: block;
	}	
	
	.left_bar_menu_element_second a:HOVER {
		background: #cecece;
	}





#contact_container {
  /*background: url(../img/contact_bg.png) top left repeat-x;*/
  /*background: url(../img/grey_lines_bg.png) top left no-repeat;*/
  background: #dedede;
  margin-left: 10px;
  /*border-radius: 5px;*/
  margin-bottom: 40px;
}

#page_content form#mailform {
  /*background: url(../img/contact_bg.png) bottom left repeat-x;*/
}

#mailform fieldset.csc-mailform {
  border: none;
}

#contact_container p {
  margin-bottom: -5px;
}

#contact_container h2 {
  background: white;
  width: 193px;
  margin-left: 10px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #016ed1;
  text-align: center;
  border: 1px solid #e7e7e7;
  cursor: default;
}

#contact_container form table {
  background: white;
  margin-left: 10px;
  font-size: 11px;
  width: 195px;
}

#contact_container form {
  font-size: 11px;
}

#contact_container form input {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  
  width: 190px;
  font-size: 11px;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #7a8289;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}

#contact_container form input.csc-mailform-check {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  
  width: auto;
  margin-right: 5px;
  margin-left: 5px;
}

#contact_container form p {
  margin-right: 0px;
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#contact_container form textarea {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  
  width: 190px;
  height: 120px;
  font-size: 11px;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #7a8289;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  resize: none;
}

#contact_container form button {
  background-color: #016ed1;
  color: white;
  width: 145px;
  height: 25px;
  margin-left: 35px;
  margin-top: 10px;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}

#mailform input#mailformformtype_mail {
  background-color: #016ed1;
  color: white;
  width: 145px;
  height: 25px;
  margin-left: 35px;
  margin-top: 10px;
  margin-bottom: 15px;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
}

#contact_container hr {
  width: 195px;
  margin-left: 10px;
  margin-top: 10px;
  border-top: 1px solid;
  border-left: none;
  border-right: none;
  border-bottom: none;
}



/*
  MAIN CONTENT - BEGIN
*/


#main_content_container {
  display: inline-block;
  zoom: 1; *display: inline; /* For IE 7 */
  zoom: 1; *display: inline; /* For IE 7 */
  vertical-align: top;
  float: none;
  width: 730px;
  margin-left: 20px;
  margin-top: 0px;
}

#main_content .lower_content_element img {
  padding-right: 10px;
}

#main_content.references_content div.lower_content_element a {
  float: none;
  margin-bottom: 0px;
  margin-top: 0px;
}

#main_content.references_content div.lower_content_element img {
  padding-right: 0px;
}

#main_content.references_content div.lower_content_element a img {
  width: 75px;
  height: 75px;
  margin-bottom: 0px;
  margin-top: 0px;
}

#main_content.references_content div.lower_content_element p {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 365px;
  
  padding-top: 0px;
}

#main_content.publications_content {
  
}

#main_content.publications_content div.lower_content_element hr {
  width: 730px;
  height: 1px;
  border: none;
  background-color: #CECECE;
}

#main_content.publications_content div.csc-default {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}

#main_content.publications_content div.text_and_image_content {
  margin-bottom: -30px;
}

#main_content.publications_content div.lower_content_element img {
  float: none;
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
  width: 60px;
  height: 80px;
}

#main_content.publications_content div.lower_content_element p {
  margin-top: 0px;
  margin-bottom: 10px;
  width: 615px;
  
  padding-top: 0px;
}

#main_content.publications_content div.lower_content_element a {
  float: none;
}

#main_content.search_content .lower_content_element h2 a {
  text-decoration: none;
  margin-bottom: 10px;
  margin-top: 15px;
  color: black;
  float: none;
  display: block;
}

#main_content.search_content .lower_content_element dd a {
  text-decoration: underlined;
  color: black;
  float: none;
}

#main_content.contact_content div.lower_content_element hr {
  /*width: 450px;*/
  height: 1px;
  border: none;
  background-color: #CECECE;
  text-align: left;
}

#main_content.contact_content div.lower_content_element img {
  position: absolute;
  float: right;
  height: auto;
  width: auto;
  margin-top: 25px;
  margin-right: 0px;
  margin-left: -255px;
}


/*
  MAIN CONTENT - END
*/


/*
  RIGHT TOP CONTENT - BEGIN
*/


#right_content_container {
  margin-right: 0px;
  margin-top: 0px;
  /*border: solid 1px;*/
  width: 720px;
  display: inline-block;
  zoom: 1; *display: inline; /* For IE 7 */
  zoom: 1; *display: inline; /* For IE 7 */
  vertical-align: top;
  float: none;
  margin-left: 30px;
}

#right_content_container .upper_content {
  display: inline-block;
  zoom: 1; *display: inline; /* For IE 7 */
  zoom: 1; *display: inline; /* For IE 7 */
  margin-top: 0px;
  margin-bottom: 20px;
}

#right_content_container .upper_picture {
  display: inline-block;
  zoom: 1; *display: inline; /* For IE 7 */
  vertical-align: top;
  float: right;
}

#right_content_container .upper_picture img {
  margin-left: 0px;
  /*height: 300px;
  width: 250px;*/
}

.upper_content .text_and_image_content {
  padding-top: 10px;
}

.upper_content h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
  font-family: Universal;
  color: #016ed1;
}

.upper_content h2 {
  margin-bottom: 5px;
  padding-bottom: 0px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}

.upper_content img {
  float: right;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 20px;
  /*width: 275px;
  height: 225px;*/
}

.upper_content p {
  margin-bottom: 14px;
  font-size: 14px;
  text-align: justify;
  font-family: Universal;
  line-height: 140%;
}

.upper_content p b {
  font-family: Universal;
}

.upper_content a {
  /*color: black;*/
  color: #016ed1;
  font-family: Universal;
}

.upper_content a:HOVER {
  /*color: black;*/
  color: #0033aa;
}

.path_menu {
  margin-top: 20px;
  margin-left: -5px;
  font-size: 10px;
  color: #7a8289;
}

.path_menu span {
  font-size: 13px;
  color: black;
}

.path_menu a {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0px;
  font-size: 13px;
  color: #7a8289;
}

#right_content_container .upper_content .path_menu {
  margin-left: -5px;
  margin-top: 0px;
  font-size: 10px;
}

#right_content_container .upper_content .path_menu a {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0px;
  font-size: 13px;
  color: #7a8289;
}

#right_content_container .upper_content .content_title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
  color: #016ed1;
}

.upper_content .content {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
  color: #016ed1;
}

.upper_content ul {
	margin-left: 20px;
	list-style: none;
}

	.upper_content ul li {
		margin-top: 20px;
		/*list-style-image: url("../img/list_sign_blue.gif");*/
		background-image: url("../img/list_sign_blue.gif");
		background-repeat: no-repeat;
		/*background-position: 0px 5px;*/
		background-position: left;
  		background-position-x: left; /* IE-Compatibility */
		padding-left: 30px;
		min-height: 20px;
	}

/*
  RIGHT TOP CONTENT - END
*/



/*
  RIGHT BOTTOM CONTENT - BEGIN
*/

#lower_content {
  width: 100%;
  margin-top: 20px;
  display: inline-block;
  zoom: 1; *display: inline; /* For IE 7 */
  /*border-bottom: #7a8289 solid 1px;*/
}

#lower_content hr {
  margin-left: auto;
  margin-right: auto;
/*  width: 500px;*/
  height: 1px;
  border: none;
  background-color: #CECECE;
  display: block;
}

#lower_content hr.hidden_hr {
  visibility: hidden;
}

.lower_content_element {
  /*border-top: #7a8289 solid 1px;*/
  /*display: inline-block;
  zoom: 1; *display: inline;*/ /* For IE 7 */
  display: block;
}

.lower_content_element img {
  margin-top: 10px;
  margin-left: 5px;
  vertical-align: top;
  /*display: inline-block;
  zoom: 1; *display: inline; /* For IE 7 */*/
  height: 100px;
  width: 120px;
}

.lower_content_element h1 {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #016ed1;
  font-size: 17px;
}

.lower_content_element h2 {
  /*margin-bottom: 5px;
  margin-top: -50px;*/
  color: #016ed1;
  font-size: 17px;
  
  /*
  overflow-x: hidden;
  overflow-y: hidden;
  */
}

.lower_content_element h2 a {
  text-decoration: none;
  color: #016ed1;
  float: none;
  
  position: absolute;
  width: 600px;
  height: 140px;
  display: block;
  
  padding-left: 145px;
  padding-top: 10px;
  margin-left: -130px;
  
  /*border: 1px solid;*/
}

.lower_content_element h2 a:HOVER {
	text-decoration: underline;
}

.lower_content_element p {
  margin-bottom: 10px;
  margin-right: 10px;
  text-align: justify;
  font-size: 13px;
  
  padding-top: 40px;
}

.lower_content_element a {
  text-decoration: underline;
  margin-top: 0px;
  margin-bottom: 15px;
  color: black;
  float: right;
}

.reference_content_element.left {
  float: left;
}

.reference_content_element.left p {
  text-align: left;
  margin-right: 90px;
  margin-left: 0px;
}

.reference_content_element.left a {
  text-decoration: underline;
  margin-bottom: 10px;
  color: black;
  float: left;
}

.reference_content_element.right {
  float: right;
  text-align: right;
}

.reference_content_element.right p {
  text-align: right;
  margin-left: 90px;
  margin-right: 0px;
}

.reference_content_element.right a {
  text-decoration: underline;
  margin-bottom: 10px;
  color: black;
  float: right;
}

/*
  RIGHT BOTTOM CONTENT - END
*/


.formtable td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.formtable input {
  border: 1px solid #cecece;
  border-radius: 3px;
}

.formtable select {
  width: 155px;
}

form p input.submit {
  border: 1px solid #016ed1;
  border-radius: 5px;
  background-color: #016ed1;
  color: white;
  width: 200px;
  height: 40px;
  margin-top: 10px; 
  text-transform: uppercase;
  cursor: pointer;
  float: right;
  margin-right: 290px;
}

.formtable textarea {
  border: 1px solid #cecece;
  border-radius: 3px;
}

.pub_element {
  margin-bottom: 40px;
}

.pub_element img {
  float: none;
  margin-left: 10px;
  margin-right: 10px;
  width: 60px;
  height: 80px;
}

.pub_element p {
  margin-top: 0px;
  margin-bottom: 10px;
}

.pub_element p a {
  text-decoration: underline;
  color: black;
}

#serviceline {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

#serviceline img {
  width: 100%;
}


/*
  
*/

input#request_callback {
  border: 1px solid #016ed1;
  border-radius: 5px;
  background-color: #016ed1;
  color: white;
  width: 200px;
  height: 40px;
  margin: 10px auto 30px 300px; /* top right bottom left */
  text-transform: uppercase;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
}

a.callback_link {
	text-decoration: none;
	text-transform: uppercase;
	background-color: #016ed1;
	border-radius: 5px;
	color: white;
	width: 200px;
	/*height: 25px;*/
  	margin: 10px auto 30px 300px; /* top right bottom left */
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

#main_content.references_content div.lower_content_element a.callback_link {
	margin: 10px 0 0 0; /* top right bottom left */
}

span.callback_link_wrap {
	display: block;
	margin-top: 5px;
}



/**

	REFERENCES - STYLE - BEGIN

**/


/* Default/Master references scroller classes 

Example markup format (for horizontal scroller)
@note: all DIVs are generated and should not be hard-coded

<div class="your-custom-class simply-scroll-container">
	<div class="simply-scroll-btn simply-scroll-btn-left"></div>
	<div class="simply-scroll-btn simply-scroll-btn-right"></div>
	<div class="simply-scroll-clip">
		<ul class="simply-scroll-list">
			<li>...</li>
			...
		</ul>
	</div>
</div>


*/



/* TODO's

- enable java-script for better fading (slides change)
http://www.impressivewebs.com/javascript-content-switcher-without-javascript/

*/


#content-wrap {
	width: 725px;
	overflow-x: hidden;
  overflow-y: hidden;
	height: 310px;
	background: white;
	margin-left: auto;
	margin-right: auto;
	border: 1px dotted #cecece;
}

	#content-wrap div.content_slide {
		width: 725px;
		height: 300px;
		display: none;
		position: absolute;
		border: 0px solid;
	}
	
		#content-wrap div.content_slide img {
			height: 200px;
			width: 300px;
			float: right;
			display: inline-block;
			zoom: 1; *display: inline; /* For IE 7 */
			border: 1px solid #cecece;
			margin-top: 20px;
			margin-right: 20px;

			position: absolute;
		}
	
		#content-wrap div.content_slide p {
			display: inline-block;
  zoom: 1; *display: inline; /* For IE 7 */
			margin-left: 20px;
			margin-top: 20px;
			width: 360px;
		}

#content-slider {
	list-style: none;
	text-align: center;
}

	#content-slider div.content-element {
		width: 550px;
		height: 280px;
		display: inline-block;
  zoom: 1; *display: inline; /* For IE 7 */
	}




/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow-x: hidden;
  overflow-y: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow-x: hidden;
  overflow-y: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list div.li {
	padding: 0;
	margin: 0;
	list-style: none;
	border: 1px solid #cecece;
	width: 75px;
	overflow-x: hidden;
  overflow-y: hidden;
}
	
.simply-scroll-list div.li:HOVER {
	border: 1px solid #016ed1;
}
	
	.simply-scroll-list div.li img {
		margin-right: auto;
		margin-left: auto;
		height: 75px;
		border: none;
		display: block;
		opacity: 0.4;


		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
		filter: alpha(opacity = 40);
	}
	

	/* in IE :hover selector won't work on anything except <a> */
	.simply-scroll-list div.li img:HOVER {
		border: none;
		display: block;
		opacity: 1.0;

		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity = 100);
	}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 725px;
	height: 80px;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
  	/*background: url("../img/scroll_button_left.gif") center left no-repeat,
  				url("../img/scroll_button_right.gif") center right no-repeat;*/
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 650px;
	height: 80px;
	border: 0px solid;
	margin-left: 37px;
	/*margin-right: auto;*/
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list div.li {
	float: left; /* Horizontal scroll only */
	margin-left: 5px;
	margin-right: 5px;
	width: 75px;
	height: 75px;
}

	/**
		Pause button styles - BEGIN
	**/
	
	.simply-scroll-btn-pause {
		position: absolute;
		background-image: url("../buttons.png");
		width: 42px;
		height: 44px;
		z-index:3;
		cursor: pointer;
		right: 6px;
		bottom: 6px;
		background-position: -168px -44px;
  background-position-x: -168px; background-position-y: -44px; /* IE-Compatibility */
	}
	.simply-scroll-btn-pause:hover, .simply-scroll-btn-pause:focus {
		background-position: -168px -88px;
  background-position-x: -168px; background-position-y: -88px; /* IE-Compatibility */
	}
	
	.simply-scroll-btn-pause.active {
		background-position: -84px -44px;
  background-position-x: -84px; background-position-y: -44px; /* IE-Compatibility */
	}
	.simply-scroll-btn-pause.active:hover, .simply-scroll-btn-pause.active:focus {
		background-position: -84px -88px;
  background-position-x: -84px; background-position-y: -88px; /* IE-Compatibility */
	}

	/**
		Pause button styles - END
	**/
	
	

	/**
		Left/Right buttons styles - BEGIN
	**/
	
	.simply-scroll-btn-left {
		position: absolute;
		/*background-image: url("../buttons.png");
		background-position: 0 -44px;*/
  		background: url("../img/scroll_button_left.gif") center left no-repeat;
		width: 30px;
		height: 80px;
		z-index:3;
		cursor: pointer;
		left: 0px;
		bottom: 0px;
	}
	.simply-scroll-btn-left.disabled {
		/*background-position: 0 0 !important;*/
	}
	.simply-scroll-btn-left:hover, .simply-scroll-btn-left:focus {
  		background: url("../img/scroll_button_left_dark.gif") center left no-repeat;
		/*background-position: 0 -88px;*/
	}
	
	.simply-scroll-btn-right {
		position: absolute;
		/*background-image: url("../buttons.png");
		background-position: -84px -44px;*/
  		background: url("../img/scroll_button_right.gif") center right no-repeat;
		width: 30px;
		height: 80px;
		z-index:3;
		cursor: pointer;
		right: 0px;
		bottom: 0px;
	}
	.simply-scroll-btn-right.disabled {
		/*background-position: -84px 0 !important;*/
	}
	.simply-scroll-btn-right:hover, .simply-scroll-btn-right:focus {
  		background: url("../img/scroll_button_right_dark.gif") center right no-repeat;
		/*background-position: -84px -88px;*/
	}	
	
	/**
		Left/Right buttons styles - END
	**/


/**

	REFERENCES - STYLE - END

**/


/**
	Temporary Sitemap Styles - BEGIN
**/

.csc-sitemap {
	 width: 730px;
	 margin-top: -20px;
	 margin-bottom: 20px;
}

	.csc-sitemap a {
	  text-decoration: underline;
	  margin-top: 0px;
	  margin-bottom: 0px;
	  color: black;
	  float: none;
	  font-size: 12px;
	}

	.csc-sitemap ul {
		margin-left: 10px;
		list-style: none;
	}

		.csc-sitemap ul li {
			margin-top: 15px;
			padding-left: 15px; 
		}


/**
	Temporary Sitemap Styles - END
**/


.lower_content_element fieldset.csc-mailform {
	border: 1px dotted #cecece;
	width: 500px;
}

	.lower_content_element fieldset.csc-mailform div.csc-mailform-field {
		display: inline-block;
  zoom: 1; *display: inline; /* For IE 7 */
		overflow-x: hidden;
  overflow-y: hidden;
		margin-top: 7px;
	}

		.lower_content_element fieldset.csc-mailform div.csc-mailform-field label {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			padding-top: 5px;
			padding-bottom: 5px;
			width: 130px;
			display: inline-block;
  zoom: 1; *display: inline; /* For IE 7 */
			vertical-align: top;
		}

		.lower_content_element fieldset.csc-mailform div.csc-mailform-field input {
			border: 1px solid #cecece;
			border-radius: 3px;
			width: 150px;
			margin-left: 10px;
		}
			
			.lower_content_element fieldset.csc-mailform div.csc-mailform-field input#mailformunternehmen {
				width: 310px;
			}
		
			.lower_content_element fieldset.csc-mailform div.csc-mailform-field input#mailformformtype_mail {
				/*border: 1px solid #016ed1;*/
				border: 2px solid;
				border-radius: 5px;
				background-color: #016ed1;
				color: white;
				width: 200px;
				height: 40px;
				margin-top: 10px; 
				text-transform: uppercase;
				cursor: pointer;
				float: right;
				margin-right: 290px;
			}

		.lower_content_element fieldset.csc-mailform div.csc-mailform-field select {
			width: 150px;
			margin-left: 10px;
		}

		.lower_content_element fieldset.csc-mailform div.csc-mailform-field textarea {
  			border: 1px solid #cecece;
  			border-radius: 3px;
  			resize: none;
			margin-left: 10px;
			width: 310px;
		}