* {
  margin: 0px;
  padding: 0px;
}

body {
	background-color: #ece4dc;
	font-family: Arial,sans-serif;
	font-size: 12px;
  color: #343839;
}

img {
  border: none;
}

a {
	color:#de0000;
	text-decoration: none;
  outline: none; 
}

a:hover {
	color:#de0000;
  text-decoration: underline;
}

.clearall {
  clear: both;
}

a.home,
a.sitemap {
  display: none;
  float: left;
	font-family: Verdana;
	font-size: 11px;
  margin-left: 35px;
  margin-top: 19px;
}

a.sitemap {
  margin-left: 0px;  
}

.red {
  display: none;
	float: left;
	color: #de0000;
  margin-top: 17px;
}

h1,
h1.h1MarginBottom {
  font-size: 22px;
  margin-top: -5px;
  margin-bottom: 29px;
}

h1.h1MarginBottom {
  margin-bottom: 7px;
}

h2 {
  font-size: 16px;
  margin-bottom: 16px;
}

ul.ulList {
  margin-left: 23px;
  margin-bottom: 24px;
}

ul.ulList li {
  list-style-image: url(../images/listtypearrow.gif);
  height: 25px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

/* ---- MENUE-START ----- */

.menu {
  display: none;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  width: 608px;
  height: 30px;
  background: url(../images/bg_menue.gif) no-repeat;
  float: right;
  margin-bottom: 12px;
  margin-top:14px;
}

.menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: 30px;
  background: transparent;
}

/* unsichtbarer Rahmen für die Maus */
.menu ul ul {
  margin-top: -13px;
  margin-left: 1px;
}

.menu ul li {
  float: left;
  height: 30px;
  line-height: 2.5em;
  display: block;
}

/*
.menu ul ul {
  outline:1px solid #ff0000;
}
*/
.menu ul ul li {
  display: block;
/*  width: 12em; */
  height: auto;
  line-height: 1em;
}

.menu a span {
  display: none;
}

.menu ul ul li a {
  line-height: 16px !important;
}

.menu a.product,
.menu a.partners,
.menu a.references,
.menu a.news,
.menu a.contact,
.menu a.product:visited,
.menu a.partners:visited,
.menu a.references:visited,
.menu a.news:visited,
.menu a.contact:visited {
  display: block;
  float: left;
  height: 100%;
  font-size: 1em;
  text-decoration: none;
}

.menu a.product,
.menu a.product:visited {
  width: 121px;
}

.menu a.partners,
.menu a.partners:visited {
  width: 120px;
}

.menu a.references,
.menu a.references:visited {
  width: 120px;
}

.menu a.news,
.menu a.news:visited {
  width: 120px;
}

.menu a.contact,
.menu a.contact:visited {
  width: 127px;
}

.menu :hover > a.product {
  background: url(../images/btn_produkt_hi.gif);
}

.menu :hover > a.partners {
  background: url(../images/btn_partner_hi.gif);      
}

.menu :hover > a.references {
  background: url(../images/btn_referenzen_hi.gif);
}

.menu :hover > a.news {
  background: url(../images/btn_news_hi.gif);      
}

.menu :hover > a.contact {
  background: url(../images/btn_kontakt_hi.gif);
}

* html .menu a,
* html .menu a:visited {
  width: 90px;
  w\idth: 90px;
}

.menu ul ul a,
.menu ul ul a:visited {
  display: block;
  background: white;
  width: 95px;
  height: 100%;
  line-height: 1em;
  padding: 0.5em 1em;
  text-decoration: none;
}

* html .menu ul ul a,
* html .menu ul ul a:visited {
  width: 95px;
  w\idth: 95px;
  margin-left: 2px;
}

.menu table {
  border-collapse: collapse;
  padding: 0;
  margin: -1px;
  width: 0;
  height: 0;
  font-size: 1em;
  z-index: 1;
}

* html .menu a:hover {
  background: #d4d8bd;
  position: relative;
  z-index: 100;
}

.menu li:hover {
  position: relative;
}

.menu a.product:hover {
  background: url(../images/btn_produkt_hi.gif);      
}

.menu a.partners:hover {
  background: url(../images/btn_partner_hi.gif);      
}

.menu a.references:hover {
  background: url(../images/btn_referenzen_hi.gif);
}

