body {
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;
    font-size: 11px;
    color: #1f1e21;
    text-align: center;
    height: 100%;
}

body.mceContentBody {
    text-align: left;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
}

table {
    font-family: arial, sans-serif;
    font-size: 11px;
    color: #1f1e21;
}

input {
    font-family: arial, sans-serif;
    font-size: 11px;
}

img {
    border: none;
}

#siteContainer {
    width: 883px;
    padding: 0;
    margin: 70px auto;
    /*min-height: 100%;*/
}

*html #siteContainer {
    /*height: 100%;*/
}

.noFloat {
    clear: both;
}

.textUpperCase {
    text-transform: uppercase;
	margin-bottom: 27px; 
}

.textUpperCaseShop {
    text-transform: uppercase;
	margin-bottom: 27px;
	font-weight: bold;
}

form {
    margin: 0;
    padding: 0;
}

.textField {
    border: 1px solid #868788;
    color: #1f1e21;
    font-size: 11px;
}

.textFieldEmail {
    border: 1px solid #868788;
    color: #1f1e21;
    font-size: 11px;
}

.tdEmail {
padding-left: 5px;
}

.largeSize {
    width: 295px;
}

.medSize {
    width: 225px;
}

.smallSize {
    width: 180px;
}

.kundennummer {
  width: 168px;
}

.smallerSize {
    width: 20px;
}

.but {
    border: 1px solid #868788;
    font-family: arial, sans-serif;
    font-size: 11px;
    height: 18px;
    color: #9B9C9D;
    background: #ffffff;
}

.normalWidth {
    width: 50px;
}

#toolBox {
    position: relative;
    width: 480px;
    height: 10px;
    text-align: right;
}

a.pdf {
	background-image: url(/img/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 2px 6px 2px 6px; /* t r b l */
}

a.pdf:hover {
	background-image: url(/img/icon_pdf_mo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/* --------------------------------------------------------------------- PRIMÄRNAVIGATION */

#prinavContainer {
    height: 14px;
    font-size: 12px;
    text-transform: uppercase;
    /*border: 1px solid black;*/
}

#prinavContainer ul {
    padding: 0 0 0 183px;
    margin: 0 0 0 0;
    color: #bababa;
    float: left;
    width: 700px;
    text-align: left;
}

#prinavContainer ul li {
    display: inline;
    text-align: left;
    padding: 0;
    margin: 0;
}

#prinavContainer ul li a {
    padding: 0;
    margin: 0 18px 0 0;
    color: #bababa;
    text-decoration: none;
    float: left;
    display: block;
    font-weight: bold;
}

#prinavContainer ul li a:hover,
#prinavContainer ul li a.act {
    color: #00619d;
}

/* --------------------------------------------------------------------- HEADER + LOGO */

.head {
    width: 883px;
    height: 120px;
    text-align: right;
    margin: 7px 0 0 0;
}

.index {
    background: url("../img/head_home.jpg") no-repeat;
}

.solutions {
    background: url("../img/head_solutions.jpg") no-repeat;
}

.company {
    background: url("../img/head_company.jpg") no-repeat;
}

.support {
    background: url("../img/head_support.jpg") no-repeat;
}

.current {
    background: url("../img/head_current.jpg") no-repeat;
}

.info {
    background: url("../img/head_info.jpg") no-repeat;
}

#logo {
    /*margin: 26px 32px 0 0;*/
    position: relative;
    top: 26px;
    right: 42px;
}

/* --------------------------------------------------------------------- SEKUNDÄRNAVIGATION */

#seknavContainer {
    position: relative;
    top: 10px;
    width: 156px;
    /*height: 300px;*/
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    /*border: 1px solid black;*/
    float: left;
}

*html #seknavContainer {
    /*width: 138px;*/
}

#seknavContainer ul {
    padding: 0 0 0 18px;
    margin: 0 0 0 0;
    color: #bababa;
    width: 156px;  /* rausnehmen, um link über komplette breite zu vermeiden */
    text-align: left;
}

#seknavContainer ul ul {
    padding: 0 0 0 9px;
}

