@CHARSET "UTF-8";

/* Webfonts */
@font-face {
	font-family: 'ITCOfficinaSansStdBook';
	src: url('/portal/webfonts/officina/officinasansstd-book-webfont.eot');
	src: local('☺'),
		 url('/portal/webfonts/officina/officinasansstd-book-webfont.woff') format('woff'),
		 url('/portal/webfonts/officina/officinasansstd-book-webfont.ttf') format('truetype'),
		 url('/portal/webfonts/officina/officinasansstd-book-webfont.svg#webfontAlALlGKy') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ITCOfficinaSansStdBoldItalic';
	src: url('/portal/webfonts/officina/officinasansstd-bolditalic-webfont.eot');
	src: local('☺'),
		 url('/portal/webfonts/officina/officinasansstd-bolditalic-webfont.woff') format('woff'),
		 url('/portal/webfonts/officina/officinasansstd-bolditalic-webfont.ttf') format('truetype'),
		 url('/portal/webfonts/officina/officinasansstd-bolditalic-webfont.svg#webfontFqGjpC7U') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ITCOfficinaSansStdBold';
	src: url('/portal/webfonts/officina/officinasansstd-bold-webfont.eot');
	src: local('☺'),
		 url('/portal/webfonts/officina/officinasansstd-bold-webfont.woff') format('woff'),
		 url('/portal/webfonts/officina/officinasansstd-bold-webfont.ttf') format('truetype'),
		 url('/portal/webfonts/officina/officinasansstd-bold-webfont.svg#webfontb1BpMRBP') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ITCOfficinaSansStdBookItalic';
	src: url('/portal/webfonts/officina/officinasansstd-bookitalic-webfont.eot');
	src: local('☺'),
		 url('/portal/webfonts/officina/officinasansstd-bookitalic-webfont.woff') format('woff'),
		 url('/portal/webfonts/officina/officinasansstd-bookitalic-webfont.ttf') format('truetype'),
		 url('/portal/webfonts/officina/officinasansstd-bookitalic-webfont.svg#webfonthPojC6vC') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Standardeigenschaften */

html {
	background: url('/portal/pics/layout/bgsite.jpg') repeat-x;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	
}

body {
	margin: 28px 0;
	color: #464646;
	font: normal 1.0em Verdana, Arial, sans-serif;
}

img {
	border: 0;
}

a {
	color: #4c4c4c;
	text-decoration: underline;
}

a:hover {
	color: #b70032;
	text-decoration: underline;
}

a:visited {
	color: #737373;
}

a.infobox {
	text-decoration: none;
}

a.infobox:hover {
	cursor: help;
	color: #c30;
}

a.infobox span {
	visibility: hidden;
	position: absolute;
	margin-top: 1.5em;
	padding: 1em;
	text-decoration: none;
	width: 20em;
}

a.infobox:hover span {
	visibility:	visible;
	left: 35em;
	margin: 23px;
	border: 1px solid #c30;
	color: blue;
	background: white;
}

a.title-text {
	text-decoration: underline;
}

a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
	text-decoration: none;
	color: #646464;
}

input[type=text],
textarea {
	font: normal 1.0em Verdana, Arial, sans-serif;
}

.clear {
	clear: both;
}

#glossar-tooltip {
	position: absolute;
	width: 250px;
	padding: 7px;
	font-size: 0.75em;
	background: #F5F5F5;
	border: 1px solid #B70032;
	color: #4c4c4c;
}

#glossar-tooltip h1 {
	font-size: 1em;
	font-variant: small-caps;
	color: #B70032;
	margin: 0 0 8px;
}

.has-glossar-tooltip {
	color: #B70032;
	cursor: help;
	font-variant: small-caps;
}

#page,
#page-no-sidebar {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 10px 0px 10px;
	background-color: #dddddd;
	background: url('/portal/pics/layout/bg-pageID.png') top left transparent;
}

#page-no-sidebar {
	/* background: url('/portal/pics/layout/bg-pagenosidebar.gif') 0px 110px #dddddd;*/
}

/* tme, 10.12.2012 */
/* Auf gleiche Höhe verteilte DIV-Container */
/* Realisierung mittels wrapper-DIV */

#page #wrapper {
	overflow: hidden;
	width: 1000px;
}

#page #wrapper #page-navigation{
	margin-bottom: -1000px !important;
	padding-bottom: 1000px !important;
	background: #dddddd;
}

#page #wrapper #page-content-container{
	margin-bottom: -1000px !important;
	padding-bottom: 1000px !important;
	background: #ffffff;
}

#page #wrapper #page-sidebar {
	margin-bottom: -1000px !important;
	padding-bottom: 1000px !important;
	background: #dddddd;
}


#page-max-width {
	width: 1000px;
	margin: 0 auto;
	background: #dddddd;
}

#page-noscript {
	display: block;
	background: #b70032;
	color: #fff;
	padding: 4px;
	text-align: center;
}

div.fehler {
	color: #b70032;
	background: #DDDDDD;
	margin: 0 1px 10px 0;
	padding: 5px;
}

/* Fallback Fehlerseite (fehler.php) */
body#error #page {
	width: 950px;
	margin: 38px auto 0 auto;
	padding: 80px 25px 50px 25px;
	background: #ddd url('/portal/pics/layout/vector_logo_gray.gif') 25px 15px no-repeat;
}

