/* =========================== */
/*  BMWFJ CSS : Content Styles */
/* =========================== */

/* --- General ------------------------------------------------ */

h1, h2, h3, h4 { 
font-family: Verdana, Arial, Helvetica, sans-serif !important; 
}  

h2, h3, h4{ 
font-weight: bold; 
}

#qkb_content{
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 1em;
  line-height: 1.3;
}


#content h1 {
  color: #a41c30;
  font-size: 1.7em;
  font-weight: normal;
  line-height: 1.3;
  margin: 2.1em 0 1.1em 0;
}

#content p {
  font-size: 0.9em;
  line-height: 1.3;
}

#content table p {
  font-size: 1em;
}

/*- Links -*/

a {
    color: black;
    text-decoration: underline;
}

a:visited{ 
  color: black;
  text-decoration: underline; 
}

a:focus,
a:hover,
a:active
 {
  color: #a41c30;
}

#colcontent h2.mainCat {
  background: transparent url(../images/bgFooterHoriz.png) no-repeat right bottom;
  border-left: 1px solid #c5c5c5;
  color: #a41c30;
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1;
  padding: 0.5em;
}

/* --- Breadcrumbs -------------------------------------------- */

#breadcrumbs {
  clear: both;
}

#breadcrumbs li {
  background: transparent url(../images/bgBreadcrumbs.gif) no-repeat left 0.65em;
  float: left;
  line-height: 1.5;
  margin-right: 0.5em;
  padding-left: 10px;
}

#breadcrumbs li.first {
  background: none;
  padding-left: 0;
}

#breadcrumbs li a,
#breadcrumbs li span {
  font-size: 0.75em;
  text-decoration: none;
}

#breadcrumbs li a:hover,
#breadcrumbs li a:focus,
#breadcrumbs li a:active {
  text-decoration: underline;
}

/* --- Carousel ----------------------------------------------- */

#carouselWrapper {
  background: #ececec url(../images/bgKarusselBottom.png) repeat-x left bottom;
  position: relative;
  width: 64.8em;
}

#carousel {
  background: transparent url(../images/bgKarusselTop.png) repeat-x left top;
}

#carouselPrev {
  background: transparent url(../images/bgCarouselPrev.png) repeat-y left top;
}


#carouselNext {
  background: transparent url(../images/bgCarouselNext.png) repeat-y right top;
  overflow: hidden;
}

#carouselPrevButton,
#carouselNextButton {
  height: 34px;
  position: absolute;
  top: 43%;
  width: 36px;
  z-index: 2;
}

#carouselPrevButton{
  background: transparent url(../images/iconPrev.png) no-repeat center 0;
  left: 3px;
}

#carouselNextButton {
  background: transparent url(../images/iconNext.png) no-repeat center 0;
  right: 3px;
}

#carouselPrevButton:hover,
#carouselNextButton:hover,
#carouselPrevButton:focus,
#carouselNextButton:focus,
#carouselPrevButton:active,
#carouselNextButton:active {
  background-position: center -34px;
}

#carouselPrevButton:active,
#carouselNextButton:active {
  background-position: center -68px;
}

#carousel ul {
  float: left;
  left: 0;
  padding: 1.5em 0 1.5em 3.58em;
  position: relative;
  width: 999em;
}

#carousel ul li {
  float: left;
  margin-left: 6em;
  width: 15.167em;
}

#carousel ul li.first {
  margin-left: 0;
}

#carousel img {
  margin-bottom: 1.1em;
}

#carousel h2 {
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 0.85em;
  min-height: 2.4em;
  width: 11.667em;
}

#carousel h2 a {
  text-decoration: none;
}

#carousel h2 a:hover,
#carousel h2 a:focus,
#carousel h2 a:active,
#carousel ul li.hover a {
  color: #a41c30;
  text-decoration: underline;
}

#carousel ul li.hover {
  cursor: pointer;
}

#carousel ul li.noLink {
  cursor: auto;
}

#carousel p {
  background: transparent url(../images/iconTeaserMore.png) no-repeat right 95%;
  padding-right: 8px;
}

#carousel ul li.hover p {
  background: transparent url(../images/iconTeaserMoreHover.png) no-repeat right 95%;
}

#carousel ul li.noLink p {
  background: none;
}

/* --- Teaser Box --------------------------------------------- */

#contentteaser {
  margin: 3em 0 1.8em 3.5em;
}

#teaserLeftBox {
  background: transparent url(../images/bgTeaserDivider.png) no-repeat 18.33em bottom;
  float: left;
  width: 39.5em;
}

#teaserLeftBox.singleBox {
  background: none;
}

#teaserRightBox {
  background: transparent url(../images/bgTeaserDivider.png) no-repeat left bottom;
  margin-left: 39.45em;
  padding-left: 2.88em;
  width: 15.167em;
}

.teaser {
  margin-bottom: 3em;
  width: 15.167em;
}

#teaserLeftBox .teaser {
  float: left;
}

#teaserLeftBox .first {
  margin-right: 6em;
}

.singleBox .teaser {
  margin-bottom: 6em;
  width: auto;
}