*html #seknavContainer ul {
    width: 138px;
}

*html #seknavContainer ul ul {
    width: 129px;
}

#seknavContainer ul li {
    display: inline;
    text-align: left;
    padding: 0;
    margin: 0;
}

#seknavContainer ul li a,
#seknavContainer ul li ul li a {
    padding: 0;
    margin: 18px 0 0 0;
    color: #bababa;
    text-decoration: none;
    display: block;
    font-weight: bold;
}

#seknavContainer ul li ul li a {
    margin: 2px 0 0 0;
    font-weight: normal;
}

#seknavContainer ul li a:hover,
#seknavContainer ul li a.act,
#seknavContainer ul li ul li a:hover,
#seknavContainer ul li ul li a.act {
    color: #00619d;
}

/* --------------------------------------------------------------------- CONTENT */

#contentContainer {
    width: 883px;
    padding: 0;
    background: url("../img/bg_nav_col.gif") top left repeat-y;
    text-align: left;    
    /*border: 1px solid black;*/
    height: 380px;
}

#content {
    position: relative;
    top: 30px;
    left: 30px;
    width: 480px;
    float: left;
    /*border: 1px solid black;*/
}

#contentFull {
    position: relative;
    top: 30px;
    left: 30px;
    width: 700px;
	float: left;
}

#slogan {
    color: #bababa;
    text-transform: uppercase;
    font-weight: bold;
}

#firstLine {
    font-size: 24px;
    display: block;
}

#secondLine {
    font-size: 14px;
    display: block;
    margin: 0 0 53px 10px;
}

.textLink {
    text-decoration: none;
    color: #00619D;
}

.textLink:hover {
    text-decoration: underline;
    color: #00619D;
}

#newsContainer {
    position: relative;
    top: 30px;
    right: 5px;
    width: 170px;
    height: 340px;
    padding: 3px 10px 0 12px;
    float: right;
    border: 1px solid #868788;
    overflow-y: scroll;
}

*html #newsContainer {
    width: 194px;
}

#newsContainer h1 {
    font-size: 14px;
    color: #bababa;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

#newsContainer h2 {
    font-size: 11px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

#newsContainer p {
    margin: 0 0 21px 0;
}

#dynContent h1, body.mceContentBody h1 {
    font-size: 11px;
    margin: 0 0 0 0;
}

#dynContent p, body.mceContentBody p {
    margin: 0 0 21px 0;
    line-height: 16px;
}

.tableCheckboxes {
    margin-left: 0px;  
}

.tableCheckboxes {
    vertical-align: middle;
	}

.tableTextFields {
    color: #9B9C9D;
   /* margin-top: 20px; */
    /*font-size: 9px;*/
}

.tableTextFields td {
	vertical-align: top;
   /* margin-top: 20px; */
    /*font-size: 9px;*/
}

.checkboxes p {
    margin: 0;
    border: 1px solid black;
}

.checkbox {
    float: left;
}

#kundendataTable {
	margin-top: 10px;
	}
	
.kundendata {
	vertical-align: top;
	text-align: left;
	margin-left: 0;
	}
	
.tableKunden {
 width: 140px;
 }	
 
 .tableKundenRight {
 width: 80px;
 }	
 
 #pZitat {
 text-align: left;
 font-style: italic;
 margin-top: O;
 font-size: 10px;
 
 }
 
 /* Kundendatenbank Auto - Auswahl */

.editArticle {
    position: relative;
    margin: 0;
    padding: 0;
    border: 1px dashed #999999;
    z-index: 1;
}

.editArticle div {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 1px;
    right: 20px;
    font-size: 16px;
    font-weight: bold;
    width: 85px;
    height: 15px;
    cursor: pointer;
    background: url(../img/bearbeiten.gif) no-repeat;
    filter: alpha(opacity=35);
    -moz-opacity:.35;
    opacity:.35;
    z-index: 5;
}

div#error ul {
    color: #e30000;
    list-style: none;
}

div#error ul li {
    list-style-type: square;
}

