/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Diese Angabe ben�tigt der Safari-Browser zwingend !! */
.clearfix {
  display: block;
}

img {
  border: 0;
}

/* ======== Basis-Formatierung ============== */
body {
  font-size: 62.5%;
  background-color: #eee;
  color: #000;
  padding-bottom: 20px;
}

* {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: #FD7700;
  outline: none;
}

a:hover {
  color: #fff;
  background-color: #FD7700;
}

/* ======== Hintergr�ndiges =============== */
body {
  background: #eee url(images/background-8.png) repeat-x top left;
}

h4 {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* ============ Positionierungen und Gr��en ============= */
#wrap {
  float: left;
  margin-top: 108px;
  width: 987px;
}

#inside_wrap {
  background: url(images/bg-wrap-2.png) bottom right no-repeat;
  float: left;
  width: 987px;
  padding: 0;
  margin: 0;
}

body.start #inside_wrap {
  background: url(images/bg-wrap.png) bottom right no-repeat;
}

* html #inside_wrap {
  background: url(images/bg-wrap-3.png) bottom right no-repeat;
}

#navigation {
  float: left;
  display: inline;
  width: 168px;
  margin: 0 0 0 -980px;
  background: url(images/bg-nav.png) repeat-x bottom left;
  padding: 0 0 14px 0
}

#navigation .decoration {
  background: #003a80;
  height: 7px;
  border-bottom: 1px solid #b1cae5;
}

/* #content { float: left; display: inline; width: 630px; margin-left: 160px;  position: relative;} */
#content {
  background: url(images/bg-deko.png) 585px 28px no-repeat;
  float: left;
  display: inline;
  width: 802px;
  margin-left: 183px;
  margin-bottom: 15px;
  position: relative;
  padding: 0 1px;
}

* html #content {
  left: 4px;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 992px;
}

#header a:hover {
  background: transparent;
}

/* ============ Schriftgestaltung ============= */
h1 {
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  padding: 6px 0 6px 10px;
  background: #69C url(images/bg-h1.gif) repeat-y;
  margin-bottom: 15px;
}

p {
  font-size: 1.1em;
  margin-bottom: 15px;
}

li {
  font-size: 1.1em;
}

li * {
  font-size: 1em !important;
}

p strong {
  font-weight: bold !important;
}

p small {
  font-size: 0.9em;
}

/* ======= vertikale Navigation ===============*/
* html #navigation * {
  height: 1%;
}

*+html #navigation * {
  height: 1%;
}

#navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#navigation li {
  margin: 0 0 0px 0;
  line-height: 18px;
  width: 168px;
}

#navigation a {
  display: block;
  text-decoration: none;
}

#navigation li {
  border-bottom: 1px solid #b3cce6;
}

#navigation ul ul li,#navigation ul ul ul li {
  border-bottom: 1px solid #cadbed;
}

li.noborder {
  border: 0 !important;
}

a.firstlevel {
  display: block;
  color: #356ba7;
  font-weight: bold;
  padding-left: 16px;
  background: #d9e5f2 url(images/bg-nav-first.png) repeat-y
}

a.firstlevel:hover {
  background: #6699cc url(images/bg-nav-first-active.png) repeat-y;
  color: #fff;
}

a.secondlevel {
  color: #356ba7;
  background-color: #fff;
  font-weight: normal;
  padding-left: 16px;
  padding-right: 4px;
  background: #fff url(images/bg-nav-second.png) repeat-y;
}

a.secondlevel:hover {
  background: #d9e5f2 url(images/bg-nav-first.png) repeat-y;
  color: #356ba7;
}

a.thirdlevel:hover {
  background: #ecf2f8 url(images/bg-nav-third-active.png) repeat-y
    !important;
  color: #003a80;
}

a.thirdlevel {
  color: #369;
  background-color: #c8dcf0;
  font-weight: normal;
  padding-left: 31px;
  padding-right: 4px
}

a.thirdlevel:hover {
  background-color: #e4eef8 !important;
  color: #006 !important;
}

/*  aktive Markierung  */
#navigation li.active a.firstlevel {
  background: #6699cc url(images/bg-nav-first-active.png) repeat-y;
  color: #fff;
}

