/**********************************************************************
Stand: 2008-06-10
***********************************************************************/

* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #E7E9EA;
	color: #606061;
	font: 11px Arial, Helvetica, Helv, sans-serif;
	text-align: center;
}
a, a:link, a:active {
	text-decoration: none;
	color: #263F6A;
}
a:hover {
	text-decoration: underline;
	color: #3F9AC9;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  =LAYOUT / äußere Container
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ------------------------------------------------ MasterContainer <-----------*/
#masterContainer {
	background-color: #FFF;
	background-image:url(../images/layout/dai_hg_navi.gif);
	background-repeat: repeat-y;
	border: 7px solid white;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	position: relative;
	top: 10px;
	text-align:left;
	width: 860px;
	/* Clearing:*/
	overflow:hidden;  
}
/* IE 5 ???????????????????????????????? müssste im IE 5 doch weiter sein? aber IE 6 Mensch, mach doch mal dieses Vorgehen fix !!! */
* html #masterContainer {
	width: 860px;
	/* Clearing, Anpassung IE: */	
	height: 1%;
}
/* ------------------------------------------------ headerContainer <-----------*/
#headerContainer {
	float: left;
	position: relative;
	width: 100%;
}
/* ------------------------------------------------ navigation <-----------*/
#navigation {
	clear: both;
	float: left;
	margin-bottom: 50px;
	padding-top: 23px;
	position: relative;
	width: 200px;
}
/* ------------------------------------------------ contentContainer <-----------*/
#contentContainer {
	float: right;
	margin-top: 25px;
	margin-bottom: 10px;
	padding: 0;
	position: relative;
	width: 643px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  =Header Bereich-Container
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ------------------------------------------------ Daimler Logo <-----------*/
#daimlerLogo {
	font-size: 0;
	line-height: 0;
	position: relative;
	width: 100%;
}
#daimlerLogo p {
	color: white;
	font-size: 1.75em;
	line-height: 1.4em;
	margin-left: 3em;
	margin-top: 0.5em;
	display: none;
}
#keyvisual {
	font-size: 0;
	line-height: 0;
}

/* ------------------------------------------------ assistbar <-----------*/
#assistbarGroup {
	background-color: #182b45;
	border-top: 1px solid white;
	float: left;
	width: 100%;
}
#assistbar {
	float: left;
	padding: 6px 0 3px 0;
	position: relative;
	width: auto;
}
#searchbox {
	float: right;
	padding: 2px 10px 1px 0;
	position: relative;
	width: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  =Content Bereich-Container
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ------------------------------------------------ content <-----------------------*/
#content {
	margin-right: 0;
}
/* ------------------------------------------------ main content <-------------------*/
#mainContent {
	clear: both;
	float: left;
	position: relative;
	width: 430px;
}
/*ohne rechte Spalte */ 
#mainContent.mainFullSize {
	width: 640px;
}

/* ------------------------------------------------ margin content <-------------------*/
#marginContent {
	position: relative;
	float: right;
	width: 200px;
}

/* ------------------------------------------------ footer <----------------------------*/
#footer {
	border-top: 1px solid #d1d6de;
	clear: both;
	/* IE douple Margin */
	display: inline;
	float: left;
	margin-left: 15px;
	margin-top: 25px;
	padding-top: 5px;
	width: 430px;
}
/* IE */
* html #disclaimer {
	width: 435px;
	/* IE doppelterRand bei float */
	display: inline;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  = DETAIL Header und Navigation
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ------------------------------------------------ header: assistbar <-------------------*/
#assistbar ul, #assistbar li {
	display: inline;
	float: left;
	list-style-type: none;
	width: auto;
	white-space: nowrap;
}
#assistbar ul {
	padding-left: 211px;
}
#assistbar li {
	padding-left: 8px;
	padding-right: 12px;
	background: url(../images/icons/arrow_w_small_ab.gif) no-repeat left center;
}
#assistbar li a {
	 color: white;
}
/* ------------------------------------------------ header: searchbox <-------------------*/
#searchbox input.searchTextField {
	background-color: #ffffff;
	border: 1px solid #182b45;
	font-size: 0.8em;
	color: #000000;
	padding: 1px 1px 1px 3px;
	margin-right: 6px;
	margin-top: 1px;
	width: 130px;
	vertical-align: top;
}