.menu a.news:hover {
  background: url(../images/btn_news_hi.gif);      
}

.menu a.contact:hover {
  background: url(../images/btn_kontakt_hi.gif);
}

* html .menu ul ul a:hover {
  background: #e1f2f9;
  position: relative;
  z-index: 110;
}

.menu ul ul li:hover {
  position: relative;
}

.menu ul ul :hover > a {
  background: #e1f2f9;
}

.menu ul ul {
  visibility: hidden;
  position: absolute;
  height: 0;
  top: 3em;
  left: 0;
/*  width: 14em; */
}

.menu ul :hover ul {
  visibility: visible;
  height: auto;
  padding: 0 3em 3em 3em;
  left: -3em;
}

.ulFix1 {
  margin-left: 2px !important;
}

.menu ul ul.ulFix2 a {
  width: 96px !important;
}

.menu ul ul {
  background: url(../images/schatten.png) bottom left no-repeat !important;
}

/* ---- MENUE-END ----- */

#main {
  width: 747px;
  text-align: left;
}	

#dingoContent {
  display: none;
  margin-top: 1px;
  margin-bottom: 13px;
}

.stageImg1 {
  display: none;
  background: url(../images/logoleer.jpg) no-repeat;
  width: 978px;
  height: 128px;
  margin-bottom: 12px;
}

.stageImg1 span {
  display: none;
}

.stageImg1 a {
  display: block;
  width: 170px;
  height: 120px;
  float: left;
}

.shadowTop {
	background: url(../images/shadowtop.gif) -231px 0px no-repeat;
  padding-top: 7px;
}

  
#typeArea {
	background: url(../images/shadowmiddle.gif) -231px 0px repeat-y;
	min-height: 700px;
}

#content {
	width: 666px;
	padding-left: 35px;
	padding-top: 31px;
  float: left;
  margin-bottom: 75px;
  /*background: pink;*/
}

#marginalspalte {
  display: none;
	width: 220px;
	margin: 29px 40px 84px 0px;
  float: right;
}

#marginalspalte p {
  line-height: 18px;
}

.marginalspalteMarginTop {
  margin-top: 65px !important;
}

.shadowBottom {
	background: url(../images/shadowbottom.gif) -231px 0px no-repeat;
  padding-top: 7px;
	margin-bottom: 12px;
}

#content p {
	line-height: 18px;
}

#content .teaser {
	width:635px;
	min-height: 105px;
	margin-bottom:46px;
	margin-top:-6px;
  clear: both;
}

#content .teaser br.brBottom {
  margin-bottom: 13px;
}

#content .teaser a.imgTeaser {
  float: left;
  display: block;
  margin: 6px 15px 5px 0px;
  min-width: 180px;
  min-height: 100px;
  text-align: right;
  font-size: 15px;
}

#content .teaser a.headline {
  float: left;
  width: 440px;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 23px;
}

#content .teaser p span {
  color: #339fcc;
}

#content .teaser .teaserPaddingTop {
  padding-top: 6px;
}

#inhaltspalte .contentPic1 {
  margin-right: 23px;
  margin-bottom: 10px;
  float: left;
}

/* --- sIFR3 --- */
.sIFR-active .ozonebigtrans,
.sIFR-active .ozone,
.sIFR-active div.metabold {
  visibility: hidden;
  font-family: Arial;
  line-height: 1em;
}

.ozone,
.metabold, 
.ozonebigtrans {
  font-family: ozone, arial;
  margin: 0;
  padding: 0;
  line-height: 1em;
  color: #5dc1eb;
  text-transform: uppercase;
}

.ozone,
.sIFR-active .ozone {
  height: 35px;
  background: #eaf3f5;
  font-size: 28px;
  padding: 8px 0px 9px 14px;
}

.sIFR-active .metabold,
.metabold,
.metaboldBoder {
  font-family: "Meta Normal", arial;
  font-size: 20px;
  height: 36px;
  text-transform: none;
}

.sIFR-active .ozonebigtrans,
.ozonebigtrans {
  height: 50px;
  width:730px;
  font-size: 50px;
  text-align: right;
  margin-top:27px;
  margin-right:48px; 
  float: right;
}

/* --- sIFR3 - END --- */