#navigation li.active li.active a.secondlevel {
  color: #356ba7;
  background-color: #fff;
  font-weight: bold;
  padding-left: 16px;
  padding-right: 4px;
  border-bottom: 1px solid #cadbed;
  background: #ecf2f9 url(images/bg-nav-second.png) repeat-y;
}

#navigation li.active ul a.thirdlevel {
  background: #fff;
}

#navigation li.active li.active li.active a.thirdlevel {
  background: #ecf2f8 url(images/bg-nav-third-active.png) repeat-y
    !important;
  color: #003a80;
  font-weight: bold;
}

/* ================ Inhalt ================ */
.zweispalter {
  float: left;
  display: inline;
  margin: 0 10px 10px 10px;
  width: 782px;
}

.information {
  float: left;
  width: 515px;
  margin: 0;
  padding: 0;
}

.information ul {
  margin-left: 25px;
  list-style-type: square;
  margin-bottom: 15px;
}

.zusatzinfos {
  float: right;
  width: 254px;
}

.zweispalter-sub .zusatzinfos {
  float: right;
  width: 166px;
  margin-right: 5px
}

.zweispalter-sub .information {
  float: left;
  width: 620px;
  margin: 0;
  padding: 0 5px;
}

.einspalter {
  float: left;
  display: inline;
  width: 620px;
  margin: 0 5px 10px 5px;
}

.einspalter h3,.zweispalter h3 {
  font-size: 1.25em;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}

.zweispalter-sub .zusatzinfos a {
  color: #003a80;
}

/* ================ Teaserbox2 ================ */
* html .teaserbox2 * {
  height: 1%;
}

*+html .teaserbox2 * {
  height: 1%;
}

* html .teaserbox * {
  height: 1%;
}

*+html .teaserbox * {
  height: 1%;
}

.teaserbox3,.teaserbox2,.teaserbox {
  padding: 0 0 20px 0;
  background: #d9e5f2;
}

.teaserbox3 {
  background: #fff;
}

.teaserbox {
  padding: 0 0 1px 0;
}

/* .teaserbox a { margin-bottom: 10px; } */
.zusatzinfos h2 {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
  padding-left: 10px;
  background: #6699cc url(images/bg-h2-teaserbox.png) repeat-y;
  margin: 0;
}

.zweispalter-sub .zusatzinfos .teaserbox p {
  color: #003a80;
  background: transparent;
}

.teaserbox2 p,.teaserbox p {
  clear: both;
  color: #003a80;
  margin: 20px 1px 0 1px;
  background: #ecf2f9;
  padding: 10px 10px 0 0;
}

.teaserbox p {
  margin: 1px 1px 0 1px;
}

.teaserbox3 p {
  margin: 0;
  text-align: center;
}

.teaserbox3 img,.teaserbox2 img,.teaserbox img {
  float: left;
  margin: 0 10px -10px 0;
  position: relative;
  top: -10px;
}

.teaserbox3 img {
  float: none;
  margin: 10px auto;
  position: static
}

.teaserbox3 td,.teaserbox2 td,.teaserbox td {
  background: #ecf2f9;
}

.teaserbox3 input,.teaserbox3 textarea,.teaserbox2 input,.teaserbox2 textarea,.teaserbox input,.teaserbox textarea
  {
  width: 350px;
}

.teaserbox3 .submit,.teaserbox2 .submit,.teaserbox .submit {
  width: 200px;
}

.teaserbox3 a:hover,.teaserbox2 a:hover,.teaserbox a:hover {
  color: #f47700;
  background-color: #fff;
  text-decoration: underline;
}

.zweispalter-sub .teaserbox p {
  padding: 5px 0 0 8px;
  margin: 0;
}  /* padding: 0 0 0 8px; */
.zweispalter-sub .teaserbox {
  background: #ecf2f9;
  padding: 0 0 20px 0;
}  /* 10px 0 20px 0; */
  /* ================ Aufz�hlung in der Marginalspalte ================ */
.zusatzaufzaehlung {
  list-style-type: none;
}

.zusatzaufzaehlung li {
  background: url(images/aufzaehlungszeichen.gif) no-repeat 0 4px;
}

.zusatzaufzaehlung li a {
  padding-left: 10px;
  color: #006;
  font-weight: bold;
}