body#error #page p {
	background: #fff;
	padding: 30px 10px;
	border: 1px solid #999;
}

body#error #page-footer {
	width: 1000px;
	margin: 0 auto;
}

/* Seiten-Header */
#page-header {
	/* border-bottom: 2px solid #b70032; */
	font-size: 14px;
	color: #646464;
	background: url('/portal/pics/layout/bg_pageheader.png') top left no-repeat;
	font-size: 0.7em;
	height: 116px;
}

DIV#page DIV.contentWrapper {
	overflow: hidden;
	clear: both;
	background: url('/portal/pics/layout/bg-pagesidebar.gif') top left repeat-y;
}

DIV#page-no-sidebar DIV.contentWrapper {
	overflow: hidden;
	clear: both;
	background: url('/portal/pics/layout/bg-pagenosidebar.gif') top left repeat-y;
}

#page-header a {
	color: #000000;
	text-decoration: none;
}

#page-header-logo {
	float: left;
	margin: 15px 0 0 16px;
	height: 50px;
}

#page-header-logo-subtitle {
	display: block;
	height: 17px;
	margin: 2px 0 0 0;
	color: #000;
	font-size: 1.25em;
	font-weight: bold;
}

#page-header-selectors {
	float: right;
	margin: 6px 7px 10px 0;
}

/* Login */
#page-header-selectors #selector-login-status {
	float: left;
	margin: 2px 0 0 0;
}

#page-header-selectors #selector-login-status p.loginStatus {
	margin: 1px 10px 0 5px;
}

#page-header-selectors #selector-login-link {
	float: left;
	padding: 3px 12px 4px 12px;
	color: #4c4c4c;
	background: url('/portal/pics/layout/bg_pagenav.gif') no-repeat left 2px;
	/*background: url('/portal/pics/layout/selector_arrow_gray_right.gif') 1px 1px no-repeat;*/
}
#page-header-selectors #selector-login-link:hover {
	text-decoration: underline;
	
}

#page-header-selectors A.contactTopLink {
	padding: 3px 12px 4px 12px;
	color: #4c4c4c;
	margin: 0px 4px 0px 0px;
	float: left;
	background: url('/portal/pics/layout/bg_pagenav.gif') no-repeat right 2px;
}

#page-header-selectors A.contactTopLink:hover {
	text-decoration: underline;
}



/* Sprachauswahl */
#page-header-selectors #selector-language {
	position: relative;
	z-index: 500;
	float: left;
	position: relative;
	margin: -2px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#page-header-selectors #selector-language .selector {
	width: 134px;
	background: url('/portal/pics/layout/selector_arrow_gray_right.gif') 5px 5px no-repeat;
	cursor: pointer;
}

#page-header-selectors #selector-language .selector:hover {
	opacity: 0.9;
}

/* Sprachauswahl obere Ecken */
#page-header-selectors #selector-language .selector div.s1 {

}

#page-header-selectors #selector-language .selector:hover div.s1 {
	background: transparent url('/portal/pics/layout/selector_bg_white_corner.gif') left top no-repeat;
}

#page-header-selectors #selector-language .selector div.s2 {
	padding: 0 4px 0 0;
}

#page-header-selectors #selector-language .selector:hover div.s2 {
	background: url('/portal/pics/layout/selector_bg_white_corner.gif') right -19px no-repeat;
}

#page-header-selectors #selector-language .selector div.s3 {
	margin: 0 0 0 3px;
}

#page-header-selectors #selector-language .selector:hover div.s3 {
	background: url('/portal/pics/layout/selector_bg_white.gif') left top repeat-x;
}

#page-header-selectors #selector-language .selector div.s4,
#page-header-selectors #selector-language .selector div.s4-hover {
	padding: 4px 0 2px 17px;
}

#page-header-selectors #selector-language .selector div.s4-hover {
	display: none;
}

#page-header-selectors #selector-language .selector:hover div.s4,
#page-header-selectors #selector-language .selector:hover div.s4-hover {
	background: url('/portal/pics/layout/selector_arrow_white_right_active.gif') 2px 5px no-repeat;
}

#page-header-selectors #selector-language .selector:hover div.s4-hover {
	display: block;
}

#page-header-selectors #selector-language .selector:hover div.s4 {
	display: none;
}

/* Sprachen-Liste */
#page-header-selectors #selector-language .selector ul {
	display: none;
	position: absolute;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#page-header-selectors #selector-language .selector:hover ul {
	display: block;
}

#page-header-selectors #selector-language .selector ul li {
	padding: 2px 0;
	cursor: default;
	background: url('/portal/pics/layout/selector_bg_white.gif');
}

#page-header-selectors #selector-language .selector ul li a {
	display: block;
	padding: 0 0 0 20px;
}

#page-header-selectors #selector-language .selector ul li.selected span {
	color: #b70032;
	padding: 0 0 0 20px;
}

#page-header-selectors #selector-language .selector ul li a:hover,
#page-header-selectors #selector-language .selector ul li.selected span {
	background: url('/portal/pics/layout/bullet_arrow_right_red.gif') 14px 5px no-repeat;
}

/* Sprachauswahl untere Ecken */
#page-header-selectors #selector-language .selector ul li.last {
	line-height: 0px;
	font-size: 0;
	padding: 0;
	background: url('/portal/pics/layout/selector_bg_white_corner.gif') left -54px no-repeat;
}

