/* CSS Document */
 
/* Alle Schriften auf Standardgre (16 Pixel) zurcksetzen */
html * { 
	font-size: 100.01%; /* ca. 16px */
	margin:0;
	padding:0;
	/* Zusatz für Print 
	color: #000000 !important;
	*/


}

/* Globale Stylesheets */ 
body {
	background-color: #bababa ;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	/* für Print auf #000000 geändert */
	color:#000000;
	min-height: 101%;
  overflow:visible;	
  	background: none;	
  font-size: 145%; 	
}

body.popup {
	background: none;	
	padding: 15px;
}

h1,h2,h3,h4,h5,h6 { font-weight:bold; padding: 1em 0 0.6em 0em;margin:0; color:#505050;}
h1 { font-size: 160%; padding-top: 0.1em; padding-bottom: 0.4em; color: #00549C; border-top:1px #c4c4c4 solid; }			/* 24px */
h2 { font-size: 110%; font-weight: bold; color: #00549C;}	/* 14px */
h3 { font-size: 110%; font-weight: bold; color: #505050; padding-top: 0.6em;}	/* 14px */
h4 { font-size: 100%; padding-top: 0.6em; font-weight: bold; color: #00549C; }														/* 14px */    
h5 { font-size: 100%; font-weight: bold; color: #505050 }															/* 12px */
h6 { font-size: 100%;  }														/* 12px */

h3.h5 { font-size: 110%;}							

p { 
	line-height: 1.3em; 
	margin: 0 0 1em 0;
		
}

p.leerzeileoben { 
	line-height: 1.3em; 
	margin: 2em 0 1em 0;
}

p.leerzeileunten { 
	line-height: 1.3em; 
	margin: 0 0 3em 0;
}

p.mittelachse {
    text-align: center;
}


a {
	color:#00549C;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

th, td{
	vertical-align:top;
	text-align:left;
	font-weight: normal;
}

thead th {
	background-color:#E4E4E5;
	border-bottom:1px solid #87898C;
	border-right:1px solid #87898C;
	padding:5px;
	font-weight:bold;
	color:#87898C;
	margin-bottom:5px;
	text-align: center;
}	

tr {
	border:1px solid #87898C;
	margin-top:20px;
	vertical-align:top;
	width:625px;
}

ul {
	list-style-type: square;
	margin-bottom: 1em;
}
	
button {
	cursor:pointer;
}

.clearer {
	clear:both ! important;
}

.clearerLeft {
	clear:left ! important;
}

.clearerRight {
	clear:right ! important;
}

.right {
	text-align:right;
}

.left {
	text-align:left;
}

.center {
	text-align:center;
}

.float_left {
	float:left; 
	display:inline; 
	margin-right:1em; 
	margin-bottom:1.5em; /* war 0.15em - wegen Abstand groer Bilder zum Text darunter Wert erhht - Auswirkungen? */ 
} 

.float_right {
	float:right; 
	display:inline; 
	margin-left:1em; 
	margin-bottom:0.15em
} 

.bottom {
	vertical-align:bottom;
}

.smallerFont{
	font-size:95% ! important ;
}

.bold {
	font-weight: bold;
}

/* Textlink grau */

.txtlnk-grau {
    background: url(../img/layout/icon_textlink_grau.gif) no-repeat left center;
	padding: 0 0 0 16px;
	height: 13px;
	line-height: 13px;
	color: #505050;
	font-weight: bold;
}

a:hover.txtlnk-grau {
    background: url(../img/layout/icon_textlink_grau.gif) no-repeat left center;
	padding: 0 0 0 16px;
	margin: 0;
	color: #505050;    
}

/* Textlink blau */

.txtlnk-blau {
    background: url(../img/layout/icon_textlink_blau.gif) no-repeat left top;
	padding: 0 0 0 16px !important;
	height: 18px;
	line-height: 18px;
	color: #00549C;
}

a:hover.txtlnk-blau {
    background: url(../img/layout/icon_textlink_blau.gif) no-repeat left top ;
	padding: 0 0 0 16px !important;
	margin: 0;
	height: 13px;
	line-height: 13px;	
	color: #00549C;    
}

.hg-dunkler { 
	background-color: #c4c4c4;
	padding: 2px;
}

img {
	vertical-align: text-bottom;
}

img.thumb {
	margin:2px 1em 1em 0;
}

img.picture {
	margin:0 1em 1em 0;
	border:0px solid #505050;
}

img.border {
	border:0px solid #505050;
}

img.prodThumb {   
	border:0px solid #505050;   
	padding:0 ;
}   

a img {
	border-width: 0px;
}

div.cent {
 text-align:center
}

div.img_fullsize {
 display:block;
 clear:both;
 margin:1em 0 1em 0;
}

.nowrap {
	white-space:nowrap;
}

.noBorder {
	border:none ! important;	
}

.imgBorder {
	border:0px solid #505050;
}

.unsichtbar {	
	LEFT: -2000px;	
	POSITION: absolute;
}

.unvisible {	
	visibility:hidden;
	display:none;
}

.visible {	
	visibility:visible;
}

/* Globales Layout (Navigation , usw. ) - Stylesheets */
.quicklinks {	
	LEFT: -5000px;	
	WIDTH: 1px;	
	POSITION: absolute;	
	TOP: -5000px;	
	HEIGHT: 1px
}

#vacuworldCom {
	position:absolute;
	bottom:0;
	left:0;
	width:25px;
	height:195px;
	background:url(../img/layout/www-schmalz-com.jpg);
}

#vacuworldCom span {
	display:none;
}

/* für lange Listen bei der Produktsuche - ohne diese Hintergrundfarbe sieht der Teil, der vor der Liste dargestellt wird nicht gut aus */
#container {
    position: relative;
	/* geändert für Print */

	/* geändert für Print */
	margin: 0;
	background-color: #ffffff;

}

/* Header ausblenden für Print */

#header,
#logo,
#hauptnav,
#navEbene2,
#metanav,
#laenderAuswahl,
#sucheAuswahl {
    display: none;
}

#content {
	position:relative;
	background-color: #ffffff;	
	left:0;
	/* geändert für Print */

	/* geändert für Print */
	top: 10px;
	padding: 0 10px;
}

#breadcrumb {

	position:relative;
	height:auto;
	left:0px;
	/* geändert für Print */

	padding-top:0;
	padding-bottom:0;
	margin: 0;
	color:#A5A5A5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight:normal;
	margin-bottom:0px;
	background-color:#ffffff;

}

#breadcrumb a {
	text-decoration:none;
	color: #A5A5A5;
}