.zusatzaufzaehlung li a:hover {
  padding-left: 10px;
  background-color: #006;
  color: #fff;
  font-weight: bold;
}

/*  Alternative */
.zusatzaufzaehlung2 {
  list-style-type: none;
}

.zusatzaufzaehlung2 li a {
  color: #006;
  font-weight: bold;
}

.zusatzaufzaehlung2 li a img {
  margin-right: 5px;
  color: #006;
  font-weight: bold;
  border: 0;
}

.zusatzaufzaehlung2 li a:hover {
  background-color: #006;
  color: #fff;
  font-weight: bold;
}

/* ================ Sprachauswahl ================ */
#sprachauswahl {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 0;
}

#sprachauswahl a img {
  border: 0;
  margin-right: 5px;
  vertical-align: middle;
}

/* ================ Footer ================ */
#footer {
  clear: both;
  float: left;
  display: inline;
  width: 783px;
  line-height: 14px;
  margin: 0px 0 10px 185px;
  color: #999;
  background: #eee;
}  /* Die Farben sind zum Debuggen. */
#footer a,#footer a:hover {
  color: #999;
  background: #eee;
  text-decoration: none;
}

/* ================ Suche ================ */
#search {
  position: absolute;
  top: 56px;
  left: 502px;
  width: 450px;
  line-height: 24px;
  height: 21px;
  background: #003a80 url(images/search-bg.gif) no-repeat left top;
  color: #fff;
  z-index: 0;
  padding: 4px 0 0 35px;
}

#search form {
  width: 200px;
  display: inline;
  height: 17px;
}

#search span {
  font-size: 12px;
  font-weight: bold;
}

#search input.key {
  width: 90px;
  height: 12px;
  background-color: rgb(238, 238, 238);
}

* html #search input.key {
  height: 17px;
}

/* Tabellen neu */
* html div.assistent ul {
  height: 1%;
}

*+html div.assistent ul {
  height: 1%;
}

div ul.nav-reiter {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -1px;
}

* html div ul.nav-reiter {
  margin-left: 0;
}

*+html div ul.nav-reiter {
  margin-left: 0;
}

div ul.nav-reiter li {
  background: url(images/bg-reiter-3.png) left top no-repeat;
  float: left;
  margin: 4px 2px 0 0;
}

div ul.nav-reiter li a:hover {
  background: url(images/bg-reiter-4.png) right top no-repeat;
  color: #000;
}

/*
div ul.nav-reiter li.active a:hover {
	color: #fff;
}
*/
div ul.nav-reiter li.active {
  background: url(images/bg-reiter-1.png) left top no-repeat;
  margin-top: 0;
}

div ul.nav-reiter li a,div ul.nav-reiter li span {
  background: url(images/bg-reiter-4.png) right top no-repeat;
  color: #5d5959;
  display: block;
  font-weight: bold;
  padding: 2px 0;
  text-align: center;
  text-decoration: none;
  /*width: 135px;*/ /* neu, 2010-08-10 */
  padding-left: 10px;
  padding-right: 10px;
}

div ul.nav-reiter li.active a,div ul.nav-reiter li.active span {
  background: url(images/bg-reiter-2.png) right top no-repeat;
  color: #fff;
  padding: 4px 0;
  /* neu, 2010-08-10 */
  padding-left: 10px;
  padding-right: 10px;
}

div.assistent div.container {
  background: url(images/bg-assistent-1.png) repeat-x;
  border: 1px solid #6d6969;
  clear: both;
}

*+html .assistent {
  margin-bottom: 10px !important;
}

div.assistent ul li {
  margin-left: 1px;
}

* html div.assistent ul li {
  margin-left: 0;
}

*+html div.assistent ul li {
  margin-left: 0;
}

div.assistent fieldset {
  background: #fff url(images/bg-assistent-2.png) no-repeat;
  border: 0;
  font-size: 11px;
  min-height: 223px;
  padding: 53px 0 10px 282px;
}

/*
*+html div.assistent fieldset {
	min-height: auto;
}
*/
div.assistent fieldset label {
  float: left;
  padding: 2px 0 0 0;
  width: 68px;
}