.teaser h2 {
  margin-bottom: 0.9em;
}

.teaser h2 a {
  color: #a41c30;
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.2;
  text-decoration: none;
}

.teaser h2 a:hover,
.teaser h2 a:focus,
.teaser h2 a:active,
#contentteaser .hover a {
  text-decoration: underline;
}

.teaser p {
  background: transparent url(../images/iconTeaserMore.png) no-repeat right 95%;
  padding-right: 8px;
}

#contentteaser .hover {
  cursor: pointer;
}

#contentteaser .hover p {
  background-image: url(../images/iconTeaserMoreHover.png);
}

.singleBox .teaser p {
  background-position: right 99%;
}

.teaserContent {
  float: left;
  width: 18em;
}

.teaser img {
  display: block;
  margin-top: 1.8em;
}

.singleBox .teaser img {
  float: left;
  margin: 0 0 0 3.167em;
}

/* --- Teaser Box on Start Page ------------------------------- */

#startteaser {
  margin-top: 3em;
}

#startteaser .mainTeaser {
  width: auto;
}

#startteaser .mainTeaser .teaserContent {
  width: 19.5em;
}

#startteaser .mainTeaser img {
  float: right;
  margin: 0;
}

#startteaser .smallTeasers {
  background: transparent url(../images/bgTeaserDivider.png) no-repeat center bottom;
}

#startteaser .smallTeasers .teaser {
  float: right;
}

#startteaser .smallTeasers .first {
  float: left;
}

#startteaser .hover a {
  text-decoration: underline;
}

#startteaser .hover {
  cursor: pointer;
}

#startteaser .hover p {
  background-image: url(../images/iconTeaserMoreHover.png);
}

/* --- Intro Box ---------------------------------------------- */

#introBoxWrapper {
  background: #ECECEC url(../images/bgKarusselBottom.png) repeat-x left bottom;
}

#introBox {
  background: transparent url(../images/bgKarusselTop.png) repeat-x left top;
}

#introBoxWrapper #introBox ul {
  font-size: 0.9em;
  margin: 0;
  padding: 1em 1.5em;
}

#introBoxWrapper #introBox ul li {
  background: none;
  float: left;
  padding: 0 0.5em;
  width: 12.4em;
}

#introBox .number {
  color: #A41C30;
  font-size: 2.2em;
  font-weight: bold;
}

#introBox .unit {
  color: #666666;
  font-size: 1.4em;
}

#introBox .text {
  display: block;
  margin-top: 0.8em;
}

/* --- Richtext Content --------------------------------------- */

#text p {
  line-height: 1.45;
  margin-bottom: 1.5em;
}

#text .teaserText {
  font-weight: bold;
}

#text h2 {
  clear: both;
  color: #a41c30;
  font-size: 1.1em;
  line-height: 1.3;
  margin: 2em 0 0.5em;
}

#text blockquote {
  background: transparent url(../images/bgBlockquote.png) no-repeat left top;
  min-height: 35px;
  padding-left: 4.8em;
}

#text ul,
#text ol {
  font-size: 0.9em;
  margin: 0 0 1.5em 1.5em;
}

#text ul ul,
#text ol ol,
#text ul ol,
#text ol ul {
  font-size: 1em;
  margin-bottom: 0;
}

#text ul li {
  background: transparent url(../images/bgBullet.png) no-repeat left 0.4em;
  line-height: 1.4;
  margin: 0.5em 0;
  padding-left: 12px;
}

#text ol li {
  line-height: 1.4;
  list-style-type: decimal;
  margin: 0.5em 0 0.5em 1.7em;
}

#text img.left {
  clear: both;
  display: block;
  float: left;
  margin: 0 2em 1em 0;
}

#text img.right {
  clear: both;
  display: block;
  float: right;
  margin: 0 0 1em 2em;
}

/*- table -*/

#text table {
  margin-bottom: 1.5em;
}

#text table.coworkers {
  margin-top: 1.5em;
  width: 100%;
}

#text table caption {
  color: #666666;
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 0.7em;
}

#text table caption span {
  display: block;
  font-weight: normal;
}

#text table thead {
  border: 1px solid #F3E1E3;
  border-width: 1px 1px 0 0;
}

#text table tbody {
  border: 1px solid #EBEBEB;
  border-width: 1px 1px 0 0;
}

#text table th,
#text table td {
  padding: 0.3em 0.6em;
}

#text table th {
  background: #FBF4F6 url(../images/bgTableHeader.png) no-repeat left top;
  border: 1px solid #F3E1E3;
  border-width: 0 0 1px 1px;
  color: #a41c30;
  font-weight: normal;
  vertical-align: middle;
}

#text table th span {
  color: #666666;
  display: block;
  font-size: 0.9em;
}

#text table td {
  background: white url(../images/bgTableCells.png) no-repeat left top;
  border: 1px solid #EBEBEB;
  border-width: 0 0 1px 1px;
  font-size: 0.9em;
}

#text table tr:hover td {
  background: #F4F4F4;
}