#page-header-selectors #selector-language .selector ul li.last div.u1 {
	background: url('/portal/pics/layout/selector_bg_white_corner.gif') right -73px no-repeat;
}

#page-header-selectors #selector-language .selector ul li.last div.u2 {
	height: 3px;
	margin: 0 3px;
	background: url('/portal/pics/layout/selector_bg_white.gif');
}

/* Sprachauswahl neu */

DIV#page-header-selectors DIV.languageSelectorWrapper {
	float: left;
	
}

DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector {
	margin: 0px 0px 0px 0px;
	padding: 3px 10px 3px 7px;
	float: left;
	color: #4c4c4c;
	cursor: pointer;
}


DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector SPAN.lngDisplay {
	width: 20px;
}

DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector-cn SPAN.lngDisplay { 	background: url('/portal/pics/layout/facelift2014/languages/cn.jpg') 0px 3px no-repeat; }
DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector-de SPAN.lngDisplay { 	background: url('/portal/pics/layout/facelift2014/languages/de.jpg') 0px 3px no-repeat; }
DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector-en SPAN.lngDisplay { 	background: url('/portal/pics/layout/facelift2014/languages/en.jpg') 0px 3px no-repeat; }
DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector-eo SPAN.lngDisplay { 	background: url('/portal/pics/layout/facelift2014/languages/hi.jpg') 0px 3px no-repeat; }
DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector-eq SPAN.lngDisplay { 	background: url('/portal/pics/layout/facelift2014/languages/gb.jpg') 0px 3px no-repeat; }
DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector-er SPAN.lngDisplay { 	background: url('/portal/pics/layout/facelift2014/languages/us.jpg') 0px 3px no-repeat; }
DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector-es SPAN.lngDisplay { 	background: url('/portal/pics/layout/facelift2014/languages/es.jpg') 0px 3px no-repeat; }
DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector-fr SPAN.lngDisplay { 	background: url('/portal/pics/layout/facelift2014/languages/fr.jpg') 0px 3px no-repeat; }
DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector-it SPAN.lngDisplay { 	background: url('/portal/pics/layout/facelift2014/languages/it.jpg') 0px 3px no-repeat; }
DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector-jp SPAN.lngDisplay { 	background: url('/portal/pics/layout/facelift2014/languages/jp.jpg') 0px 3px no-repeat; }
DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector-ko SPAN.lngDisplay { 	background: url('/portal/pics/layout/facelift2014/languages/ko.jpg') 0px 3px no-repeat; }
DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector-pt SPAN.lngDisplay { 	background: url('/portal/pics/layout/facelift2014/languages/pt.jpg') 0px 3px no-repeat; }
DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector-sv SPAN.lngDisplay { 	background: url('/portal/pics/layout/facelift2014/languages/sv.jpg') 0px 3px no-repeat; }

DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector DIV.lngOthers {
	display: block;
	overflow: hidden;
	clear: both;
	position: absolute;
	margin: 17px 0 0 -7px;
	z-index: 6000;
	background-color: #ececec;
	padding: 0px 7px 2px 7px;
	border-radius: 0px 4px 4px 4px;
	
}

DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector DIV.lngOthers SPAN {
	display: block;
	clear: both;
	padding: 2px 0px 2px 0px;
}

DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector SPAN.lngSelect-cn { background: url('/portal/pics/layout/facelift2014/languages/cn.jpg') 0px 5px no-repeat; }
DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector SPAN.lngSelect-de { background: url('/portal/pics/layout/facelift2014/languages/de.jpg') 0px 5px no-repeat; }
DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector SPAN.lngSelect-en { background: url('/portal/pics/layout/facelift2014/languages/en.jpg') 0px 5px no-repeat; }
DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector SPAN.lngSelect-eo { background: url('/portal/pics/layout/facelift2014/languages/hi.jpg') 0px 5px no-repeat; }
DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector SPAN.lngSelect-eq { background: url('/portal/pics/layout/facelift2014/languages/gb.jpg') 0px 5px no-repeat; }
DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector SPAN.lngSelect-er { background: url('/portal/pics/layout/facelift2014/languages/us.jpg') 0px 5px no-repeat; }
DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector SPAN.lngSelect-es { background: url('/portal/pics/layout/facelift2014/languages/es.jpg') 0px 5px no-repeat; }
DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector SPAN.lngSelect-fr { background: url('/portal/pics/layout/facelift2014/languages/fr.jpg') 0px 5px no-repeat; }
DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector SPAN.lngSelect-it { background: url('/portal/pics/layout/facelift2014/languages/it.jpg') 0px 5px no-repeat; }
DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector SPAN.lngSelect-jp { background: url('/portal/pics/layout/facelift2014/languages/jp.jpg') 0px 5px no-repeat; }
DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector SPAN.lngSelect-ko { background: url('/portal/pics/layout/facelift2014/languages/ko.jpg') 0px 5px no-repeat; }
DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector SPAN.lngSelect-pt { background: url('/portal/pics/layout/facelift2014/languages/pt.jpg') 0px 5px no-repeat; }
DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector SPAN.lngSelect-sv { background: url('/portal/pics/layout/facelift2014/languages/sv.jpg') 0px 5px no-repeat; }

DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector DIV.lngOthers SPAN A {
	padding: 1px 0px 3px 21px;
	color: #4c4c4c;
}

DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector DIV.lngOthers SPAN A:hover {
	text-decoration: underline;
}


DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector SPAN {
	float: left;
}


DIV#page-header-selectors DIV.languageSelectorWrapper DIV.lngSelector SPAN.arrow_down {
	width: 15px;
	float: left;
	background: url('/portal/pics/layout/bullet_arrow_down_4c_big.gif') 8px 6px no-repeat;
}

/* Global Kontakt Link */

DIV.globalKontakt {
	float: left;
	background: url('/portal/pics/layout/bg_pagenav.gif') no-repeat scroll left 2px transparent;
	padding: 3px 7px 3px 12px;
}

DIV.globalKontakt a {
	color: #4c4c4c !important;
}

DIV.globalKontakt a:hover {
	text-decoration: underline !important;
}

/* Suchfunktion */
#page-header-search {
	float: right;
	margin: 17px 10px 10px 0;
	overflow: hidden;
	display: block;
}

#page-header-search #cse-search-box INPUT.submit {
	/* display: none; */
}

#page-header-search input.form-194px {
	border: 0;
	float: left;
	width: 208px !important;
	padding: 3px 0 3px 5px;
	color: #4c4c4c;
	background-color: #ffffff;
	border-radius: 5px;
	border: 1px solid #b4b4b4;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    #page-header-search input.form-194px {
        padding: 4px 0 4px 5px;
    }
}

#cse-search-box .form {
	border: 0;
	width: 208px !important;
	height: 17px;
	padding: 3px 0 3px 5px;
	color: #4c4c4c;
	border-radius: 5px;
	border: 1px solid #b4b4b4 !important;
}

#page-header-search .submit {
	position: absolute;
	margin: 0px 0px 0px -21px
}
/* Navigation (1. Ebene) */
#page-header-navigation ul {
	margin: 0px 0px 0px 3px;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	height: 60px;
}

#page-header-navigation ul li {
	float: left;
	margin: 21px 0px 5px 0px;
	padding: 0px 8px 0px 4px;
	background: url('/portal/pics/layout/bg_pagenav.gif') top right no-repeat;
}

#page-header-navigation ul li:last-child {
	float: left;
	margin: 21px 0px 0px 0px;
	padding: 0px 8px 0px 4px;
	background: none !important;
}

#page-header-navigation ul li a {
	padding: 5px 7px 4px 7px;
	color: #4c4c4c;
	border-radius: 4px 4px 0px 0px;
}

.hasFontSmoothing-true .ebene-1,
.hasFontSmoothing-true .ebene-1-aktiv,
.hasFontSmoothing-true #page-header-logo-subtitle {
	font: bold 1.3em ITCOfficinaSansStdBook, Arial, sans-serif;
}
.hasFontSmoothing-false .ebene-1,
.hasFontSmoothing-false .ebene-1-aktiv,
.hasFontSmoothing-false #page-header-logo-subtitle {
	font: bold 1.3em Arial, sans-serif;
}
.hasFontSmoothing-unknown .ebene-1 ,
.hasFontSmoothing-unknown .ebene-1-aktiv,
.hasFontSmoothing-unknown #page-header-logo-subtitle {
	font: bold 1.3em Arial, sans-serif;
}

#page-header-navigation ul li.active a,
#page-header-navigation a:hover {
	color: #b70032;
}

#page-header-navigation ul li ul {
	background: none repeat scroll 0 0 #ffffff;
	color: #4C4C4C;
	list-style-type: none;
	top:147px;
	padding: 4px 0px 5px 0px;
	position: absolute;
	display: none;
	z-index: 5000;
	height: auto;
	margin: 0px 0px 0px 0px;
	border-radius: 0px 4px 4px 4px;
}

#page-header-navigation li ul.show {
	display: block;
}

/* 2. Ebene */
#page-header-navigation ul li ul li {
	background: url('/portal/pics/layout/cons-nav.gif') no-repeat 8px 5px #ffffff;
	clear: both;
	padding: 0 10px 0px 18px;
	margin: 3px 0px;
	
}

#page-header-navigation ul li ul li:last-child {
	float: left;
	padding: 0 10px 0px 18px;
	margin: 3px 0px;
	background: url('/portal/pics/layout/cons-nav.gif') no-repeat 8px 5px #ffffff !important;
	
}

#page-header-navigation ul li ul li:hover {
	background: url('/portal/pics/layout/cons-nav-hover.gif') no-repeat 8px 5px #ffffff;
}

#page-header-navigation ul li ul li:last-child:hover {
	background: url('/portal/pics/layout/cons-nav-hover.gif') no-repeat 8px 5px #ffffff !important;
}

#page-header-navigation ul li ul li a {
	text-decoration: none;
	display: block;
	padding: 0 0 0 0px;
	font-size: 11px;
	margin: 0px 0;
	
	
}
#page-header-navigation ul li ul li a:hover {
	color: #b70032;
}

#page-header-navigation ul li ul li.active a.ebene-2-aktiv {
	background-color: #b70032;
	background-image: url('/portal/pics/layout/bullet_arrow_right_white_big.gif');
	border-bottom: 1px solid #f1f1f1;
	color: #fff;
}