#marginalspalte .mspblock {
	width: 218px;
	border: 1px solid #abb3b5;
	margin-bottom: 19px;
}

#marginalspalte .mspblock a.headline {
  font-size: 13px;
  margin-top: 8px;
  margin-left: 10px;
  margin-bottom: 7px;
  display: block;
  float: left;
}

#marginalspalte .mspblocktext {
	padding: 13px 0px 16px 10px;
}

#marginalspalte .mspblocktext a {
  font-size: 12px;
  display: block;
  float: left;
  margin-bottom: 10px;
}

#marginalspalte .mspblocktext a.linkNormal {
  display: inline;
  float: none;
  margin-bottom: 0px;
}

.noMargin {
  margin-bottom: 0px !important;
}

#marginalspalte .mspblocktext a.partnerLogin {
  background: url(../images/arrowred.gif) no-repeat;
  padding-left: 12px;
  margin-top: -3px;
  margin-right: 16px;
  float: right;
}

#marginalspalte .mspblocktext .left {
  float: left;
}

#marginalspalte .mspblocktext .left p {
  margin-top: 2px;
  margin-bottom: 10px;
  line-height: 15px;
}

#marginalspalte .mspblocktext .right {
  float: right;
  margin-right: 17px;
}

#marginalspalte .mspblocktext .right input {
  width: 97px;
  margin-bottom: 6px;
}

a.bigredlink {
	font-size:22px;
	color:#de0000;
	font-family:arial,sans-serif;
	text-decoration:none;
}

#imgFooter {
  display: none;
  margin-bottom: 18px;
}

#footer {
  display: none;
	font-size:13px;
  margin-left: 35px;
  margin-bottom: 35px;
}

#footer .left,
#footer .middle,
#footer .right,
#footer .productRight {
  float: left;
  line-height: 22px;
  margin-right: 37px;
}

#footer .middle {
  margin-right: 39px;
}

#footer .productRight {
  float: right;
  margin-right: 43px;
  color: #5b686b;
}

.gray {
  color: #5b686b;
}

#footer .productRight a.gray:hover {
	color:#de0000;
}

.contentsTextsWithPictures img,
.contentsTextsWithPictures #bmwContent,
.contentsTextsWithPictures #stiebelContent,
.contentsTextsWithPictures #volkswagenContent,
.contentsTextsWithPictures #vghContent,
.contentsTextsWithPictures #vwContent {
  float: left;
  margin: 5px 18px 18px 0px;

}

.contentsTextsWithPictures #bmwContent {
  display: none;
}

.contentsTextsWithPictures p {
  margin-bottom: 29px;
}

.contentsTextsWithPictures p.lineHeight {
  line-height: 23px !important;
}

.listBenefits {
  margin: 19px 0px 49px 1px;
}

.listBenefits .left,
.listBenefits .right {
  width: 315px;
  float: left;
}

.listBenefits .right {
  float: right;
}

.listBenefits .left strong,
.listBenefits .right strong,
.listBenefits .left p.marginTop,
.listBenefits .right p.marginTop {
  margin-top: 17px;
  margin-bottom: 9px;
  display: block;
}

.listBenefits .left p.marginTop,
.listBenefits .right p.marginTop {
  margin-top: 24px;
} 

.listBenefits .left p,
.listBenefits .right p {
  margin-left: 4px;
}

.listBenefits .left a,
.listBenefits .right a {
  font-size: 15px;
  margin-top: -11px;
  display: block;
}


a.arrowBigRed {
  background: url(../images/arrowbigred.gif) no-repeat;
  padding-left: 13px;
  font-size: 18px;  
}

.arrowBigRedHeight {
  height: 96px;
}

.contactInput .inputMarginLeft {
  margin-left: 129px;
}

.contactInput .middle {
  width: 343px;
  margin-top: 23px;
  margin-bottom: 23px;
}

.contactInput .middle p {
  margin-bottom: 3px;
}

.contactInput .middle table {
  width: 100%;
}

.contactInput table .widthTD {
  width: 129px;
}

.contactInput .middle input {
  width: 100%;
  margin-bottom: 4px;
}

.contactInput .middle .inputField1 {
  width: 102px;
  margin-right: 8px;
}

.contactInput .middle .inputField2 {
  width: 100%;
}