/* Inhaltsbereich Stylesheets */

#contBox {
  width:auto !important;
	margin:0;
	padding:5px 0 0 0;
	float:left;
}

#contBox ul{
	display:table;
}

#contBox ul li{
	margin-left:15px;
}

#contBox ul.linklist li,
#contBox ul.downloads li{
	margin-left:0;
}

#contBox table {

	background-color: #c4c4c4;
}

#contBox td, #contBox th  {
	padding:5px;
}

#contBox table.noBorder td, #contBox  table.noBorder th  {

}

#contBox table.noBackground {
    background-color: transparent;
}
#contBox table.wwk {
	border: 1px solid #000000;
}

#contBox table.wwk th {
 	border: 1px solid #000000;
 	border-bottom: 0px;
 	border-top: 1px;
  background-color: #c4c4c4;

}

#contBox table.wwk th.start{
 border-left: 1px solid #000000;
}

#contBox table.wwk th.ende {
 border-right: 1px solid #000000;
}

#contBox table.wwk td {
  background-color: #e4e4e4;
  border: 1px solid #000000;

}

#contBox table.wwk td.start{
  border-top: 0px;
  border: 1px solid #000000;
}

#contBox table.wwk td.ende table.wwk-innen td  {
 border: 0px !important;
}




/* Spalten-Layout */
.contBoxCols { 
  	width: 100%;
	clear:both;	
}

#contBox .contBoxCols { 
  	width: 100%;
	clear:both;	
	margin: 20px 0 10px 0;
}

.contBoxCols ul{
	list-style: square;
}

.col50_Left, .col33_Left, .col66_Left , .col25_Left, .col75_Left, .col30_Left, .col70_Left, .col40_Left, .col60_Left, .col10_Left, .col29_Left{
	float: left; 
}

.col50_Right, .col33_Right, .col66_Right , .col25_Right, .col75_Right, .col30_Right, .col70_Right, .col40_Right, .col60_Right, .col10_Right, .col29_Right{
	float: right; 
	margin-left: -5px;
}