#text table tbody tr:hover th {
  background: #F3ECEE;
}

#text table th abbr {
  border-bottom: 1px dashed #A41C30;
}

#text table td abbr {
  border-bottom: 1px dashed black;
}

#text table td img {
  display: block;
  float: left;
}

/*- Travel Pagination -*/

#text #travelPagination {
  margin: 2em 0;
}

#text #travelPagination li {
  background: none;
  float: left;
  margin: 0.1em;
  padding: 0;
}

#text #travelPagination li.newLine {
  clear: left;
}

#text #travelPagination a,
#text #travelPagination span {
  background-color: #B12A43;
  color: white;
  display: block;
  padding: 0.3em 0.6em;
}

#text #travelPagination a {
  background-color: #F7F7F7;
  color: black;
  text-decoration: none;
}

#text #travelPagination a:hover,
#text #travelPagination a:focus,
#text #travelPagination a:active {
  background-color: #555555;
  color: white;
}

/*- forms -*/

#content form {
  background: #F7F7F7 url(../images/bgFormsTop.png) repeat-x left top;
  border-bottom: 1px solid #E0E0E0;
  border-top: 1px solid #E0E0E0;
  margin: 1.4em 0;
  padding-top: 0.5em;
}

input[type="text"],
input[type="password"],
select,
textarea {
	background: white url(../images/bgInput.png) no-repeat left top;
  border: 1px solid #888888;
  padding: 2px;
}

input,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}

select {
  padding-bottom: 0;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
textarea:hover,
textarea:focus {
	border-color: #333333;
  color: black;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #555555;
  background-position: left -800px;
}

.input,
.option,
.submit {
	clear: both;
	margin: 0.3em 0;
	padding: 0.3em 0;
}

.input label {
	display: block;
	float: left;
	padding-right: 1em;
	text-align: right;
	width: 9.5em;
}

.input input {
	width: 24.3em;
}

.input textarea {
  font-size: 1em;
	width: 27em;
}

.option {
	padding-left: 1.8em;
	padding-left: 10.6em;
	position: relative;
}

.option input {
	float: left;
	left: 7.7em;
	margin: 0;
	position: absolute;
	top: 0.4em;
}

.submit {
  background: transparent url(../images/bgFormsBottom.png) repeat-x left bottom;
  border-top: 1px solid #DDDDDD;
  margin-bottom: 0;
  padding: 1em 0 1em 10.6em;
}

fieldset {
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #F7F7F7;
  display: block;
}

fieldset legend {
  background-color: #F7F7F7;
  color: #A41C30;
  margin-left: 1em;
  padding: 0 0.3em;
}

form.coworkers {
  padding-bottom: 0.5em;
}

form.coworkers .input input {
  margin-right: 0.5em;
  width: 17em;
}

form.coworkers #search_submit {
  width: auto;
}

/*- Links -*/

#text a.extern,
#more a.extern {
  background: transparent url(../images/bgExternalLink.png) no-repeat right 0.3em;
  padding-right: 11px;
}


#text a:visited.extern,
#more a:visited.extern {
  background-image: url(../images/bgExternalLinkVisited.png);
}

#text a:hover.extern,
#text a:focus.extern,
#text a:active.extern,
#more a:hover.extern,
#more a:focus.extern,
#more a:active.extern {
  background-image: url(../images/bgExternalLinkHover.png)
}

#text a:visited,
#more a:visited {
  color: #666666;
}

#text a:hover,
#text a:focus,
#text a:active,
#more a:hover,
#more a:focus,
#more a:active {
  color: #a41c30;
}

/* --- More ---------------------------------------------- */

#more {
  background: transparent url(../images/bgFooterHoriz.png) no-repeat right top;
  margin: 0 -3em 0 -1.75em;
  padding: 1.5em 3em 0 1.75em;
}

#colcontent.special #more {
  margin: 0 -0.7em 0 -1.75em;
}

#colcontent.specialWide #more {
  margin: 0 -0.7em 0 -0.75em;
}

#colcontent.noNav #more {
  margin: 0 -0.7em 0 -0.75em;
}

#more h3 {
  color: #a41c30;
  font-weight: normal;
  margin-bottom: 0.5em;
}

#more p {
  margin-bottom: 1.5em;
}

#more li {
  padding: 0.25em 0;
}

#more .downloads a {
  background-repeat: no-repeat;
  background-position: left 0.4em;
  background-color: transparent;
  font-size: 0.9em;
  padding: 5px 0 5px 25px;
  text-decoration: none;
}

#more a:hover,
#more a:focus,
#more a:active {
  text-decoration: underline;
}

#more .downloads a.doc {
  background-image: url(../images/iconFile_doc.png);
}

#more .downloads a.pdf {
  background-image: url(../images/iconFile_pdf.png);
}

#more .downloads a.extern,
#more .downloads a:visited.extern,
#more .downloads a:hover.extern,
#more .downloads a:focus.extern,
#more .downloads a:active.extern {
  background-image: url(../images/iconExternalLink.png);
}

#more .downloads a {
  background-image: url(../images/iconInternalLink.png);
}