
 /* "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML examples
 * (de) Bildschirmlayout für YAML-Beispiele
 *
 * @copyright       Copyright 2005-2010, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.3
 * @revision        $Revision:426 $
 * @lastmodified    $Date: 2010-09-14 21:19:30 +0200 (Di, 14 Sep 2010) $
 */

/* @import url("http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700|Open+Sans:400,600,700"); */
 
@media screen, projection
{
  
  /** 
   * (en) Forcing vertical scrollbars in IE8, Firefox, Webkit & Opera 
   * (de) Erzwingen vertikaler Scrollbalken in IE8, Firefox, Webkit & Opera 
   *
   * @workaround
   * @affected IE8, FF, Webkit, Opera
   * @css-for all
   * @valid CSS3
   */

  /* body { overflow-y:scroll; } */
  html { height: 100%; }
  html, body { min-height: 100%; }
  
  /*------------------------------------------------------------------------------------------------------*/
  
  /**
   * (en) Formatting YAML's  basic layout elements
   * (de) Gestaltung des YAML Basis-Layouts
   */

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { margin: 0 auto; }

  body .sub_logo { position: absolute; right: 190px; top: 13px; }
  body .footer_bg { bottom: 0px; overflow: hidden; width: 560px; position: absolute; height: 270px; right: 0; z-index: 4; }
  html.msie7 body .footer_bg { bottom: -20px; }
  body .footer_bg.trailer { border: none; width: 415px; margin: 0 auto; bottom: -11px; height: 156px; right: -21px; z-index: 100; }
  body .start_stars { z-index: 3; left: -200px; position: absolute;}
  body .newLayer { z-index: 20; background: url("../media/images/newLayer.png") no-repeat; width: 60px; height: 59px; position: absolute; right: 0; top: 0; left: 240px; }
  
  /* (en) Centering layout in old IE-versions */
  /* (de) Zentrierung des Layouts in alten IE-versionen */
  /*body { text-align:center; }*/
  .page_margins { text-align:left; margin: 10px auto 0 auto; }

  /* (en) Layout:width, background, borders */
  /* (de) Layout:Breite, Hintergrund, Rahmen */
  .page_margins { min-width:1024px; max-width:1024px; width: 1024px; }
  .page { position: relative; }

 /* ================================================ 
		TYPOGRAPHY
=================================================*/
	h1, h2, h3, h4, h5, h6 { font-family: 'Arial', sans-serif; font-weight: bold; color: #074886; clear: both; }
	h1 { font-size: 24px; line-height: 28px; text-transform: uppercase; }
	
	a { font-family: 'Arial', sans-serif; font-weight: 400; text-decoration: none; outline: none; }
	a:hover { text-decoration: underline; }
	p { font-family: 'Arial', sans-serif; font-weight: 400; }
	span { font-family: 'Arial', sans-serif; font-weight: bold; }
	ul { list-style: none; }

	.arrowLink { background: url("../media/images/arrow_link.png") no-repeat 0 3px transparent; }
	.arrowLinkYellow { background: url("../media/images/arrow_dropdown.png") no-repeat 5px 10px transparent; }
	#nav .linkPic { margin:0; padding:0; }
	
 /* ================================================ 
		COLUMS
=================================================*/	
	.ym-col1 { width: 301px; float: left; margin-right: 23px; } /* left column */
    .ym-col2 { width: 301px; float: left; margin-right: 23px; } /* center column */
    .ym-col3 { width: 301px; float: left; } /* right column */	
  
/* ================================================ 
		HEADER
=================================================*/
	#header { background: url("../media/images/header_bg.png") repeat-x 0 0 transparent; color:#000; position:relative; height: 110px; z-index: 999; }
	#header .main { width: 951px; margin: 0 auto; height: 110px; position: relative; padding: 0; }
	#header .wrap img.right { float: right; }
	#header .logo { float: left; width: 255px; height: 110px; background: url("../media/images/header_bg_logo.png") repeat-x; position: relative; }
	#header .logo a { text-decoration: none; display: block; }
	#header .logo img { margin: 40px 0 0 12px; }
	#header .logo .logo_claim { /*margin: 45px 0 0 10px; background: url("../media/images/logo_claim.png") no-repeat;*/ height: 20px; width: 300px; z-index: 100; position: absolute; left: -25px; top: 115px; text-transform: uppercase; font-family: "Arial", sans-serif; font-weight: bold; font-style: italic; font-size: 13px; color: #fff; text-align: center; }
	/*#header .logo .logo_claim a { text-decoration: none; color: #fff; font-family: "Arial", sans-serif; font-weight: bold; font-style: italic; display: block; }*/
  
  /* (en) #topnav gets absolute positioning within #header */
  /* (de) #topnav wird innerhalb von #header absolut positioniert */
	.topnav { float: right; text-align:right; font-family: 'Arial', sans-serif; font-weight: 400; overflow: hidden; }
	.topnav .links { float: right; }
	.topnav a { color: #98bbe1; padding: 0 9px 0 9px; font-size: 12px; border-left: 1px solid #98bbe1; display: block; float: right; color: #98bbe1; text-decoration: none; margin-top: 10px; }
	.topnav a.active { font-weight: bold; }
	.topnav a:hover { text-decoration: none; color: #facc0c; }
	
	.topnav .lang { display: inline-block; width: 50px; height: 24px; margin: 0 10px 0 10px; overflow: hidden; float: right; margin-top: 5px; }
	.topnav .dd_open { cursor: pointer; position: relative; z-index: 20; width: 50px; height: 24px; background: url("../media/images/LangSwichter.png") no-repeat 0 0; }
	.topnav .dd_open.active { background: url("../media/images/LangSwichter_open.png") no-repeat 0 0; }
	/*.topnav .dd_open div { top: 5px; left: 5px; height: 20px; width: 14px; position: absolute; }*/
	.topnav .lang .current { padding-left: 7px; padding-top: 7px; width: 18px; height: 12px; }
		html.msie7 .topnav .lang .current { margin-left: -2px; float:left; }
	.topnav .lang .dropdown { border-radius: 0 5px 5px 5px; -webkit-border-radius: 0 5px 5px 5px; -moz-border-radius: 0 5px 5px 5px; padding: 10px 10px 10px 10px; z-index: 110; position: absolute; display: none; text-align: left; background: #31506f; top: 27px; }
	.topnav .lang .dropdown.pie { behavior: url(static/js/lib/PIE.htc); }
	.topnav .lang .dropdown ul { margin: 0; padding: 0; list-style-type: none; }
	.topnav .lang .dropdown ul li { background: url("../media/images/arrow_language.png") no-repeat 5px 12px transparent; cursor: pointer; min-width: 145px; margin: 0; width: auto; padding-left: 23px; vertical-align: middle; border-top: 1px solid #37597c; }
	.topnav .lang .dropdown ul li:first-child { border: none; margin-bottom: 5px; }
	.topnav .lang .dropdown ul li a { font-family: 'Arial', sans-serif; font-weight: 400; display: inline-block; clear: both; float: none; padding: 0; color: #98bbe1; border: none; }
	.topnav .lang .dropdown ul li a:hover  { text-decoration: underline; }
	
	.topnav #search { /*padding: 0 20px 0 10px;*/ float: right; margin: 5px 0 0; width: 170px; /*height: 24px; overflow: hidden;*/ }
	/*.topnav #search { margin: 0; padding: 0; width: 0px; }*/
	.topnav #search input.txt { 
		color: #98bbe1; 
		font-family: 'Arial', sans-serif; 
		font-weight: 400; 
		font-size: 12px; 
		background: url("../media/images/icon_search.png") no-repeat 10px 3px #09223D; 
		/*border-radius: 10px;*/
		/*border: 1px solid #fff;*/
		border-radius: 15px;
		/*-moz-box-shadow:0px 0px 1px #333; /* just on ffox */
		border-left: 1px solid #071C32;
		border-top: 1px solid #071C32;
		border-right: 1px solid #224F70;
		border-bottom: 1px solid #224F70;
		height: 24px;
		line-height: 24px;
		width: 148px; 
		padding: 0 10px 0 30px; 
		float: right;
	}
	
	.topnav #search input.txt:value { 
		/*padding: 10px 0 5px; */
	}
	
	.topnav #search .btn { 
		background: url("../media/images/arrow_search_right.png") no-repeat 5px 4px; 
		/*
		left: 175px; 
		position: relative; 
		padding: 0 0 0 20px; 
		*/
		height: 24px;
		width: 17px;
		/*
		top: 1px;
		margin-top: -21px;
		*/
		cursor: pointer;
		float: right;
		border: none;
		/*margin: 2px 0 0 5px;*/
	}
  
  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation */
	#nav { /*float: left; margin-top: 45px;*/ left: 300px; position: absolute; bottom: 0px; z-index: 100; }
		/*html.msie7 #nav { margin-bottom: -5px; }*/
	#nav ul { margin: 0; padding: 0; }
	#nav ul li { padding:0; /*height: 31px;*/ display: inline; position: relative; }
	#nav ul li a { 
		font-family: 'Arial', sans-serif;
		font-weight: 400;
		font-size: 14px;
		color: #fff;
		text-decoration: none;
		padding: 15px 10px 5px;
		
		/* height: 34px;  >>  Ticket #46847 */
		height: 20px; 
		
		display: inline-block;
		margin-left:6px; }
	#nav ul li a.active { border-bottom: solid 5px #FACC0C; /*padding: 10px 10px 15px;*/ padding-bottom: 0px; }
	#nav ul li:hover a.active { border: none; /*padding: 10px 10px 18px 10px;*/ }
	#nav ul li a.hover { background: url("../media/images/menu_hover.png") repeat-x; padding-bottom: 5px; }
	#nav ul li.line { border-right: 1px solid #fff; /*vertical-align: top;*/ margin-top: 10px; }
		/*html.msie7 #nav ul li { float: right; }*/
  
  /* Drop down */
	/*
	 * #nav li .dd { display: none; position: absolute; top: 110px; left: 291px; z-index: 5; width: 668px; margin: 0; padding: 0 0 33px 0; overflow: hidden; background: #1b3247; cursor: default; opacity: 0.94; filter:alpha(opacity=94); }
	 * */
	#nav li .dd { 
		display: none;
		position: absolute;
		
		/* top: 38px;  >> Ticket #46847 */
		top: 27px;
		
		z-index: 5;
		width: 334px;
		margin: 0;
		padding: 0 0 33px 0;
		overflow: hidden;
		background: #1b3247;
		cursor: default;
		opacity: 0.94; 
		filter:alpha(opacity=94);
		z-index: 101;
	}
	.firefox #nav li .dd { top: 26px; }
	.mac #nav li .dd { top: 26px; }
	.mac.firefox #nav li .dd { top: 24px; }
	#nav li .left { left: 6px; }
	#nav li .right { right: 0; }
	.firefox #nav li .right { right: 4px; }
	#nav li .dd .wrap { position: relative; width: 334px; overflow: hidden; float: left; }
	#nav li .dd .wrap ul { margin: 0 16px; }
	#nav li.hover .dd { display: block; }
	#nav li .dd  ul { padding: 33px 0 10px 0; }
	#nav li .dd  li { float: left; line-height: 130%; /*padding: 6px 0 2px 0;*/ width: 300px; border-top: 1px dotted #fff; }
	#nav li .dd .wrap li.linkBorderBottom { border-bottom: 1px dotted #fff; }
	#nav li .dd .wrap li:hover { background-color: #45627C; }
	#nav li .dd li a { float: none; text-transform: none; color: #fff; /*font-weight: bold;*/ padding: 4px 0 4px 20px; vertical-align: middle; display: block; height: auto; }
	/*#nav ul li .dd li a:hover { background: url("../media/images/arrow_dropdown.png") no-repeat 5px 10px; color: #fff; }*/
	/*#nav li .dd li:hover .transBG { height: 100%; width: 100%; position: absolute; top:0; background-color: #87aad0; opacity: 0.38; }*/
	
	#nav li .dd .wrapImage { float: left; width: 318px; /*padding: 0 0 20px 0;*/ }
	#nav li .dd .wrapImage ul { margin: 0; }
	#nav li .dd .wrapImage li { height: auto; border-bottom: 1px dotted #fff; }
	#nav li .dd .wrapImage li:hover { background-color: #45627C; }
	/*#nav li .dd .wrapImage img { border-bottom: 1px dotted #fff; }*/
	/*#nav li div.dd .wrapImage a:hover { background: url("../media/images/arrow_dropdown.png") no-repeat 5px 10px #87aad0; }*/

  
  
/* ================================================ 
		CONTENT
=================================================*/   
	#gradient { background: url("../media/images/bg_gradient.png") repeat-x 0 0 transparent; height: 480px; margin-top: -480px; position: relative; z-index: 0; }
	#divCont .slider-wrapper { position: absolute; width: 100%; }
	#divCont .page { /*min-height: 730px;*/ margin: 0 auto; background-color: #FFFFFF; width: 100%; }
	#divCont .page #main { padding: 40px 0 30px; margin: 0 auto; width: 951px; /*overflow: hidden;*/ /*margin-bottom: 31px;*/ z-index: 10; position: relative; }
	
	#infoTooltip { background: url("../media/images/btn_arrow_yellow.png") no-repeat right 0 transparent; float: right; height: 30px; width: 30px; margin-top: -37px; cursor: pointer; z-index: 1; }
	#infoTooltip:hover { background: url("../media/images/overlay_arrow_hover.png") no-repeat right 0 transparent; z-index: 1; }
	#infoTooltip.active { background: url("../media/images/overlay_arrow_active.png") no-repeat right 0 transparent; z-index: 1; }
	.infoToolBox { background-color: #fff; opacity: 0.85; filter:alpha(opacity=85); width: 445px; height: 174px; z-index: -1; position: absolute; top: 51px; left: 506px; }
	.infoToolBox h1 { color: #434c55; padding: 12px 0 15px 20px; font-size: 17px; }
	.infoToolBox ul { color: #434c55; margin: 0 0 0 20px; }
	.infoToolBox ul li { background: url("../media/images/arrow_yellow.png") no-repeat 0 4px transparent; padding: 0 0 0 18px; margin: 0 0 10px 0; height: 20px; }
	.infoToolBox ul li p { font-size: 14px; color: #5d6871; }
	
	#divCont .page #main .content .products { /*height: 188px;*/ /*background: #fff; opacity: 0.85; filter:alpha(opacity=85);*/ margin-bottom: 25px; padding-bottom: 12px; position: relative; }
		body.msie ie7 #divCont .page #main .content .products { /*background: #fff;*/ }
	#divCont .page #main .content .products .bgHack { 
		position: absolute; height: 100%; width: 100%; background: #fff; opacity: 0.85; filter:alpha(opacity=85); z-index: -1;
		background: -moz-linear-gradient(top,  rgba(255,255,255,0.9) 0%, rgba(220,227,233,0.9) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.9)), color-stop(100%,rgba(220,227,233,0.9))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(220,227,233,0.9) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(220,227,233,0.9) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(220,227,233,0.9) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,0.9) 0%,rgba(220,227,233,0.9) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#e6dce3e9',GradientType=0 ); /* IE6-9 */
	}
	#divCont .page #main .content .products h1 { color: #737c84; padding: 10px 0 0 20px; }
	#divCont .page #main .content .products img { margin: 10px 0 10px 55px; }
	#divCont .page #main .content .products a.arrowLink { font-weight: bold; color: #074886; font-size: 14px; line-height: 18px; display: block; margin-left: 50px; padding-left: 15px; }

	div.products .ym-col1 { width: 237px; height: auto; float: left; background: url("../media/images/seperator.png") no-repeat right 0 transparent; margin: 0; } /* first column */
    div.products .ym-col2 { width: 237px; height: auto; float: left; background: url("../media/images/seperator.png") no-repeat right 0 transparent; margin: 0; } /* second column */
    div.products .ym-col3 { width: 237px; height: auto; float: left; background: url("../media/images/seperator.png") no-repeat right 0 transparent; margin: 0; } /* third column */
    div.products .ym-col4 { width: 237px; height: auto; float: left; margin: 0; } /* fourth column */
	
	#sliderTeaserNavi { width: 1004px; position: relative; left: -28px; }
	#sliderTeaserNavi .caroufredsel_wrapper { width: 948px !important; float: left !important; height: 255px !important; }
	#sliderTeaserNavi div.box { width: 301px; margin-right: 23px; float: left; position: relative; }
	#sliderTeaserNavi #prev { height: 220px; width: 18px; background: url("../media/images/sliderContent/arrow_slider_left.png") no-repeat 0 80px; cursor: pointer; float: left; margin-right: 10px; } 
	#sliderTeaserNavi #prev:hover { background-image: url("../media/images/sliderContent/arrow_slider_left_MouseOver.png"); }
	#sliderTeaserNavi #next { height: 220px; width: 18px; background: url("../media/images/sliderContent/arrow_slider_right.png") no-repeat 0 80px; cursor: pointer; float: right; } 
	#sliderTeaserNavi #next:hover { background-image: url("../media/images/sliderContent/arrow_slider_right_MouseOver.png"); }
	
	div.pro_info a.imgLink { padding: 0; margin: 0; text-decoration: none; }
	div.pro_info a.imgLink:hover span { background-color: #facc0c; }
	div.pro_info p { font-weight: 400; color: #5d6871; font-size: 14px; margin: 5px 0 10px; height: 60px; line-height: 18px; }
	div.pro_info a { font-weight: bold; color: #074886; font-size: 14px; line-height: 20px; padding-left: 15px; }
	div.pro_info span.innerImgText { background-color: #254361; opacity: 0.9; filter:alpha(opacity=90); left: 0px; top: 0px; position: absolute; color: #fff; font-size: 18px; padding: 7px; font-weight: 400; }
	div.pro_info .shadow { height: 6px; background: url("../media/images/shadow_teaser_startseite.png") no-repeat; /*margin-top: 3px;*/ position: relative; top: 0; }
	.firefox div.pro_info .shadow { top: -5px; }

	#rightColumn .dimensionTable{ text-align: center; font-size: 12px; width: 100%; font-weight: bold; border: none; margin-top: 6px; }
	#rightColumn .dimensionTable th, #rightColumn .dimensionTable td { border-left: 1px solid #fff; border-top: 1px solid #fff; }
	#rightColumn .dimensionTable tr td:first-child { width: 120px; }
	#rightColumn .dimensionTable th.border, #rightColumn .dimensionTable td.border{ border-left: 3px solid #fff; }
	#rightColumn .dimensionTable tr.border th, #rightColumn .dimensionTable tr th:first-child{ border-bottom: 2px solid #fff; }
	#rightColumn .dimensionTable span { font-size: 9px; font-weight: normal; }
	#rightColumn .dimensionTable sup { font-size: 7px; font-weight: bold; }
	#rightColumn .dimensionTable th { line-height: 11px; color: #fff; background-color: #5D6871 }
	#rightColumn .dimensionTable tr { height: 29px; }
	#rightColumn .dimensionTable tr { background-color: #E5EAEE }
	#rightColumn .dimensionTable tr:nth-child(even) { background-color: #F7F9FA }
	#rightColumn .hint { margin-top: 12px; }  
	#rightColumn .hint sup { font-size: 7px; font-weight: bold; }
	
  /*	
  #main .cont { float: right; padding: 0 20px 0 20px; width: 655px; } 
  #main .cont.error { padding-top: 35px; }
  #main .sidebar { padding-right: 20px; padding-left: 20px; width: 215px; float: left; }
  .mainTop { height: 20px; background: #fff; width: 951px; margin: 0 auto; }
  */
	/* vertical and horizontal centering */
	/*.center { width:100%;height:100%; }
	.center > *:first-child { -webkit-box-flex:1;-moz-box-flex:1;box-flex:1;margin:0 auto;behavior: url(static/js/lib/PIE.htc); }
	*/
  /*	
  #main { margin: 0 auto; width: 951px; }
	#main .cont .page_header h1 { display: inline-block; width: 585px; margin: 0 0 -3px 0; }
  */
  
  /*two collumn page*/
  /*#main.two_cols { background-position: 475px center; }
  #footer.two_cols .top .sep { margin-left: 219px; }
  */
  
/* ================================================ 
		INFO
=================================================*/ 
	#info { background: url("../media/images/info_bg.png") repeat-x 0 0 #FFFFFF; /*height: 235px;*/ z-index: 100; position: relative; padding: 25px 0 30px; /*width: 951px;*/ }
	#info .infoCont { width: 951px; margin: 0 auto; }
	#info .infoCont h1 { padding: 0 0 15px 0; }
	#info .infoCont ul li { background: url("../media/images/mark.png") no-repeat 0 3px transparent; padding: 0 0 0 30px; width: 200px; margin-bottom: 8px; }
	#info .infoCont p { color: #5d6871; font-weight: 400; font-size: 14px; line-height: 18px }
	#info .infoCont a { color: #074886; font-weight: 400; font-size: 14px; }
	
	#info .infoCont div.info_img.port { float: left; width: 100px; }
	#info .infoCont div.info_text.port { float: right; width: 201px; }
	
	#info .infoCont div.info_img.land { float: left; width: 167px; }
	#info .infoCont div.info_text.land { float: right; width: 134px; }
	
	#info .infoCont img { margin-right: 10px; float: left; }
	
	/*#info .ym-col1, .ym-col2, .ym-col3 { height: 235px; }*/
  
/* ================================================ 
		FOOTER
=================================================*/   
	#footer { background: url("../media/images/footer_bg.png") repeat-x 0 0 #042140; z-index: 10; position: relative; /*height: 126px*/ padding: 25px 0; }
		html.msie8 #footer { margin-top: -1px; }
	#footer .footerCont { position: relative; color:#666; width: 911px; margin: 0 auto; padding: 0 20px; }
	#footer .footerCont a, p { font-family: 'Arial', sans-serif; font-weight: 400; font-size: 12px; line-height: 18px; color: #98bbe1; text-align: left; }
	#footer .footerCont a:hover { text-decoration: none; color: #facc0c; }
	
	#footer .footerCont .imprint { float: left; width: 400px; }
	/*#footer .footerCont .imprint p { margin: 0; }*/
	/*#footer .footerCont .imprint p:last-child { margin-bottom: 23px; }*/
	#footer .footerCont .imprint span.copy { margin: 23px 0; font-weight: bold; }
	
	#footer .footerCont .navi { width: 400px; font-size: 12px; line-height: 12px; }
	#footer .footerCont .navi ul li { float: right; border-left: 1px solid #98bbe1; line-height: 12px; font-size: 12px; padding: 0 10px; }
	#footer .footerCont .navi ul li.first { padding-right: 0; }
	#footer .footerCont .navi ul li.last { border: none; }

	#footer .social { text-align: right; width: 400px; margin-top: 10px; }
	#footer .social a { margin: 0 0 0 10px; }

	#footer .naviSocial { float: right; width: 400px; }
	
	
	

	
	/*breadcrumb*/
	.breadcrumb a { font-family: Arial, Tahoma; font-size: 10px; font-weight: normal;line-height: 32px; text-decoration: underline;}
	.breadcrumb a.current { text-decoration: none; background: none; }
	.breadcrumb a:hover { text-decoration: underline; }
	#footer  .breadcrumb a { color: #00529E !important;  }
	#main .cont .breadcrumb { margin-top: -6px; margin-bottom: 34px; }
	#main .cont .breadcrumb a { color: #999; line-height: 17px; }
	.breadcrumb a, .breadcrumb em { float: left; }
	.breadcrumb em { margin: 2px 4px 0 3px; }
	#footer  .breadcrumb em { line-height: 30px; }
	
	/*sidebar subnav*/
	.box .content.subnav { padding: 0; }
	.box .content.subnav ul { margin: 0; padding: 0; list-style-type: none; }
	.box .content.subnav ul li { width: 215px; margin: 0; padding: 0; border-bottom: 1px dotted #E5E5E5; }
	.box .content.subnav ul li a { line-height: 23px; text-decoration: none; color: #00529E; }
	.box .content.subnav ul li a:hover { text-decoration: none; }
	.box .content.subnav ul li span,{ display: block; background: url("../media/images/arrow.png") no-repeat 5px 15px transparent; line-height: 23px; padding-left: 23px; }
	.box .content.subnav ul li span a{ padding-left: 23px; margin-left: -23px; }
	.box .content.subnav ul li span.active, .lang .dropdown ul li:hover { font-weight: bold; }
	.box .content.subnav ul li span.active.nodd { background: url("../../media/images/sprite.png") no-repeat 6px -367px #e0eaf3; }
	.box .content.subnav ul li ul li a { background: url(../../media/images/sprite.png) 13px -202px no-repeat; border: none; width: 191px; padding-left: 24px; line-height: 23px; }
	.box .content.subnav ul li ul li.active { border-top: 1px solid #fff; background-color: #EFEFEF; }
	.box .content.subnav ul li ul li ul li { border-top: 1px solid #fff; width: 193px; margin-left: -26px; padding-left: 48px; color: #00529E; }
	.box .content.subnav ul li ul li ul li.active { font-weight: bold; background-color: #F7F7F7; }
	.box .content.subnav ul li ul li span { background: none; padding-left:0px;}
	.box .content.subnav ul li ul li span.active { background: none; padding-left:0px;}
	.box .content .sep { padding-bottom: 4px; border-top: 1px dotted #ccc; margin-left: -9px; width: 212px; }
	.box .content .selects .selector { margin-top: 4px; margin-bottom: 7px; }
	.box .content a.btn { margin-top: 5px; }
	.box .content .arrow  li a { padding-left: 24px; background: url("../../media/images/sprite.png") no-repeat scroll 13px -200px transparent; }
   
   
 /* (en) Backup for correct positioning */
  /* (de) Absicherung korrekte Positionierung */
  #header, #main, #footer { clear:both; }

  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col430   |
   * | 25%     | flexible  | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */


  #col1 { width:25%; }
  #col1_content { padding:10px 10px 10px 20px; }

  #col430 { width:25%; }
  #col430_content { padding:10px 20px 10px 10px; }

  #col3 { margin:0 25%; }
  #col3_content { padding:10px; }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * (en) Styling of layout specific elements
  * (de) Gestaltung layoutabhängiger Elemente
  */

  #header h1 {
    font-weight:bold;
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }

  #header span { color:#999; }

  #topnav a { color:#999; font-weight:normal; background:transparent; text-decoration:none; }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active { text-decoration:underline; background-color:transparent; }

	
	/*startpagecom*/
	.center .footer { margin-top: 19px; color: #80A9CF; }
	.center .langs { margin: 39px auto 33px auto; width: 790px; text-align: center; font-size: 17px; color:#fff; }
	.center .langs a { display: inline-block; line-height: 13px; height: 16px; text-decoration: underline; border-left: 1px solid #fff; padding-left: 11px; padding-right: 7px; color: #fff; }
	.center .langs a:first-child { border: none; padding-left: 0; }
	.center .dd, .popup .dd { margin: 0 auto; width: 790px; border-bottom: 1px solid #407db6; }
	.center .dd_open { cursor: pointer; text-decoration: none; font-weight: bold; border-top: 1px solid #407db6; color: #99bad9; padding: 8px 0 7px 15px; text-align: left; display: block; background: url(../../media/images/lang_dd.png) left no-repeat; }
	.popup .dd_open { padding-bottom: 2px; font-size: 16px; color: #fff; text-align: left; display: block; border-bottom: 1px solid #407db6; }
	.popup a.dd_open:hover { text-decoration: none; }
	.center .dd_open.active { background: url(../../media/images/lang_dd_open.png) left no-repeat; }
	.dropdown { padding: 8px 0 20px 0; display: none; }
	.dropdown.countries ul { width: 250px; float: left; margin: 0 0 0 20px; padding: 0; list-style-type: none; }
	.dropdown.countries ul:first-child { margin: 0; }
	.dropdown.countries ul li { text-align: left; margin: 1px 0 0 0; padding: 0 6px 0 6px; width: 238px; height: 26px; line-height: 25px; background: url(../../media/images/layer_transparent.png) no-repeat; }
	.dropdown.countries ul li a { text-decoration: none; color: #fff; }
	.dropdown.countries ul li ul.langs { width: auto; margin: 0; float: right; }
	.dropdown.countries ul li ul.langs li { background: none; margin: 0; padding: 0; width: auto; display: inline; }
	.dropdown.countries ul li ul.langs li a{ height: 12px; padding: 0 0 0 4px; border-left: 1px solid #9bbad9; font-weight: bold; font-style: normal; text-decoration: none; color: #9bbad9; font-size: 12px; }
	.dropdown.countries ul li ul.langs li:first-child a{ border: none; }
	.dropdown.countries ul li span { margin: 5px 6px 0 0; float: left; border: 1px solid #ccc; width: 16px; height: 11px; display: block; }
	.popup { padding: 20px; }
	.popup .dropdown.countries { display: block; }
	
	/*loads today startpage*/
	.infoboxes { width: 314px; margin: 17px 27px 17px 0; border-bottom: 1px dotted #ccc; float: left; }
	.infoboxes.right { margin-right: 0; float: right; }  
	.infobox { position: relative; padding: 7px 0 12px; overflow: hidden; width: 314px; border-top: 1px dotted #ccc; }
	.cont .infobox .img_left { float: left; width: 100px; margin: 0 10px 0 0; }
	.infobox img.noborder { padding: 0; margin-top: 2px; border: none; float: left; }
	.infobox .rich-text { width: 194px; float: right; margin-bottom: 6px; padding-right: 10px; }
	.infobox a.arrow { /*position: absolute; bottom: 15px; position: absolute; left: 110px;*/ text-decoration: underline; display: inline-block; }
	.infobox a.arrow img { border: none; padding: 0; margin-right: 1px; }
	.infobox strong a { text-decoration: underline; }
	.infoboxes.border .infobox { width: 306px; padding: 10px; border-right: 1px solid #E5E5E5; border-top: 1px solid #E5E5E5; }
	.infoboxes.border .infobox strong{ margin-bottom: 5px; display: inline-block; width: 158px }
	.infoboxes.border { margin: 0 0 30px 0; border: none; border-left: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; }
	.infoboxes.border.right { border-left: none; }
	.infoboxes.customer .infobox a.arrow { margin-top: 10px; }
	.infoboxes.customer .infobox .rich-text { margin-bottom: 0; }
	.cont .infoboxes.trailer .infobox .img_left { width: 90px; }
	
	/*trailersearch*/
	.filter { margin-top: 44px; margin-bottom: 30px; padding: 10px; border: 1px solid #EFEFEF; }
	.filter a.arrow { text-decoration: underline; display: inline-block; }
	.filter a.arrow img { border: none; padding: 0; }
	.filter a.submit_search { float: right; padding: 0 19px 0 0; height: 20px; text-align: center; background: url(../../media/images/btn_bg.png) right no-repeat; display: block; }
	.filter a.submit_search span { color: #555; font-weight: bold; padding-left: 19px; display: block; line-height: 20px; height: 20px; background: url(../../media/images/btn_bg.png) no-repeat; }
	.filter .selects { margin-bottom: 10px; border: 1px solid #ccc; padding: 10px; background: #E0EAF3; }
	.filter .selects label , .filter .selects .selector { float: left; }
	.filter .selects .row { margin-top: 5px; }
	.filter .selects .row:first-child { margin-top: 0; }
	.filter .selects .row label { line-height: 20px; margin-left: 21px; display: inline-block; width: 100px; }
	.filter .selects .row label:first-child { margin-left: 0; }
	html.msie7 .filter .clearfix { clear: both; }
	
	ul.search-results { list-style-type: none; }
	ul.search-results>li { background: url("../../media/images/border_cont.png") repeat-y scroll 429px 20px #FFFFFF; margin: 0 0 20px 0; border: 1px solid #EFEFEF }
	ul.search-results.form>li { background: none; }
	ul.search-results .header { padding: 0 10px 0 10px; height: 32px; line-height: 32px; background: #EFEFEF; }
	ul.search-results .header h5, ul.search-results .header h2 { display: inline; }
    ul.search-results .header h2 { line-height: 32px; color: #555555; margin-bottom: 3px; font-size: 12px; font-weight: bold; }
	html.msie7 ul.search-results .header h5 { float: left; }
	ul.search-results .header .price, ul.search-results .header .lang { float: right; }
	ul.search-results .details img { margin-right: 10px; float: left; }
	ul.search-results .details ul.quad { width: 194px; /*margin: 10px 0 0 10px;*/ }
	ul.search-results .details .rich-text ul { display: inline-block; list-style-type: none; margin: 0 0 15px; padding: 0; }
	ul.search-results .details .rich-text ul li { background: url("../../media/images/sprite.png") no-repeat scroll left 4px transparent; margin: 0; padding-left: 12px; }
	ul.search-results .details .left { width: 409px; float: left; padding: 10px; }
	ul.search-results .details .right { height: 138px; position: relative; width: 184px; padding: 20px 20px 0 20px; float: right; }
	ul.search-results .details .right .btns { margin-top: 25px; bottom: 10px; }
	ul.search-results .details .right img { margin-top: 0; padding: 1px 4px 3px 0; border: none; }
	ul.search-results .details .right ul.arrow li a{ margin-top: 6px; }
	ul.search-results .details ul li { border: none; }
	ul.search-results .flag_big { float: left; width: 40px; height: 26px; border: 1px solid #EFEFEF }
	ul.search-results.jobs>li { background: none; }
	ul.search-results.jobs .details .right { border-top: 1px solid #EFEFEF; width: 104px; padding: 10px; height: auto; }
	ul.search-results.jobs .details .right .rich-text { margin-bottom: 0; }
	ul.search-results.jobs .details .middle { float: left; padding: 6px 10px 10px 10px; border-top: 1px solid #EFEFEF; border-left: 1px solid #EFEFEF; border-right: 1px solid #EFEFEF; width: 447px; }
	ul.search-results.jobs .details .middle a.arrow { display: block; text-decoration: underline; padding-left: 1px; }
	ul.search-results.jobs .details .middle a.arrow img { margin-right: 0; float: none; border: none; padding: 0; }
	ul.search-results.jobs .details .middle .rich-text { margin: 0 0 0 10px; }
	ul.search-results.jobs .details .left { padding: 9px; border-top: 1px solid #EFEFEF; width: 42px; }
	ul.search-results.jobs .details .left.noflag { border: none; }
	ul.search-results .details .right img { margin-right: 2px; }
	ul.search-results .details .right a.arrow { text-decoration: underline; }
	ul.search-results .details .right a.arrow img { padding-top: 3px; margin-right: 0; padding-right: 0; }
	html.msie7 ul.search-results.jobs .clearfix { clear: both; }
	
	.contact { padding: 13px 20px 15px 20px; margin-bottom: 20px; border: 1px solid #EFEFEF }
	.contact .col { width: 204px; float: left; }
	.contact .col span { font-weight: bold; color: #0F2765; }
	.contact .col a { text-decoration: underline; }
	.contact .col p { line-height: 13px; }
	
	/*custom forms*/
	.selects .selector, .form_cont .selector , .imageMap .selector { display: inline-block; background: url(../../media/images/select_arrow_right.png) right no-repeat; padding-right: 17px; position: relative; height: 20px; }
	.selects .selector span, .form_cont .selector span, .imageMap .selector span { line-height: 20px; padding-left: 6px; display: inline-block; width: 170px; height: 18px; border-bottom: 1px solid #CCCCCC; position: relative; border-top: 1px solid #9A9A9A; border-left: 1px solid #9A9A9A; behavior: url(static/js/lib/PIE.htc); border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; box-shadow: inset 1px 1px 0px #cfcfcf, inset 2px 2px 1px #e2e2e2, inset 3px 3px 1px #f1f1f1, inset 4px 4px 1px #fafafa; background: #fff;}
	.selects .selector select, .form_cont .selector select, .imageMap .selector select { top: 0px; left: 0px; position: absolute; padding: 0; width: 193px; height: 20px; }
	a.btn { padding: 0 19px 0 0; height: 20px; text-align: center; background: url(../../media/images/btn_bg.png) right no-repeat; display: block; }
	a.btn span { color: #555; padding-left: 19px; display: block; line-height: 20px; height: 20px; background: url(../../media/images/btn_bg.png) no-repeat; }
	a.btn.right { float: right; }
	a.btn.right span { float: right; }
	.selects.long span {}
	.selects.long select {}
	
	/*print*/
	.print-logo, .print-footer { display: none; }
 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Skiplinks 
  *
  * (en) Visual styling for skiplink navigation
  * (de) Visuelle Gestaltung der Skiplink-Navigation
  *
  * @section content-skiplinks
  */
  
  #skiplinks a.skip:focus,
  #skiplinks a.skip:active { 
	color:#fff; 
	background:#333; 
	border-bottom:1px #000 solid;
	padding:10px 0;
	text-decoration:none;
  }
  

	 /* ================================================ 
	    =============================================
	================================================= */
  
  
	/*body { background-color: #105091 !important; }*/
	body { background-color: #042140 !important; }

	 /* ================================================ 
			.background
	=================================================*/
	.background { height: 100%; width: 100%; position: absolute; }
	.background .wrapper { position: relative; height: 100%; overflow: hidden; }
	.background .wrapper .image { position: absolute; }
	.background .wrapper .schraffur { height: 100%; width: 100%; background: url("../media/images/bg_raster.png"); position: absolute; top: 0px; }
	.background .wrapper .shadow_bottom { position: absolute; display: block; height: 768px; }


	 /* ================================================ 
			.siteContent
	=================================================*/

	#divCont { position: relative; /*overflow: hidden;*/ }
	.siteContent { width: 951px; margin: 50px auto 0; z-index: 1; position: relative; padding: 13px 0 40px 0; background-color: #FFFFFF; } /* Komm: eigentlich 20px > Schrift nimmt sich jedoch 7px */
	.siteContent #leftColumn { 
		float: left; 
		width: 236px;
		min-height: 600px;
		margin: 0 0 0 20px; 
		/*padding-right: 15px;*/
		background-image: url("../media/images/shadow_subnavi.png"); 
		background-repeat: no-repeat; 
		background-position: 231px 10px;
	}
	.siteContent #rightColumn {float: right; width: 655px; margin: 0 20px 0 0; }
	.siteContent #rightColumn.fullWidth { float: none; width: 910px; margin: 0 20px 20px; }
	.clearer { clear: both !important; height: 0px !important; float: none !important; }


	 /* ================================================ 
			#leftColumn > #subMenu
	=================================================*/

	/* alle Ebenen */
	#subMenu { margin: 0 5px 40px 0; }
	#subMenu a { font-size: 14px; text-transform: none; display: block; font-weight: bold; line-height: 20px; }
	#subMenu div { padding-right: 10px; }
	#subMenu div.active { background-color: #fdd60d !important; }
	#subMenu div.active a { background: url("../media/images/arrow_link_aktiv.png") no-repeat 6px 6px !important; }
	#subMenu div.active a.open { background: url("../media/images/arrow_link_aktiv_down.png") no-repeat 6px 6px !important; }	
	#subMenu .dottedLine { height: 0px; border-top: 1px dotted #b2c2ce; margin-right: 10px; }
	
	/* Ebene 1 */
	#subMenu li div.head { font-family: 'Arial', sans-serif; font-weight: bold; font-size: 20px; color: #2E4863; border-bottom: 1px dotted #b2c2ce; padding: 0 0 10px; margin-right: 10px; }
	/*#subMenu li div.head:hover { background: none; }*/
	
	/* Ebene 2 */
	#subMenu li ul li { margin: 4px 0; }
	#subMenu li ul li a { color: #074886; padding: 0 0 1px 20px; }
	#subMenu li ul a  { background: url("../media/images/arrow_link.png") no-repeat 6px 6px; }
	#subMenu li ul a.open { background: url("../media/images/arrow_blue_down.png") no-repeat 6px 6px; }
	
	/* Ebene 3 & darunter */
	#subMenu li ul li ul { margin: 10px 0 0 15px; }
	#subMenu li ul li ul li div:hover { background-color: #E8ECEF; }	
	#subMenu li ul li ul li a { font-weight: normal; color: #5d6871; }
	#subMenu li ul li ul li a:hover { text-decoration: none; }
	#subMenu li ul li ul a { background: url("../media/images/arrow_grey.png") no-repeat 6px 6px; }
	#subMenu li ul li ul a.open { background: url("../media/images/arrow_grey_down.png") no-repeat 6px 6px; }
	#subMenu li ul li ul ul { margin: 5px 0 0 15px; }
	

	 /* ================================================ 
			#leftColumn > #callToAction
	=================================================*/

	#callToAction { margin-bottom: 30px; /* restliche 10px kommen vom letzten li */ }
	#callToAction li { margin-bottom: 10px; }
	#callToAction li a { color: #074886; /*padding-left: 53px; background-repeat: no-repeat;*/ line-height: 43px; display: block; font-family: 'Arial', sans-serif; font-size: 14px; font-weight: bold; padding-left: 50px; position: relative; padding: 0 15px 0 50px; }
	/* 	Bild soll wartbar sein > darum direkt in HTML
	#callToAction li a.kontakt { background-image: url("../media/images/icon_kontakt.png"); }
	#callToAction li a.kontakt:hover { background-image: url("../media/images/icon_kontakt_MouseOver.png"); }
	#callToAction li a.callback { background-image: url("../media/images/icon_callback.png"); }
	#callToAction li a.callback:hover { background-image: url("../media/images/icon_callback_MouseOver.png"); }
	#callToAction li a.newsletter { background-image: url("../media/images/icon_newsletter.png"); }
	#callToAction li a.newsletter:hover { background-image: url("../media/images/icon_newsletter_MouseOver.png"); }
	*/
	#callToAction li a img { position: absolute; left: 0; top: 0; }
	#callToAction li a img.mouseOver { display: none; }


	 /* ================================================ 
			#rightColumn > Inhalt
	=================================================*/

	#mainPic { margin: 0 0 20px; background: url("../media/images/shadow_topimage.png") no-repeat bottom; position: relative; }
	#mainPic.bottomSpacer { margin-bottom: 20px; }
	#mainPic .pic { margin: 7px 0 10px; }
	#mainPic .lasche { position: absolute; right: 0; top: 7px; }

	/* Changed Order of h1 & h2 >> Ticket #50622 */
	#rightColumn h2, #landingPageTop h2 { font-family: 'Arial', sans-serif; font-size: 18px; font-weight: normal; color: #5D6871; line-height: 22px; text-transform: none; }
	#rightColumn h1, #landingPageTop h1 { font-family: 'Arial', sans-serif; font-size: 24px; font-weight: bold; color: #2E4863; line-height: 26px; padding: 0; text-transform: none; }
	#rightColumn h2 a, #landingPageTop h2 a { font-weight: inherit; color: inherit; text-decoration: none; }
	#rightColumn h1 a, #landingPageTop h1 a { font-weight: inherit; color: inherit; text-decoration: none; }
	
	#rightColumn h3 { font-family: 'Arial', sans-serif; font-size: 14px; font-weight: bold; color: #5d6871; line-height: 18px; margin-top: 22px; }
	#rightColumn p { font-family: 'Arial', sans-serif; font-size: 14px; font-weight: 400; line-height: 18px; color: #5d6871; margin: 22px 0 0; }
	#rightColumn p table, #rightColumn table { font-family: 'Arial', sans-serif; font-size: 14px; font-weight: 400; line-height: 20px; color: #5d6871; } /* SiteCore Fix */
	#rightColumn ul { font-family: 'Arial', sans-serif; font-size: 14px; color: #5d6871; list-style: none; line-height: 18px; }
	#rightColumn ul li { padding-left: 10px; background: url("../media/images/bullet.png") no-repeat 0 8px; margin: 5px 0 0; }
	#rightColumn ul li span { font-weight: normal; }
	#rightColumn .img_left {float: left; margin: 0 20px 20px 0;}
	#rightColumn p a, #rightColumn ul a { color: #074886; text-decoration: underline; }

	#rightColumn .left { float: left; margin-right: 10px; }
	#rightColumn .right { float: right; margin-left: 10px; }
	#rightColumn .picInText { width: 300px; }
	#rightColumn .picInText img { margin: 22px 0 2px; }
	#rightColumn p .picInText img { margin: 0 0 2px; }
	#rightColumn .picInText .picUntertitel { font-family: 'Arial', sans-serif; font-size: 12px; color: #97a1a9; line-height: 16px; padding: 2px 0 10px; display: block; font-weight: 400; }
	#rightColumn  .textInCol { width: 345px; float: left; }


	 /* ================================================ 
			#rightColumn > #linksThema & #linkListe
	=================================================*/

	#linksThema { margin-top: 35px; }
	#linkListe.spalten3 li { width: 188px; padding-right: 10px; float: left; }
	#linksThema ul, #linkListe ul { list-style: none; line-height: 20px; }
	#linksThema ul li, #linkListe ul li { padding-left: 20px; background: url("../media/images/arrow_link.png") no-repeat 0 5px; margin: 10px 0 0; }
	#linksThema ul a, #linkListe ul a { font-family: 'Arial', sans-serif; font-size: 14px; line-height: 18px; color: #18548e; text-decoration: none; }
	#linksThema ul a:hover, #linkListe ul a:hover { text-decoration: underline; }


	 /* ================================================ 
			#rightColumn > #breadCrumb
	=================================================*/

	#breadCrumb { /*margin: 3px 0 0;*/ }
	#breadCrumb li { float: left; font-family: 'Arial', sans-serif; font-size: 12px; color: #97a1a9; margin:  0 10px 15px 0 !important; padding: 0px !important; background: none !important; }
	#breadCrumb li a { color: #97a1a9; margin-right: 10px; text-decoration: none; }
	#breadCrumb li.active a { color: #5d6871; font-weight: bold; }
	#breadCrumb li a:hover { text-decoration: underline; }
	
  
	/* ================================================ 
			#bgSlider on Startpage
	=================================================*/

	#bgSlider { position: absolute; width: 100%; left: 0px; }
	#bgSlider .caroufredsel_wrapper { width: 100% !important; }
	#bgSlider .bgSliderWrapper { width: 100% !important; z-index: auto !important; }
	#bgSlider #bgSliderPrev { position: absolute; top: 100px; z-index: 9; background: url("../media/images/arrow_left.png") no-repeat; height: 60px; width: 40px; left: 10px; cursor: pointer; }
	#bgSlider #bgSliderPrev:hover { background-image: url("../media/images/arrow_left_hover.png"); }
	#bgSlider #bgSliderNext { position: absolute; top: 100px; z-index: 9; background: url("../media/images/arrow_right.png") no-repeat; height: 60px; width: 40px; right: 10px; cursor: pointer; }
	#bgSlider #bgSliderNext:hover { background-image: url("../media/images/arrow_right_hover.png"); }
	.bgShadow { background-image: url("../media/images/verlauf_bg_home.png"); height: 800px; width: 100%; position: absolute; z-index: 5; }
	

	/* ================================================ 
			#sliderContent
	=================================================*/
	
	#sliderContent { margin: 35px 0 0; left: -10px; width: 676px; position: relative; }
	#sliderContent .caroufredsel_wrapper { width: 630px !important; float: left !important; }
	#sliderContent .box { float: left; width: 200px; margin: 0 10px 0 0; cursor: pointer; }
	#sliderContent .box .text { height: 112px; width: 180px; padding: 10px; background: url("../media/images/sliderContent/bg_slider_teaser.png") no-repeat bottom; }
	#sliderContent .box .text h3 { font-family: 'Arial', sans-serif; font-size: 14px; font-weight: bold; color: #074886; margin: 0; line-height: 18px; text-transform: uppercase; padding: 0 0 0 12px; background: url("../media/images/sliderContent/arrow_link_slider.png") no-repeat 0 4px; }
	#sliderContent .box:hover .text h3 { text-decoration: underline; }
	#sliderContent .box .text p { font-family: 'Arial', sans-serif; font-size: 14px; font-weight: 400; color: #5d6871; line-height: 18px; margin: 16px 0 0; /*height: 60px; width: 180px; /*overflow: hidden;*/ }
	#sliderContent .box .shadow { height: 6px; background: url("../media/images/sliderContent/shadow_slider-teaser.png") no-repeat; margin-top: 3px; } 
	#sliderContent #prev { height: 220px; width: 18px; background: url("../media/images/sliderContent/arrow_slider_left.png") no-repeat 0 95px; cursor: pointer; float: left; margin-right: 10px; } 
	#sliderContent #prev:hover { background-image: url("../media/images/sliderContent/arrow_slider_left_MouseOver.png"); }
	#sliderContent #next { height: 220px; width: 18px; background: url("../media/images/sliderContent/arrow_slider_right.png") no-repeat 0 95px; cursor: pointer; float: right; } 
	#sliderContent #next:hover { background-image: url("../media/images/sliderContent/arrow_slider_right_MouseOver.png"); }
	
	
	/* ================================================ 
			#sliderTeaserContent
	=================================================*/
	
	#sliderTeaserContent { margin-top: 45px; }
	#sliderTeaserContent .box { width: 322px; float: left; }
	#sliderTeaserContent .right { float: right; }
	#sliderTeaserContent .box .pic { position: relative; color: #FFFFFF; text-transform: uppercase; text-decoration: none; }
	#sliderTeaserContent .box .pic span { position: absolute; }
	#sliderTeaserContent .box .pic span.video { background: url("../media/images/teaser_video_play.png"); height: 71px; width: 71px; left: 125px; bottom: 50px; }
	#sliderTeaserContent .box .pic span.text { font-family: 'Arial', sans-serif; font-size: 18px; font-weight: 400; background-color: #043855; opacity: 0.8; /*height: 31px; line-height: 31px;*/ bottom: 10px; left: 10px; padding: 7px; }
	#sliderTeaserContent .box.text-right .pic span.text { right: 10px; left: auto; }
	#sliderTeaserContent .box .pic:hover span.text { background-color: #f8cb0c; opacity: 0.9 }
	#sliderTeaserContent .box .shadow { height: 6px; background: url("../media/images/shadow_teaser.png") no-repeat; margin-top: 3px; }
	#sliderTeaserContent .box p { font-family: 'Arial', sans-serif; font-weight: 400; font-size: 14px; color: #5d6871; line-height: 18px; margin: 5px 0; }
	/*#sliderTeaserContent .box .textlink { font-family: 'Arial'; font-weight: bold; font-size: 14px; color: #074886; padding-left: 15px; background: url("../media/images/arrow_link.png") no-repeat 0 5px; }*/
	
	
	 /* ================================================ 
			#topNews
	=================================================*/
	
	#topNews { margin-top: 30px;	}
	#topNews h2 img { padding-left: 4px; }
	#topNews .box { width: 320px; float: left;  }
	#topNews .right { float: right; }
	#topNews .box .boxWrapper { margin-top: 8px; padding: 10px; background: url("../media/images/topNews/bg_news_teaser.png") no-repeat bottom; height: 97px; overflow: hidden; }
	#topNews .box img { float: left; margin: 0 10px 0 0; }
	#topNews .box .text { float: left; width: 142px; height: 97px; position: relative; }
	#topNews .box .text p { font-family: 'Arial', sans-serif; font-weight: 400; font-size: 14px; line-height: 18px; color: #5d6871; margin: 0; /*height: 80px;*/ max-height: 80px; overflow: hidden; }
	#topNews .box .shadow { height: 6px; background: url("../media/images/shadow_news_teaser.png") no-repeat; margin-top: 3px; }
	
	#rightColumn .textlink { font-family: 'Arial'; font-weight: bold; font-size: 14px; color: #074886; padding-left: 15px; background: url("../media/images/arrow_link.png") no-repeat 0 3px; position: absolute; bottom: 0; }
	
	
	 /* ================================================ 
			#downloads
	=================================================*/
	
	#downloads, #linkListe { border-top: 1px dotted #b2c2ce; padding-top: 12px; margin-bottom: 30px; }
	#rightColumn #downloads, #rightColumn #linkListe, .uploadedFiles { border: none; margin-bottom: 0; } /* rightColumn > no points, no margin */
	#downloads ul, .uploadedFiles { list-style: none; line-height: 28px; margin: 4px 0 0; }
	#downloads ul li, #produktInfo .produktDownloads ul li, .uploadedFiles li { padding-left: 25px; background: url("../media/images/icons/page_icon.png") no-repeat 0 6px; line-height: 28px; }
	#downloads ul li.pdf, #produktInfo .produktDownloads .pdf, .uploadedFiles li.pdf { background-image: url("../media/images/icons/pdf_icon.png"); }
	#downloads ul li.doc, #produktInfo .produktDownloads .doc, .uploadedFiles li.doc { background-image: url("../media/images/icons/doc_icon.png"); }
	#downloads ul li.ppt, #produktInfo .produktDownloads .ppt, .uploadedFiles li.ppt { background-image: url("../media/images/icons/ppt_icon.png"); }
	#downloads ul li.xls, #produktInfo .produktDownloads .xls, .uploadedFiles li.xls { background-image: url("../media/images/icons/xls_icon.png"); }
	#downloads ul li.jpg, #produktInfo .produktDownloads .jpg, .uploadedFiles li.jpg { background: url("../media/images/icons/image_icon.png") no-repeat 0 9px; }
	#downloads ul a { font-family: 'Arial', sans-serif; font-size: 14px; color: #18548e; text-decoration: none; }
	#downloads ul a:hover { text-decoration: underline; }
	
	
	 /* ================================================ 
			Buttons
	=================================================*/
	
	.button { /*clear: both;*/ float: left; margin-top: 10px; margin-right: 10px; cursor: pointer; font-size: 14px; }
	#leftColumn .button { margin: -20px 15px 0 0; float: right; }
	.button.specialMargin { margin: 10px 0 20px; }
	.button div, .button a { float: left !important; }
	.button a { line-height: 41px; text-transform: uppercase; font-family: 'Arial', sans-serif; font-weight: bold; padding-right: 12px; }
	.button a:hover { text-decoration: none; }
	.button a span { display: block; padding-left: 15px; background-position: 0 16px !important;/*width: 9px; height: 12px; margin: 16px 5px 0 0;*/ }	
	
	/*blue*/
	.button.blue a { background: url("../media/images/btn/sprite_btn.png") repeat-x -5px 0; color: #FFFFFF; }
	.button.blue:hover a { background: url("../media/images/btn/sprite_btn.png") repeat-x -5px -102px; }
	.button.blue .left { height: 41px; width: 20px; background: url("../media/images/btn/sprite_btn.png") no-repeat; margin: 0 !important; }
	.button.blue:hover .left { background: url("../media/images/btn/sprite_btn.png") no-repeat 0 -102px; }
	.button.blue .right { height: 41px; width: 10px; background: url("../media/images/btn/sprite_btn.png") no-repeat 0 -51px; margin: 0 !important; }
	.button.blue:hover .right { background: url("../media/images/btn/sprite_btn.png") no-repeat 0 -153px; }
	.button.blue a span { background: url("../media/images/arrow_dropdown.png") no-repeat; }
	/*calc*/
	.button.calc a span { background: none !important; border-left: 1px solid #275f93; }
	.button.calc .left { width: auto !important; }
	.button.calc .left .calc { background: url("../media/images/calc.png") no-repeat 15px 8px; width: 50px; height: 41px; display: block; border-right: 1px solid #0a355e; }

	/*dark*/
	.button.dark a { background: url("../media/images/btn/sprite_btn.png") repeat-x -5px -204px; color: #FFFFFF; }
	.button.dark:hover a { background: url("../media/images/btn/sprite_btn.png") repeat-x -5px -306px; }
	.button.dark .left { height: 41px; width: 20px; background: url("../media/images/btn/sprite_btn.png") no-repeat 0 -204px; margin: 0 !important; }
	.button.dark:hover .left { background: url("../media/images/btn/sprite_btn.png") no-repeat 0 -306px; }
	.button.dark .right { height: 41px; width: 10px; background: url("../media/images/btn/sprite_btn.png") no-repeat 0 -255px; margin: 0 !important; }
	.button.dark:hover .right { background: url("../media/images/btn/sprite_btn.png") no-repeat 0 -357px; }
	.button.dark a span { background: url("../media/images/btn/arrow_btn_dark.png") no-repeat; }
	/*calc*/
/*	.button.blue.calc a span { background: none; border-left: 1px solid #275f93; }
	.button.blue.calc .left { width: auto; }
	.button.blue.calc .left .calc { background: url("../media/images/calc.png") no-repeat 15px 8px; width: 50px; height: 41px; display: block; border-right: 1px solid #0a355e; }
*/
	/*light*/
	.button.light a { background: url("../media/images/btn/sprite_btn.png") repeat-x -5px -408px; color: #99a5b0; }
	.button.light:hover a { background: url("../media/images/btn/sprite_btn.png") repeat-x -5px -510px; }
	.button.light .left { height: 41px; width: 20px; background: url("../media/images/btn/sprite_btn.png") no-repeat 0 -408px; margin: 0 !important; }
	.button.light:hover .left { background: url("../media/images/btn/sprite_btn.png") no-repeat 0 -510px; }
	.button.light .right { height: 41px; width: 10px; background: url("../media/images/btn/sprite_btn.png") no-repeat 0 -459px; margin: 0 !important; }
	.button.light:hover .right { background: url("../media/images/btn/sprite_btn.png") no-repeat 0 -561px; }
	.button.light a span { background: url("../media/images/btn/arrow_btn_light.png") no-repeat; }
	/*calc*/
/*	.button.blue.calc a span { background: none; border-left: 1px solid #275f93; }
	.button.blue.calc .left { width: auto; }
	.button.blue.calc .left .calc { background: url("../media/images/calc.png") no-repeat 15px 8px; width: 50px; height: 41px; display: block; border-right: 1px solid #0a355e; }
*/
	/*ohnePfeilchen*/
	.button.ohneBG span { background: none !important; padding: 0; }
	.button.light#print a span { background: url("../media/images/btn/print_icon.png") no-repeat 0 !important; padding-left: 25px; }
	.zurueck { float: left; text-transform: uppercase; font-family: "Arial",sans-serif; font-weight: bold; font-size: 14px; color: #99a5b0; float: left; margin-top: 10px; background: url("../media/images/arrow_grey_back.png") no-repeat 0 16px; padding-left: 18px; line-height: 41px; }

	/* centered */
	.btnCenter { text-align: center; }
	.btnCenter .button { display: inline-block; margin-right: 0; float: none; }
	
	
	/* ================================================ 
			FORMS
	=================================================*/
	
	.pflicht { font-family: 'Arial', sans-serif; font-size: 12px; color: #97a1a9; font-weight: 400; margin-top: -19px; }
	.inputWrapper { background-color: #eaeef1; padding: 10px; font-family: 'Arial', sans-serif; color: #5d6871; margin-top: 10px; font-size: 14px; }
	.inputWrapper .col307 { width: 307px; float: left; }
	
	.inputWrapper .col75 { width: 100px; float: left; }
	.inputWrapper .col222 { width: 197px; float: left; }
	
	.desc { margin: 10px 0 5px; color: #5D6871; font-family: 'Arial',sans-serif; font-size: 14px; font-weight: bold; min-height: 17px; }
	.inputWrapper input[type=text], .ui-dialog input[type=text], .inputWrapper textarea { font-family: 'Arial', sans-serif; font-weight: 400; font-size: 14px; color: #5d6871; border: solid 1px #a6b3bf; padding: 5px 10px; width: 635px; }
	.inputWrapper input[type=text]:focus, .inputWrapper textarea:focus { background: #f5f5f5; }
	.inputWrapper .col307 input[type=text] { width: 307px; }
	.inputWrapper .col307 input[type=text].vorwahl_fix { width: 257px; }
	.inputWrapper .vorwahl_land { width: 40px; float: left; text-align: right; line-height: 32px; padding-right: 10px; }
	.inputWrapper .col307 textarea { width: 307px; }
	/*.inputWrapper .col307 textarea.margin { margin: 7px 0; }*/
	
	.inputWrapper .col75 input[type=text] { width: 100px; }
	.inputWrapper .col222 input[type=text] { width: 197px; }
	
	.inputWrapper input.error, .inputWrapper textarea.error, .inputWrapper select.error { border: 1px solid #e10000; }
	.inputWrapper div.error { color: #e10000; font-family: 'Arial', sans-serif; font-weight: bold; }
	.inputWrapper .radios label { margin-right: 15px; }
	.inputWrapper .caption { float: right; color: #97A1A9; font-family: 'Arial',sans-serif; font-size: 12px; font-weight: 400; margin-top: -19px; }
	.inputWrapper p { margin: 0 0 15px !important; }
	.inputFile { position: relative; }
	.inputFile input { position: absolute; top: 0px; left: 0px; opacity: 0; filter:alpha(opacity=0); width: 300px; height: 32px; cursor: pointer; }
	.inputFile .clickDiv .inputDummy { border: solid 1px #a6b3bf; width: 176px; background: #fff; height: 30px; float: left; }
	.inputFile .clickDiv .inputDummy.focus { background: #f5f5f5; }
	.inputFile .clickDiv .buttonDummy { cursor: pointer; font-family: 'Arial', sans-serif; font-weight: 400; font-size: 14px; color: #fff; height: 20px; float: left; padding: 6px 10px; margin-left: 10px; background: #a6b3bf; display: inline-block; }
	.uploadedFiles { margin-top: 5px; }
	.uploadedFiles .delete { height: 12px; width: 13px; background: url("../media/images/upload_delet.png") no-repeat; text-indent: -9999px; overflow: hidden; margin-left: 5px; position: relative; display: inline-block;  }
	.uploadedFiles a { text-decoration: none !important; }
	.captcha input[type=text] { width: 150px !important; }
	.captcha .captchaPic { margin: 15px 0; }
	.buttonLine { margin-top: 15px; }
	.buttonLine.borderTop { padding-top: 5px; }
	.buttonLine.borderTop .zurueck { margin-top: 0; }
	.inputWrapper .checkboxes { padding: 7px 0; }
	.inputWrapper input[type=checkbox], .inputWrapper input[type=radio].checkboxStyle { float: left; margin: 10px 10px 0 0; position: relative; }
	/*.inputWrapper .radios:focus label { border: 1px solid #123456; }*/
	.inputWrapper div.checkWrap { float: left; white-space: nowrap; }
	.inputWrapper div.checkWrap > div { white-space: normal; }
	.inputWrapper div.checkboxes { float: left; width: 600px; position: relative; }
	.inputWrapper div.checkboxes div { float: left; margin-right: 20px; }
	.inputWrapper div.checkboxes input[type=text] { float: left; width: 270px; margin-top: -6px; }
	.inputWrapper input[type=text].preFilled { color: #aeb3b8; }
	.inputWrapper .col307 div.checkboxes { float: left; width: 280px; }
	/*.inputWrapper .col307 div.checkboxes input[type=text] { width: 280px; margin: 2px 0 0; }*/
	form .errorMsg { color: #e10000 !important; text-align: right; margin-top: 20px; display: none; }
	form .errorMsg li{ background: none !important; padding: 0 !important; margin: 0 !important; }
	.w150px { width: 150px !important; }


	/* ================================================ 
		response to Forms
	=================================================*/
	
	.responseKontakt { float: left; width: 325px; margin-top: 15px; }
	.responseKontakt p { margin-top: 10px !important; }
	.responseKontakt span { font-weight: bold; font-family: "Arial",sans-serif; }
	.responseList { float: right; width: 325px; margin-top: 15px; }
	.responseList li { padding-left: 15px !important; margin-top: 10px !important;  background: url("../media/images/arrow_link.png") no-repeat 0 5px !important; }
	.responseList a { color: #074886; text-decoration: none !important; font-weight: bold; }
	.responseList a:hover { text-decoration: underline !important; }
	
	
	/* ================================================ 
			#infoAdresse
	 =================================================*/

	#infoAdresse { margin-top: 20px; padding-top: 20px; border-top: 1px solid #e8eaee; }
	#infoAdresse img { float: left; margin-right: 20px; padding: 4px; border: 1px solid #e8eaee; }
	#infoAdresse .text { float: left; }
	#infoAdresse h2 { padding: 0; }
	#infoAdresse p { margin: 10px 0 0; }
	img.logo { margin: 45px 0 20px; }
	#infoAdresse .infoAdresseText { margin-top: 20px; padding-left; border-top: 1px solid #e8eaee; padding-left: 225px; }
	#infoAdresse .infoAdresseText p { margin: 0; }
	
	
	 /* ================================================ 
			#mapsModul
	 =================================================*/
	 
	#mapsModul { margin-top: 20px; font-size: 14px; }
	#mapsModul .map_cont { margin-bottom: 20px; }
	#mapsModul .map_cont select { width: 50%; }
	#mapsModul .map_cont .selectWrapper select { width: 310px; }
	#mapsModul .mapWrapper { padding: 10px 0; background: url("../media/images/shadow_topimage.png") no-repeat bottom; } 
	#mapsModul .caption { font-family: 'Arial', sans-serif; font-size: 12px; color: #97a1a9; font-weight: 400; }
	#mapsModul #map, #mapsModul #customMap { height: 340px; width: 655px; }
	#mapsModul .right { float: right; }
	#mapsModul .headline { font-weight: 400; font-size: 14px; color: #5d6871; border-bottom: solid 1px #a6b3bf; padding-bottom: 4px; margin-bottom: 5px; }
	#mapsModul .radios { margin-top: 5px; }
	#mapsModul .button { clear: none; float: right; margin-left: 10px; }
	#mapsModul .map_poi { height: 26px; width: 76px; background: url("../media/images/map_poi.png") no-repeat; }
	#mapsModul #directions { margin-top: 10px; }
	#mapsModul .adp-list { border: none; padding: 0; }
	#mapsModul .adp-list .adp-listheader { text-transform: uppercase; font-size: 14px; font-family: 'Arial', sans-serif; font-weight: bold; color: #5d6871; }
	#mapsModul .adp-list .adp-listsel { background-color: #e5eaee; }
	#mapsModul .adp-list .adp-fullwidth { border-spacing: 0;	}
	#mapsModul .adp-list td { border-bottom: solid 1px #e5eaee; padding: 5px 10px; }
	#mapsModul .adp-list td b { font-weight: 400; }
	#mapsModul .adp-list span { font-family: 'Arial', sans-serif; font-weight: 400; font-size: 14px; color: #5d6871; }
	#mapsModul .adp-placemark { margin: 30px 0 25px; border: none; background: none; }
	#mapsModul .adp-placemark .adp-text { font-family: 'Arial', sans-serif; font-weight: 400; font-size: 14px; color: #5d6871; padding-left: 10px; }
	#mapsModul .adp-summary { text-align: right; }
	#mapsModul .adp-summary span { font-family: 'Arial', sans-serif; font-size: 12px; font-weight: 400; color: #97a1a9; }
	#mapsModul .adp-directions td { padding: 5px 10px; font-family: 'Arial', sans-serif; font-weight: 400; font-size: 14px; color: #5d6871; }
	#mapsModul .adp-directions td b { font-weight: 400; }
	/*#mapsModul .adp-directions span { font-family: 'Arial', sans-serif; font-weight: 400; font-size: 14px; color: #5d6871; }*/
	#mapsModul .adp-directions .adp-distance { text-align: right; }
	#mapsModul .adp-legal { font-family: 'Arial', sans-serif; font-size: 10px; color: #97a1a9; }
	#mapsModul #print-btn { display: none; }
	#mapsModul .customText { background: #094580; color: #fff; position: absolute; top: 1px; left: 74px; z-index: 3; height: 14px; padding: 2px 10px 0 7px; font-size: 11px; white-space: nowrap; } /* #63977 - ATU */

	
	
	 /* ================================================ 
			#galleryModul
	 =================================================*/

	#galleryModul { margin-top: 30px; }
	#galleryModul .img { position: relative; width: 430px; float: left; }
	#galleryModul .img .next, #galleryModul .img .prev { width: 40px; height: 60px; position: absolute; top: 40%; cursor: pointer; }
	#galleryModul .img .next { background: url('../media/images/arrow_image_right.png') no-repeat; right: 0px; }
	#galleryModul .img .next:hover { background: url('../media/images/arrow_image_right_MouseOver.png') no-repeat; }
	#galleryModul .img .prev { background: url('../media/images/arrow_image_left.png') no-repeat; left: 0px; }
	#galleryModul .img .prev:hover { background: url('../media/images/arrow_image_left_MouseOver.png') no-repeat; }
	#galleryModul .item-list { float: left; width: 168px; height: 290px; }
	#galleryModul .item-list li { background: none; margin: 0; padding: 0; float: left; }
	#galleryModul .item-list a { background: url('../media/images/gallery_thumb_border.png') no-repeat; display: block; padding: 5px; margin: 0 0 10px 10px; position: relative; }
	#galleryModul .item-list a .layer { height: 40px; width: 64px; background: #194876; opacity: 0.4; filter:alpha(opacity=40);  position: absolute; top: 5px; left: 5px; display: inline-block; }
	#galleryModul .item-list a:hover .layer, #galleryModul .item-list a.active .layer { display: none; }
	#galleryModul .pager { float: left; width: 30px; margin-left: 14px; font-family: 'Arial', sans-serif; font-size: 11px; font-weight: bold; color: #aeb3b8; text-transform: uppercase; text-align: center; margin-top: 110px; }
	#galleryModul .pager  strong { font-size: 14px; }
	#galleryModul .pager .next, #galleryModul .pager .prev { width: 30px; height: 19px; cursor: pointer; }
	#galleryModul .pager .next { background: url('../media/images/arrow_slider_down.png') no-repeat; }
	#galleryModul .pager .prev { background: url('../media/images/arrow_slider_up.png') no-repeat; }
	#galleryModul .shadow { height: 6px; background: url("../media/images/shadow_gallery.png") no-repeat; margin-top: 3px; }
	#galleryModul .active_caption { font-family: 'Arial'; font-weight: 400; font-size: 12px; color: #97a1a9; line-height: 15px; width: 430px; }
	#galleryModul .fancyFix { display: none; }
	
	
	 /* ================================================ 
			.stylishSelect
	 =================================================*/
	 
	/* Ticket #48876
	.stylishSelect { display: none; }
	.newListSelected { font-family: 'Arial', sans-serif; font-weight: 400; font-size: 14px; color: #5d6871; border: solid 1px #a6b3bf; /*padding: 5px 10px;* width: 305px; margin-bottom: 10px; position: relative; background: url('../media/images/dropdown_icon.png') 280px no-repeat #FFFFFF; cursor: pointer; z-index: 999; }
	.newListSelected.newListSelFocus, .newListSelected.newListSelHover {  background: url('../media/images/dropdown_icon.png') 280px no-repeat #f5f5f5; }
	.inputWrapper .newListSelected { margin: 0; }
	.selectedTxt { padding: 5px 25px 5px 10px; }
	.SSContainerDivWrapper { position: absolute; background: #FFFFFF; z-index: 1; top: 28px !important; left: -1px !important; width: 305px; border-left: solid 1px #a6b3bf; border-right: solid 1px #a6b3bf; border-bottom: solid 1px #a6b3bf; padding: 0px; height: 120px !important; overflow-y: scroll; display:none; }
	.SSContainerDivWrapper ul.newList li { background: none !important; margin: 0 !important; padding: 0px !important; border: none !important; }
	.SSContainerDivWrapper ul.newList li a { text-decoration: none !important; color: #5d6871 !important; line-height: 20px !important; display: block; padding: 5 10px !important; font-weight: normal !important; background: none !important; }
	.SSContainerDivWrapper ul.newList li a:hover { background-color: #e5eaee; }
	*/
	
	/* Geburtstag *
	.newListSelected.birth_day { width: 80px; float: left; background: url('../media/images/dropdown_icon.png') 55px no-repeat #FFFFFF; }
	.newListSelected.birth_day.newListSelFocus, 
	.newListSelected.birth_day.newListSelHover { background: url('../media/images/dropdown_icon.png') 55px no-repeat #f5f5f5; }
	.newListSelected.birth_day .SSContainerDivWrapper { width: 80px; }
	.newListSelected.birth_month,
	.newListSelected.birth_year { width: 100px; float: left; background: url('../media/images/dropdown_icon.png') 75px no-repeat #FFFFFF; margin-left: 10px; }
	.newListSelected.birth_month.newListSelFocus, .newListSelected.birth_month.newListSelHover,
	.newListSelected.birth_year.newListSelFocus, .newListSelected.birth_year.newListSelHover { background: url('../media/images/dropdown_icon.png') 75px no-repeat #F5f5f5; }
	.newListSelected.birth_month .SSContainerDivWrapper,
	.newListSelected.birth_year .SSContainerDivWrapper { width: 100px; }
	
	.newListSelected.error { border: 1px solid #e10000; }
	*/
	
	select {
		border: 1px solid #A6B3BF;
		color: #5D6871;
		font-family: 'Arial',sans-serif;
		font-size: 14px;
		font-weight: 400;
		padding: 4px !important;
		width: 100%;
	}
	select:focus { background-color: #f5f5f5; }
	select[data-special="birth_day"] { float: left; width: 80px; }
	select[data-special="birth_month"],
	select[data-special="birth_year"] { width: 100px; float: left; margin-left: 10px; }
	
	 /* ================================================ 
			#referenzen
	 =================================================*/
	 
	#referenzen { margin-top: 30px; }
	#referenzen .pageWrapper { width: 655px; }
	#referenzen .box { float: left; width: 211px; height: 167px; margin: 0 11px 5px 0; position: relative; overflow: hidden; }
	#referenzen .box .crop { height: 158px; width: 211px; overflow: hidden; }
	#referenzen .noRightMargin { margin: 0; }
	#referenzen img { position: absolute; min-width: 211px; height: 158px; }
	#referenzen.logos img { min-width: auto; height: auto; max-width: 211px; max-height: 158px; }
	#referenzen .box:hover .picMouseover { z-index: 21; position: absolute; width: 211px; height: 158px; background-color: #194876; opacity: 0.4; }
	#referenzen .box .text { position: absolute; bottom: 6px; overflow: hidden; background: url("../media/images/bg_lines_referenzen.png"); }
	#referenzen .box .text a { height: 37px; padding: 5px; font-family: 'Arial', sans-serif; font-weight: bold; font-size: 14px; color: #737c84; line-height: 17px;  text-transform: uppercase; display: block; width: 211px; }
	#referenzen a:hover { text-decoration: none; }
	#referenzen .shadow { height: 6px; background: url("../media/images/shadow_referenz.png") no-repeat; bottom: 0; position: absolute; width: 211px; }
	#referenzen .paging,	#shopList .paging, #suchergebnisse .paging { margin-top: 12px; float: right; }
	#referenzen #prev, #shopList #prev, #suchergebnisse #prev { height: 29px; width: 18px; background: url("../media/images/sliderContent/arrow_slider_left.png") no-repeat; cursor: pointer; float: left !important; margin-right: 16px; } 
	#referenzen #prev:hover, #shopList #prev:hover, #suchergebnisse #prev:hover { background-image: url("../media/images/sliderContent/arrow_slider_left_MouseOver.png"); }
	#referenzen #next, #shopList #next, #suchergebnisse #next { height: 29px; width: 18px; background: url("../media/images/sliderContent/arrow_slider_right.png") no-repeat; cursor: pointer; float: left !important; margin-left: 16px; } 
	#referenzen #next:hover, #shopList #next:hover, #suchergebnisse #next:hover { background-image: url("../media/images/sliderContent/arrow_slider_right_MouseOver.png"); }
	#referenzen #pagination, #shopList #pagination, #suchergebnisse #pagination { float: left !important; /*background: url("../media/images/trennstrich_paging.png") no-repeat 0 8px;*/ }
	#referenzen #pagination a, #shopList #pagination a, #suchergebnisse #pagination a { font-family: 'Arial', sans-serif; font-weight: bold; font-size: 14px; color: #074886; line-height: 29px; background: url("../media/images/trennstrich_paging.png") no-repeat 0 8px; display: inline-block; padding: 0 0 0 4px; }
	#referenzen .paging .lineFix, #shopList .paging .lineFix, #suchergebnisse .paging .lineFix { background: url("../media/images/trennstrich_paging.png") no-repeat 0 8px; float: left; height: 29px; width: 2px; margin-left: 2px; }
	#referenzen #pagination a span, #shopList #pagination a span, #suchergebnisse #pagination a span { padding: 0 6px 0 6px; }
	#referenzen #pagination a.selected, #shopList #pagination a.selected, #suchergebnisse #pagination a.selected { color: #aeb3b8; }
	#referenzen #pagination a:hover, #shopList #pagination a:hover, #suchergebnisse #pagination a:hover { text-decoration: underline; }
	#referenzen .newLayer { z-index: 20; background: url("../media/images/newLayer.png") no-repeat; width: 60px; height: 59px; position: absolute; right: 0; top: 0; left: auto; }
	
	#referenzenOptions, #suchOptions { margin: -40px 15px 40px 0; }
	#referenzenOptions li { border-bottom: dotted 1px #B2C2CE; padding: 5px 0; }
	#referenzenOptions a { display: block; color: #074886; padding: 0 0 1px 15px; font-size: 14px; font-weight: bold; line-height: 20px; background: url("../media/images/arrow_link.png") no-repeat 1px 6px; }
	#referenzenOptions a.newListHover { /*text-decoration: underline !important;*/ background-color: #F7F9FA !important; }
	#referenzenOptions a.open { background-image: url("../media/images/arrow_blue_down.png"); }
	/* Ticket #48876
	#referenzenOptions .newListSelected, #suchOptions .newListSelected { width: 220px; background-position: 195px; display: none; margin: 5px 0; }
	#referenzenOptions .SSContainerDivWrapper, #suchOptions .SSContainerDivWrapper { width: 220px; }
	*/
	#referenzenOptions select /*, #suchOptions select*/ { display: none; }
	
	
	/* ================================================ 
			#suchergebnisse
	 =================================================*/
	 
	#suchOptions li { padding: 10px 0 0; color: #074886; font-size: 14px; font-weight: bold; line-height: 20px; font-family: 'Arial',sans-serif; }
	#suchOptions .newListSelected { display: block; }
	#suchOptions input[type="text"] { border: 1px solid #A6B3BF; color: #5D6871; font-family: 'Arial',sans-serif; font-size: 14px; font-weight: 400; padding: 5px 10px; width: 222px; margin: 5px 0; }
	#suchergebnisse ul { margin: 30px 0 0; width: 654px; }
	#suchergebnisse ul li { background: none; margin: 0; padding: 10px; }
	#suchergebnisse .odd { background-color: #e5eaee; }
	#suchergebnisse .even { background-color: #f7f9fa; }
	#suchergebnisse ul li a { display: block; font-family: "Arial",sans-serif; font-weight: bold; font-size: 14px; text-decoration: none; background: url("../media/images/arrow_link.png") no-repeat 0 4px; padding: 0 0 5px 15px; }
	#suchergebnisse a.pdf { background: url("../media/images/icons/pdf_icon.png") no-repeat 0 0; padding-left: 25px; }
	#suchergebnisse a.doc { background: url("../media/images/icons/doc_icon.png") no-repeat 0 0; padding-left: 25px; }
	#suchergebnisse a.ppt { background: url("../media/images/icons/ppt_icon.png") no-repeat 0 0; padding-left: 25px; }
	#suchergebnisse a.xls { background: url("../media/images/icons/xls_icon.png") no-repeat 0 0; padding-left: 25px; }
	#suchergebnisse a.jpg { background: url("../media/images/icons/image_icon.png") no-repeat 0 3px; padding-left: 25px; }
	#suchergebnisse ul li a:hover { text-decoration: underline; }
	#suchergebnisse ul li span { font-family: "Arial",sans-serif; font-weight: 400; font-size: 12px; color: #5d6871; line-height: 16px; }
	
	 /* ================================================ 
			#bildTransTxtBox
	 =================================================*/

	#bildTransTxtBox { clear: both; padding-top: 7px; }
	#bildTransTxtBox .wrap { position: relative; }
	#bildTransTxtBox .textBox { position: absolute; bottom: 19px; right: 10px; z-index: 20; }
	#bildTransTxtBox .textBox .pfeil { height: 27px; width: 27px; background: url("../media/images/btn_arrow_yellow.png") no-repeat; cursor: pointer; position: absolute; bottom: 0px; right: 0px; } 
	#bildTransTxtBox .textBox .pfeil:hover { background-image: url("../media/images/btn_arrow_yellow_MouseOver.png"); }
	#bildTransTxtBox .textBox .pfeil.open { background-image: url("../media/images/arrow_white.png"); }
	#bildTransTxtBox .textBox .text { background-color: #fff; opacity: 0.85; max-width: 445px; display: none; padding: 12px 20px; font-weight: bold; line-height: 20px; color: #434C55; }
	#bildTransTxtBox .textBox .text .headline { font-size: 17px; padding: 0; font-family: 'Arial', sans-serif; font-weight: bold;  }
	#bildTransTxtBox .textBox .text p, #bildTransTxtBox .textBox .text ul { margin: 15px 0 0; }
	#bildTransTxtBox .textBox .text ul li { background: url("../media/images/arrow_yellow.png") no-repeat 0 5px; margin: 0 0 10px; padding: 0 0 0 30px; }
	#bildTransTxtBox #nextPic, #bildTransTxtBox #prevPic { width: 40px; height: 60px; position: absolute; top: 40%; cursor: pointer; z-index: 10; }
	#bildTransTxtBox #nextPic { background: url('../media/images/arrow_image_right.png') no-repeat; right: 0px; }
	#bildTransTxtBox #nextPic:hover { background: url('../media/images/arrow_image_right_MouseOver.png') no-repeat; }
	#bildTransTxtBox #prevPic { background: url('../media/images/arrow_image_left.png') no-repeat; left: 0px; }
	#bildTransTxtBox #prevPic:hover { background: url('../media/images/arrow_image_left_MouseOver.png') no-repeat; }
	#bildTransTxtBox .shadow { height: 6px; background: url("../media/images/shadow_topimage.png") no-repeat bottom; margin-top: 3px; }
	#bildTransTxtBox .caption { font-family: 'Arial', sans-serif; font-size: 12px; color: /*#5d6871*/#aeb3b8; font-weight: 400; }
	
	
	 /* ================================================ 
			#zertifizierung
	 =================================================*/

	#zertifizierung { margin-top: 35px; font-size: 14px; font-weight: normal; }
	#zertifizierung .headline { font-weight: bold; font-size: 14px; margin-bottom: 5px; text-transform: none; }
	#zertifizierung .tr { font-family: 'Arial', sans-serif; color: #5d6871; }
	#zertifizierung .odd, #zertifizierung .odd .td { background-color: #e5eaee; }
	#zertifizierung .even, #zertifizierung .even .td { background-color: #f7f9fa; }
	#zertifizierung .td { float: left; padding: 10px; min-height: 15px; width: 440px; }
	#zertifizierung .w175 { width: 175px; font-weight: bold; }
	#zertifizierung a { font-family: 'Arial', sans-serif; color: #5d6871; }

	
	/* ================================================ 
			#produktInfo
	=================================================*/
	
	#produktInfo { margin-top: 40px; }
	#produktInfo .picSection { width: 315px; float: left; position: relative; }
	#produktInfo .picSection .zoom { background: url('../media/images/zoom_icon.png') no-repeat; margin: 10px 0 7px; height: 27px; width: 27px; cursor: pointer; float: right; }
	#produktInfo .picSection .zoom:hover { background: url('../media/images/zoom_icon_MouseOver.png') no-repeat; }
	#produktInfo .picSection .shadow { clear: both; height: 6px; background: url("../media/images/shadow_product_detail_image_big.png") no-repeat; margin: 3px 0 10px; }
	#produktInfo .picSection .fancyThumbs { display: none; }
	#produktInfo .picSection .thumb { background: url('../media/images/product_thumbs_border.png') no-repeat; width: 57px; height: 57px; padding: 6px; float: left; margin: 0 2px 2px 0; }
	#produktInfo .picSection .ansicht360 { clear: both; background: url("../media/images/icon_360.png") no-repeat 0 3px; line-height: 25px; padding: 0 0 0 25px; text-decoration: none; font-weight: bold; color: #18548e; font-size: 14px; display: block; margin-top: 4px; }
	#produktInfo .picSection .ansicht360:hover { text-decoration: underline; }
	#produktInfo .textSection { width: 320px; float: right; font-family: "Arial",sans-serif; font-size: 14px; color: #5D6871; }
	#produktInfo .textSection h3 { color: #2E4863; font-family: 'Arial',sans-serif; font-size: 24px; font-weight: bold; padding: 0; margin: 0 0 5px; }
	#produktInfo .textSection li { background: url('../media/images/mark.png') no-repeat 0 5px; margin: 15px 0; padding: 0 0 0 25px; }
	#produktInfo.shop .textSection ul { margin: 15px 0; }
	#produktInfo.shop .textSection li { background: url("../media/images/bullet.png") no-repeat 0 8px; padding: 0 0 0 15px; margin: 5px 0; }
	#produktInfo .produktDownloads { margin-top: 25px; }
	#produktInfo .produktDownloads .headline { font-weight: bold; font-size: 14px; margin-bottom: 5px; text-transform: none; }
	#produktInfo .produktDownloads li { margin: 0; color: #68727a; line-height: 26px; }
	#produktInfo .produktDownloads a { text-decoration: none; font-weight: bold; color: #18548e; }
	#produktInfo .produktDownloads a:hover, #produktInfo .linkList a:hover { text-decoration: underline; }
	#produktInfo .linkList { margin: 20px 0; }
	#produktInfo .linkList li { background: url("../media/images/arrow_link.png") no-repeat 0 5px !important; }
	#produktInfo .linkList a { text-decoration: none; font-weight: bold; }
	
	.ansicht360inhalt { display: none; position: absolute; z-index: 100; bottom: 30px; border: 2px solid #efefef; }
	.wrapper360 { position:relative; }
	
	/* ================================================ 
		#alleGroessen
	=================================================*/
	
	#alleGroessen { margin-top: 22px; width: 690px; left: -18px; position: relative; background: url("../media/images/shadow_arrow_groessen_modul.png") repeat-x; }
	#alleGroessen h3 { color: #2E4863; font-family: 'Arial',sans-serif; font-size: 18px; font-weight: bold; padding: 17px 18px; }
	#alleGroessen .alleGroessenWrapper { float: left; }
	#alleGroessen .caroufredsel_wrapper { width: 654px !important; }
	#alleGroessen .alleGroessenWrapper { height: auto !important; }
	#alleGroessen .box img { margin-bottom: 5px; }
	#alleGroessen .box { float: left; width: 183px/*128px*/; margin: 0 17px; }
	
	#alleGroessen .box span { display: block !important; font-family: 'Arial', sans-serif; font-size: 14px; color: #737C84; font-weight: 400; line-height: 18px; margin-top: 5px; }
	#alleGroessen .box span .link,
	#alleGroessen .box span a { padding-left: 12px; color: #074886; background: url("../media/images/arrow_link.png") no-repeat 0 4px; font-weight: bold; margin-top: 5px; display: inline-block; }

	#alleGroessen .seperator { float: left; height: 123px; width: 2px; background: url("../media/images/seperator.png") no-repeat; }
	#prevAlleGr { height: 29px; width: 18px; background: url("../media/images/sliderContent/arrow_slider_left.png") no-repeat; cursor: pointer; float: left; margin-top: 40px; } 
	#prevAlleGr:hover { background-image: url("../media/images/sliderContent/arrow_slider_left_MouseOver.png"); }
	#nextAlleGr { height: 29px; width: 18px; background: url("../media/images/sliderContent/arrow_slider_right.png") no-repeat; cursor: pointer; float: right; margin-top: 40px; } 
	#nextAlleGr:hover { background-image: url("../media/images/sliderContent/arrow_slider_right_MouseOver.png"); }
	
	
	/* ================================================ 
		#naviTabs
	=================================================*/
	
	#naviTabs { margin: 30px 0 35px; border-bottom: 1px solid #a6b3bf; }
	#naviTabs .caroufredsel_wrapper { /*width: 610px !important;*/ max-width: 614px; }
	#naviTabs ul { /*width: 610px !important;*/ float: left; }
	#naviTabs ul li { background: none !important; margin: 0 3px 0 0 !important; padding: 0 !important; float: left; }
	#naviTabs ul li .tabLeft, 
	#naviTabs .nextPunkterl .tabLeft { float: left; background: url("../media/images/tab_light_left.png") no-repeat; width: 14px; height: 36px; cursor: pointer; }
	#naviTabs ul li .tabRight,
	#naviTabs .nextPunkterl .tabRight { float: left; background: url("../media/images/tab_light_right.png") no-repeat; width: 14px; height: 36px; cursor: pointer; }	
	#naviTabs ul li a,
	#naviTabs .nextPunkterl a { float: left; font-family: "Arial", sans-serif; font-weight: bold; font-size: 12px; text-decoration: none !important; line-height: 36px; background: url("../media/images/tab_light_middle.png") repeat-x; color: #737c84 !important; }
	#naviTabs ul li:hover .tabLeft,
	#naviTabs .nextPunkterl:hover .tabLeft { background-image: url("../media/images/tab_light_left_MouseOver.png"); }
	#naviTabs ul li:hover .tabRight,
	#naviTabs .nextPunkterl:hover .tabRight { background-image: url("../media/images/tab_light_right_MouseOver.png"); }
	#naviTabs ul li:hover a,
	#naviTabs .nextPunkterl:hover a { background-image: url("../media/images/tab_light_middle_MouseOver.png"); }
	#naviTabs ul li.active .tabLeft { background: url("../media/images/tab_dark_left.png") no-repeat; }
	#naviTabs ul li.active .tabRight { background: url("../media/images/tab_dark_right.png") no-repeat; }	
	#naviTabs ul li.active a { background: url("../media/images/tab_dark_middle.png") repeat-x; color: #ffffff !important; }
	#naviTabs ul li.active:hover .tabLeft { background: url("../media/images/tab_dark_left_MouseOver.png") no-repeat; }
	#naviTabs ul li.active:hover .tabRight { background: url("../media/images/tab_dark_right_MouseOver.png") no-repeat; }	
	#naviTabs ul li.active:hover a { background: url("../media/images/tab_dark_middle_MouseOver.png") repeat-x; }
	#naviTabs .nextPunkterl { float: left; margin-left: 3px; }
	#naviTabs .prev, #naviTabs .next { float: right; width: 18px; height: 29px; cursor: pointer; margin-top: 3px; }
	#naviTabs .prev { background: url("../media/images/sliderContent/arrow_slider_left.png") no-repeat; }
	#naviTabs .next { background: url("../media/images/sliderContent/arrow_slider_right.png") no-repeat; }
	#naviTabs .prev:hover { background: url("../media/images/sliderContent/arrow_slider_left_MouseOver.png") no-repeat; }
	#naviTabs .next:hover { background: url("../media/images/sliderContent/arrow_slider_right_MouseOver.png") no-repeat; }
	
	
	/* ================================================ 
		#jobList
	=================================================*/

	#jobList { margin-top: 40px; font-family: "Arial", sans-serif; font-size: 14px; color: #5d6871; }
	#jobList .listHead { font-weight: bold; padding: 0 0 10px; }
	#jobList .listHead .anzeige, #jobList .listHead .kenntnisse { float: left; }
	#jobList .listHead .anzeige { width: 515px; }
	#jobList .odd, #jobList .even { /*height: 32px;*/ overflow: hidden; padding: 10px; }
	#jobList .odd, #shopList .odd { background: #e5eaee; }
	#jobList .even, #shopList .even { background: #f7f9fa; }
	#jobList .job { float: left; margin: 0 15px; width: 435px; }
	#jobList .job a { display: block; color: #074886; font-weight: bold; line-height: 18px; background: url("../media/images/arrow_link.png") no-repeat 0 4px; padding-left: 15px; }
	#jobList .job span { font-size: 12px; color: #5d6871; font-family: "Arial", sans-serif; font-weight: 400; padding-left: 15px; display: block; }
	#jobList .lang { float: left; width: 130px; }


	/* ================================================ 
		#shopList
	=================================================*/
	
	a.erwSuche { font-family: "Arial",sans-serif; font-weight: bold; font-size: 14px; color: #074886; background: url("../media/images/arrow_link.png") no-repeat 0 3px; padding-left: 15px; margin: 20px 0; display: inline-block; }
	/*a.erwSuche.opened { background: url("../media/images/arrow_blue_down.png") no-repeat 0 7px; }*/
	.hiddenOptions { display: none; margin-top: 20px; }
	.hiddenOptions.opened { display: block; }
	.borderBottom { border-bottom: 1px solid  #e5eaee; padding-bottom: 20px; }
	.borderTop { border-top: 1px solid  #e5eaee; padding-top: 20px; }
	#shopList { margin-top: 20px; position: relative; }
	#shopList .shopWrapper { width: 655px !important; }
	#shopList .sorting { margin-bottom: 20px; }
	#shopList .sorting select { width: 48%; }
	#shopList .buttonLine { clear: both; border-top: 1px solid #b7c1c9; }	
	#shopList  .odd, #shopList .even { padding: 20px; display: block; }
	#shopList h3 { margin: 0 0 15px; padding: 0; font-family: "Arial",sans-serif; text-transform: uppercase; font-size: 20px; color: #074886; padding-left: 15px; background: url("../media/images/arrow_link.png") no-repeat 0 4px; position: relative; }
	#shopList a:hover h3 { text-decoration: underline; }
	#shopList img { float: left; }
	#shopList .text { float: left; margin: 0 0 20px 20px; width: 430px; }
	#shopList .text p { font-weight: bold; margin: 0 0 5px; line-height: 20px; }
	#shopList .text ul { margin: 0 0 5px; line-height: 24px; }
	#shopList .text ul li { background-position: 0 10px; }
	#shopList a.moreInfo { background: url("../media/images/arrow_link.png") no-repeat 0 3px; padding-left: 15px; font-family: "Arial",sans-serif; font-weight: bold; font-size: 14px; color: #074886; margin-top: 15px; display: inline-block; }
	#shopList .buttonLine a.moreInfo { margin-top: 25px; }
	#shopList .paging, #suchergebnisse .paging { margin-top: 20px; }
	
	
	/* ================================================ 
		#customMapEntries
	=================================================*/

	/*#customMapEntries*/
	#customMapEntries li { display: none; background: none !important; padding: 0 !important; margin-top: 10px !important; }
	#customMapEntries li span { font-family: "Arial",sans-serif; font-weight: bold; }
	#customMapEntries li h6 { display: none; font-family: "Arial",sans-serif; font-weight: bold; font-size: 14px; line-height: 18px; color: #5D6871; float: left; }
	#customMapEntries li p { margin: 0; }
	#customMapEntries li div.flag-small { margin: 3px; }
	#mapsModul .map_poiMini { height: 18px; width: 25px; background: url("../media/images/ctx_logo_map.png") no-repeat; }
	
	#customMap .customMapInfobox { background: #094580; padding: 10px; font-family: "Arial",sans-serif; font-size: 11px !important; color: #ffffff !important; line-height: 16px; position: relative; width: 200px; }
	#customMap .customMapInfobox .headline { font-weight: bold; font-size: 11px !important; color: #ffffff !important; padding: 0!important; margin: 0!important; border: 0!important; }
	#customMap .customMapInfobox .content span { display: none; }
	#customMap .customMapInfobox .close { display:none; }
	
	/* ================================================ 
		#karriereDetail
	=================================================*/

	#karriereDetail { margin-top: 30px; }
	#karriereDetail .picCol { width: 205px; }
	#karriereDetail .picCol img { padding: 4px; border: 1px solid #dae1e7; }

	.picCol .shadowedPic img { padding: 0 !important; border: none !important; }
	.picCol .shadowedPic img.shadow { margin: 1px 0 0; max-width: 100%; }

	#karriereDetail .textCol { width: 430px; padding-bottom: 20px; }
	#karriereDetail .textCol p { margin: 0 0 20px; }
	#karriereDetail .textCol p:last-child { margin: 0; }
	#karriereDetail .buttonLine.borderTop .zurueck { margin-top: 10px; }
	
	#karriereExtern .main, #karriereExtern .siteContent { width: 705px; }
	#karriereExtern #rightColumn { margin-right: 25px; }
	#karriereExtern h2 { padding: 5px 0 0; }
	#karriereExtern .topnav, #karriereExtern #nav, #karriereExtern #leftColumn, #karriereExtern #footer, #karriereExtern .zurueck, #karriereExtern #breadCrumb { display: none; }
	
	/* ================================================ 
		#landingPageTop
	=================================================*/
	
	#landingPageTop { width: 910px; margin-left: 20px; }
	#landingPageTop #mainPic { margin-top: 10px; background: url("../media/images/shadow_landingpage_image.png") no-repeat bottom; }
	
	/* ================================================ 
		#Sitemap > 3 Spalten
	=================================================*/
	
	#rightColumn.fullWidth .col3 { width: 300px; float: left; }
	#rightColumn.fullWidth .col3 a { text-decoration: none; display: inline-block; }
	#rightColumn.fullWidth .col3 a:hover { text-decoration: underline; }
	#rightColumn.fullWidth .col3 li { background: none; margin: 0; padding: 0; }
	#rightColumn.fullWidth .col3 .ebene1 { margin: 20px 0; text-transform: uppercase; line-height: 31px; padding: 0 10px; background: #043855; opacity: 0.8; filter:alpha(opacity=80); color: #fff; font-family: "Arial", sans-serif; font-weight: bold; font-size: 18px; }
	#rightColumn.fullWidth .col3 .ebene1:hover { background: #f8cb0c; opacity: 0.9; filter:alpha(opacity=90); text-decoration: none; }
	#rightColumn.fullWidth .col3 .ebene2 { font-weight: bold; font-size: 14px; line-height: 20px; }
	#rightColumn.fullWidth .col3 .ebene3andMore, #rightColumn.fullWidth .col3 .ebene3andMore ul { margin: 10px 0; }
	#rightColumn.fullWidth .col3 .ebene3andMore li { margin-left: 7px; padding-left: 10px; background: url("../media/images/line.png") no-repeat 0 10px; }
	#rightColumn.fullWidth .col3 .ebene3andMore a { font-size: 12px; font-weight: normal; line-height: 16px; }
	
	/* ================================================ 
			FANCYBOX
	=================================================*/

	.fancybox-skin { border-radius: 0px !important; }
	.fancybox-close { background: url("../media/images/close_icon.png") no-repeat !important; top: 10px !important; right: 10px !important; height: 17px !important; width: 17px !important; }
	.fancybox-title-inside-wrap { padding: 0 25px 5px 0 !important; font-family: "Arial", sans-serif !important; font-weight: 700 !important; font-size: 20px !important; color: #737c84 !important; border-bottom: 1px solid #a6b3bf; margin: 0 0 10px; }
	.fancybox-nav span { visibility: visible !important; }
	.fancybox-prev { left: -55px !important;  width: 18px !important; }
	.fancybox-prev span { background: url("../media/images/sliderContent/arrow_slider_left.png") no-repeat 0 0 !important; }
	.fancybox-next { right: -72px !important;  width: 18px !important; }
	.fancybox-next span { background: url("../media/images/sliderContent/arrow_slider_right.png") no-repeat 0 0 !important; }	


	/* ================================================ 
			ALLGEMEINE STYLES
	=================================================*/
	
	.headline { font-family: 'Arial', sans-serif; text-transform: uppercase; font-size: 18px; font-weight: bold; color: #737C84; }
	.spacer30px { margin-top: 30px; }
	a.rss { font-family: "Arial",sans-serif; font-weight: bold; font-size: 14px; color: #074886; background: url("../media/images/rss_icon.png") no-repeat 0 3px; padding-left: 20px; }
	#videoplayer { margin-top: 30px; }
	#printLogo { display: none; }
	hr { border: 0; border-top: 1px solid #99a5b0; height: 1px; margin: 30px 0 10px; }
	.errorImage { margin: 40px 15px; }
	.errorImage500 { margin: 20px 15px; }


	/* ================================================ 
			.terminList
	=================================================*/

	#rightColumn .terminList { margin-top: 20px; }
	#rightColumn .terminList .content { float: left; margin-left: 15px; }
	#rightColumn .terminList h3 { margin: 0; }
	
	
	/* ================================================ 
			FLAGS
	 =================================================*/
	 
	.flag-small { float: left; padding: 0 !important; }
	div.flag-small { background:url(../media/images/flags.png) no-repeat; width: 16px; height: 11px; background-position: -32px -44px; margin: 5px; }
	div.flag-small-map { background:url(../media/images/flags.png) no-repeat; width: 16px; height: 11px; background-position: -32px -44px; margin: 3px 6px; float: left; } /* #51004 */
	.firefox div.flag-small { margin: 6px; }
	.topnav .dd_open div { position: absolute; top: 7px; left: 7px; width: 16px; height: 11px; }	
	div.flag-eu, div.flag- {background-position: -32px -44px} /* default = EU .flag.flag-eu */
	div.flag-de {background-position: -64px -33px}
	div.flag-bg {background-position: -80px -11px}
	div.flag-cs, div.flag-cz {background-position: -48px -33px} /* czech republic div.flag-cz */
	div.flag-da, div.flag-dk {background-position: -96px -33px} /* denmark div.flag-dk */
	div.flag-at {background-position: -192px 0} /* austria div.flag-at */
	div.flag-el, div.flag-gr {background-position: -80px -55px} /* greece div.flag-gr */
	div.flag-en, div.flag-gb, div.flag-GB {background-position: -224px -33px} /* england div.flag-england */
	div.flag-es {background-position: 0 -44px}
	div.flag-et, div.flag-ee {background-position: -176px -33px} /* estonia div.flag-ee */
	div.flag-fi {background-position: -48px -44px}
	div.flag-fr {background-position: -128px -44px}
	div.flag-hr {background-position: -224px -55px}
	div.flag-hu {background-position: 0 -66px}
	div.flag-it {background-position: -144px -66px}
	div.flag-lt {background-position: -240px -77px}
	div.flag-lv {background-position: -16px -88px}
	div.flag-nl {background-position: -240px -99px}
	div.flag-no {background-position: 0 -110px}
	div.flag-pl {background-position: -192px -110px}
	div.flag-pt {background-position: -16px -121px}
	div.flag-ro {background-position: -96px -121px}
	div.flag-ru {background-position: -128px -121px}
	div.flag-sk {background-position: -48px -132px}
	div.flag-sl, div.flag-si {background-position: -32px -132px} /* slovenia div.flag-si */
	div.flag-sr {background-position: -112px -121px} /* serbia div.flag-rs */
	div.flag-sv, div.flag-se {background-position: -240px -121px} /* sweden div.flag-se */
	div.flag-tr {background-position: -144px -143px}
	div.flag-uk, div.flag-ua {background-position: -224px -143px} /* ukraine div.flag-ua */
	div.flag-ch {background-position: -128px -22px}
	div.flag-ad {background-position: -16px 0}
	div.flag-ae {background-position: -32px 0}
	div.flag-af {background-position: -48px 0}
	div.flag-am {background-position: -112px 0}
	div.flag-az {background-position: -240px 0}
	div.flag-ba {background-position: 0 -11px}
	div.flag-be {background-position: -48px -11px}
	div.flag-by {background-position: -16px -22px}
	div.flag-ch {background-position: -128px -22px}  
	div.flag-ge {background-position: -192px -44px}
	div.flag-ie {background-position: -32px -66px}
	div.flag-iq {background-position: -96px -66px}
	div.flag-ir {background-position: -112px -66px}
	div.flag-jo {background-position: -176px -66px}
	div.flag-kg {background-position: -224px -66px}
	div.flag-kz {background-position: -112px -77px}
	div.flag-li {background-position: -176px -77px}
	div.flag-lu {background-position: 0 -88px}
	div.flag-ma {background-position: -48px -88px}
	div.flag-md {background-position: -80px -88px}
	div.flag-me {background-position: -96px -88px}
	div.flag-mk {background-position: -144px -88px}
	div.flag-mn {background-position: -192px -88px}
	div.flag-pk {background-position: -176px -110px}
	div.flag-tj {background-position: -48px -143px}
	div.flag-tm {background-position: -96px -143px}
	div.flag-tn {background-position: -112px -143px}
	div.flag-uz {background-position: -48px -154px}
	div.flag-ag {background-position: -64px 0}
	div.flag-ai {background-position: -80px 0}
	div.flag-al {background-position: -96px 0}
	div.flag-an {background-position: -128px 0}
	div.flag-ao {background-position: -144px 0}
	div.flag-ar {background-position: -160px 0}
	div.flag-as {background-position: -176px 0}
	div.flag-au {background-position: -208px 0}
	div.flag-aw {background-position: -224px 0}
	div.flag-bb {background-position: -16px -11px}
	div.flag-bd {background-position: -32px -11px}
	div.flag-bf {background-position: -64px -11px}
	div.flag-bh {background-position: -96px -11px}
	div.flag-bi {background-position: -112px -11px}
	div.flag-bj {background-position: -128px -11px}
	div.flag-bm {background-position: -144px -11px}
	div.flag-bn {background-position: -160px -11px}
	div.flag-bo {background-position: -176px -11px}
	div.flag-br {background-position: -192px -11px}
	div.flag-bs {background-position: -208px -11px}
	div.flag-bt {background-position: -224px -11px}
	div.flag-bv {background-position: -240px -11px}
	div.flag-bw {background-position: 0 -22px}
	div.flag-bz {background-position: -32px -22px}
	div.flag-ca {background-position: -48px -22px}
	div.flag-catalonia {background-position: -64px -22px}
	div.flag-cd {background-position: -80px -22px}
	div.flag-cf {background-position: -96px -22px}
	div.flag-cg {background-position: -112px -22px}
	div.flag-ci {background-position: -144px -22px}
	div.flag-ck {background-position: -160px -22px}
	div.flag-cl {background-position: -176px -22px}
	div.flag-cm {background-position: -192px -22px}
	div.flag-cn {background-position: -208px -22px}
	div.flag-co {background-position: -224px -22px}
	div.flag-cr {background-position: -240px -22px}
	div.flag-cu {background-position: 0 -33px}
	div.flag-cv {background-position: -16px -33px}
	div.flag-cy {background-position: -32px -33px}
	div.flag-de {background-position: -64px -33px}
	div.flag-dj {background-position: -80px -33px}
	div.flag-dm {background-position: -112px -33px}
	div.flag-do {background-position: -128px -33px}
	div.flag-dz {background-position: -144px -33px}
	div.flag-ec {background-position: -160px -33px}
	div.flag-eg {background-position: -192px -33px}
	div.flag-eh {background-position: -208px -33px}
	div.flag-er {background-position: -240px -33px}
	div.flag-fj {background-position: -64px -44px}
	div.flag-fk {background-position: -80px -44px}
	div.flag-fm {background-position: -96px -44px}
	div.flag-fo {background-position: -112px -44px}
	div.flag-ga {background-position: -144px -44px}
	div.flag-gb, div.flag-GB {background-position: -160px -44px}
	div.flag-gb-nie {background-position: -160px -44px}
	div.flag-gd {background-position: -176px -44px}
	div.flag-go {background-position: -192px -44px}
	div.flag-gf {background-position: -208px -44px}
	div.flag-gh {background-position: -224px -44px}
	div.flag-gi {background-position: -240px -44px}
	div.flag-gl {background-position: 0 -55px}
	div.flag-gm {background-position: -16px -55px}
	div.flag-gn {background-position: -32px -55px}
	div.flag-gp {background-position: -48px -55px}
	div.flag-gq {background-position: -64px -55px}
	div.flag-gs {background-position: -96px -55px}
	div.flag-gt {background-position: -112px -55px}
	div.flag-gu {background-position: -128px -55px}
	div.flag-gw {background-position: -144px -55px}
	div.flag-gy {background-position: -160px -55px}
	div.flag-hk {background-position: -176px -55px}
	div.flag-hm {background-position: -192px -55px}
	div.flag-hn {background-position: -208px -55px}
	div.flag-ht {background-position: -240px -55px}
	div.flag-id {background-position: -16px -66px}
	div.flag-il {background-position: -48px -66px}
	div.flag-in {background-position: -64px -66px}
	div.flag-io {background-position: -80px -66px}
	div.flag-ira {background-position: -80px -66px}
	div.flag-is {background-position: -128px -66px}
	div.flag-jm {background-position: -160px -66px}
	div.flag-jp {background-position: -192px -66px}
	div.flag-ke {background-position: -208px -66px}
	div.flag-kh {background-position: -240px -66px}
	div.flag-ki {background-position: 0 -77px}
	div.flag-km {background-position: -16px -77px}
	div.flag-kn {background-position: -32px -77px}
	div.flag-kp {background-position: -48px -77px}
	div.flag-kr {background-position: -64px -77px}
	div.flag-kw {background-position: -80px -77px}
	div.flag-ky {background-position: -96px -77px}
	div.flag-la {background-position: -128px -77px}
	div.flag-lb {background-position: -144px -77px}
	div.flag-lc {background-position: -160px -77px}
	div.flag-lk {background-position: -192px -77px}
	div.flag-lr {background-position: -208px -77px}
	div.flag-ls {background-position: -224px -77px}
	div.flag-ly {background-position: -32px -88px}
	div.flag-mc {background-position: -64px -88px}
	div.flag-mg {background-position: -112px -88px}
	div.flag-mh {background-position: -128px -88px}
	div.flag-ml {background-position: -160px -88px}
	div.flag-mm {background-position: -176px -88px}
	div.flag-mo {background-position: -208px -88px}
	div.flag-mp {background-position: -224px -88px}
	div.flag-mq {background-position: -240px -88px}
	div.flag-mr {background-position: 0 -99px}
	div.flag-ms {background-position: -16px -99px}
	div.flag-mt {background-position: -32px -99px}
	div.flag-mu {background-position: -48px -99px}
	div.flag-mv {background-position: -64px -99px}
	div.flag-mw {background-position: -80px -99px}
	div.flag-mx {background-position: -96px -99px}
	div.flag-my {background-position: -112px -99px}
	div.flag-mz {background-position: -128px -99px}
	div.flag-na {background-position: -144px -99px}
	div.flag-nc {background-position: -160px -99px}
	div.flag-ne {background-position: -176px -99px}
	div.flag-nf {background-position: -192px -99px}
	div.flag-ng {background-position: -208px -99px}
	div.flag-ni {background-position: -224px -99px}
	div.flag-np {background-position: -16px -110px}
	div.flag-nr {background-position: -32px -110px}
	div.flag-nu {background-position: -48px -110px}
	div.flag-nz {background-position: -64px -110px}
	div.flag-om {background-position: -80px -110px}
	div.flag-pa {background-position: -96px -110px}
	div.flag-pe {background-position: -112px -110px}
	div.flag-pf {background-position: -128px -110px}
	div.flag-pg {background-position: -144px -110px}
	div.flag-ph {background-position: -160px -110px}
	div.flag-pm {background-position: -208px -110px}
	div.flag-pn {background-position: -224px -110px}
	div.flag-pr {background-position: -240px -110px}
	div.flag-ps {background-position: 0 -121px}
	div.flag-pw {background-position: -32px -121px}
	div.flag-py {background-position: -48px -121px}
	div.flag-qa {background-position: -64px -121px}
	div.flag-re {background-position: -80px -121px}
	div.flag-rw {background-position: -144px -121px}
	div.flag-sa {background-position: -160px -121px}
	div.flag-sb {background-position: -176px -121px}
	div.flag-sc {background-position: -192px -121px}
	div.flag-gb-sco {background-position: -208px -121px}
	div.flag-sd {background-position: -224px -121px}
	div.flag-sg {background-position: 0 -132px}
	div.flag-sh {background-position: -16px -132px}
	div.flag-sm {background-position: -80px -132px}
	div.flag-sn {background-position: -96px -132px}
	div.flag-so {background-position: -112px -132px}
	div.flag-sr {background-position: 0px 0px}
	div.flag-ss {background-position: -144px -132px}
	div.flag-st {background-position: -160px -132px}
	div.flag-sy {background-position: -192px -132px}
	div.flag-sz {background-position: -208px -132px}
	div.flag-tc {background-position: -224px -132px}
	div.flag-td {background-position: -240px -132px}
	div.flag-tf {background-position: 0 -143px}
	div.flag-tg {background-position: -16px -143px}
	div.flag-th {background-position: -32px -143px}
	div.flag-tk {background-position: -64px -143px}
	div.flag-tl {background-position: -80px -143px}
	div.flag-to {background-position: -128px -143px}
	div.flag-tt {background-position: -160px -143px}
	div.flag-tv {background-position: -176px -143px}
	div.flag-tw {background-position: -192px -143px}
	div.flag-tz {background-position: -208px -143px}
	div.flag-ug {background-position: -240px -143px}
	div.flag-um {background-position: 0 -154px}
	div.flag-us {background-position: -16px -154px}
	div.flag-uy {background-position: -32px -154px}
	div.flag-va {background-position: -64px -154px}
	div.flag-vc {background-position: -80px -154px}
	div.flag-ve {background-position: -96px -154px}
	div.flag-vg {background-position: -112px -154px}
	div.flag-vi {background-position: -128px -154px}
	div.flag-vn {background-position: -144px -154px}
	div.flag-vu {background-position: -160px -154px}
	div.flag-gb-wal {background-position: -176px -154px}
	div.flag-wf {background-position: -192px -154px}
	div.flag-ws {background-position: -208px -154px}
	div.flag-ye {background-position: -224px -154px}
	div.flag-yt {background-position: -240px -154px}
	div.flag-za {background-position: 0 -165px}
	div.flag-zm {background-position: -16px -165px}
	div.flag-zw {background-position: -32px -165px}

	span.h1flag { display: inline-block; margin-right: 5px; margin-top: 2px; }
	.flag.flag-eu, .flag { height: 26px; width: 40px; background-image: url(../media/images/flags_big.png); background-position: -10px -792px; float: left; }
	.flag.flag-ad { background-position: -10px -10px; }
	.flag.flag-ae { background-position: -10px -56px; }
	.flag.flag-af { background-position: -10px -102px; }
	.flag.flag-al { background-position: -10px -148px; }
	.flag.flag-am { background-position: -10px -194px; }
	.flag.flag-at { background-position: -10px -240px; }
	.flag.flag-az { background-position: -10px -286px; }
	.flag.flag-ba { background-position: -10px -332px; }
	.flag.flag-be {  background-position: -10px -378px; }
	.flag.flag-bg { background-position: -10px -424px; }
	.flag.flag-by { background-position: -10px -470px; }
	.flag.flag-ch { background-position: -10px -516px; }
	.flag.flag-cz { background-position: -10px -562px; }
	.flag.flag-de { background-position: -10px -608px; }
	.flag.flag-dk { background-position: -10px -654px; }
	.flag.flag-ee { background-position: -10px -700px; }
	.flag.flag-es { background-position: -10px -746px; }
	.flag.flag-fi { background-position: -10px -838px; }
	.flag.flag-fr { background-position: -10px -884px; }
	.flag.flag-gb, .flag.flag-en, .flag.flag-uk, .flag.flag-GB { background-position: -10px -930px; }
	.flag.flag-ge { background-position: -10px -976px; }
	.flag.flag-gr { background-position: -10px -1022px; }
	.flag.flag-hr { background-position: -10px -1068px; }
	.flag.flag-hu { background-position: -10px -1114px; }
	.flag.flag-ie { background-position: -10px -1160px; }
	.flag.flag-iq { background-position: -10px -1206px; }
	.flag.flag-ir { background-position: -10px -1252px; }
	.flag.flag-it { background-position: -10px -1298px; }
	.flag.flag-jo { background-position: -10px -1344px; }
	.flag.flag-kg { background-position: -10px -1390px; }
	.flag.flag-kz { background-position: -10px -1436px; }
	.flag.flag-li { background-position: -10px -1482px; }
	.flag.flag-lt { background-position: -10px -1528px; }
	.flag.flag-lu { background-position: -10px -1574px; }
	.flag.flag-lv { background-position: -10px -1620px; }
	.flag.flag-ma { background-position: -10px -1666px; }
	.flag.flag-md { background-position: -10px -1712px; }
	.flag.flag-me { background-position: -10px -1758px; }
	.flag.flag-mk { background-position: -10px -1804px; }
	.flag.flag-mn { background-position: -10px -1850px; }
	.flag.flag-no { background-position: -10px -1896px; }
	.flag.flag-pk { background-position: -10px -1942px; }
	.flag.flag-pl { background-position: -10px -1988px; }
	.flag.flag-pt { background-position: -10px -2034px; }
	.flag.flag-ro { background-position: -10px -2080px; }
	.flag.flag-rs { background-position: -10px -2126px; }
	.flag.flag-ru { background-position: -10px -2172px; }
	.flag.flag-se { background-position: -10px -2218px; }
	.flag.flag-si { background-position: -10px -2264px; }
	.flag.flag-tj { background-position: -10px -2310px; }
	.flag.flag-tm { background-position: -10px -2356px; }
	.flag.flag-tn { background-position: -10px -2402px; }
	.flag.flag-tr { background-position: -10px -2448px; }
	.flag.flag-ua { background-position: -10px -2494px; }
	.flag.flag-uz { background-position: -10px -2540px; }
	.flag.flag-nl { background-position: -10px -2584px; }
	.flag.flag-sk { background-position: -10px -2635px; }

	span.webkeyError {color: #ff0000 !important; }
	
	
	.acco { padding-bottom: 25px; background: url("../media/images/shadow_topimage.png") no-repeat center bottom; }
	#rightColumn .acco > h1,
	#rightColumn .acco > h2,
	#rightColumn .acco > h3,
	#rightColumn .acco > h4,
	#rightColumn .acco > h5 { cursor: pointer; color: #5d6871; font-size: 14px; font-weight: bold; line-height: 18px; margin-top: 22px; }
	.acco > h1 span,
	.acco > h2 span,
	.acco > h3 span,
	.acco > h4 span,
	.acco > h5 span { float: right; }
	
	/* ================================================ 
			MULTIUPLOAD
	=================================================*/
	
	.MultiFile-label {
		background: url("../media/images/icons/page_icon.png") no-repeat scroll 0 0;
		margin: 5px 0 0;
		padding-left: 25px;
		height: 25px;
	}
	.MultiFile-label.pdf {
		background: url("../media/images/icons/pdf_icon.png") no-repeat scroll 0 0;
	}
	.MultiFile-label.ppt {
		background: url("../media/images/icons/ppt_icon.png") no-repeat scroll 0 0;
	}
	.MultiFile-label.xls {
		background: url("../media/images/icons/xls_icon.png") no-repeat scroll 0 0;
	}
	.MultiFile-label.jpg {
		background: url("../media/images/icons/image_icon.png") no-repeat scroll 0 4px;
	}
	.MultiFile-label.doc {
		background: url("../media/images/icons/doc_icon.png") no-repeat scroll 0 0;
	}
	
	.MultiFile-remove{
		background: url("../media/images/upload_delet.png") no-repeat scroll 0 0 transparent;
		display: inline-block;
		height: 12px;
		margin-left: 5px;
		overflow: hidden;
		position: relative;
		text-indent: -9999px;
		width: 13px;
		margin-top: 4px;
	}
	
	.MultiFile-title{
		color: #074886;
		text-decoration: none !important;
		font-family: 'Arial',sans-serif;
		font-weight: 400;
		outline: medium none;
		float:left;
	}
	}



	#rightColumn .rufzeichen { background: url("../media/images/icon-rufzeichen.png") no-repeat scroll 0 15px transparent; padding: 15px 0 15px 50px; border-top: 1px solid #e0e4e7; border-bottom: 1px solid #e0e4e7; font-weight: bold; }
	#rightColumn.onlineBewerbung h3 { font-weight: normal; }
	#rightColumn.onlineBewerbung .inputWrapper { margin-top: 5px; }

	#rightColumn.onlineBewerbung .inputWrapper > div { padding: 5px 0; }
	#rightColumn.onlineBewerbung .inputWrapper > div:after { 
		content: " ";
		/*display: table;*/
		clear: both;
		*zoom: 1;
		/*content: ".";*/
		display: block;
		height: 0;
		/*clear: both;*/
		visibility: hidden;
	}	

	#rightColumn.onlineBewerbung .desc { width: 200px; float: left; font-weight: normal; margin: 0; padding: 0; line-height: 29px; height: auto !important; }
	#rightColumn.onlineBewerbung .inputs { width: 435px; float: left; }
	#rightColumn.onlineBewerbung .inputs input[type=text], .ui-dialog .inputs input[type=text] { width: 100%; }
	#rightColumn.onlineBewerbung .inputs label { margin: 0 40px 0 0; padding: 0 0 0 5px; line-height: 29px; }
	#rightColumn.onlineBewerbung .inputs label:last-child { margin-right: 0; }

	#rightColumn.onlineBewerbung .inputs.name input[type=text] { float: left; margin-left: 20px; width: 140px; }
	#rightColumn.onlineBewerbung .inputs.name select { float: left; width: 115px; }

	#rightColumn.onlineBewerbung .inputs.float { float: left; }
	#rightColumn.onlineBewerbung .inputs input.w115 { width: 115px; }
	#rightColumn.onlineBewerbung .inputs input.w301 { width: 301px; margin-left: 15px; }

	#rightColumn.onlineBewerbung .inputs.skype input[type=text] { width: 260px; margin: 0 15px 0 0; }

	#rightColumn.onlineBewerbung .inputs.birthday select { float: left; width: auto; margin-right: 15px; min-width: 100px; }

	#rightColumn.onlineBewerbung hr { position: relative; left: -10px; width: 655px; border-color: #d2d8dd; margin: 10px 0; }

	#rightColumn.onlineBewerbung .wideDesc .desc { width: 450px; }
	#rightColumn.onlineBewerbung .wideDesc .inputs { width: 185px; }

	#rightColumn.onlineBewerbung .textarea .desc { float: none; width: 100%; }
	#rightColumn.onlineBewerbung .textarea .inputs { float: none; width: 100%; }
	#rightColumn.onlineBewerbung .textarea .inputs textarea, #rightColumn.onlineBewerbung .inputs textarea { float: none; min-width: 100%; max-width: 100%; width: 100%; height: 70px; }

	#rightColumn.onlineBewerbung .experiences { position: relative; left: -10px; width: 635px; padding: 10px !important; background: #f2f5f7; border-top: 1px solid #d2d8dd; border-bottom: 1px solid #d2d8dd; }

	#rightColumn.onlineBewerbung input[type=checkbox] { margin: 0; padding: 0; float: none; position: static; }

	#rightColumn.onlineBewerbung .inputWrapper.table { padding: 0; }
	#rightColumn.onlineBewerbung table { width: 100%; }
	#rightColumn.onlineBewerbung thead td { padding-bottom: 5px; background: #f2f5f7; border-top: 10px solid transparent; }
	#rightColumn.onlineBewerbung thead td:first-child { border-left: 10px solid transparent; }
	#rightColumn.onlineBewerbung thead td:last-child { border-right: 10px solid transparent; }
	#rightColumn.onlineBewerbung tbody tr:first-child td { background: #f2f5f7; border-bottom: 1px solid #d2d8dd; }
	#rightColumn.onlineBewerbung tbody tr td:first-child { padding-left: 10px; }
	#rightColumn.onlineBewerbung tbody tr td:last-child { padding-right: 10px; }
	#rightColumn.onlineBewerbung tbody tr:last-child td { border-bottom: 10px solid transparent; }
	#rightColumn.onlineBewerbung td { text-align: center; height: 29px; padding: 5px 0; }
	#rightColumn.onlineBewerbung tbody td:first-child { text-align: left; }

	h3.floatingInfolink { float: left; }
	.infolink { color: #97a1a9; font-size: 12px; float: right; margin-top: 22px; }
	.infolink:hover { text-decoration: none; }
	.infolink span { line-height: 16px; display: inline-block; padding-right: 5px; float: left; font-weight: normal; }

	#rightColumn.onlineBewerbung p { margin: 0 !important; }
	#rightColumn.onlineBewerbung p.dateiInfo { color: #97a1a9; font-size: 12px; }
	#rightColumn.onlineBewerbung .multiupload { margin: 10px 0; position: relative; left: -10px; width: 635px; padding: 10px !important; background: #f2f5f7; border-top: 1px solid #d2d8dd; border-bottom: 1px solid #d2d8dd; }
	#rightColumn.onlineBewerbung .multiupload .inputDummy { width: 480px; color: #5d6871; line-height: 30px; padding: 0 10px; }
	#rightColumn.onlineBewerbung .multiupload .multi { width: 635px; }
	#rightColumn.onlineBewerbung .multiupload .MultiFile-list { padding-top: 20px; }

	#rightColumn.onlineBewerbung .pflichtfeldInfo { color: #97a1a9; font-size: 12px; font-weight: normal; display: inline-block; padding-top: 20px; }

	#rightColumn.onlineBewerbung a.addExperience { color: #fff; background: #99a5b0; font-size: 14px; padding: 0 10px; line-height: 30px; display: inline-block; text-decoration: none; }

	#rightColumn.onlineBewerbung .savedExperience { padding-bottom: 10px; }
	#rightColumn.onlineBewerbung .savedExperience .date, #rightColumn.onlineBewerbung .savedExperience .experience, #rightColumn.onlineBewerbung .savedExperience .delbtn { float: left; }
	#rightColumn.onlineBewerbung .savedExperience .date { font-weight: bold; width: 90px; }
	#rightColumn.onlineBewerbung .savedExperience .experience { width: 400px; }
	#rightColumn.onlineBewerbung .savedExperience .delbtn { text-align: right; width: 145px; }
	#rightColumn.onlineBewerbung .savedExperience .delbtn a { color: #5d6871; }
	#rightColumn.onlineBewerbung .savedExperience .delbtn a span { font-weight: normal !important; }

	.ui-dialog { z-index: 100; border-radius: 0 !important; border: none !important; padding: 20px !important; text-align: left; }
	.ui-dialog .ui-dialog-titlebar { border-radius: 0; background: none; border: none; }
	.ui-dialog .ui-dialog-titlebar .ui-dialog-title { color: #5d6871; text-align: left; font-size: 14px; font-weight: normal; }
	.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close { position: absolute; top: 0; right: 20px; background: #eaeef1; border-radius: 0; border: none; height: 30px; width: 65px; color: #105091 !important; }
	.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon { display: none; }
	.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-text { text-indent: 0; font-weight: bold; width: 90px; }
	
	.ui-dialog .ui-dialog-buttonpane { border: none; margin-top: 0 !important; padding-top: 0 !important; background: #eaeef1; }
	.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { text-align: right; }
	.ui-dialog .ui-dialog-buttonpane button { cursor: pointer; line-height: 40px !important; text-transform: uppercase !important; border-radius: 3px !important; border: none !important; color: #fff !important; background: #99a5b0 !important; font-family: arial, tahoma, sans-serif !important; font-size: 12px !important; margin: 0 10px 10px !important; }
	.ui-dialog .ui-dialog-buttonpane button:first-child { background: none !important; color: #99a5b0 !important; }
	.ui-dialog .ui-dialog-buttonpane button.ui-button-text-only .ui-button-text { background: url("../media/images/btn/arrow_btn_dark.png") no-repeat 0 4px; padding-left: 15px; font-size: 16px; margin: 0 10px; }
	.ui-dialog .ui-dialog-buttonpane button.ui-button-text-only:first-child .ui-button-text { background: url("../media/images/btn/arrow_btn_light.png") no-repeat 0 4px; }

	.ui-dialog .ui-dialog-content { background: #eaeef1; border: none; padding: 10px; margin-top: 10px; }
	.ui-dialog .ui-dialog-content .desc { float: left; width: 200px; font-weight: normal !important; }
	.ui-dialog .ui-dialog-content .inputs { float: left; width: 440px; font-weight: normal !important; font-size: 14px !important; }
	.ui-dialog .ui-dialog-content .inputs.yearof { width: 200px; margin-right: 17px; }
	.ui-dialog .ui-dialog-content .inputs.yearto { float: right; width: 200px; }
	.ui-dialog .ui-dialog-content span.bindestrich { display: inline-block; line-height: 29px; font-size: 12px; }
	.ui-dialog .clearfix { height: 0; clear: both; float: none; }

	.ui-dialog .ui-icon { background: none !important; }

	.ui-widget-overlay { background: url(../media/images/dialog_overlay.png) !important; z-index: 99; position: fixed !important; }

	.ui-dialog select.error, .ui-dialog input.error { border-color: #E10000; }
	.ui-dialog input[name=expPLZ] { float: left; width: 75px; }
	.ui-dialog input[name=expCity] { float: left; width: 345px; margin-left: 20px; }

	.ui-dialog .requiredInfo { color: #97a1a9; font-size: 12px; font-weight: normal; }
	
	/*accordion*/
	.acco{
		position: relative;
	}
	.acco h1,
	.acco h2,
	.acco h3,
	.acco h4,
	.acco h5 {
		position: relative;
		height: 18px;		
	}
	.acco .toggle { 
		behavior: url(/static/ctx/js/lib/PIE.htc); position:relative;
		background: none,-webkit-linear-gradient(top, #fff, #DEDEDE); 
		background: none,-moz-linear-gradient(top, #fff, #DEDEDE); 
		background: none,-ms-linear-gradient(top, #fff, #DEDEDE); 
		background: none,-o-linear-gradient(top, #fff, #DEDEDE); 
		background: none, linear-gradient(top, #fff, #DEDEDE);
		-pie-background: linear-gradient(#fff, #DEDEDE);
		padding: 0;
		color: #00529e; height: 21px; line-height: 21px; font-weight: bold; font-size: 12px; margin: -5px 0 0 0; display: inline-block; float: right; border: 1px solid #00529e; 
		*margin-top : -10px;
	}
	.acco .toggle:hover{
		behavior: url(/static/ctx/js/lib/PIE.htc); position:relative;
		-pie-background: linear-gradient(#fff, #C3C3C3);
	}
	.acco .toggle span {
		display: block;
		float: none;
		padding: 0 10px 0 27px;
		background: url(../media/images/accordion.png) 9px center no-repeat;
		background: url(../media/images/accordion.png) 9px center no-repeat;
		background: url(../media/images/accordion.png) 9px center no-repeat;
		background: url(../media/images/accordion.png) 9px center no-repeat;
		background: url(../media/images/accordion.png) 9px center no-repeat;
		-pie-background: linear-gradient(#fff, #DEDEDE);
	}

	.acco.open .toggle span {
		background: url(../media/images/accordion_less.png) 9px center no-repeat;
		background: url(../media/images/accordion_less.png) 9px center no-repeat;
		background: url(../media/images/accordion_less.png) 9px center no-repeat;
		background: url(../media/images/accordion_less.png) 9px center no-repeat;
		background: url(../media/images/accordion_less.png) 9px center no-repeat;
		-pie-background: linear-gradient(#fff, #DEDEDE);
	}
	.acco.open .toggle:hover span{
		background: url(../media/images/accordion_less.png) 9px center no-repeat;
		background: url(../media/images/accordion_less.png) 9px center no-repeat;
		background: url(../media/images/accordion_less.png) 9px center no-repeat;
		background: url(../media/images/accordion_less.png) 9px center no-repeat;
		background: url(../media/images/accordion_less.png) 9px center no-repeat;
		-pie-background: linear-gradient(#fff, #C3C3C3);
	}
	
	.radius7{
		border-radius: 7px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		behavior: url(/static/ctx/js/lib/PIE.htc);
		position: relative;
	}


	/* T#61942 */
	#rightColumn .magicPicAndRTE.colPic_left .colPic,
	#rightColumn .magicPicAndRTE.colPic_right .colRTE { float: left; margin-right: 10px; }
	#rightColumn .magicPicAndRTE.colPic_left .colRTE,
	#rightColumn .magicPicAndRTE.colPic_right .colPic { float: right; margin-left: 10px; }

	#rightColumn .magicPicAndRTE.col33 .colPic,
	#rightColumn .magicPicAndRTE.col66 .colRTE { width: 206px; }	

	#rightColumn .magicPicAndRTE.col50 .colPic,
	#rightColumn .magicPicAndRTE.col50 .colRTE { width: 317px; }

	#rightColumn .magicPicAndRTE.col66 .colPic,
	#rightColumn .magicPicAndRTE.col33 .colRTE { width: 422px; }

	#rightColumn .magicPicAndRTE .colPic, 
	#rightColumn .magicPicAndRTE .colRTE { margin-top: 20px; }

	#rightColumn .colPic img { width: 100%; margin: 0 0 2px; }
	#rightColumn .colPic .picUntertitel {  color: #97A1A9; display: block; font-family: 'Arial',sans-serif; font-size: 12px; font-weight: 400; line-height: 16px; padding: 2px 0 10px; }

	#rightColumn .colRTE p,
	#rightColumn .colRTE ul,
	#rightColumn .colRTE ol { margin: 0 0 22px; }


	/* T#61945 */
	#rightColumn .imageCols .box { float: left; margin: 0 15px 15px 0; }
	#rightColumn .imageCols .box.noM { margin-right: 0; }

	#rightColumn .imageCols.cols3 .box { width: 208px; }
	#rightColumn .imageCols.cols2 .box { width: 320px; }

	#rightColumn .imageCols .box img { width: 100%; }


	#stageSlider { position: relative; left: -10px; padding: 10px; margin: 0 0 10px; background: url("../media/images/fff_50prozent.png"); width: 948px; height: 330px; }	
	#stageSlider #stageSliderPrev { position: absolute; top: 50%; z-index: 9; background: url("../media/images/arrow_left.png") no-repeat; margin-top: -30px; height: 60px; width: 40px; left: -45px; cursor: pointer; }
	#stageSlider #stageSliderPrev:hover { background-image: url("../media/images/arrow_left_hover.png"); }
	#stageSlider #stageSliderNext { position: absolute; top: 50%; z-index: 9; background: url("../media/images/arrow_right.png") no-repeat; margin-top: -30px; height: 60px; width: 40px; right: -45px; cursor: pointer; }
	#stageSlider #stageSliderNext:hover { background-image: url("../media/images/arrow_right_hover.png"); }
	#stageSlider li { float: left; position: relative; }
	#stageSlider li h2 { position: absolute; left: 0; top: 20px; font-family: Arial; font-weight: bold; color: #fff; background: #2E4863; font-size: 20px; padding: 10px 20px; max-width: 50%; }
	#stageSlider li .textbox { position: absolute; right: 20px; bottom: 20px; background: #2E4863; padding: 20px; font-family: Arial; font-weight: normal; font-size: 16px; color: #fff; max-width: 50%; }
	#stageSlider li a { text-decoration: none; }

	/* T#62303 */
	#rightColumn .vorteile { margin: 20px 0; border-top: 1px solid #ccd2d7; border-bottom: 1px solid #ccd2d7; background: url("../media/images/vorteile_bg.png"); }
	#rightColumn .vorteile .col33 { width: 185px; margin-right: 20px; float: left; color: #5d6871; text-transform: uppercase; font-family: Arial; font-weight: bold; font-size: 14px; line-height: 18px; padding: 20px 10px; }
	#rightColumn .vorteile .col66 { width: 420px; float: left; padding: 20px 10px 0 0; }
	#rightColumn .vorteile .col66 ul, 
	#rightColumn .vorteile .col66 li { margin: 0; padding: 0; }
	#rightColumn .vorteile .col66 li { background: url("../media/images/vorteile.png") no-repeat; padding: 2px 20px 20px 35px; float: left; width: 155px; }
	#rightColumn .vorteile .col66 li.clearer,
	#rightColumn .vorteile .col66 li.clearer2spalten,
	#rightColumn .vorteile .col66 li.clearer3spalten { visibility: hidden; height: 0; padding: 0; clear: both !important; float: none !important; height: 0 !important; }

		/* T#63530 */
	    #rightColumn .vorteile.version2 .col33,
	    #rightColumn .vorteile.version3 .col33 { width: 635px; margin: 0; float: none; padding: 20px 10px 0; }
	    #rightColumn .vorteile.version2 .col66,
	    #rightColumn .vorteile.version3 .col66 { width: 645px; margin: 0; float: none; padding: 20px 0 10px 10px; }
	    #rightColumn .vorteile.version2 li { width: 267px; }
	    #rightColumn .vorteile.version3 li { width: 160px; }
	    #rightColumn .vorteile.version1 .clearer3spalten,
	    #rightColumn .vorteile.version2 .clearer3spalten,
	    #rightColumn .vorteile.version3 .clearer2spalten { display: none; }

	#rightColumn .eachSize .table { width: 100%; margin: 5px 0 10px; } 
	#rightColumn .eachSize .table .tr { margin-top: 3px; }
	#rightColumn .eachSize .table .tr .td { font-weight: bold; width: 143px; border: 1px solid #e5eaee; background: none; float: left; padding: 2px 8px; margin: 0; }
	#rightColumn .eachSize .table .tr .td.title { background: #e5eaee; font-weight: normal; }
	#rightColumn .eachSize .table .tr .td.space { margin-left: 8px; }
	#rightColumn .eachSize .linkorso { color: #5D6871; font-family: "Arial", sans-serif; font-size: 14px; font-weight: normal; line-height: 18px; }
	#rightColumn .eachSize .linkorso a { color: #074886; text-decoration: underline; }

	#rightColumn .ansprechpartner { border-bottom: 1px solid #E8EAEE; margin-bottom: 20px; padding-bottom: 20px; padding-top: 15px; }
	#rightColumn .ansprechpartner h2 { margin-bottom: 10px; }
	#rightColumn .ansprechpartner h3 { margin-top: 0; }	
	#rightColumn .ansprechpartner p { margin-bottom: 5px; }


	/* T#61959 */
	#rightColumn .contTeaser2spaltig { margin: 20px 0; }
	#rightColumn .contTeaser2spaltig div.box { width: 320px; float: left; padding: 0 0 20px; margin: 20px 0 0;/* border-bottom: 1px dotted #b2c2ce;*/ }
	#rightColumn .contTeaser2spaltig div.box.first { margin-right: 15px; }
	#rightColumn .contTeaser2spaltig div.box h3 { font-size: 18px; line-height: 22px; color: #a6b3bf; margin: 0 0 10px; }
	#rightColumn .contTeaser2spaltig div.box p { line-height: 20px; margin: 0 0 10px; }
	#rightColumn .contTeaser2spaltig div.box a.more { color: #074886; font-weight: bold; font-size: 14px; line-height: 20px; background: url("../media/images/sliderContent/arrow_link_slider.png") no-repeat 0 3px; padding-left: 15px; }
	#rightColumn .contTeaser2spaltig .row.first .box { /*border-top: 1px dotted #b2c2ce;*/ padding-top: 20px; }
	#rightColumn .contTeaser2spaltig div.box.border-top { border-top: 1px dotted #b2c2ce; }
	#rightColumn .contTeaser2spaltig div.box.border-bottom { border-bottom: 1px dotted #b2c2ce; }

	/* T#61960 */
	#rightColumn .contTeaser2spaltig div.box.img h3 { margin-bottom: 15px; }
	#rightColumn .contTeaser2spaltig div.box.img img { float: left; margin-top: 4px; }
	#rightColumn .contTeaser2spaltig div.box.img .MagicZoomPlus { float: left; }
	#rightColumn .contTeaser2spaltig div.box.img .MagicZoomPlus { padding-bottom: 15px; }
	#rightColumn .contTeaser2spaltig div.box.img p { margin-left: 158px; }
	#rightColumn .contTeaser2spaltig div.box.img .MagicZoomPlus .MagicZoomPlusHint { display: block !important; position: absolute; bottom: 0 !important; top: auto !important; font-size: 10px; color: #555555; background: url("../media/images/lupe.png") no-repeat 0 0; padding-left: 15px; line-height: 11px; }

	/* T#61963 & T#61962 */
	#rightColumn .cols .col-50 { width: 317px; float: left; position: relative; }
	#rightColumn .cols .col-50.first { margin-right: 20px; }
	#rightColumn .cols h1 { color: #737c84; text-transform: uppercase; font-size: 22px; line-height: 26px; }
	#rightColumn .cols h2 { color: #a6b3bf; }
	#rightColumn .cols p { line-height: 20px; margin-top: 10px; }
	#rightColumn .cols .infobox { padding: 20px 0 0; margin: 20px 0 0; }
	#rightColumn .cols .infobox .img { float: left; width: 60px; }
	#rightColumn .cols .infobox .rte { float: left; width: 254px; }
	#rightColumn .cols .infobox .rte h2 { font-weight: bold; }
	#rightColumn .cols .infobox.qr .img { width: 104px; }
	#rightColumn .cols .infobox.qr .rte { width: 210px; }
	#rightColumn .cols .infobox .button { margin: 0 10px 10px 0; }
	/* carousel */
	#rightColumn .carouselNew { position: relative; z-index: 50; }
	#rightColumn .carouselNew ul,
	#rightColumn .carouselNew li { margin: 0; padding: 0; list-style: none; }
	#rightColumn .carouselNew li { float: left; }
	#rightColumn .carouselNew .btn { display: inline-block; position: absolute; top: 50%; height: 60px; width: 40px; overflow: hidden; text-indent: -5000px; z-index: 100; margin: -60px 0 0; padding: 0; }
	#rightColumn .carouselNew .prev { left: 0; background: url('../media/images/arrow_image_left.png') no-repeat; }
	#rightColumn .carouselNew .prev:hover { left: 0; background: url('../media/images/arrow_image_left_MouseOver.png') no-repeat; }
	#rightColumn .carouselNew .next { right: 0; background: url('../media/images/arrow_image_right.png') no-repeat; }
	#rightColumn .carouselNew .next:hover { right: 0; background: url('../media/images/arrow_image_right_MouseOver.png') no-repeat; }
	#rightColumn .carouselNew .caption { margin-top: 50px; font-size: 12px; }
	#rightColumn .col-50 .carouselNew .caption { width: 317px; }
	#rightColumn .carouselNew .paging { text-align: center; position: absolute; width: 100%; z-index: 50; }
	#rightColumn .carouselNew .paging a { display: inline-block; height: 10px; width: 10px; text-indent: -5000px; overflow: hidden; background: url('../media/images/paging.png') no-repeat -20px 0; margin: 0 5px; }
	#rightColumn .carouselNew .paging a.selected { background-position: 0 0; }

	/* T#60747 */
.charCountWrap { position: relative; }
.charCountWrap .count { position: absolute; top: -10px; right: 10px; background: #fff; border: 1px solid #A6B3BF; padding: 2px 10px; color: #999999; font-size: 11px; }

/* T#62190 */
.notFound {  position: absolute; right: 0; top: 19px; }
.notFound a.briefchen { background: url('../media/images/briefchen.png') no-repeat right 5px; float: left; text-decoration: none; padding-right: 40px; }
.notFound span { display: block; font-family: 'Arial', sans-serif; font-size: 14px; font-weight: normal; color: #5d6871; text-align: right; }
.notFound span.highlight { font-weight: bold; color: #074886; }
.notFound.bottom { float:left;position:relative; }
.notFound.bottom span { text-align: left; }

/* T#59883 */
.socialMedia { float: right; margin: 20px 0 10px; }
.socialMedia span { float: left; font-size: 12px; display: inline-block; padding: 0 10px; line-height: 32px; color: #dae1e7; font-weight: normal; }
.socialMedia ul,
.socialMedia li { float: left; margin: 0; padding: 0; list-style: none; }
.socialMedia li { padding: 6px 5px; }

/* T#58493 */
a.magicZoomPlus { display: block !important; width: auto !important; text-align: center !important; }

/* T#63953 */
.kontakt { border: 1px solid #e5eaee; padding: 20px 20px 0; margin: 20px 0; font-family: 'Arial', sans-serif; font-size: 14px; line-height: 18px; color: #5d6871; }
.kontakt .person { margin-bottom: 20px; }
.kontakt .person a { color: #074886; text-decoration: underline; }
.kontakt .person b { padding-bottom: 10px; display: inline-block; }

.printLink { color: #074886; padding: 5px 0; display: inline-block; font-size: 12px; }
