/**********************************************************************
Stand: 2007-10-18

Hinweise:
- diese Stile wurden so gestaltet, dass sie auch für Browser im Quirks Mode funktionieren
(IE ohne DTD, IE mit DTD für HTML4.1 ohne Link zur Beschreibung, dito für Oper 8 und früher ohne DTD, ...)
- Print-Stile wurde über @media print gelöst, alternativ über Seiten mit body.print (gekennzeichnet über =Print)
***********************************************************************/

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #f0f1f2;
	color: #606061;
	font: 11px Arial, Helvetica, Helv, sans-serif;
}

/* =Print 
body.print {
	background-color: #fff;
	color: #000;
	font: 11px Arial, Helvetica, Helv, sans-serif;
}
*/

@media print {
body {
	background-color: #fff;
	color: #000;
	font: 11px Arial, Helvetica, Helv, sans-serif;
}
}

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;
	border: 1px solid #afb2b4;
	left: 50%;
	margin-bottom: 0px;
	margin-left: -430px;
	padding-bottom: 10px;
	position: absolute;
	top: 10px;
	width: 860px;
}

/* IE 5 */
* html #masterContainer { width: 862px;}

/* =Print 
body.print #masterContainer {
	border: none;
	left: 0;
	margin-top:0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	position: static;
	top: 0;
	text-align: left; 
	width: 90%;
}*/

@media print {
#masterContainer {
	border: none;
	left: 0;
	margin-top:0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	position: static;
	top: 0;
	text-align: left; 
	width: 90%;
}
}

/* ------------------------------------------------ headerContainer <-----------*/
#headerContainer {
	float: left;
	position: relative;
	width: 100%;
}

/* ------------------------------------------------ navigation <-----------*/
#navigation {
	clear: both;
	float: left;
	margin-bottom: 50px;
	padding-top: 20px;
	position: relative;
	width: 200px;
}

/* =Print 
body.print #navigation {display: none;}
*/

@media print {
#navigation {display: none;}
}

/* ------------------------------------------------ contentContainer <-----------*/
#contentContainer {
	border-left: 1px dotted  #89A2B3;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	position: relative;
	width: 658px;
}

/* =Print 
body.print #contentContainer {
	margin:0;
	padding:0;
	border-left: none;
	width: auto;
	float: none;
}*/

@media print {
#contentContainer {
	margin:0;
	padding:0;
	border-left: none;
	width: auto;
	float: none;
}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  =Header Bereich-Container
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ------------------------------------------------ Daimler Logo <-----------*/
#headerImage {
	background: url(../images/misc/header_hg09.jpg) no-repeat 0 0;
	height: 73px;
	position: relative;
	width: 100%;
}

/* =Print 
body.print #headerImage {display: none;}
*/

@media print {
#headerImage {margin-bottom: 2cm;}
}


#headerImage p {
	color: white;
	margin-left: 3em;
	margin-top: 0.5em;
	font-size: 1.75em;
	display: none;
}

/* ------------------------------------------------ assistbar <-----------*/
#assistbar {
	background: #182b45 url(../images/misc/hg_assist03.jpg) repeat-x 0 0;
	/*border-top: 1px none #d1d6de;
	border-bottom: 1px none #d1d6de;
	height: 18px;*/
	float: left;
	padding: 3px 0;
	position: relative;
	width: 100%;
}

/* =Print 
body.print #assistbar {display: none;}
*/

@media print {
#assistbar {display: none;}
}

/* ------------------------------------------------ subhead <-----------*/
#subhead {
	background-color: #3F9AC9;
	clear: both;
	float: left;
	position: relative;
	width: 100%;
}

/* =Print 
body.print #subhead {display: none;}
*/

@media print {
#subhead {display: none;}
}

/* ------------------------------------------------ subhead: stockTicker <-----------*/
#stockTicker {
	background-color: #3F9AC9;
	display: inline;
	float: left;
	height: 100px;
	position: relative;
	width: 198px;
}

/* ------------------------------------------------ subhead: keyvisual <-----------*/
#keyvisual {
	float: right;
	width: 660px;
	display: inline;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  =Content Bereich-Container
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ------------------------------------------------ content <-----------------------*/
#content {
	margin-left: 15px;
	margin-right: 0;
}

/* ------------------------------------------------ main content <-------------------*/
#mainContent {
	clear: both;
	/*border-left: 1px dotted #92918e;*/
	float: left;
	position: relative;
	width: 430px;
}

/*ohne rechte Spalte */ 
#mainContent.mainFullSize {
	width: 640px;
}

/* =Print
#content {
	margin: 0;
	float: none;
	width: auto;
}
 
body.print #mainContent {
	float: left;
	margin-left: 0;
	padding-right: 0.5cm;
	width: 11cm;
}*/

@media print {
#content {
	margin: 0;
	padding: 0;
	float: none;
	width: auto;
}

#mainContent {
	margin: 0;
	padding: 0;
	float: none;
}
}

/* ------------------------------------------------ margin content <-------------------*/
#marginContent {
	position: relative;
	float: right;
	width: 200px;
}

/* =Print 
body.print #marginContent {
	#marginContent {display: none;}
}*/

@media print {
#marginContent {display: none;}
}

/* ------------------------------------------------ footer <----------------------------*/
#footer {
	border-top: 1px dotted #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 {
	margin-left: 206px;
}

#assistbar li {
	width: auto;
	padding-left: 18px;
	background: url(../images/misc/arrow_w_small_ab.gif) no-repeat 10px center;
}