.col100_Left, .col100_Right { width: 100% }
.col33_Left, .col33_Right { width: 33.333% }
.col50_Left, .col50_Right { width: 50% }
.col66_Left, .col66_Right { width: 66.666% }
.col25_Left, .col25_Right { width: 25% }
.col75_Left, .col75_Right { width: 75% }
.col30_Left, .col30_Right { width: 30% }
.col70_Left, .col70_Right { width: 70% }
.col40_Left, .col40_Right { width: 40% }
.col60_Left, .col60_Right { width: 60% }
.col10_Left, .col10_Right { width: 10% }
.col29_Left, .col29_Right { width: 29% }
.colCont  { 
	padding: 0 1em 0.5em 1em;
}

.colContLeft { 
	padding: 0 2em 0.5em 0; 
}

.colContRight { 
	padding:0 0 0.5em 2em;
	clear: both;
}

/* Rechte Spalte ausblenden für Print */
#rechteSpalte {
  /*  display: none; */
	width: 0;
}
  
.rechteSpalteBlock-grau {
  display: none; 
  width: 0 !important;
}
  
.rechteSpalteBlock {
  display: none; 
  width: 0 !important;

}  
  
  
  
/* Fusszeile ausblenden für Print */
#contFooter {
    display: none;
	height: 0;
	width: 0;
}

/* Button-CSS */
div.button {
   padding: 2px 2px 5px 2px;
	margin: 0px;
	border: 0px solid black;
}

input.button {
	background-color: #969696;
	border:1px solid #7E7E7F;
	margin: -2px 0 0 0;
	position: relative;
	top: 0;
	left: 0;
	cursor:pointer;
	color: #ffffff;
	font-weight: bold;
	padding: 0 10px 3px 10px;
	width: auto;
	height: 30px;
}

input.loeschen {
    background: url(../img/layout/button_loeschen2.gif) center center no-repeat #969696;
}

input.bestellen {
    background: url(../img/layout/button_warenkorb.gif) center center no-repeat #969696;
     width: 50px;
}

#rechteSpalteContent input.button-go {
	background-color: #969696;
	border:1px solid #7E7E7F;
	margin: -2px 0 0 0;
	position: relative;
	top: 0;
	left: 0;
	cursor:pointer;
	color: #ffffff;
	font-weight: bold;
	padding: 0 10px 3px 10px;
	width: 55px;
	height: 21px;
	line-height: 16px;
}

#contBox input.button-go {
	background-color: #969696;
	border:1px solid #7E7E7F;
	margin: -2px 0 0 0;
	position: relative;
	top: 0;
	left: 0;
	cursor:pointer;
	color: #ffffff;
	font-weight: bold;
	padding: 0 10px 4px 10px;
	width: 70px;
	height: 22px;
}

/* Ende Button-CSS*/


/* Box mit Tabs */
#reiterBox {
	border:0px solid #87898C;
	padding-bottom:1em;
	margin-bottom:1em;
	margin-top:20px;	
	background-color:#ffffff;
	width:100%;
	min-height:100px;

}

#reiterNav {
padding-bottom: 25px;
float:left;
clear:both;
font-size:110%;
width:100%;
}

#reiterNav  li{
	display:inline;
	list-style-type:none;
	
}

#reiterNav  a {
	display:block;
	float:left;
	height:32px;	
	padding:3px 10px 0px 10px;			
	background-color:#E4E4E5;
	border-right:0px solid #87898C;
	border-bottom:0px solid #87898C;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	margin:0px;
	font-size:0.92em;	
 width:100%;
}

#reiterNav  a.errorFont {
	color:#FF0000;
}

#reiterNav a.last {
		border-right:1px solid #E4E4E5;
}

#reiterNav .disabled a {
		color:#87898C;
}

#reiterNav .disabled{
		color:#87898C;
		cursor:default!important;
		  
}

#reiterNav  .current {
	background-color:#ffffff;
	border-bottom:1px solid #ffffff;
}

#reiterContent {
	padding: 0 23px;
	display:block;
	clear:both;
}

#reiterContent {
	font-size:1.3em; 
}

#reiterContent .position2Tab ul {
	margin:10px 0 0 10px;
}

#reiterContent .position2Tab ul li {
	margin-left:5px;
}


#reiterBox.oneReiter #reiterNav  a{
	width:605px;
}

#reiterBox.twoReiter #reiterNav  a{
	width:292px;
}

#reiterBox.twoReiter #reiterNav a.last{
	border-right:none;
	width:292px;
}


#reiterBox.threeReiter #reiterNav  a{
	width:187px;
}

#reiterBox.threeReiter #reiterNav a.last{
	border-right:none;
	width:189px;
}