div.assistent fieldset span {
  display: block;
  margin: 0 0 20px 0;
  padding: 0 15px 0 0;
}

div.assistent input {
  margin: 0 5px 0 0;
}

div.assistent input.send {
  float: right;
  margin: 25px 8px 0;
}

div.assistent fieldset div {
  margin: 0 0 8px 0;
}

/* older stuff
---------------------------------------------- */
p.small {
  font-size: 10px;
  margin: 4px;
  text-align: justify;
}

input.submit_shop {
  background-color: #FD7700;
  color: white;
  font-size: 10px;
  border: 1px solid #FFCC99;
  height: 20px;
  width: 30px;
  margin-top: 0px;
  padding-top: 0px;
}

/* Tabs (eckig)
---------------------------------------------- */
.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

.tabs li {
  float: left;
}

.tabs a {
  position: relative;
  float: left;
  height: 20px;
  margin-right: 10px;
  padding: 0 10px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #FD7700;
  background: #D9D9D9 url(images/tab_right_normal.gif) no-repeat 0 0;
}

.tabs a:hover {
  color: #000;
  /* z-index:10 !important; */
  /* background:#AFCEE2 url(images/tab_left_hover.gif) no-repeat 0 0;  */
}

.tabs a:hover span {
  /* background:url(images/tab_right_hover.gif) no-repeat; */
  
}

.tabs a span {
  position: absolute;
  top: 0;
  right: -20px;
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #FD7700;
  background: url(images/tab_left_normal.gif) no-repeat;
}

.tabs a.current,.tabs a.current:hover {
  color: #fff;
  z-index: 100 !important;
  border-bottom: 1px solid #FD7700;
  background: #FFF url(images/tab_left_current.gif) no-repeat 0 0;
}

.tabs a.current span,.tabs a.current:hover span {
  border-bottom: 1px solid #FD7700;
  background: url(images/tab_right_current.gif) no-repeat;
}

.tabs em {
  font-style: normal;
  font-weight: bold;
  position: relative;
  top: 3px;
}

/* Captions
---------------------------------------------- */
#caption {
  width: 620px;
  float: left;
  margin-top: 20px;
  border-bottom: 1px solid #666;
}

#caption p {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  color: #eb7d0c;
  font-size: 12px;
  font-weight: bold;
}

#caption p a {
  text-decoration: none;
  font-weight: bold;
}

/* To be sorted ...

---------------------------------------------- */
.clipboard {
  margin-bottom: 5px;
  text-decoration: none;
}

.clipboard:hover {
  background: #fff;
  color: #fd7700;
  text-decoration: underline;
}

/* Old stuff

---------------------------------------------- */
input.submit {
  background-color: #000066;
  border: 1px solid #6699CC;
  color: white;
  font-size: 8pt;
  font-weight: bold;
}

input.submito {
  background-color: #FD7700;
  border: 1px solid #FFCC99;
  color: white;
  font-size: 8pt;
  font-weight: bold;
  cursor: pointer;
  padding: 2px;
  text-align: center;
}

/* Tabellen generell
---------------------------------------------- */
table {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 11px !important;
}

table {
  margin: 0;
  padding: 0;
}

#tableA select,#tableA input {
  margin: 0;
  padding: 0;
  border: 1px solid #dfe1ed;
  border-top: 1px solid #b5b5b5;
  color: #6d6d6d;
}

#tableA {
  margin-top: 1px;
  border-collapse: collapse;
  width: 100%;
  color: #6d6d6d;
  border: 1px solid #6d6d6d;
  text-align: center;
  margin-bottom: 20px;
}

* html #tableA {
  margin: 0;
  margin-bottom: 15px;
}

*+html #tableA {
  margin: 0;
  margin-bottom: 15px;
}

#tableA caption {
  background-color: #ffdbbb;
  height: 45px;
  border-left: 0;
  border: 1px solid #6d6d6d;
  margin: 0;
  padding: 0;
}

#tableA thead th.first {
  background-color: #ffdbbb;
  height: 45px;
  border: 1px solid #6d6d6d;
  font-weight: normal;
  vertical-align: middle;
}

#tableA thead tr.secondhead {
  border-top: 1px solid #6d6d6d;
}