/* ------------------------------------------------ navigation <-------------------*/
#navigation ul {
	clear: both;
	list-style: none;
	padding: 0 0 0 14px;
	margin: 0;
}
#navigation ul ul {
	margin-left: 0;
	padding-left: 0;
}
#navigation li {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	position: relative;
}
/* IE: hasLayout wird hier erzwungen, 
sonst  wird der Abstand zwischen den li doppelt*/
* html #navigation li {
	zoom: 100%;
}
#navigation li li {
	font-weight: normal;
}
#navigation li a {
	display: block;
	padding: 2px 0 2px 6px;
	margin-bottom: 4px;
}
/* IE */
* html #navigation li a {
	margin-bottom: 2px;
}
/* 2. Navigationsebene wieder etwas nach oben schieben */
#navigation ul.menu-e2 {
	position: relative;
	top: -4px;
}
/* ab der 2. Navigationsebene kleinere Abstände */
#navigation li li a {
	padding-top:2px;
	padding-bottom: 2px;
	margin-bottom: 1px;
}
/* IE */
* html #navigation li li a {
	margin-bottom: 0px;
}
/* Einzüge links */
#navigation li li a {
	padding-left: 15px;
}
#navigation li li li a {
	padding-left: 30px;
}
#navigation li li li li a {
	padding-left: 45px;
}
/* aktiver Zustand für alle Ebenen */
#navigation li#menuItem-current a {
	background-color: #3F9AC9;
	color: #FFFFFF;
	font-weight: bold;
}
#navigation li#menuItem-current li a {
	background-color: #F0F1F2;
	color: #263F6A;
	font-weight: normal;
}
#navigation li#menuItem-current li a:hover {
	color: #3F9AC9;
}
#navigation li.menuItem-active a,
#navigation li.menuItem-active li.menuItem-active a {
	font-weight: bold;
}
#navigation li.menuItem-active li a,
#navigation li.menuItem-active li.menuItem-active li a {
	font-weight: normal;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  = DETAIL Content
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ------------------------------------------------ Blöcke in mainContent  <-------------------*/
.contentBlock {
	float: left;
	height: auto;
	margin-bottom: 11px;
	padding-top: 2px;
	padding-right: 10px;
	position: relative;
	width: 418px;
}
/**/
* html .contentBlock {
	width: 430px;
}
.contentBlockRight {
	clear: both;
	float: left;
	margin-bottom: 1.5em;
	padding-top: 1px;
	position: relative;
	width: 200px;
}
.contentBlock p img, .contentBlockRight p img {
	float: left;
	clear: none;
	position: relative;
	border: 1px solid #dfe0e2;
	margin-right: 5px;
	margin-top: 5px;
}
#marginContent #tssLogo {
	border-bottom: 1px solid #D1D6DE;
	margin-bottom:15px;
}
address {
	font-style:normal;
}
.contentBlockRight h4 {
	font-size:11px;
	color:#263F6A;
	margin-top:1em;
}
/* ------------------------------------------------ Listen in mainContent  <-------------------*/
#mainContent ul {
	list-style-type:bullet;
	padding: 0 0 0 15px;
	margin-right: -15px;
}
#mainContent ul li {
	padding-bottom: 6px;
}
#mainContent .contentBlock ul.links {
	clear: both;
	float: left;
	list-style-type: none;
	margin-left: 0;
	position: relative;
}
#mainContent .contentBlock li.link {
	background: url(../images/icons/arrow_r_small_pb.gif) no-repeat 0 4px;
	font-size: 11px;
	line-height: 13px;
	margin: 7px 3px 3px 0;
	padding-left: 10px;
	padding-bottom: 3px;
}
#mainContent .contentBlock p.jobdescription {
	font-size:12px;
	line-height:1.5em;
}
#mainContent ul.jobdescription {
	list-style-type: disc;
	padding: 0 0 0 15px;
	margin-right: -15px;
}
#mainContent ul.jobdescription ul{
	list-style-type: bullet;
	padding-left: 15px;
}
#mainContent ul.jobdescription li {
	padding-bottom: 6px;
}
/*#mainContent .contentBlock p strong {
	color:#263F6A;
}*/
#mainContent ul.infoList {
	font-size:1em;
}
#mainContent ul.infoList li {
	list-style-type: disc;
	margin-left: 0px;
	padding-bottom: 0;
}
#mainContent ul.sitemap,
#mainContent ul.sitemap ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#mainContent ul.sitemap li {
	display:block;
	background-color:#f0f1f2;
	border-bottom:10px solid #FFF;
	padding:5px;
}
#mainContent ul.sitemap li a{
	font-weight:bold;
}
#mainContent ul.sitemap li li {
	display:block;
	border-bottom:1px solid #FFF;
	padding:0 20px;
}
#mainContent ul.sitemap li li a{
	font-weight:normal;
}
/* IE ??*/
* html .contentBlock ul {
	width: 400px;
}
/* ------------------------------------------------ Tabellen in mainContent  <-------------------*/
.table {
	font-size: 12px;
}
.table thead td{
	background-color: #dfe0e2;
	color: #000000;
	font-weight: bold;
	padding: 2px 2px 2px 6px;
}
.table .table-row-odd {
}
.table .table-row-even {
	background-color:#f0f1f2;
	vertical-align:top;
}
.table .table-title.link {
	font-weight: bold;
	margin: 2px 0 0 6px;
	padding: 2px 2px 2px 6px;
	vertical-align:top;
}
.table .row-text {
	padding: 2px 2px 6px 6px;
}
/* ------------------------------------------------ div-Listen in mainContent  <-------------------*/
.list {
	clear: both;
	font-size: 12px;
}
.list .list-title {
	background-color: #dfe0e2;
	clear: both;
	color: #000000;
	font-weight: bold;
	padding: 3px 3px 3px 6px;
	position: relative;
}
.list .list-row-odd {
	clear: both;
}
.list .list-row-even {
	background-color:#f0f1f2;
	clear: both;
}
.list .image {
	float: right;
	padding-bottom: 7px;
}
.list .row-title.link {
	background: url(../images/icons/arrow_r_small_pb.gif) no-repeat 0 center;
	font-weight: bold;
	line-height: 13px;
	margin: 2px 0 0 6px;
	padding: 2px 2px 2px 10px;
}
.list .row-text {
	padding: 2px 2px 6px 6px;
}
/* ------------------------------------------------ div-Listen in mainContent / IR-Liste  <-------------------*/
.ir-list {
	clear: both;
	font-size: 12px;
	float: left;
	margin-bottom: 25px;
	width: 430px;
}
.ir-list .list-title {
	background-color: #dfe0e2;
	clear: both;
	color: #000000;
	font-weight: bold;
	padding: 2px 3px 2px 6px;
	position: relative;
}
.ir-list .list-row-odd {
	clear: both;
	float: left;
	padding: 3px 0 6px 0;
	width: 430px;
}
.ir-list .list-row-even {
	background-color:#f0f1f2;
	clear: both;
	float: left;
	padding: 3px 0 6px 0;
	width: 430px;
}
.ir-list .row-title.link {
	background:  url(../images/icons/arrow_r_small_pb.gif) no-repeat 0 6px;
	float: left;
	font-weight: bold;
	line-height: 13px;
	margin: 2px 0 0 6px;
	padding: 2px 2px 2px 10px;
	width: 240px;
}
.ir-list .row-text {
	float: left;
	padding: 2px 2px 6px 6px;
	width: 85px;
}
.ir-list .row-more {
	background: url(../images/icons/arrow_r_small_pb.gif) no-repeat 0 6px;
	float: left;
	font-weight: bold;
	line-height: 13px;
	margin: 2px 0 0 6px;
	padding: 2px 2px 2px 8px;
	width: 60px;
}
/* ------------------------------------------------ div-Listen in mainContent / Bilder links  <-------------------*/
.picture-list {
	clear: both;
	width: 100%;
}
#mainContent .picture-list p {
	font-size: 1em;
	line-height: 1.2em;
}
.picture-list .list-row-odd {
	clear: both;
}
.picture-list .list-row-even {
	background-color:#f0f1f2;
	clear: both;
}
.picture-list .image {
	float: left;
	padding-bottom: 7px;
	width: 105px;
}
.picture-list .row-text {
	float: left;
	padding-left: 25px;
	width: 295px;
}
/* IE */
* html .picture-list .row-text {
	width: 320px;
}
/* ------------------------------------------------ Formular  <-------------------*/
form dl {
	clear:both;
	/*clear: float;*/
	margin-bottom: 5px;
}
form dt {
	float: left;
	font-weight: bold;
	width: 120px;
}
form input.input, form select {
	color: #606061;
	border: 1px solid #D5D0CB;
}
/* ------------------------------------------------ #marginContent  <-------------------*/
.contentBlockRight ul {
	clear: both;
	float: left;
	list-style-type: none;
	position: relative;
	width: 200px;
}
.contentBlockRight li {
	font-size: 11px;
	line-height: 13px;
	margin: 7px 3px 3px 0;
	padding-bottom: 3px;
}
.contentBlockRight li.link {
	background: url(../images/icons/arrow_r_small_pb.gif) no-repeat 0 4px;
	padding-left: 10px;
}
.contentBlockRight li.anker {
	background: url(../images/icons/arrow_d_small_db.gif) no-repeat 0 4px;
	padding-left: 10px;
}
.contentBlockRight li.internalLink {
	background: url(../images/icons/arrow_r_small_pb.gif) no-repeat 0 4px;
	padding-left: 10px;
}
.contentBlockRight li div.externalLink {
	background: url(../images/icons/arrow_r_small_pb.gif) no-repeat 0 4px;
	margin: 3px 3px 3px 0;
	padding-left: 10px;
}
/* Tools: Printer Icon */
.contentBlockRight li.tools {
	background: none;
	clear: both;
	float: left;
	padding: 0 0 5px 0;
	width: 195px;
}
.contentBlockRight li.tools .icon {
	float: left;
	width: 30px;
}
.contentBlockRight li.tools .toolsLink {
	float: left;
	width: 165px;
}
/* Marginaleintrag mit Bild */
.contentBlockRight li.teaserImage {
	background: none;
	padding: 0 0 5px 0;
}

