/* Content-Design */

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  margin-top: 12px;
  margin-bottom: 10px;
  color: rgb(50,121,169);
}

h1 {
  font-size: 13px;
}

h2 {
  font-size: 12px;
}

/* Hack for product teaser pages: */
td h2 {
  margin-top: 0px;
}

h3 {
  font-size: 11px;
}

h4 {
  font-size: 10px;
}

h5 {
  font-size: 10px;
}

h6 {
  font-size: 9px;
}

sup { 
  vertical-align: top; 
  font-size: 0.8em;
}

.content table {
  border-collapse: collapse;
  border: 1px solid rgb(224,225,227);
  margin-bottom: 20px;
}

.content table th {
  border: 1px solid rgb(255,255,255);
  padding: 5px;
  vertical-align: top;
  background-color: rgb(234,235,237);
  color: rgb(100,100,100);
  font-weight: bold;
}

.content table td {
  border: 1px solid rgb(234,235,237);
  padding: 5px;
  vertical-align: top;
}

.content table.transparent, .content table.transparent td {
  border: 0px;
  margin: 0px;
}

.content .overViewTable th {
  background-color: rgb(240,240,240);
  color: rgb(100,100,100);
  font-weight: normal;
}
.content .overViewTable td {
  border-right: 1px solid rgb(234,235,237);
  border-bottom: 1px solid rgb(234,235,237);
}
.content .overViewTable p {
  text-align: left;
}

.content .overViewItemTable {
  margin: 0px;
  border: 0px;
}
.content .overViewItemTable td {
  width: 150px;
  padding: 5px;
  border: 0px;
}
.content .overViewItemTable img {
  margin: 0px;
}

/* Reset table formatting for folder chooser: */
.content .folderChooser table {
  border: 0px;
  margin-bottom: 0px;
}

.content .folderChooser table th, .content .folderChooser table td {
  border: 0px;
  padding: 0px;
}

.content .folderChooser table th {
  background-color: transparent;
  color: inherit;
}

.content p {
  margin: 0px;
  margin-bottom: 5px;
  text-align: justify;
}

.content ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.content li {
  margin-bottom: 4px;
  background-image: url(../images/list-square.gif);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  padding-left: 10px;
}

.noTopMargin {
  margin-top: 0px;
}
.withTopMargin {
  margin: 15px 25px 15px 0px;
}

.cleaner {
  clear: both;
}


/* Firefox styles: */

*:-moz-any-link:focus {
	outline: none;
}


/* Template specific styles */

/* anwendung/teaser.cst, produkt/teaser.cst */

.teaserBox {
  float: left;
  width: 170px;
  height: 170px;
  margin: 0px 20px 20px 0px;
  overflow: hidden;
}

.boxContent p {
  text-align: center;
}


/* anwendung/anwendung.cst */

.applicationPage {
  float: left;
  width: 270px;
  margin: 0px 20px 20px 0px;
}

.applicationRightImage {
  float: right;
  margin: 20px;
}


/* produkt/register.cst */

.tabWindow {
  padding-bottom: 20px;
}

.tabWindow .tabsContainer {
  margin: 0px;
  padding: 0px;
  height: 26px;
  /*border: 1px solid red;*/
}

.tabWindow .tab {
  display: inline;
}

.tabWindow .tabLink {
  display: block;
  float: left;
  margin: 0px 2px 0px 0px;
  padding: 4px 15px;
  height: 18px;
  background-color: rgb(234,235,237);
  border: 1px solid rgb(234,235,237);
  color: rgb(100,100,100);
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

.tabWindow .tabLink:hover {
  background-color: rgb(255,255,255);
}

.tabWindow .tabLink:visited {
  color: rgb(100,100,100);
}

.tabWindow .selected .tabLink {
  background-color: rgb(255,255,255);
  color: rgb(100,100,100);
  font-weight: bold;
  text-decoration: none;
}

.tabWindow .tabContent {
  border: 1px solid rgb(234,235,237);
  padding: 10px;
  margin: 0px;
}

.tabWindow .downloadContainer {
    margin: 16px 0px;
    border: 1px solid rgb(234,235,237);
}

.tabWindow .downloadTitle {
    margin: 0px 0px 5px 0px;
    background-color: #EAEBED;
    padding: 4px;
}

.tabWindow .downloadLinkContainer {
    padding: 10px;
}

.tabWindow .downloadLink {
}


.tabWindow #technicalDataTabWindowContent table {
  border: none;
}

.tabWindow #technicalDataTabWindowContent table td {
  border: none;
  border-bottom: 1px solid rgb(234,235,237);
}

.tabWindow #technicalDataTabWindowContent .technicalDataImgDiv {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 350px;
} 

.tabWindow #comparisonTabWindowContent table {
  border: none;
}

.tabWindow #comparisonTabWindowContent table th {
  background-color: rgb(234,235,237);
  /*border: 1px solid rgb(255,255,255);*/
}