#reiterBox.threeReiter  .position2Tab{
	margin-left:189px;
}

#reiterBox.foreReiter #reiterNav  a{
	width:180px;
}

#reiterBox.foreReiter #reiterNav a.last{
	border-right:none;
	width:180px;
}

#reiterBox.fiveReiter #reiterNav  a{
	width:104px;
}

#reiterBox.fiveReiter #reiterNav a.last{
	border-right:none;
	width:105px;
}



/* inaktive tabs */


#reiterBox.foreReiter #reiterNav span {
  width:135px;
}

#reiterBox.threeReiter #reiterNav span {
  width:187px;
}

#reiterBox.foreReiter #reiterNav span.last {
  border-right:medium none;
  width:137px !important;
}

#reiterBox.threeReiter #reiterNav span.last{
	border-right:none;
	width:189px !important;
}





#reiterNav span {
  background-color:#E4E4E5;
  border-bottom:1px solid #87898C;
  border-right:1px solid #87898C;
  cursor:pointer;
  display:block;
  float:left;
  font-size:0.92em;
  height:32px;
  margin:0;
  padding:3px 10px 0;
  text-align:center;
  text-decoration:none;
  vertical-align:middle;
  color:#00549C;
}

/* end inaktive tabs */





/* weitere CSS-Styles */

/* Mehr-Link */
.linkMoreInfo{
	font-weight:bold;
	margin: 0.5em 0;
}

/*Tabelle aus DIVs */
.tabelle{
	border:1px solid #87898C;
	margin-top:20px;
	background-color:#ffffff;
	vertical-align:middle;
	width:625px;	
}

.tabelle .title {
	background-color:#E4E4E5;
	border-bottom:1px solid #87898C;
	padding:0.5em;
	font-weight:bold;
	color:#87898C;
	margin-bottom:5px;
}

.tabelle .tabelleContent {
	padding:0.5em 0.5em;
}

.tabelle p {
	margin-left:0px;
	margin-right:0px;
}

.tabelle input, textarea{
	margin:0;
	padding:2px;
}

.tabelle label{
	padding:3px;
}

/* Tabellen ohne margin und Padding */
#contBox table.kompakt {
	padding:0;
	margin:0;
	background-color: transparent;
}

#contBox table.kompakt td,
#contBox table.kompakt th{
	padding:0  !important;
	margin:0  !important;;
}

.trenner {
	border-top:1px solid #bfbfbf;
	height:1px;
	width:100%;
	background-color: transparent;
	margin:0.2em 0 0.2em 0;
	clear:both;
}

.dunkel {
	color:#505050;
}


/*  Liste mit den Links + Downloads*/
ul.linklist, ul.downloads {
	padding: 0;
	margin: 0;
	padding-right: 6px;
	list-style: none;
	width:auto;
	clear: both;
	display: block;
}

ul.linklist li, ol.downloads li{
	width: auto;
	padding: 0;
	margin:0;
}

ul.linklist-blau {
    margin: 0 0 0 4px;
	  float: left;
}

ul.linklist-blau ul.linklist-blau {
    margin: 0 0 0 6px;
}

ul.linklist-blau li {
    list-style-image: url(../img/layout/icon_textlink_blau.gif);
	list-style-position: outside;
	padding: 0 0 2px 0;
}

ul.linklist-grau {
    margin: 0 0 0 18px;
	float: left;
	font-weight: bold;
}

ul.linklist-grau a {
    color: #505050;
}

ul.linklist-grau li {
    list-style-image: url(../img/layout/icon_textlink_grau.gif);
	list-style-position: outside;	
	padding: 0 0 2px 0;
}

/* Downloadlinks blau */

ul.downloads {
    margin: 0;
	padding: 0;
	
}

ul.downloads li {
	padding: 0 0 2px 0;
	list-style: none;	
	margin: 0;
}

ul.downloads a,
ul.downloads a:hover {
    padding: 0 0 0 42px;
	margin: 0;
}

ul.downloads .pdflnk-blau {
    background: url(../img/layout/icon_pdflink_blau.gif) no-repeat left top;
}

ul.downloads .jpglnk-blau {
    background: url(../img/layout/icon_jpglink_blau.gif) no-repeat left top;
}

ul.downloads .xlslnk-blau {
    background: url(../img/layout/icon_xlslink_blau.gif) no-repeat left top;
}