#tableA thead th.secondhead {
  border-top: 1px solid #6d6d6d;
}

#tableA thead th {
  padding: 5px;
  font-size: 1.0em;
  border: 0;
  font-weight: bold;
  background-color: #f1f1f1;
}

#tableA td {
  padding: 5px;
  font-size: 1.2em;
  border-top: 1px solid #6d6d6d;
  border-bottom: 1px solid #6d6d6d;
  font-size: 10px;
}

#tableA tbody tr.optionhead td {
  font-weight: bold;
  font-size: 11px;
}

#tableA td.typAleft {
  background-color: #f1f1f1;
  font-weight: bold;
  font-size: 11px;
  color: #6d6d6d;
  text-align: center;
}

#tableA td.typAright {
  background-color: #fff;
  color: #6d6d6d;
  font-weight: normal;
  text-align: left;
}

body.start3 #inside_wrap {
  background: url(images/bg-wrap-5.png) bottom right no-repeat;
}

body.start3 #content {
  background: url(images/bg-deko-2.png) 530px 28px no-repeat;
}

* html body.start3 #content {
  left: 0;
}

body.start #inside_wrap {
  background: url(images/bg-wrap-5.png) bottom right no-repeat;
}

body.start #content {
  background: url(images/bg-deko-2.png) 530px 28px no-repeat;
}

* html #content {
  left: 4px; /*-margin-left:179px;*/
}

* html body.start #content {
  left: 0;
}

/* Einzelner TAB */
#miniNav {
  font-size: 12px;
  color: #333333;
  height: 25px;
  width: auto;
  padding: 0px;
  margin: 0px;
}

#mainNav {
  margin: 0px;
  padding: 0px;
  list-style-image: none;
  list-style-type: none;
}

#mainNav li {
  margin: 0px;
  background-attachment: scroll;
  background-image: url(tabs_2.png);
  background-repeat: no-repeat;
  background-position: right 0px;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
  height: auto;
  width: auto;
  float: left;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#mainNav li span {
  background-attachment: scroll;
  background-image: url(tabs_2.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: block;
  padding-top: 6px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 30px;
  height: 19px;
  width: auto;
  float: left;
  cursor: pointer;
  margin: 0px;
}

#mainNav li.active {
  color: #fff;
  background-attachment: scroll;
  background-image: url(tabs_2.png);
  background-repeat: no-repeat;
  background-position: right -47px;
}

#mainNav li.active span {
  background-attachment: scroll;
  background-image: url(tabs_2.png);
  background-repeat: no-repeat;
  background-position: 0px -47px;
}

.pressContainer {
  float: left;
  margin-bottom: 10px;
}

.pressA {
  float: left;
  border: 1px solid #ccc;
}

.pressB {
  float: right;
  width: 300px;
}

.pressClear {
  clear: both;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}

.pressDetail {
  float: right;
  margin-left: 20px;
  text-align: center;
}

/* assistent .. dummy */
table td.smallcell {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 0;
}

#mnogo DL,#mnogo DT {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

#mnogo a,#mnogo a:hover {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  background: #fff;
}

#mnogo DD {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

#mnogo table.sTop {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
}

#mnogo table.sTop td {
  
}

#mnogo td.sTopLeft {
  vertical-align: top;
  font-weight: bold;
  font-size: 16px;
}

#mnogo td.sTopRight {
  vertical-align: top;
  text-align: right;
  font-size: 12px;
}

#vsearch div.a {
  font-weight: bold;
  font-size: 16px;
  float: left;
}

#vsearch div.b {
  margin-top: 5px;
  margin-left: 14px;
  margin-bottom: 20px;
  font-size: 12px;
  float: right;
}

#vsearch p {
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 11px;
  clear: both;
}

/* FAQ ... */
a.faqLink {
  color: #356BA7;
}

a.faqLink:hover {
  background: #fff;
  color: #356BA7;
}

h3.faqTitle {
  position: relative;
  background: #6699cc;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
  padding: 7px;
}

h3.faqTitle span {
  position: absolute;
  right: 0;
  top: 0;
  padding: 7px;
}

h3.faqTitle img {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  margin-left: 3px;
  border: 0;
}