.tabWindow #comparisonTabWindowContent table td {
  border: none;
  border-bottom: 1px solid rgb(234,235,237);
}

.productRightImage {
  float: right;
  margin: 10px;
}

.productRightImageLink a, .productRightImageLink a:visited, .productRightImageLink a:hover {
  color: rgb(100,100,100);
  font-size: 0.9em;
  font-weight: normal;
  text-decoration: none;
}

.productDescription {
  width: 400px;
  margin: 0px;
  padding: 0px;
}


/* textbild.cst */
.textRightImageSmall {
  float: right;
  width: 250px;
  margin-left: 20px;
}

.textRightImage {
  float: right;
  width: 427px;
  margin-left: 20px;
}


/* mapGermany.cst */
.mapBox {
  position: absolute;
  visibility: hidden;
  left: 420px;
  top: 20px;
  width: 270px;
  padding: 15px;
  background-color: rgb(234,235,237);
  border: 1px solid rgb(234,235,237);
}

.mapBoxImage {
  float: left;
  width: 100px;
  margin: 0px 10px 10px 0px;

}

.mapBoxAddress {
  margin-left: 110px;
}
.mapBoxContactCaption {
  float: left;
}
.mapBoxContactValue {
  margin-left: 50px;
}


/* download.cst */
.downloadList {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  border: 1px solid rgb(255,255,255);
}

.downloadList .categoryListItem {
  display: inline;
  background: none;
  margin: 0px;
  padding: 0px;
}

.categoryListItemCaption {
  float: left;
  width: 170px;
  height: 55px;
  background-color: rgb(234,235,237);
  display: block;
  margin-right: 2px;
  padding: 8px;
  cursor: pointer;
}


ul.manualList {
  border: 1px solid rgb(234,235,237);
  margin: 0px 0px 10px 1px;
  padding: 10px;
}

li.manualListItem {
  clear: both;
  margin: 0px;
  padding: 0px;
  background-image: none;
  width: 420px;
}

li.manualListItem div {
  float: left;
  border-bottom: 1px solid rgb(234,235,237);
  height: 20px;
  min-height: 20px;
}

div.manualListItemTitle {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  color: rgb(50,121,169);
  font-weight: bold;
}

div.manualListItemCaption {
  width: 250px;
}

div.manualListItemDownload {
  width: 160px;
}

div.manualListCleaner {
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
} 

.entryIcon {
  vertical-align: middle;
}


/* search.cst */
#searchtitle {
  font-weight: bold;
  font-size: 14px;
}

#searchurl {
  margin-bottom: 15px;
  font-size: 9px;
}

.searchString {
  font-weight: bold;
  color: rgb(100,100,100);
}

#searchFieldSuggestion {
  position: absolute;
  border: 1px solid #cccccc;
  background-color: rgb(255,255,255);
  overflow: hidden;
}
#searchFieldSuggestion ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#searchFieldSuggestion ul li {
  padding: 0 0 0 2px; 
  background-image: none; 
  cursor: pointer;
}
#searchFieldSuggestion ul li.selected {
  background-color: rgb(234,235,237); /* #ffb; */
  color: rgb(100,100,100);
}
#searchStringSuggestion {
  position: absolute;
  border: 1px solid #cccccc;
  background-color: rgb(255,255,255);
  overflow: hidden;
}
#searchStringSuggestion ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#searchStringSuggestion ul li {
  padding: 0 0 0 2px;
  background-image: none;
  cursor: pointer;
}
#searchStringSuggestion ul li.selected {
  background-color: rgb(234,235,237); /* #ffb; */
  color: rgb(100,100,100);
}



/* sitemap.cst */
#sitemap, #sitemap ul {
  margin: 0px;
  padding: 0px;
  width: 280px;
  list-style-position: outside;
  list-style-image: none;
  list-style-type: none;
}

#sitemap li {
  margin-bottom: 5px;
}

#sitemap a, #sitemap a:visited {
  color: rgb(50,121,169);
}

#sitemap {
  float: left;
  margin-right: 20px;
}

#sitemap li.level0 {
  margin-top: 20px;
  padding: 0px;
  list-style-type: none;
  background-image: none;
}

#sitemap a.level0 {
  display: block;
  border-bottom: 2px solid rgb(234,235,237);
  margin-bottom: 5px;
  font-size: 13px;
}

#sitemap ul.level1 ul {
  margin-left: 10px;
}

#sitemap li.level2 {
  background-image: url(../images/list-square-l2.gif);
}

#sitemap ul.level3 li {
  background-image: url(../images/list-square-l3.gif);
}

/* formular.cst */
#form_table {
  margin: 0px;
}
#form_table tr {
  height: 20px;
}
#form_table td {
  width: 200px;
}
#form_table input[type=text] {
  width: 200px;
  border: 0px;
}
#form_table select {
  width: 200px;
  border: 0px;
  color: rgb(100,100,100);
  font-family: Arial,Tahoma,sans-serif;
  font-size: 11px;
}