/* 3. Ebene */
#page-header-navigation ul li ul li ul li {
	border: 0;
}

#page-header-navigation ul li ul li ul li a {
	margin: 0 0 0 9px;
	padding: 2px 0 2px 15px;
	background: url('/portal/pics/layout/bullet_arrow_right_gray_small.gif') 6px 7px no-repeat;
}

#page-header-navigation ul li ul li ul li a:hover {
	background-image: url('/portal/pics/layout/bullet_arrow_right_red_small.gif');
}

#page-header-navigation ul li ul li ul li a.ebene-3-aktiv {
	color: #b70032;
	background-image: url('/portal/pics/layout/bullet_arrow_right_red_small.gif');
}

/* 4. Ebene */
#page-header-navigation ul li ul li ul li ul li a {
	margin: 0 0 0 20px;
	color: #919191;
	background-image: url('/portal/pics/layout/bullet_arrow_right_lightgray_small.gif');
}

#page-header-navigation ul li ul li ul li ul li a.ebene-4-aktiv {
	color: #b70032;
	background-image: url('/portal/pics/layout/bullet_arrow_right_red_small.gif');
}


/**
 * Teaser-Bild
 */
#page-teaser .flash-container,
#page-teaser .bild {
	margin: 0;
	width: 1000px;
	border-bottom: 2px solid #b70032;
}


/**
 * Sidebar
 */
#page-sidebar {
	float: right;
	width: 215px;
	margin: 10px 10px 5px 10px;
	font-size: 0.7em;
}

#page-sidebar .sidebar-paragraph,
#page-sidebar .sidebar-image,
#page-sidebar .sidebar-linklist,
#page-sidebar .flash-container,
#page-sidebar .leiste-absatz,
#page-sidebar .sidebar-cart {
	width: 215px;
	margin: 0 0 10px;
}

#page-sidebar h2 {
	background: #707070 url('/portal/pics/layout/sidebar_headline_bg_gray.gif') left top no-repeat;
	min-height: 17px;
	margin: 0 0 1px 0;
	padding: 4px 0 4px 7px;
	color: #fff;
	font-size: 1.15em;
	font-weight: normal;
}

#page-sidebar h3 {
	background: #707070 url('/portal/pics/layout/sidebar_headline_bg_gray.gif') left top no-repeat;
	min-height: 17px;
	margin: 0 0 1px 0;
	padding: 4px 0 4px 7px;
	color: #fff;
	font-size: 1.15em;
	font-weight: normal;
}

#page-sidebar p {
	margin: 0 0 0 0;
	padding: 5px 3px 4px 7px;
	background: #fff;
	overflow: auto;
	white-space: normal;
}

#page-sidebar ol {
	background: #fff;
	margin: 0 0 0 0;
	padding: 3px 3px 3px 25px;
}

#page-sidebar ul {
	background: #fff;
	margin: 0 0 0 0;
	list-style-type: none;
	padding: 5px 3px 4px 7px;
}

#page-sidebar .sidebar-cart ol {
	list-style-type: decimal;
	padding: 5px 0px 4px 25px;
	color: #FFFFFF;
	background: #B70032;
}

#page-sidebar .sidebar-cart ol li {
	white-space: normal;
}

#page-sidebar .sidebar-cart a {
	color: #FFFFFF;
}

#page-sidebar .paragraph-image,
#page-sidebar .paragraph-image-left,
#page-sidebar .paragraph-image-right {
	padding: 0;
	/*
	NEU 16.11.2012
	Ansicht optimiert für IE10
	*/
	overflow: hidden;
}

#page-sidebar .paragraph-image-subtitle {
	display: block;
	padding: 0 0 7px 7px;
}

#page-sidebar li.paragraph-link,
#page-sidebar ul li {
	margin: 0 0 4px 0;
}

#page-sidebar ul li {
	padding: 0 3px 0 9px;
	background: url('/portal/pics/layout/bullet_arrow_right_red_big.gif') left 3px no-repeat;
}

#page-sidebar ul li a {
	padding: 0 !important;
	background: none !important;
}

#page-sidebar a.highslide {
	text-decoration:underline;
}

#page-sidebar .paragraph-link a {
	display: inline-block;
}

#page-sidebar .paragraph-2-cols {
	background: #ffffff;
}

#page-sidebar .paragraph-2-cols-left {
	float: left;
	width: 50%;
}
#page-sidebar .paragraph-2-cols-right {
	float: left;
	width: 50%;
}

#page-sidebar .paragraph-2-cols-left h3 {
	background: url('/portal/pics/layout/sidebar_headline_bg_gray.gif') no-repeat scroll left top #707070;
}

#page-sidebar .paragraph-2-cols-right h3 {
	background: none repeat scroll 0 0 #DDDDDD;
}
#page-sidebar .paragraph-2-cols-right p {
}

/* Navigation */
#page-navigation {
	float: left;
	width: 210px;
	margin: 3px 10px 10px;
}

/* 2. Ebene */
#page-navigation ul {
	margin: 0;
	padding: 0 0 3px;
	list-style-type: none;
}

#page-navigation ul li {
	border-bottom: 1px solid #f1f1f1;
}