/* ----- Table list -------------------------------------------------------- */

table.list, table.listCompact {
    margin: 0px 0px 0px -2px;
    padding: 0px;
}

table.list {
    width: 700px;
}

table.list tr, table.listCompact tr {
    background-color: #eeeeee;
    color: #666666;
    padding: 0px;
    margin: 0px;
}

table.list th, table.listCompact th {
    padding: 2px;
    color: #666666;
    background-color: #cccccc;
    text-align: center;
    vertical-align: middle;
}

table.list tr.odd, table.listCompact tr.odd {
    background-color: #eeeeee;
}

table.list tr.even, table.listCompact tr.even {
    background-color: #dddddd;
}

table.list tr.empty, table.listCompact tr.empty {
    background-color: #eeeeee;
}

table.list td, table.listCompact td {
    padding: 2px;
    color: #666666;
    text-align: left;
    vertical-align: top;
}

table.list th a, table.listCompact th a {
    color: #333333;
    text-decoration: none;
}

table.list td a, table.listCompact td a {
    color: #666666;
    text-decoration: none;
    display: block;
    width: 100%;
}

table.list th.sorted a, table.listCompact th.sorted a {
    display: block;
    width: 100%;
}

table.list th.sortable a, table.listCompact th.sortable a {
    display: block;
    width: 100%;
    background: url( ../img/arrows_order.gif ) no-repeat right 50%;
    padding-right: 0px;
}

table.list th.order1 a, table.listCompact th.order1 a {
    background: url( ../img/arrows_order_asc.gif ) no-repeat right 50%;
}

table.list th.order2 a, table.listCompact th.order2 a {
    background: url( ../img/arrows_order_desc.gif ) no-repeat right 50%;
}

 /* ------------ Seminar-Uebersicht + Software-Uebersicht ------------ */


 #uebersichtProdukte,
 .tableProdukte{
 width: 696px;
 border: #dcdcdc 1px solid;
 margin-top: 10px;
 }

 .tableProdukte a,
 #uebersichtProdukte a,
 #downloadBedingungen a{
  color: #00619d;
  text-decoration: none;
 }

.tableProdukte a:hover,
 #uebersichtProdukte a:hover,
 #downloadBedingungen a:hover{
  color: #00619d;
  text-decoration: underline;
 }

 #uebersichtProdukte a,
 #downloadBedingungen a{
  font-weight: bold;
 }

  #uebersichtProdukte a:hover,
 #downloadBedingungen a:hover{
  font-weight: bold;
   text-decoration: underline;
 }

 .tableProdukte th,
 #kopfZeile,
 .hg3Summe {
  background: #f0f0f0;
  font-weight: bold;
  height: 25px;
  text-align: left;
  }

  #kopfZeileSumme {
  background: #f0f0f0;
  font-style: italic;
  height: 25px;
  }


 .hg1,
 .tableProdukte tr.odd {
  background: #e3e3e3;
  height: 25px;
  padding-left: 4px;
  padding-top: 4px;
  vertical-align: top;
  }

  .hg1Summe {
  background: #e3e3e3;
  height: 25px;
  font-weight: bold;
  }

  .hg2,
  .tableProdukte tr.even {
  background: #FFFFFF;
  height: 25px;
  padding-left: 4px;
  }

  .hg2Summe {
  background: #FFFFFF;
  height: 25px;
  }

  #fussZeile {
  background: #f0f0f0;
  height: 25px;
  border-top: #FFFFFF 1px solid;
  padding-left: 4px;
  }

  .pWare {
  font-weight: bold;
  }

  .tdFirst,
  .tableProdukte th {
  padding-left: 4px;
  }

 .passwortVergessen {
  padding-left: 6px;
  }

  .linksArtikel {
  color: #00619d;
  text-decoration: none;
  }

  a linksArtikel,
  #seminarbedingungen {
  color: #00619d;
  text-decoration: none;
  }

  #seminarbedingungen {
  font-weight: bold;
  }

   #seminarbedingungen:hover {
  font-weight: bold;
  text-decoration: underline;
  }

  .downloadUebersicht
  .downloadUebersicht a {
  margin-left: 4px;
  font-weight: bold;
  color: #00619d;
  width: 232px;
  text-decoration: none;
  }

  .www {
  color: #00619d;
  text-decoration: none;
  }

   .www:hover {
  color: #00619d;
  text-decoration: underline;
  }



 /* --------- Warenkorb ----------- */

 #assistent {
 width: 696px;
 height: 44px;
 margin-top: 10px;
 text-align: left;
 vertical-align: middle;
 padding-left: 85px;
 }

 .keineTeilnehmer {
 color: #c52323;
 text-align: right;
 }

 .teilnehmer {
 color: #26a719;
 text-align: right;
 }

 .del {
 text-align: right;
 padding-right: 3px;
 }

 .check {
  background: #f0f0f0;
  font-weight: bold;
  height: 25px;
  text-decoration: none;
  padding-right:3px;
 }

 .check a{
   color: #00619d;
   text-decoration: none;
   font-weight: bold;
   }

 .headline {
   color: #00619d;
   text-decoration: none;
   font-weight: bold;
   text-transform: uppercase;
   font-size: 12px;
   }

 .tableWare{
 width: 696px;
 border: #dcdcdc 1px solid;
 }

 .tableWareFelder{
 width: 696px;
 }

 .tdFirstWare {
  padding-left: 4px;
  width: 500px;
  }

 .eingabe {
  width: 35px;
  height: 18px;
  border: 1px solid #868788;
  color: #1f1e21;
  font-size: 11px;
  }

  .right {
  text-align: right;
  }

  #felderAusfuellen {
  color: #868788;
  width: 500px;
  }

  .formButton {
    position: relative;
    top: 5px;
    clear: both;
    text-align: right;
    margin-bottom: 10px;
	margin-left: 5px;
}