#assistbar li a {
	color: white;
}

/* ------------------------------------------------ header: StockTicker <-------------------*/
.stocktickervalue {
	color: white;
	background: url(../images/icons/kurs_icon.gif) no-repeat 10px;
	font-weight: bold;
	margin-left: 11px;
	margin-top: 4px;
	padding-left: 33px;
	width: auto;
}

.stocktickerdate {
	color: white;
	margin-left: 11px;
	padding-left: 33px;
	width: auto;
}

#quicksearch {
	border-top: 1px dotted #EAE8E4;
	display: inline;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
	position: relative;
	width: 170px;
}

#searchbox1 {
	width: 140px;
	border: 1px solid #182b45;
	display: inline;
	font-size: 10px;
	line-height: 12px;
	padding-top: 1px;
}

#searchicon {
	position: relative;
	width: auto;
	display: inline;
	margin-left: 5px;
	top: 5px;
}

/* ------------------------------------------------ navigation <-------------------*/
#navigation ul {
	clear: both;
	list-style: none;
	padding: 0 4px 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: 3px 0 3px 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*/
#navigation li#active a{
	background-color: #ebe9e5;
}

#navigation li#active li a {
	background-color: #fff;

}




/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  = DETAIL Content
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ------------------------------------------------ Blöcke in mainContent  <-------------------*/
.contentBlock {
	border-right: 1px dotted #D5D0CB;
	border-top: 1px dotted #D5D0CB;
	float: left;
	height: auto;
	margin-bottom: 11px;
	padding-top: 2px;
	padding-right: 10px;
	position: relative;
	width: 418px;
}
/**/
* html .contentBlock {
	width: 430px;
}

.contentBlockRight {
	border-top: 1px dotted #d1d6de;
	clear: both;
	float: left;
	margin-bottom: 1.5em;
	padding-top: 1px;
	position: relative;
	width: 200px;
}

.contentBlock p img, .contentBlockRight p img {
	float: left;
	clear: both;
	position: relative;
	border: 1px solid #dfe0e2;
	margin-right: 5px;
	margin-top: 5px;
}

/* ------------------------------------------------ Listen in mainContent  <-------------------*/
#mainContent ul {
	list-style-type: circle;
	margin-left: 25px;
}

#mainContent ul li {
	padding-bottom: 14px;
}


#mainContent .contentBlock ul.links{
	clear: both;
	float: left;
	list-style-type: none;
	margin-left: 0;
	position: relative;
}

#mainContent .contentBlock li.link{
	background: url(../images/misc/arrow_r_small_pb.gif) no-repeat 0 4px;
	border-bottom: 1px dotted #EAE8E4;
	font-size: 11px;
	line-height: 13px;
	margin: 7px 3px 3px 0;
	padding-left: 10px;
	padding-bottom: 3px;
}
/* IE ??*/
* html .contentBlock ul {
	width: 400px;
}

/* ------------------------------------------------ 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/misc/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/misc/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/misc/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: 12px;
	line-height: 14px;
}

.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: float;
	margin-bottom: 5px;
}

form dt {
	float: left;
	font-weight: bold;
	width: 120px;
}

form input.input, form select {
	color: #606061;
	border: 1px solid #D5D0CB;
}



/* ------------------------------------------------ contentRight  <-------------------*/
.contentBlockRight ul {
	clear: both;
	float: left;
	list-style-type: none;
	position: relative;
	width: 200px;
}

.contentBlockRight li {
	border-bottom: 1px dotted #EAE8E4;
	font-size: 11px;
	line-height: 13px;
	margin: 7px 3px 3px 0;
	padding-bottom: 3px;
}

.contentBlockRight li.link {
	background: url(../images/misc/arrow_r_small_pb.gif) no-repeat 0 4px;
	padding-left: 10px;
}

.contentBlockRight li.internalLink {
	background: url(../images/misc/arrow_r_small_pb.gif) no-repeat 0 4px;
	padding-left: 10px;
}

.contentBlockRight li div.externalLink {
	background: url(../images/misc/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;
}



/*
.contentBlockRight input {
	margin-top: 5px;
}

#services01 input {
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	background-color: white;
	border: 1px solid #48597d;
	margin-bottom: 5px;
	cursor: pointer;
	color: #48597d;
	font-size: 0.8em;
}

*/



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  = 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{
	background: url(../images/misc/highlighter03.jpg) no-repeat 0 4px;
	color: #3f9ac9;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	padding: 2px 5px 1px 15px;
}

.contentmore a {
	padding-left: 10px;
	background: url(../images/misc/arrow_r_small_pb.gif) no-repeat 4px 4px;
}


/* ------------------------------------------------ marginContent  <-------------------*/
#marginContent p {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 3px 5px 0 0;
}

#marginContent h3 {
	font-size: 12px;
	line-height: 15px;
	color: #3f9ac9;
	background: url(../images/misc/highlighter03.jpg) no-repeat 0 4px;
	padding: 2px 5px 1px 15px;
	font-weight: bold;
}

#marginContent h3.tools {
}





/*
#services01 form {
	position: relative;
	float: left;
	clear: none;
	width: 90%;
}

#services01 select {
	position: inherit;
	width: 150px;
	padding: 1px;
	border: 1px solid #8c8c8c;
	background-color: #dfd4d5;
}
*/

#footer p {
	font-size: 11px;
}