#page-navigation ul li a {
	text-decoration: none;
	display: block;
	padding: 4px 0 4px 7px;
	font-size: 0.7em;
	color: #4c4c4c;
}

#page-navigation ul li a:hover {
	color: #b70032;
}

#page-navigation ul li.active a.ebene-2-aktiv {
	background-color: #b70032;
	/* background-image: url('/portal/pics/layout/bullet_arrow_right_white_big.gif');*/
	border-bottom: 1px solid #f1f1f1;
	color: #fff;
}

/* 3. Ebene */
#page-navigation ul li ul li {
	border: 0;
}

#page-navigation ul li ul li a {
	margin: 0 0 0 9px;
	padding: 2px 0 2px 15px;
	background: url('/portal/pics/layout/bullet_arrow_right_gray_small.gif') 6px 7px no-repeat;
}

#page-navigation ul li ul li a:hover {
	background-image: url('/portal/pics/layout/bullet_arrow_right_red_small.gif');
}

#page-navigation ul li ul li a.ebene-3-aktiv {
	color: #b70032;
	background-image: url('/portal/pics/layout/bullet_arrow_right_red_small.gif');
}

/* 4. Ebene */
#page-navigation ul li ul li ul li a {
	margin: 0 0 0 20px;
	color: #919191;
	background-image: url('/portal/pics/layout/bullet_arrow_right_lightgray_small.gif');
}

#page-navigation ul li ul li ul li a.ebene-4-aktiv {
	color: #b70032;
	background-image: url('/portal/pics/layout/bullet_arrow_right_red_small.gif');
}

/* Seiten-Feedback */
#page-feedback {
	margin: 10px 0;
	padding: 14px 0 0;
}

#page-feedback #page-feedback-opener {
	padding: 0 0 0 18px;
	cursor: pointer;
	background: url('/portal/pics/layout/selector_arrow_white_right.gif') 0 4px no-repeat;
	clear: both;
	text-decoration: underline;
}
#page-feedback #page-feedback-opener.open {
	background-image: url('/portal/pics/layout/selector_arrow_white_right_active.gif');
}

#page-feedback #page-feedback-form {
	margin: 5px 0 0 16px;
}

#page-feedback #page-feedback-form input[type="radio"] {
	vertical-align: middle;
	margin: -3px 0 0 10px;
}

#page-feedback #page-feedback-form a.submit {
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
	color: #b70032;
	background: url('/portal/pics/layout/selector_arrow_white_right.gif') 1px 1px no-repeat;
}

#page-feedback #page-feedback-form button.submit {
	color: #b70032;
	margin-left: 10px;
	padding-left: 14px;
	border: 0;
	background: url('/portal/pics/layout/selector_arrow_white_right.gif') 0 2px no-repeat;
	font: normal 1.0em Verdana, Arial, sans-serif;
	cursor: pointer;
}

#page-feedback #page-feedback-form #feedback-kommentar {
	margin: 5px 0 0 0;
}

#page-feedback #page-feedback-form #feedback-kommentar input,
#page-feedback #page-feedback-form #feedback-kommentar textarea {
	width: 493px;
}

#page-feedback #page-feedback-result {
	font-weight: bold;
}

/**
 * Footer
 */

DIV#page-no-sidebar DIV#page-footer{
	background: url('/portal/pics/layout/bg-pagefooter_content_no-sidebar.png') no-repeat top left;
	color: #646464;
	font-size: 0.7em;
	clear: both;
	margin-left: -10px;
	width: 1020px;
	position: absolute;
}

DIV#page DIV#page-footer {
	background: url('/portal/pics/layout/bg-pagefooter_content_sidebar.png') no-repeat scroll left top;
	color: #646464;
	font-size: 0.7em;
	clear: both;
	margin-left: -10px;
	width: 1020px;
	position: absolute;
}

DIV.home DIV#page-footer {
	background: url('/portal/pics/layout/bg-pagefooter_content_home.png') no-repeat scroll left top;
}

DIV.page-footer-white {
	background: url('/portal/pics/layout/bg-pagefooter_white.png') no-repeat scroll left top !important;
}

DIV.page-footer-nonavi {
	background: url('/portal/pics/layout/bg-pagefooter_nonavi.png') no-repeat scroll left top !important;
}

DIV.page-footer-sidebar {
	background: url('/portal/pics/layout/bg-pagefooter_content_sidebar.png') no-repeat scroll left top transparent !important;
}

DIV.page-footer-nosidebar {
	background: url('/portal/pics/layout/bg-pagefooter_content_no-sidebar.png') no-repeat scroll left top transparent !important;
}

#page-footer a {
	color: #646464;
}

#page-footer-addthis {
	float: left;
	text-align: center;
	width: 90px;
	padding: 22px 0px 0px 0px;
}

#page-footer-copyright {
	float: left;
	padding: 22px 0 8px 24px;
	width: 494px;
}

#page-footer-service {
	padding: 22px 24px 8px 0px;
	text-align: right;
}

/**
 * Page content
 * Styles für Content-Elemente sind in content.css definiert, weil dieses auch von 
 * TinyMCE geladen wird. Deshalb hier keine Font-Größen etc. ändern, sondern in content.css.
 *
 */
#page-content-container {
	float: left;
	background: #fff;
}