.faqContent {
  margin-left: 45px;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.faqContent .links {
  float: left;
  width: 120px;
  text-align: center;
  margin-bottom: 15px;
}

.faqContent .links img {
  width: 100px;
  border: 1px solid #ccc;
}

.faqContent .rechts {
  margin-left: 120px;
  margin-bottom: 15px;
}

.faqContent .rechtsLong {
  margin-bottom: 15px;
}

table.faqTable {
  border-top: 1px solid #000;
  border-left: 1px solid #000
}

table.faqTable th,table.faqTable td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 5px;
  text-align: center;
}

table.faqTable {
  border-collapse: collapse;
  margin-bottom: 15px;
}

table.faqTable th {
  font-weight: bold;
}

#mnogo .searchElement,#mnogo .searchElement2,#mnogo .searchElement3 {
  font-size: 11px;
}

#mnogo .searchElement2 {
  color: #356BA7;
}

#mnogo h3 {
  font-size: 1.15em;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}

#mnogo h3.searchTitle {
  position: relative;
  background: #6699cc;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
  padding: 7px;
}

#mnogo h3.searchTitle span {
  position: absolute;
  right: 0;
  top: 0;
  padding: 7px;
}

#mnogo h3.searchTitle img {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  margin-left: 3px;
  border: 0;
}

#mnogo DT,#mnogo DT span {
  color: #356BA7;
  font-size: 11px;
  text-decoration: underline;
}

a.produktSuche {
  color: #356BA7;
  font-size: 11px;
}

a.produktSuche:hover {
  background: #fff;
}

a.DynImgPopUp:hover {
  text-decoration: none;
}

/* Klassen fuer unsichtbare Elemente im Basislayout */
.skip,.hideme,.print,.no-display {
  position: absolute !important;
  top: -1000em !important;
  left: -1000em !important;
  height: 1px !important;
  width: 1px !important;
}

.hide {
  
}

a.nohover:hover {
  background: none;
  text-decoration: none !important;
}

table {
  zoom: 1;
}

#imgTeaser #nav {
  border-bottom: 1px solid #666;
}

#imgTeaser #nav p {
  float: left;
  width: 50%;
  color: #EB7D0C;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#imgTeaser #nav div.clear {
  clear: both;
  height: 1px;
  margin-top: -1px;
  overflow: hidden;
  font-size: 1px;
}

#imgTeaser p.header {
  margin-bottom: 0px;
  margin-top: 10px;
  text-align: center;
}

#imgTeaser p.header img {
  zoom: 1;
  width: 617px;
}

#imgTeaser p.right {
  text-align: right;
}

#imgTeaser p a:hover {
  background: #fff;
  color: #eb7d0c;
}

.warn {
  padding-bottom: 8px;
  font-weight: bold;
  color: red;
}



.langChooser {
  float: left;
  padding-left: 45px;
  padding-top: 4px;
  
}

.langSelect {
  float: left;
  padding-right: 8px;
}

.searchForm {
  float: left;
  width: 178px;
}

.cartItems {
  position: absolute;
  top: 56px;
  
  line-height: 24px;
  height: 21px;
  
  color: #fff;
  /*
  float: right;
  padding-right: 5px;
    padding-top: 3px;
  */
  font-size: 1.1em;
  font-weight: bold;
  border: 1px;
}

.cartItemsText {
  font-size:12px;
  left: 835px;
  width: 70px;
  text-align:right;
  padding: 5px 0 0 35px;
}
.cartItemsImage {
  left: 942px;
  width: 15px;
  padding: 0;
}

.cartCounter {
  top: 52px;
  left: 950px;
  width: 15px;
  padding: 0;
  text-align:center;
}

.ui-effects-transfer { border: 2px dotted gray; }

.message_red {
  font-weight: bold; 
  color: red;
}

#sendTechDataOuter td {
  width: 150px;
  vertical-align: top;
}

#sendTechDataOuter input[type=text] {
  width: 180px;
}
#sendTechDataOuter textarea {
  width: 184px;
  height:80px;
}

.submitSuccessful {
  font-size: 1.1em;
  padding-top: 10px;
}

.SavedCartMessages {
  font-size: 11px;
  padding-top: 10px;
}

.optionsImage a:hover {
  text-decoration: none;
}