/* ------------------------------------------------ marginContent: StockTicker <-------------------*/
.stockTickerValue {
	font-weight: bold;
	width: auto;
}
.stockTickerDate {
	padding-left: 15px;
	width: auto;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  = TYPO
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ------------------------------------------------ mainContent  <-------------------*/

#mainContent h1 {
	font-size: 18px;
	font-weight: bold; /* */
	line-height: 22px;
	margin-bottom: 12px;
}
#mainContent p, #mainContent ul {
	font-size: 12px;
	line-height: 18px;
	padding: 3px 5px 14px 0;
}
#mainContent ul.teaser {
	font-size: 16px;
	line-height: 18px;
}
#mainContent .contentBlock p {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 3px 5px 0 0;
}
#mainContent h2 {
	color: #606061;
	line-height: 18px;
	font-size: 16px;
	font-weight: normal;
}
#mainContent h3 {
	color: #3F9AC9;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 3px;
}
#mainContent h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}
.contentmore a {
	font-size: 11px;
	padding-left: 10px;
	background: url(../images/icons/arrow_r_small_pb.gif) no-repeat 4px 4px;
}
/* ------------------------------------------------ marginContent  <-------------------*/
#marginContent p,
#marginContent .stockTicker {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 3px 5px 0 0;
}
#marginContent h3 {
	color: #3F9AC9;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 1px;
	padding: 2px 5px 1px 0px;
}
#marginContent h3.tools {
}

/* ------------------------------------------------ footer  <-------------------*/
#footer p {
	font-size: 11px;
}
/* ------------------------------------------------ allgemeine Klassen  <-------------------*/
.clear {
clear:both;
}