#page-no-navigation {
	font-size: 0.75em;
	line-height: 1.5em;
	width: 740px;
	padding: 19px 10px 57px 15px;
	background: #fff;
	float: left;
}

#page-no-navigation #page-content-teaser {
	margin: -20px 0px 20px -20px;
} 

#page-content-teaser .bild {
	margin: 0;
}

#page-content {
	float: left;
	width: 515px;
	padding: 15px 10px 30px 10px;
	background: #fff;
}

/* Mindesthöhe für Content-Bereich */
#page-content {		/* für IE<7 */
	height: 482px;
}
#page-content[id] {	/* andere Browser */
	height: auto;
	min-height: 482px;
}

#page-no-sidebar #page-content {
	width: 750px;
}

#page-max-width #page-content-container {
	margin: 0px;
}

#page-max-width #page-content {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 26px 25px 30px;
	width: 950px;
}

/* Suchergebnis Google Site Search für JP, KR, VN */
#page-content #cse-search-results iframe {
	width: 100%;
}

/**
 * Portaleditor
 */
#portaleditor_contextmenue {
	position: absolute;
	visibility: hidden;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: auto;
	background-color: #ffffff;
	border: solid 1px #707070;
}

#portaleditor_contextmenue .portaleditor h2 {
	background-color: #707070;
	min-height: 17px;
	margin: 0 0 0 0;
	padding: 4px 6px 4px 7px;
	color: #fff;
	font-size: 0.8em;
	font-weight: normal;
}

#portaleditor_contextmenue .portaleditor ul {
	margin:0;
	padding:0;
}

#portaleditor_contextmenue .portaleditor ul li {
	list-style:none;
	margin:0;
	padding:1px 0 1px 2px;
	font-size:0.8em;
}


#portaleditor_contextmenue .portaleditor ul li span {
	padding:0 0 0 5px;
	vertical-align:middle;
}

#portaleditor_contextmenue .portaleditor ul li:hover {
	list-style:none;
	cursor:pointer;
	background-color:#CFD6E8;
}

/* Sitemap */
/* 23.07.2012 tme */

div.sitemap {
	width: 580px;
	margin: 0px 0px 10px 0px;
}

a.switchView {
	cursor: pointer;
}

a.switchView IMG {
	padding: 0px 6px 0px 12px;
}

div.sub-2 {
	display: none;
	margin: 10px 0px 0px 0px;
}

div.sub-3 {
	display: none;
	margin: 5px 0px 8px 0px;
}

div.sub-4 {
	display: none;
	margin: 5px 0px 8px 0px;
}

div.sub-5 {
	display: none;
	margin: 5px 0px 8px 0px;
}

div.sub-6 {
	display: none;
	margin: 5px 0px 8px 0px;
}

div.sitemap-1 {
	background: url('/portal/pics/layout/bg_sitemap-1.gif') repeat-x;
	padding: 4px 0px 4px 0px;
}
	
div.sitemap-1 a {
	font-weight: bold;
	color: white;
}

div.sitemap-2 {
	margin: 2px 0px 2px 25px;
	display: none;
}
	
div.sitemap-2 a {
	color: #646464;
}

div.sitemap-3 {
	margin: 2px 0px 2px 25px;
	display: none;
}
	
div.sitemap-3 a {
	color: #646464;
	font-weight: normal;
}

div.sitemap-4 {
	margin: 2px 0px 2px 25px;
	display: none;
}
	
div.sitemap-4 a {
	color: #646464;
}

div.sitemap-5 {
	margin: 2px 0px 2px 25px;
	display: none;
}
	
div.sitemap-5 a {
	color: #646464;
}

div.sitemap-6 {
	margin: 2px 0px 2px 25px;
	display: none;
}
	
div.sitemap-6 a {
	color: #646464;
}

div.sitemap-7 {
	padding: 2px 0px 2px 25px;
	display: none;
}
	
div.sitemap-7 a {
	color: #646464;
}

#switchAll {
	display: block;
	cursor: pointer;
}

/* 28.09.2012 tme
 * Mobile Reiter für Navigation ausblenden in Desktop Variante 
 * Breadcrumb in Desktop Variante ausblenden
 */

#navSwitch {
	display: none;
}

#page DIV.pfad,
#page-no-sidebar DIV.pfad {
	display: none;
}

/* 28.09.2012 tme
 * Angaben für Startseite Karrierebereich
 * notwendig für mobile Geräte
 */
 
DIV.karriere-start {
	width: 500px;
	margin: 0px 0px 10px 10px;
	overflow: hidden;
}

DIV.karriere-start-box {
	width: 250px;
	float: left;
}

DIV.job-search DIV.formRowStellen {
	clear: both;
	overflow: hidden;
}

DIV.job-search DIV.formRowStellen DIV.formSelect {
	float: left;
	width: 240px;
	margin: 0px 10px 0px 0px;
}

DIV.job-search DIV.formRowStellen DIV.formCheckbox {
	margin: 8px 0px 0px 0px;
}

DIV.job-search DIV.formRowStellen DIV.formCheckbox DIV {
	clear: both;
}

DIV.job-search DIV.formRowStellen DIV.formCheckbox DIV SPAN.field SPAN.field {
	display: block;
}

DIV.job-search DIV.formRowResult {
	margin: 10px 0px 0px 0px;
}
 
DIV.job-list DIV.liste_treffer_desktop {
	display: block;
}