ul.downloads a.doclnk-blau {
    background: url(../img/layout/icon_doclink_blau.gif) no-repeat left top;
}

ul.downloads .rtflnk-blau {
    background: url(../img/layout/icon_rtflink_blau.gif) no-repeat left top;
}

ul.downloads .pptlnk-blau {
    background: url(../img/layout/icon_pptlink_blau.gif) no-repeat left top;
}

ul.downloads .cadlnk-blau {
    background: url(../img/layout/icon_cadlink_blau.gif) no-repeat left top;
}

/* Downloadlinks grau */

ul.downloads-grau {
    margin: 0 0 0 42px;
}

ul.downloads-grau li {
	padding: 0 0 2px 0;
}

ul.downloads .pdflnk-grau {
    list-style-image: url(../img/layout/icon_pdflink_grau.gif);
}

ul.downloads .jpglnk-grau {
    list-style-image: url(../img/layout/icon_jpglink_grau.gif);
}

ul.downloads .xlslnk-grau {
    list-style-image: url(../img/layout/icon_xlslink_grau.gif);
}

ul.downloads .doclnk-grau {
    list-style-image: url(../img/layout/icon_doclink_grau.gif);
}

ul.downloads .rtflnk-grau {
    list-style-image: url(../img/layout/icon_rtflink_grau.gif);
}

ul.downloads .pptlnk-grau {
    list-style-image: url(../img/layout/icon_pptlink_grau.gif);
}

ul.downloads .cadlnk-grau {
    list-style-image: url(../img/layout/icon_cadlink_grau.gif);
}

p.linklist {
	padding:0;
	margin:0.5em 0;	
}

/* Bild mit Unterschrift */
dl.image {
	padding:0;
	margin:0 0 0.5em 0;
	border:none;
}

dl.image dt{
	padding:0;
	margin:0;
} 

dl.image dd{
	padding:0.4em;
	margin:0;	
	display: block;
	font-weight:300;
	font-size:85%;

	background-color: #c4c4c4;
} 
.errorMsg {
	color: #FF0000;
	font-weight: bolder;
}

/* Zoom-Bilder mit Unterschrift */
dl.image a.zoom {	
	margin: -17px 0px 0px 0px;
	padding:0 0 0 0;
}

/* weitere CSS-Styles - spezifische Seiten */

/*  Blaue Boxen (Distribution) */
ol.worksectors {
	padding: 0;
	list-style: none;
	width:auto;
	clear: both;
}

ol.worksectors li {
	font-weight: bold;
	display: none;
}

ol.worksectors li.activ {
	font-weight: bold;
	display: block;
}

/* Suche - Ergebnisse */
dl {
	padding:1em 1em;
	border:1px solid #bfbfbf;

}

dl.even {
	background-color: #ffffff;	
	border-left-width:0px;
	border-right-width:0px;
}

dl.odd {
	background-color: #E4E4E5;
}

dt {
	font-weight:bold;
	margin-bottom:0.5em;	
}

dt span.li_number {
	margin-right:0.8em;	
}

dd {
	margin-left: 1.4em;
}

/*  Uebersichtseiten fuer News */
ul.artikellisten {
	padding: 0;
	padding-right: 0.5em;
	list-style: none;
	width:auto;
	clear: both;
	display: block;	

}

#contBox ul.artikellisten li {
	margin-left: 0;
}

#reiterContent ul.artikellisten  {
	margin: 0;
	padding:0;
}
#reiterContent ul.artikellisten li {
	margin-left: 0;
}

.artikellisten span.headline {
  color: #00549C;
  font-weight:bold;
}

.artikellisten p{
	margin: 0 0 0.3em 0;
	padding:0;
}

.artikellisten p.linkMoreInfo{
	margin: 0 0 2em 0;
}

span.datum {
	width: auto;
	padding:0em 0.2em;
	font-weight:bold;
	font-size:95%;
	margin:0 0.5em 0 0;
	background-color: #505050;
	color:#ffffff;
}

/* Ausklappbare Bereiche in Branchen */
.brancheUnterbereich {
	background-color: #E4E4E5;
	padding: 1em 0 1em 0;
	margin:0 0 1em 0;
}

.outline {
	border:1px solid #00549C;
}

.no_outline {
	border:1px solid #ffffff;

}

.outline, .no_outline {
	padding: 0.5em 0.5em 1em 0.5em

}