.formButtonPasswort {
    position: relative;
    clear: both;
    margin-bottom: 10px;

}

 .formButtonSchliessen {
    position: relative;
    top: 5px;
    clear: both;
    text-align: left;
    margin-bottom: 10px;
}



*html .formButton {
    top: 9px;
}

.but {
    font-family: arial, sans-serif;
    font-size: 11px;
}

.general {
    width: 90px;
    height: 18px;
    background: #FFFFFF top left repeat-x;
    color: #9b9c9d;
    border: 1px solid #868788;
}

.generalTeilnehmer {
    width: 120px;
    height: 18px;
    background: #FFFFFF top left repeat-x;
    color: #9b9c9d;
    border: 1px solid #868788;
}

.generalEinkaufswagen {
	padding-left: 18px;
    width: 120px;
    height: 18px;
    background: url("../img/warenkorb_kl.gif") 5px 1px no-repeat;
    color: #9b9c9d;
    border: 1px solid #868788;
}


.teilnehmerButton {
 text-align: right;
 padding-right: 3px;
 }


 #lieferadresse {
  background: #f0f0f0;
  padding: 3px 0 3px 0;
 }


 /* -- Seminare Teilnehmer - Popup -- */

  #contentTeilnehmer{
  width: 498px;
  background: #FFFFFF;
  text-align: center;
  top: 10px;
  position: relative;
  margin: 0 auto;
  }

 #seminarhead {
   background: #01619d;
  color: #e3f9ff;
  font-weight: bold;
  height: 25px;
  width: 498px;
  text-align: left;
  padding: 10px 0 0 3px;
  text-transform: uppercase;
  }

 #lieferadresseHead {
  width: 300px;
  background: #f0f0f0;
  font-weight: bold;
  height: 18px;
  padding: 8px 0 0 3px;
  margin-bottom: 8px;
 }

  #teilnehmerHinzu {
  background: #FFFFFF;
  text-align: left;
  padding: 8px 0 0 3px;
  float: left;
  }


  #lieferad {
  background: #FFFFFF;
  text-align: left;
  padding: 8px 0 0 3px;
  float: left;
  margin-right: 50px;
  }

 .loginDiv {
  background: #FFFFFF;
  text-align: left;
  padding: 8px 0 0 3px;
  margin-right: 35px;
  float: left;
  }

  .loginDivRight {
  background: #FFFFFF;
  text-align: left;
  padding: 8px 0 0 3px;
  }

  .anrede {
  color: #9b9c9d;
  text-align: left;
  vertical-align: center;
  width: 87px;
  }

  .anredeNeu {
  color: #9b9c9d;
  text-align: left;
  vertical-align: center;
  width: 75px;
  }

  .anredeReg {
  color: #9b9c9d;
  text-align: left;
  vertical-align: center;
  width: 90px;
  }

  .anredeLogin {
  color: #9b9c9d;
  text-align: left;
  vertical-align: center;
  width: 75px;
  }

  .neuKunde {
  color: #9b9c9d;
  text-align: left;
  vertical-align: center;
  font-weight: bold;
  }


  .ausfuellen {
  color: #9b9c9d;
  vertical-align: center;
  }

  .teilnehmerTable {
  padding: 8px 0 0 0;
  }

  .abweichendeAdresse {
   padding: 15px 0 0 0;
  }


  .eingabefeld {
  vertical-align: middle;
  text-align: right;
  height: 25px;
  }

  #hotel {
  color: #9b9c9d;
  text-align: left;
  vertical-align: center;
  }

 .generalSpeichern {
    width: 73px;
    height: 18px;
    background: #FFFFFF top left repeat-x;
    color: #9b9c9d;
    border: 1px solid #868788;
}