DIV.job-list DIV.liste_treffer_mobile {
	display: none;
}

DIV.detail_treffer_mobile {
	display: none;
}

DIV.detail_treffer_desktop {
	display: block;
}


/* CSS-Styles für Veco14 */

DIV.veco14_mainBoxes_wrapper {
	display: block;
	margin: 17px 0px 10px 0px;
	overflow: hidden;
}

DIV.veco14_mainBoxes_wrapper DIV.veco14_mainBox {
	width: 236px;
	float: left;
	margin: 0px 15px 0px 0px;
	background: -moz-linear-gradient( top, #f5f5f5 0%, #f5f5f5 60%, #DDDDDD);
	background: -webkit-gradient( linear, left top, left bottom, from(#f5f5f5), color-stop(0.60, #f5f5f5), to(#DDDDDD));
	border-radius: 6px;
	border: 1px solid #DDDDDD;
}

DIV.veco14_mainBoxes_wrapper DIV.veco14_mainBoxWide {
	width: 363px !important;
}

DIV.veco14_mainBoxes_wrapper DIV.veco14_mainBox DIV.actualLayer {
	position: absolute;
	width: 122px;
	height: 121px;
	margin: -8px 0px 0px 122px;
	background: url('/portal/medien/vector_group/veco14/actualBanderole.png') no-repeat top left;
}

DIV.veco14_mainBoxes_wrapper DIV.veco14_mainBox DIV.actualLayerEN {
	position: absolute;
	width: 122px;
	height: 121px;
	margin: -8px 0px 0px 122px;
	background: url('/portal/medien/vector_group/veco14/actualBanderole_en.png') no-repeat top left;
}

DIV.veco14_mainBoxes_wrapper DIV.veco14_mainBoxInactive {
	width: 236px;
	float: left;
	margin: 0px 15px 0px 0px;
	background: -moz-linear-gradient( top, #f5f5f5 0%, #f5f5f5 60%, #eeeeee);
	background: -webkit-gradient( linear, left top, left bottom, from(#f5f5f5), color-stop(0.60, #f5f5f5), to(#eeeeee)); 
	border-radius: 6px;
	border: 1px solid #DDDDDD;
}

DIV.veco14_mainBoxes_wrapper DIV.veco14_mainBox:hover {
	/*
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	*/
}

DIV.veco14_mainBoxes_wrapper DIV.veco14_lastBox {
	margin: 0px;
}

DIV.veco14_mainBoxes_wrapper DIV.veco14_mainBox SPAN.headline {
	font-weight: bold;
	display: block;
	margin: 8px 0px 7px 10px;
}

DIV.veco14_mainBoxes_wrapper DIV.veco14_mainBoxInactive SPAN.headline {
	font-weight: bold;
	display: block;
	color: #909090 !important;
	margin: 8px 0px 7px 10px;
}

DIV.veco14_mainBoxes_wrapper DIV.veco14_mainBox IMG {
	margin: 0px 0px 0px 10px;
}

DIV.veco14_mainBoxes_wrapper DIV.veco14_mainBoxInactive IMG {
	margin: 0px 0px 0px 10px;
	opacity: 0.5;
}

DIV.veco14_mainBoxes_wrapper DIV.veco14_mainBox P.infoText,
DIV.veco14_mainBoxes_wrapper DIV.veco14_mainBoxInactive P.infoText {
	margin: 11px 10px 3px 10px !important;
}

DIV.veco14_mainBoxes_wrapper DIV.veco14_mainBoxInactive P.infoText {
	color: #909090;
}

DIV.veco14_mainBoxes_wrapper DIV.veco14_mainBoxInactive SPAN.vecoLink {
	margin: 10px !important;
	color: #dddddd;
	border-radius: 4px;
	padding: 3px 11px 4px 20px;
	display: inline-block;
	text-decoration: none !important;
	background: url('/portal/pics/layout/facelift2014/pfeil_link.png') no-repeat scroll 9px 9px #909090
}

DIV.veco14_mainBoxes_wrapper DIV.veco14_mainBox A.vecoLink {
	margin: 10px !important;
	color: #ffffff;
	border-radius: 4px;
	padding: 3px 11px 4px 20px;
	display: inline-block;
	text-decoration: none !important;
	background: url('/portal/pics/layout/facelift2014/pfeil_link.png') no-repeat scroll 9px 9px #4C4C4C
}

DIV.veco14_mainBoxes_wrapper DIV.veco14_mainBox A.vecoLink:hover {
	background-color: #b70032;
}

DIV.agendaWrapper {
	overflow: hidden;
}

DIV.boxAgenda {
	float: left;
	width: 350px;
	border: 1px solid #cccccc;
	border-radius: 6px;
	margin-bottom: 15px !important;
}


DIV.boxAgendaMargin {
	margin-right: 15px;
}

DIV.boxAgenda h3 {
	padding: 7px 0px 7px 11px !important;
	display: block !important;
	background-color: #eeeeee;
	border-radius: 6px 6px 0px 0px;
	border-bottom: 1px solid #cccccc;
}

DIV.boxAgenda p {
	padding: 3px 11px 2px 11px;
}

DIV.boxAgenda UL{
	margin-left: 15px !important;
}

DIV.boxAgendaFirst {
	clear:left;
}