/* Systemueberblick Tabellen */
#contBox table.su_outline_rahmen {
	border-width:0px;
	padding:0px;
}
 #contBox table.su_outline_rahmen td{
	border-width:0px;
	padding:0px;
}
#contBox table.su_outline {
	border-width:0px;
	background-color: #002c7a;
	padding:1px;
}
 #contBox table.su_outline td{
	border-width:0px;
	padding:1px;
}

#contBox table.su_inline {
	border-width:0px;
	background-color: #e9edf3;
	padding:10px;
}

#contBox table.su_inline td{
	border-width:0px;
	padding:10px;
}

#contBox table.su_inline_bilder {
padding:0px;
}

#contBox table.su_inline_bilder td{
	padding:0px;	
}

/* Tabelle nur mit senkrechter unterbrochener Linie */
#contBox table.einelinie {
	border-width:0px;
	padding:0px;
	background-color: transparent;
	height: 16px;
	line-height: 16px;
}

 #contBox table.einelinie th {
    font-weight: bold;
	padding: 20px 4px 2px 0;
}

 #contBox table.einelinie td {
	border: 0px #969696 solid;
	border-bottom-width: 1px;
	padding: 2px;
	margin: 0;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;	
}

#contBox table.einelinie div.float_left {
    margin: 0;
	padding: 0 0 2px 4px;
	vertical-align: top;
}

#contBox table.einelinie div.float_left-checkbox {
    display: inline;
	float: left;
    margin: 0;
	padding: 2px 0 0 4px;
	vertical-align: top;
}

#contBox table.einelinie .mittelachse {
    text-align: center;
}


/* Uebersichtsseiten */
/* 3 Spalten in Uebersichtsseiten - Textbreiten wie Bild Groesse 3 */
.bildbreite_3 {
	width: 100%;
}

/* Spalten in Uebersichtsseiten - Titel unter dem Bild */
.titelUnterBild {
	padding:0.6em 0 0.4em 0;
}

/* Sitemap */
#sitemap ul {
   list-style-type: none;
   margin: 8px 0 0 8px;
}

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

#sitemap a.level1 {
	padding: 2px 8px 2px 8px;
	margin-bottom: 20px;
	border: 1px solid #68696A;
	background-color: #87898C;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

#sitemap a.level2 {
	padding: 2px 8px 2px 8px;
	border: 1px solid #68696A;
	background-color: #E4E4E5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#68696A;
	text-decoration:none;
}

#sitemap a.level2_disabled {
	padding: 2px 8px 2px 8px;
	border: 1px solid #E4E4E5;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#E4E4E5;
	text-decoration:none;
}

#sitemap a.level3 {
	padding: 2px 8px 2px 8px;
	border: 1px solid #68696A;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#68696A;
	text-decoration:none;
}

/* Copyright */

#copyright {
  float: left;
  clear: left;
  margin: 10px 8px 0 0;
  font-size: 11px;
}


/* Tabelle mit Adresse */

#contBox table.adresse {
   border: 1px solid #ffffff;
   margin-left:-2px;
}

#contBox table.adresse th {
   background-color: #c4c4c4;
   border: 1px solid #ffffff;
   width: 50%;
}

#contBox table.adresse td {
   background-color: #e4e4e4;
   border: 1px solid #ffffff;
}

/* Newsartikel */

#contBox .newsdatum {
   float: left;
   width: 10%;
   font-size: 100%;
   clear:both;  
}

#contBox .news {
   float: left;
   width: 90%;
   padding: 0 0 6px 0;
}

/* Angaben aus formstyles */
select.select {
	width: 440px;
}

table.einelinie {
 page-break-after: always;
 }
 
 
#contBox h1 {
   width: 100%;
 }

#contBox p {

 } 
 
#reiterContent {
   display:inline;
   font-size:100%;

 }
 
 #allgemeineinfos, #baukasten, #zubehoer, #anwendungsbeispiele, #produkte, #details, #anwendungen, #allgemein, #technische-daten, #konstruktionsdaten, #ersatzteile {
   padding-left:10px;  
 }

/* kein abschneiden von buchstaben am Ende */ 
#contBox {
padding-bottom:5px;
}

#allgemeineinfos, #baukasten, #zubehoer, #anwendungsbeispiele, #details, #produkte, #anwendungen, #allgemein, #technische-daten, #konstruktionsdaten, #ersatzteile {
  visibility:visible !important;
  display:block !important;
  

}

select.select {
	font-size:90%;	
  width:500px !important;
}

#bestellschritte li {
  font-size:75%;

 }