.generalLiefern {
    height: 18px;
	width: 180px;
    background: #FFFFFF top left repeat-x;
    color: #9b9c9d;
    border: 1px solid #868788;
}

 .generalAnrede {
 	width: 60px;
    background: #FFFFFF top left repeat-x;
    color: #000000;
	font-family: arial, sans-serif;
    font-size: 11px;
}

.generalAnmelden {
    height: 18px;
    background: #FFFFFF top left repeat-x;
    color: #9b9c9d;
    border: 1px solid #868788;
}

#eingetragen {
  width: 498px;
  text-align: left;
   border: #dcdcdc 1px solid;
  }

 .buttonEinkaufswagen {
 text-align: left;
 width: 498px;
 }

  .hg1Teilnehmer {
  background: #e3e3e3;
  height: 19px;
  vertical-align: center;
  }

  .hg2Teilnehmer {
  background: #FFFFFF;
  height: 19px;
  vertical-align: center;
  }

  #eingTeiln {
  font-weight: bold;
  margin: 20px 0 3px 3px;
  }


  /* -- Details Popup -- */

  .hg1Details {
  background: #e3e3e3;
  }

  .hg2Details {
  background: #FFFFFF;
  }

  #seminarheadDetails {
  background: #01619d;
  color: #e3f9ff;
  font-weight: bold;
  height: 25px;
  width: 493px;
  text-align: left;
  padding: 9px 0 0 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
  }



  .tdfirstDetails {
	font-weight: bold;
	vertical-align: top;
	padding: 3px 3px 0 5px;
	border-right: 1px solid #868788;
	}

  .tdDetails {
  padding: 3px;
  }


  .generalLieferad {
    width: 120px;
    height: 18px;
    background: #FFFFFF top left repeat-x;
    color: #9b9c9d;
    border: 1px solid #868788;
}

.preis {
  padding-right: 7px;
  text-align: right;
  }

.download {
  padding-right: 27px;
  text-align: right;
  }

.inWarenkorbLegen {
  text-decoration:none;
 }

.wk {
 padding-top:1px;
 padding-right:2px;
}

/* -- Google Maps - Popup -- */

 #contentGm{
 width: 800px;
 background: #FFFFFF;
 text-align: center;
 top: 0;
 position: relative;
 margin: 0 auto;
 }

#headGm {
 background: #01619d;
 color: #e3f9ff;
 font-weight: bold;
 height: 25px;
 width: 800px;
 text-align: left;
 padding: 10px 0 0 3px;
 text-transform: uppercase;
 }