.contactInput .middle .inputField3 {
  width: 50px;
  margin-right: 8px;
}

.contactInput .right {
  float: right;
  height: 146px;
  margin-top: -18px;
  margin-bottom: 20px;
}

.contactInput a.arrowBigRed {
    margin-bottom: 35px;
    margin-right: 92px;
}

.contactInput textarea {
  width: 426px;
  height: 126px;
  display: block;
  margin-bottom: 17px; 
}

.contactInput .checkbox {
  margin-bottom: 10px;
  margin-right: 8px;
}

.contactInput .checkbox input {
  float: left;
  margin-top: 3px;
  margin-right: 10px;
}

.contactInput .checkbox p {
  float: left;
}

.contactInput .theirMessageToUs {
  float: left;
  margin-right: 12px;
}

.imgAssignment {
  margin-top: 55px;
}

.imgAssignment .imgText {
  width: 185px;
  float: left;
  margin-bottom: 36px;
  font-size: 13px;
}

.imgAssignment .imgTextMarginRight {
  margin-right: 48px;
}

.imgAssignment .imgTextFloatRight {
  float: right;
}

.imgAssignment .imgText img {
  margin-bottom: 9px;
}

.customerList {
  background: url(../images/kundenlogos.jpg) no-repeat;
  height: 334px;
}

.customerList a {
  display: block;
  width: 212px;
  height: 85px;
  float: left;
}

.customerList span {
  display: none !important;
}

.linkNewsBack {
  margin-top: 40px;
  display: block;
  float: left;
  display: none;
}

.lineHeight {
  margin-bottom: 30px;
}

.lineHeight a {
    margin-bottom: 9px;
    display: block;
}

div.fontSize a {
  font-size: 15px;
  display: block;
}

.frequentlyAskedQuestions {
  margin-bottom: 24px;
}

.frequentlyAskedQuestions a.headlineOff,
.frequentlyAskedQuestions a.headlineOn {
  background: url(../images/plus_off.gif) 0px -1px no-repeat;
  padding-left: 25px;
  display: block;
}

.frequentlyAskedQuestions a.headlineOff:hover {
  background: url(../images/plus_on.gif)  0px -1px no-repeat;
}

.frequentlyAskedQuestions a.headlineOn {
  background: url(../images/minus_off.gif)  0px -1px no-repeat;
}

.frequentlyAskedQuestions a.headlineOn:hover {
  background: url(../images/minus_on.gif)  0px -1px no-repeat;
}

#faq1On, #faq2On, #faq3On, #faq4On, #faq5On, #faq6On, #faq7On, #faq8On,
#faq9On, #faq10On, #faq11On, #faq12On, #faq13On, #faq14On, #faq15On, #faq16On,
#faq17On, #faq18On, #faq19On, #faq20On, #faq21On, #faq22On, #faq23On, #faq24On,
#faq25On, #faq26On, #faq27On, #faq28On, #faq29On, #faq30On, #faq31On, #faq32On {
  display: none;
}

.frequentlyAskedQuestions p {
  margin-left: 25px;
  margin-top: 10px;
}

.impressumLeft,
.impressumRight {
  float: left;
  margin-top: 31px;
}

.impressumLeft {
  margin-right: 214px;
}

.homeMarginBottom {
  margin-top: -5px;
  margin-bottom: 19px;
}

.metaboldBoder {
  padding-top: 2px;
  padding-left: 10px;
  border: 1px solid #adb3b5;
  height: 27px !important;
}

.metaboldMarginTop {
  margin-top: 39px;
}

.download {
  clear: both;
}

.downloadMarginBottom {
  margin-bottom: 76px;
}

.download .imgMarginRight {
  margin-right: 22px;
}

.download h2 {
  margin-bottom: 8px;
}

.download a {
  background: url(../images/download.gif) 0px -1px no-repeat;
  padding-left: 15px;
  font-size: 14px;
  margin-left: 5px;
  margin-bottom: 13px;
  display: block;
  float: left;
}

.download p {
  margin-bottom: 19px;
}

.download .left,
.download .middle,
.download .right {
  width: 191px;
  float: left;
  margin-bottom: 34px;
}

.download .left {
  margin-right: 46px;
}

.download .right {
  float: right;
}
