body	{
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(cssbilder/hg.jpg);
	scrollbar-base-color:#e0e9ee;
    scrollbar-track-color:#97a8b2;
    scrollbar-face-color:#d1dee5;
    scrollbar-highlight-color:#e0e9ee;
    scrollbar-3d-light-color:#e0e9ee;
    scrollbar-dark-shadow-color:#97a8b2;
    scrollbar-shadow-color:#97a8b2;
    scrollbar-arrow-color:#2c353c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-weight: normal;*/
	overflow: auto;
}

hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
}
img {
	border: none;
}


#rechtstext ul li {

	/* Aufz�hlungen in der rechten Spalte mit Pfeilen */
	list-style-image: url('./0_images_allg/pfeil_vor.gif'); 
	list-style-position: outside;
}

#rechtstext  ul {
	margin-left:15px;
	padding-left: 0px
}

p {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;*/
	color: #2C353C;
	/*list-style-position: outside;
	list-style-image: url(cssbilder/gedankenstrich.gif);
	left: 0px;*/

}

li {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;*/
	color: #2C353C;
	/*list-style-position: outside;
	list-style-image: url(cssbilder/gedankenstrich.gif);
	left: 0px;*/

}

textarea {
	background-color: #ffffff;
	border: 1px solid #b2c5d1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #2C353C;
	scrollbar-base-color:#e0e9ee;
  scrollbar-track-color:#97a8b2;
  scrollbar-face-color:#d1dee5;
  scrollbar-highlight-color:#e0e9ee;
  scrollbar-3d-light-color:#e0e9ee;
  scrollbar-dark-shadow-color:#97a8b2;
  scrollbar-shadow-color:#97a8b2;
  scrollbar-arrow-color:#2c353c;
}


input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2C353C;
	border: 1px solid #b2c5d1;
	background-color : #ffffff;
}


select, td select	{
	font-size: 11px;
	color: #2C353C;
	border: 1px solid #FFFFFF;
	background-color: #b2c5d1;
	scrollbar-base-color:#e0e9ee;
	scrollbar-track-color:#97a8b2;
  scrollbar-face-color:#d1dee5;
  scrollbar-highlight-color:#e0e9ee;
  scrollbar-3d-light-color:#e0e9ee;
  scrollbar-dark-shadow-color:#97a8b2;
  scrollbar-shadow-color:#97a8b2;
  scrollbar-arrow-color:#2c353c;
}
h1, .headline1	{
	font-size: 12px;
	font-weight: bold;
	color: #2c353c;
}
h2,	.headline2	{
	font-size: 12px;
	font-weight: bold;
	color: #5D8297;
}
h3, .headline3	{
	font-size: 12px;
	font-weight: normal;
	color: #4E7F9B;
}
h4, .headline1	{
	font-size: 15px;
	font-weight: bold;
	color: #2c353c;
	margin-top:0;
}



a:link, a:visited {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: normal;
	color: f20c22;
	text-decoration: none;
}
/*a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: f20c22;
	text-decoration: none;
}*/
a:link:hover, a:visited:hover {
	/*font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: f20c22;*/
	text-decoration: underline;
}
a:active {
	/*font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: f20c22;*/
	text-decoration: none;
}


.weiss {
	background-color: #ffffff;
}

.ueberschrift1	{
        margin-top: 20px;
        font-size: 12px;
		font-weight: bold;
		color: #2c353c;
		margin-bottom: 10px;
}

.ueberschrift1a	{
	/* padding-top: -30px; */
    font-size: 12px;
	font-weight: bold;
	color: #2c353c;
    margin-bottom: 5px;
}
.ueberschrift2	{
    margin-top: 5px;
    /* margin-bottom: 5px;*/
	font-size: 12px;
	font-weight: bold;
	color: #5D8297;
}
.ueberschrift3	{
    
	font-size: 12px;
	font-weight: normal;
	color: #4E7F9B;
}
.ueberschrift4	{
        margin-top: 0px;
        font-size: 12px;
		font-weight: bold;
		color: #2c353c;
		margin-bottom: 10px;
}




#container	{
	max-width:990px;
	width:expression(document.body.clientWidth > 990? "990px": "auto" );
	text-align: right;
}

#leisteleer	{
	position:absolute; 
	left: 0px; 
	top: 0px; 
	width: 990px; 
	height: 20px; 
	background-color: #2C353C;
}

#iadresse	{
	position:absolute; 
	left: 0px; 
	top: 21px; 
	width: 210px; 
	height: 17px; 
	padding-left: 11px;
	padding-top: 3px;
	background-color: #2C353C;
	color: #FFFFFF;
	z-index: 12;
}
* html #iadresse {  /* nur fuer Internet Explorer */
  width: 221px;     /* Version 5.x */
  /*w\idth: 221px;    /* Version 6 */
  height: 20px;     /* Version 5.x */
  /*h\eight: 20px;    /* Version 6 */
}

#linkleiste	{
	position:absolute; 
	left: 221px; 
	top: 21px; 
	width: 584px; 
	height: 20px; 
	padding-left: 20px;
	background-color: #2C353C;
	color: #FFFFFF;
}
* html #linkleiste {  /* nur fuer Internet Explorer */
  width: 604px;     /* Version 5.x */
  /*w\idth: 604px;    /* Version 6 */
}
#links	{
	position:absolute;
	left: 221px;
	top: 21px;
	height: 20px;
	padding-left: 20px;
	background-color: #2C353C;
	color: #FFFFFF;
	z-index: 10;
	/*width: 241px;*/
}
/*
* html #links {  
  width: 254px;
  w\idth: 254px;
}
*/
#international	{
	position:absolute; 
	left:0; 
	top:42px; 
	width:208px; 
	height:27px;
	padding-left: 11px;
	padding-top: 3px;
	background-color: #97a8b2;
	z-index: 11;
}
* html #international {  
  width: 219px;    
  /*w\idth: 219px;   */
  height: 30px;
  /*h\eight: 30px;*/
}

#headbild	{
	position:absolute; 
	left:220px; 
	top:42px; 
	width:605px; 
	height:81px;
}

#login	{
	position:absolute; 
	left:0px; 
	top:72px; 
	width:208px; 
	height:51px;
	padding-left: 11px;
	background-color: #b2c5d1;
	z-index: 13;
}
* html #login { 
  width: 219px;     
  /*w\idth: 219px;    */
}

#logoSlider	{
	 position: relative; 
	 top: 20px;
	 right: 0px;
	 z-index: 6;
}
* html #logoSlider {  
  right: 0px;     
  /*r\ight: 0px;   */
  top: 6px;
  /*t\op: 6px;*/
}

#logobg	{
	 position: absolute; 
	 width: 164px; 
	 height: 101px; 
	 left: 825px; 
	 top: 21px;
	 padding-left: 0px;
	 background-color: #2c353c;
	 z-index: 5;
}

#suchform	{
	position: absolute; 
	left: 0px; 
	top: 124px; 
	width: 208px; 
	height: 35px; 
	padding-left: 11px;
	padding-top: 13px;
	background-color: #97a8b2;
}
* html #suchform {  
  width: 219px;     
  /*w\idth: 219px;   */
  height: 48px;
  /*h\eight: 48px;*/
}
#hgLayer	{
	position: absolute;
	left: 0px; 
	top: 0px; 
	width: 990px;	
	background-color: #FFFFFF;
	height: 124px;
	z-index: 4;
}
#wodubist	{
	position: absolute;
	left: 220px;
	top: 124px;
	width: 750px;
	height: 17px;
	background-color: #2C353C;
	padding-left: 20px;
	padding-top: 3px;
}
* html #wodubist {  
  width: 770px;     
  /*w\idth: 770px;    */
  height: 20px;
  /*h\eight: 20px;*/
}

#soheissich	{
	position: absolute;
	left: 220px;
	top: 145px;
	width: 585px;
	height: 22px;
	padding-left: 20px;
	padding-top: 5px;
	background-color: #FFFFFF;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	font-weight: bold;
	color: #f20c22;
}
* html #soheissich {  
  width: 605px;
  /*w\idth: 605px;*/
  height: 27px;		
  /*h\eight: 27px;	*/
}

#leftsite {
	position:absolute;
	top:172px;
}

#dagehtslang	{
	position: absolute;
	left: 0px;
	top: 172px;
	width: 219px;
	background-color: #E0E9EE;
}

#leftsite #dagehtslang {
	position:static;
}

#contactlink {
	margin-top:50px;
	padding:10px;
	border:solid 1px white;
	border-right:none;
	background-color:#D1DEE5;
	width:198px;
}
#contactlink img{
	margin-right:3px;
}

#schachtel	{
	position: absolute;
	left: 221px;
	top: 172px;
	width: 564px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
* html #schachtel {  
  width: 604px;    
  /*w\idth: 604px;    */
}

#rechtespalte	{
	position: absolute;
	left: 826px;
	top: 144px;
	width: 164px;
}

#catalog {
	/*background: url(produktNew/images/catalogButton.gif) no-repeat;
	height:43px;
	text-align:center;*/
	/* lw_dm change configurator logo */
	background-color:#D1DEE5;
	padding-bottom:10px;
}

div#rechtespalte #catalog td { 
	font-size:11px;
}

div#rechtespalte #catalog td.linktext { 
	width:148px;
}

div#rechtespalte #catalog td.arrow { 
	/*padding:0 0 0 8px;*/
	width:17px;
	text-align:right;
	padding:0px;
}

/*#catalogBg {
	padding-top:13px;
}
#catalog a {
	color:white;
	font-weight:bold;
}*/

#rechtsbild	{
	width: 164px;
}
#rechtsImageSwap {
	width: 164px;
}
#rechtstext, #rechtsHeadline, #software, #allInfo	{
	background-color: #d1dee5;
	padding: 0 0 8px 8px;
}

#rechtstext {
	padding-left: 6px;
}

div#rechtespalte #rechtstext td.arrow {
	padding: 4px 0px 0px 0px;
	vertical-align: top;
}

* html #rechtstext {  
  width: 164px;    
}
#balkenschrift	{
	background-color: #d1dee5;
	padding-top: 0px;
	padding-bottom:0
	width: 560px;
	padding-left: 8px;
	
}

* html #balkenschrift {  
  width: 560px;    
}
#rechtsHeadline	{
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 80%;
	background-color:#333333;
	margin-top: 1px;
	color:#ffffff;
	font-weight:bold;
	width: auto;
	padding: 2px 0px 3px 8px;
}
.buttonFormImage {
	padding: 2px 3px 0px 4px;
	background-color: #e0e9ee;
	border-bottom:solid;
	border-top: solid;
	border-left: solid;
	border-color:#333333;
	border-width:1px;
	height: auto;
	width: auto;
	padding-bottom: 3px;
}
.buttonForm {
	padding: 2px 3px 0px 4px;
	background-color: #e0e9ee;
	border-bottom:solid;
	border-top: solid;
	border-right: solid;
	border-color:#333333;
	border-width:1px;
	height: auto;
	width: auto;
	padding-bottom: 3px;
}
.flag {
	width: 28px;
	height: 17px;
}


/*
++++++++++++++++++++++++++++++
Schriften
++++++++++++++++++++++++++++++
*/
#iadresse, #linkleiste, #wodubist, #links	{
	text-align: left;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	text-decoration: none;
	/*font-weight: normal;*/
	color: #B9B9B9;
}

#iadresse a, #linkleiste a, #wodubist a, #links a {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	text-decoration: none;
	/*font-weight: normal;*/
	color: #FFFFFF;
}
#iadresse a:link:hover, #linkleiste a:link:hover, #wodubist a:link:hover, #links a:link:hover,
#iadresse a:visited:hover, #linkleiste a:visited:hover, #wodubist a:visited:hover, #links a:visited:hover {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;*/
	text-decoration: none;
	/*font-weight: normal;*/
	color: #FFFFFF;
}
#iadresse a:active, #linkleiste a:active, #wodubist a:active, #links a:active {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;*/
	text-decoration: none;
	/*font-weight: normal;*/
	color: #FFFFFF;
}

.fliess, .nurtext, .bildtext, .tabellenabschnitt, .bildabschnitt {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	font-weight: normal;
	color: #2C353C;
	list-style-position: outside;
	list-style-image: url(cssbilder/gedankenstrich.gif);
	left: 0px;

}
.fliess a, .nurtext a, .bildtext a, .tabellenabschnitt a, .bildabschnitt a, td .fliess a {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;*/
	color: #f20c22;
	text-decoration: none;
}
.fliess a:link, .nurtext a:link, .bildtext a:link, .tabellenabschnitt a:link, .bildabschnitt a:link {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;*/
	color: #f20c22;
	text-decoration: none;
}
.fliess a:link:hover, .nurtext a:link:hover, .bildtext a:link:hover, .tabellenabschnitt a:link:hover, .bildabschnitt a:link:hover,
.fliess a:visited:hover, .nurtext a:visited:hover, .bildtext a:visited:hover, .tabellenabschnitt a:visited:hover, .bildabschnitt a:visited:hover {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;*/
	color: #f20c22;
	text-decoration: underline;
}
.fliess a:active, .nurtext a:active, .bildtext a:active, .tabellenabschnitt a:active, .bildabschnitt a:active {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;*/
	color: #f20c22;
	text-decoration: underline;
}
.fliessbold, .fliess .nolinkBold a {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	/*font-variant: normal;*/
	color: #2C353C;
	text-decoration: none;
}
.fliessbild	{
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}	
.rechts {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	/*font-weight: normal;*/
	color: #2C353C;
	margin-top: 7px;
}
.rechts a {
	font-size: 11px;
	color: #f20c22;
	text-decoration: none;
	margin-top: 7px;
}
.rechts a:link {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;*/
	color: #f20c22;
	text-decoration: none;
	margin-top: 7px;
}
.rechts a:link:hover, .rechts a:visited:hover {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;*/
	color: #f20c22;
	text-decoration: underline;
	margin-top: 7px;
}
.back {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	font-style: normal;
	color: #2C353C;
	text-decoration: none;
	font-weight: normal;
}
.back a{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	/*font-style: normal;*/
	color: #f20c22;
	text-decoration: none;
}
.back a:link{
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;*/
	color: #f20c22;
	text-decoration: none;
}

.back a:visited{
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;*/
	color: #f20c22;
	text-decoration: none;
}
.back a:link:hover, .back a:link:hover {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;*/
	color: #f20c22;
	text-decoration: underline;
}
.backRight {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	/*font-style: normal;*/
	color: #2C353C;
	text-decoration: none;
	text-align: right;
}
.backRight a{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	/*font-style: normal;*/
	color: #f20c22;
	text-decoration: none;
	text-align: right;
}
.backRight a:link{
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;*/
	color: #f20c22;
	text-decoration: none;
	text-align: right;
}

.backRight a:visited{
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;*/
	color: #f20c22;
	text-decoration: none;
	text-align: right;
}
.backRight a:link:hover, .backRight a:visited:hover {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;*/
	color: #f20c22;
	text-decoration: underline;
	text-align: right;
}
.legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2C353C;
}
.legend a{
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;*/
	color: #f20c22;
	text-decoration: none;
	/*alt:*/
	/*padding-top: 7px;*/
	/*neu:*/
	padding-top: 0px;
	padding-bottom: 7px;
}
.legend a:link{
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;*/
	color: #f20c22;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 7px;
}
.legend a:visited{
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;*/
	color: #f20c22;
	text-decoration: none;
	/*padding-top: 0px;
	padding-bottom: 7px;*/
}
.legend a:link:hover, .legend a:visited:hover {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;*/
	color: #f20c22;
	text-decoration: none;
	/*padding-top: 0px;
	padding-bottom: 7px;*/
}
.legendbold {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	font-weight: bold;
	color: #2C353C;
}
.fliess, .nurtext, .bildtext, .tabellenabschnitt, .bildabschnitt {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;*/
	color: #2C353C;
	list-style-position: outside;
	list-style-image: url(cssbilder/gedankenstrich.gif);
	left: 0px;
}
.fliess a {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;*/
	color: f20c22;
	text-decoration: none;
}
.fliessred a {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;*/
	color: f20c22;
	text-decoration: none;
}
.fliessred a:link:hover, .fliessred a:visited:hover, .fliessred a:active {
	text-decoration:underline;
}
.fliess a:link {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;*/
	color: f20c22;
	text-decoration: none;
}
.fliess a:link:hover, .fliess a:visited:hover {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;*/
	color: f20c22;
	text-decoration: underline;
}
.fliess a:active {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;*/
	color: f20c22;
	text-decoration: underline;
}
.fatred {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	font-weight: bold;
	color: #F20C22;
	list-style-position: outside;
	list-style-image: url(cssbilder/gedankenstrich.gif);
	left: 0px;
}
.bildunterschrift {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	/*font-weight: normal;*/
	color: #2c353c;
	list-style-position: outside;
	list-style-image: url(cssbilder/gedankenstrich.gif);
	left: 0px;
	margin-top: 3px;
	margin-bottom:12px;

}


/*
++++++++++++++++++++++++++++++
Navigation
++++++++++++++++++++++++++++++
*/
#navcontainer { width: 219px; }

#navcontainer ul
{
margin: 0px;
padding: 0px;
list-style-position: outside;
list-style-type: none;
/*font-family: Arial, Helvetica, sans-serif;*/
width: 219px;

}

#navcontainer li
{
margin: 0px;
padding: 0px;
color: #2C353C;
left: 0px;
list-style-position: outside;
}

/*hier beginnt die 1. Ebene in der Liste der Navigation*/

#navcontainer ul li
{
display: block;
width: 219px;
padding: 0px;
background-color: #E0E9EE;
/*font-family: Arial, Helvetica, sans-serif;
font-size: 12px;*/
color: #2C353C;
margin-bottom: 0px;
line-height: 20px;
/*text-indent: 11px;*/
border-top:1px solid #ffffff;
left: 0px;
}
#navcontainer ul li a
{
display: block;
/*width: 219px;*/
padding: 0px;
padding-left:11px;
background-color: #E0E9EE;
/*font-family: Arial, Helvetica, sans-serif;
font-size: 12px;*/
color: #2C353C;
margin-bottom: 0px;
line-height: 20px;
left: 0px;
}

#navcontainer ul li a:link
{
color: #2C353C;
text-decoration: none;
left: 0px;
}
#navcontainer ul li a:visited 
{
color: #2C353C;
text-decoration: none;
left: 0px;
}
#navcontainer ul li a:hover
{
background-color: #2C353C;
color: #ffffff;
left: 0px;
}

/*hier beginnt die 2. Ebene in der Liste der Navigation*/

#navcontainer ul ul li
{
display: block;
padding: 0px;
/*width: 219px;*/
background-color: #d1dee5;
/*font-family: Arial, Helvetica, sans-serif;*/
font-size: 11px;
color: #2C353C;
margin-bottom: 0px;
line-height: 16px;
/*text-indent: 20px;*/
border-top:0px;
left: 0px;
}
#navcontainer ul ul li a
{
display: block;
padding: 0px;
/*width: 219px;*/
background-color: #d1dee5;
/*font-family: Arial, Helvetica, sans-serif;*/
font-size: 11px;
color: #2C353C;
margin-bottom: 0px;
line-height: 16px;
/*text-indent: 20px;*/
padding-left:20px;
left: 0px;
}
/*
* html #navcontainer ul ul li a
{
	width:219px;
}
*/

#navcontainer ul ul li a:link
{
color: #2C353C;
text-decoration: none;
background-image: url(cssbilder/subbullet.gif);
background-repeat: no-repeat;
/*font-family: Arial, Helvetica, sans-serif;*/
font-size: 11px;
/*text-indent: 20px;*/
left: 0px;
}
#navcontainer ul ul li a:visited
{
color: #2C353C;
text-decoration: none;
background-image: url(cssbilder/subbullet.gif);
background-repeat: no-repeat;
/*font-family: Arial, Helvetica, sans-serif;*/
font-size: 11px;
/*text-indent: 20px;*/
left: 0px;
}
#navcontainer ul ul li a:hover
{
background-color: #2C353C;
color: #ffffff;
background-image: url(cssbilder/subbullet_over.gif);
/*font-family: Arial, Helvetica, sans-serif;*/
font-size: 11px;
/*text-indent: 20px;*/
left: 0px;
}

/*hier beginnt die 3. Ebene in der Liste der Navigation*/

#navcontainer ul ul ul li
{
display: block;
padding: 0px;
/*width: 219px;*/
background-color: #b2c5d1;
/*font-family: Arial, Helvetica, sans-serif;
font-size: 11px;*/
color: #2C353C;
margin-bottom: 0px;
line-height: 16px;
/*text-indent: 28px;*/
left: 0px;
}
#navcontainer ul ul ul li a
{
display: block;
padding: 0px;
/*width: 219px;*/
background-color: #b2c5d1;
/*font-family: Arial, Helvetica, sans-serif;
font-size: 11px;*/
color: #2C353C;
margin-bottom: 0px;
line-height: 16px;
/*text-indent: 28px;*/
padding-left:28px;
left: 0px;
}
/*
* html #navcontainer ul ul ul li a
{
	width:219px;
}
*/

#navcontainer ul ul ul li a:link
{
color: #2C353C;
text-decoration: none;
background-image: url(cssbilder/subsubbullet.gif);
background-repeat: no-repeat;

/*font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-indent: 28px;*/
left: 0px;
}
#navcontainer ul ul ul li a:visited
{
color: #2C353C;
text-decoration: none;
background-image: url(cssbilder/subsubbullet.gif);
background-repeat: no-repeat;
background-position: left top;
/*font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-indent: 28px;*/
left: 0px;
}
#navcontainer ul ul ul li a:hover
{
background-color: #2C353C;
color: #ffffff;
background-image: url(cssbilder/subsubbullet_over.gif);
/*font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-indent: 28px;*/
left: 0px;
}

/*hier beginnt die 4. Ebene in der Liste der Navigation*/

#navcontainer ul ul ul ul li
{
display: block;
padding: 0px;
/*width: 219px;*/
background-color: #b2c5d1;
/*font-family: Arial, Helvetica, sans-serif;
font-size: 11px;*/
color: #2C353C;
margin-bottom: 0px;
line-height: 16px;
/*text-indent: 28px;*/
left: 0px;
}
#navcontainer ul ul ul ul li a
{
display: block;
padding: 0px;
/*width: 219px;*/
background-color: #b2c5d1;
/*font-family: Arial, Helvetica, sans-serif;
font-size: 11px;*/
color: #2C353C;
margin-bottom: 0px;
line-height: 16px;
/*text-indent: 28px;*/
padding-left: 37px;
left: 0px;
}
/*
* html #navcontainer ul ul ul ul li a
{
	width:219px;
}
*/

#navcontainer ul ul ul ul li a:link
{
color: #2C353C;
text-decoration: none;
background-image: url(cssbilder/subsubsubbullet.gif);
background-repeat: no-repeat;

/*font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-indent: 28px;*/
left: 0px;
}
#navcontainer ul ul ul ul li a:visited
{
color: #2C353C;
text-decoration: none;
background-image: url(cssbilder/subsubsubbullet.gif);
background-repeat: no-repeat;
background-position: left top;
/*font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-indent: 28px;*/
left: 0px;
}
#navcontainer ul ul ul ul li a:hover
{
background-color: #2C353C;
color: #ffffff;
background-image: url(cssbilder/subsubsubbullet_over.gif);
/*font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-indent: 28px;*/
left: 0px;
}

/*hier beginnt die 5. Ebene in der Liste der Navigation*/

#navcontainer ul ul ul ul ul li
{
display: block;
padding: 0px;
/*width: 219px;*/
background-color: #b2c5d1;
/*font-family: Arial, Helvetica, sans-serif;
font-size: 11px;*/
color: #2C353C;
margin-bottom: 0px;
line-height: 16px;
/*text-indent: 28px;*/
left: 0px;
}
#navcontainer ul ul ul ul ul li a
{
display: block;
padding: 0px;
/*width: 219px;*/
background-color: #b2c5d1;
/*font-family: Arial, Helvetica, sans-serif;
font-size: 11px;*/
color: #2C353C;
margin-bottom: 0px;
line-height: 16px;
/*text-indent: 28px;*/
padding-left: 46px;
left: 0px;
}
/*
* html #navcontainer ul ul ul ul ul li a
{
	width:219px;
}
*/

#navcontainer ul ul ul ul ul li a:link
{
color: #2C353C;
text-decoration: none;
background-image: url(cssbilder/subsubsubsubbullet.gif);
background-repeat: no-repeat;

/*font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-indent: 28px;*/
left: 0px;
}
#navcontainer ul ul ul ul ul li a:visited
{
color: #2C353C;
text-decoration: none;
background-image: url(cssbilder/subsubsubsubbullet.gif);
background-repeat: no-repeat;
background-position: left top;
/*font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-indent: 28px;*/
left: 0px;
}
#navcontainer ul ul ul ul ul li a:hover
{
background-color: #2C353C;
color: #ffffff;
background-image: url(cssbilder/subsubsubsubbullet_over.gif);
/*font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-indent: 28px;*/
left: 0px;
}

/* selected states */
#navcontainer ul li .current
{
font-weight: bold;
color: #ffffff !important;
background-repeat: no-repeat;
background-position: left top;
background-color: #2C353C;
/*font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-indent: 11px;*/
/*border-bottom:1px solid #ffffff;*/
left: 0px;
}
#navcontainer ul ul li .subcurrent
{
color: #ffffff !important;
background-repeat: no-repeat;
background-position: left top;
background-image: url(cssbilder/subbullet_over.gif) !important;
background-color: #2C353C;
/*text-indent: 20px;*/
left: 0px;
}
#navcontainer ul ul ul li .subcurrent 
{
color: #ffffff !important;
background-repeat: no-repeat;
background-position: left top;
background-image: url(cssbilder/subsubbullet_over.gif) !important;
background-color: #2C353C;
/*text-indent: 28px;*/
left: 0px;
}

#navcontainer ul ul ul ul li .subcurrent 
{
color: #ffffff !important;
background-repeat: no-repeat;
background-position: left top;
background-image: url(cssbilder/subsubsubbullet_over.gif) !important;
background-color: #2C353C;
/*text-indent: 28px;*/
left: 0px;
}

#navcontainer ul ul ul ul ul li .subcurrent 
{
color: #ffffff !important;
background-repeat: no-repeat;
background-position: left top;
background-image: url(cssbilder/subsubsubsubbullet_over.gif) !important;
background-color: #2C353C;
/*text-indent: 28px;*/
left: 0px;
}
/*
++++++++++++++++++++++++++++++
Formulare
++++++++++++++++++++++++++++++
*/
form
{
margin: 0;
padding: 0;
}
.radiobutton {  
	background-color: #e0e9ee;
	border: 1px solid #e0e9ee;
}
.radiobuttonmittel {  
	background-color: #d1dee5;
	border: 1px solid #d1dee5;
}
.checkboxmittel {  
	background-color: #d1dee5;
	border: 1px solid #d1dee5;
}
.checkboxhell {  
	background-color: #e0e9ee;
	border: 1px solid #e0e9ee;
}


			
.button {
	background-color: #b2c5d1;
	border: 1px solid;
	border-top-color: #FFFFFF; 
	border-left-color: #FFFFFF; 
	border-bottom-color: #2C353C;
	border-right-color: #2C353C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #2c353c;
}
.go {
	background-color: #b2c5d1;
	border: 1px solid;
	border-top-color: #FFFFFF; 
	border-left-color: #FFFFFF; 
	border-bottom-color: #2C353C;
	border-right-color: #2C353C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #2c353c;
}

* html .go	{
	height: 19px;
}
.suche {
/*background-color: #b2c5d1;*/
border: 1px solid;
	border-top-color: #FFFFFF; 
	border-left-color: #FFFFFF; 
	border-bottom-color: #2C353C;
	border-right-color: #2C353C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #2c353c;	
}

.internationalmenu {
	width: 174px;
	font-size: 11px;
	color: #2C353C;
	border: 1px solid #FFFFFF;
	background-color: #b2c5d1;
	scrollbar-base-color:#e0e9ee;
	scrollbar-track-color:#97a8b2;
  scrollbar-face-color:#d1dee5;
  scrollbar-highlight-color:#e0e9ee;
  scrollbar-3d-light-color:#e0e9ee;
  scrollbar-dark-shadow-color:#97a8b2;
  scrollbar-shadow-color:#97a8b2;
  scrollbar-arrow-color:#2c353c;
}
* html .internationalmenu	{
	width: 162px;
}
.contentmenu {
	font-size: 11px;
	width: 266px;
	color: #2C353C;
	border: 1px solid #FFFFFF;
	background-color: #b2c5d1;
	scrollbar-base-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
  scrollbar-face-color:#FFFFFF;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-dark-shadow-color:#FFFFFF;
  scrollbar-shadow-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
}
/*
++++++++++++++++++++++++++++++
Tabellen
++++++++++++++++++++++++++++++
*/
.tabelleMitte	{
	width: 100%;
	border-width: 0px;
	border-color: #FFFFFF;
	/*border-spacing: 2px;*/
	border-collapse: collapse;
}
.tabellenhead {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	font-size: 12px;
	color: #2c353c;
	background-color: #B2C5D1;
	vertical-align: top;
	padding: 3px;
	}
.tabellehell {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #2C353C;
	background-color: #E0E9EE;
	vertical-align: top;
	padding: 3px;
}
.tabellemittel {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #2C353C;
	background-color: #D1DEE5;
	/*border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;*/
	vertical-align: top;
}
.tabelledunkel {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #2C353C;
	background-color: #D1DEE5;
	vertical-align: top;
	padding: 3px;
}
.tabelleganzdunkel {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #97a8b2;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	vertical-align: top;
}
.tabletextklein	{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 10px;
}
.tabletextklein a{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	color: #f20c22;
	text-decoration: none;
}
.tabletextklein a:link	{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	color: #f20c22;
	text-decoration: none;
}
.tabletextklein	a:visited {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;*/
	color: #f20c22;
	text-decoration: none;
}
.tabletextklein a:link:hover, .tabletextklein a:visited:hover {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;*/
	color: #f20c22;
	text-decoration: none;
}
.nurtext , .bildtext, .bildabschnitt, .tabellenabschnitt	{
width: 529px;
margin-bottom: 20px;
overflow: hidden;
}
.meldung	{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	font-weight: bold;
	color: #F20C22;
}
.tabelle_dominik_1 {

	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	font-weight: bold;
	color: #2C353C;
	background-color: #b2c5d1;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}
.tabelle_dominik2 {

	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	color: #2C353C;
	background-color: #d1dee5;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}
.tabelle_dominik3 {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	font-weight: bold;
	color: #2C353C;
	background-color: #b2c5d1;
}
.dropdown	{
	font-size: 11px;
	color: #2C353C;
	border: 1px solid #FFFFFF;
	background-color: #b2c5d1;
	scrollbar-base-color:#e0e9ee;
	scrollbar-track-color:#97a8b2;
  scrollbar-face-color:#d1dee5;
  scrollbar-highlight-color:#e0e9ee;
  scrollbar-3d-light-color:#e0e9ee;
  scrollbar-dark-shadow-color:#97a8b2;
  scrollbar-shadow-color:#97a8b2;
  scrollbar-arrow-color:#2c353c;
}
.linkpfeil a, .fliess .linkpfeil a, .nurtext .linkpfeil a, .legend .linkpfeil a, .legend .linkpfeil a:link:hover, .legend .linkpfeil a:visited, .legend .linkpfeil a:link {
	/*font-family: Arial, Helvetica, sans-serif;
	
	font-weight: normal;*/
	font-size: 12px;
	color: #f20c22;
	text-decoration: none;
	background-image: url(0_images_allg/pfeil_vor.gif);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	padding-left: 17px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.legend .linkpfeil a, .legend .linkpfeil a:link:hover, .legend .linkpfeil a:visited, .legend .linkpfeil a:link {
	font-size: 11px;
	text-decoration: underline;
}
.radiocheckbox	{
	background-color: transparent;
	border: none;
}


.liste1 {
	list-style-image: url('cssbilder/gedankenstrich.gif');
	list-style-position: outside;
}


.liste1_registered {
	list-style-image: url('cssbilder/gedankenstrich.gif');
	list-style-position: outside;
}

.liste2 {
	list-style-image: url('cssbilder/minus.gif');
	list-style-position: outside;
}



.liste_presse {
	list-style-image: url('0_images_allg/pfeil_vor.gif');
	list-style-position: outside;
}


.figure_caption{
	font-weight: normal; 
	font-size: 10px; 
	line-height: normal; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
}

.firmenhistorie1{
    /*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;*/
	color: #2C353C;
	list-style-position: outside;
	list-style-image: url(cssbilder/gedankenstrich.gif);
	left: 0px;
	position: relative; 
	width: 190px;
	vertical-align:top;
	margin-bottom: 20px;
	margin-top:5px;
}
	
.firmenhistorie2{
    /*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;*/
	color: #2C353C;
	list-style-position: outside;
	list-style-image: url(cssbilder/gedankenstrich.gif);
	left: 0px;
	position: relative; 
	width: 500px;
	margin-top: -35px; 
	margin-left:80px;
	vertical-align:top;
}

.hyperlink_produkte{
 text-decoration: none;
}

.news_datum{
margin-top: 0px;	
}



.dunkle_zeile {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	/*font-size: 12px;*/
	color: #2c353c;
	background-color: #B2C5D1;
	vertical-align: top;
	padding: 3px;
	}
	
.fototext_bild{
	margin-top: 14px;
}

* html .fototext_bild{
	margin-top: 3px;
}


/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++
rechte spalte mit div's statt tabelle
++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
.reihe {
  clear: both;
  padding: 2px 0px;
}
.label {
  float: left;
  padding-left: 2px;
  padding-right: 5px;
  width: 10px;
}
.feld {
  float: left;
  width: 140px;
  text-align: left;
} 
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
container f�r ausbau (dokumentationsart und h�ufige dokumente)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
	.contArt, .contArt a, .contArt a:link, .contArt a:link:hover {
		border-color:#ffffff;
		border-style:solid;
		border-width:1px;
		padding: 2px 0 3px 5px;
		color:#FF0000;
		font-size: 11px;
	}
	.contArt a {
		text-decoration: none;
		border-style:none;
	}
	.contArt a:link {
		text-decoration: none;
		border-style:none;
	}
	.contArt a:link:hover {
		text-decoration: underline;
		border-style:none;
	}
	/*++++++++++++++++++++++++++++++*/

	.contHaeufig {
		background-color:#D1DEE5;
		height: 93%;
		border-color:#ffffff;
		border-style:solid;
		border-width:1px;
		padding: 2px 0 3px 5px;
		color:#FF0000;
		font-size: 11px;
	} 
	.contHaeufig a, .contHaeufig a:link, .contHaeufig a:link:hover {
		background-color:#D1DEE5;
		padding: 2px 0 3px 5px;
		color:#FF0000;
		font-size: 11px;
		text-decoration: none;
		border-style:none;
	}
	.contHaeufig a:link {
		text-decoration: none;
		border-style:none;
	}
	.contHaeufig a:link:hover {
		text-decoration: underline;
		border-style:none;
	}
	
	begin of LIVE-SEARCH 
#live_search tr{
/*height:20px;*/
}

#live_search a,#live_search a:link, #live_search a:active, #live_search a:visited{
	
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: 1px solid #ffffff; 
	text-decoration: none;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	font-weight: bold;
	color: #f20c22;
	margin: 0px 2px 2px 0px;
	position:relative; /*behebt Probleme des IE - nicht l�schen!*/
	display:block;
	width:2em;
	float:left;
	text-align:center;
}

#live_search a:hover{
	border: 1px solid #97a8b2;
	background-color:#FFFFFF;
}

#live_search a.sel{
   color:#f20c22;
   border: 1px solid #97a8b2;	
   background-color:#B2C5D1;
}

#live_search a.sel:hover{
  	border: 1px solid #97a8b2;
	background-color:#FFFFFF;
}
/*end of LIVE-SEARCH */

/*productDetail headingList*/
#headingList {
  float:right;
  border:1px solid #FFFFFF;
  width:280px;
  margin:0px 0px 0px 10px;
  padding:5px 0px 5px 10px;
  list-style:none;
 
}

#headingList li {
	padding:0px 0px 0px 0px;
	color:red;
}

div#rechtstext #headingList {
  float:left;
  border:none;
  width:140px;
  margin:0px 0px 0px 15px;
  list-style:none;
 
}
/******end******/

.menu{
  z-index:5;
  visibility:hidden;
}

#listUL ul{
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  padding:0px;
  margin:0px;
  border-top:1px solid #ffffff;
}
#listUL ul li{
 	background-color:#D1DEE5;
	border:1px solid #ffffff;
	border-top:none;
	padding:2px 5px;
	width:200px;
	cursor:pointer;
}
#listUL ul li.parent {
	background:#D1DEE5 url(produkt/images/black_pfeile.gif) no-repeat right;
}
#listUL ul li.parent:hover {
	background:#2C353C url(produkt/images/white_pfeile.gif) no-repeat right;
}

#listUL ul li:hover{
  background-color: #2C353C;
	color: #FFFFFF;
}
/*productOverview*/
#productOverview {
	background-color:#D1DEE5;
	padding: 10px 0;
}
#productOverview .productButton{
	padding: 3px 5px;
	background-color: #B2C5D1;
	border:1px solid #FFFFFF;
	color:#ffffff;
	font-weight:bold;
	height:35px;
	margin:5px 8px;
	text-align:left;
}
#productOverview img {

}
#productOverview .productButton img{
	border:none;
}

#productOverview .productButton .buttonLabel{
	float:left;
	width:90%;
	font-size: 11px;
}
.labelImg {
	margin-top:18px;
}


#productOverview table{
  width:100%;
}
#productOverview td{
  width:33%;
  text-align:center;
}

/* footer copyright*/
.footer{
text-align:center;
vertical-align:bottom;
padding: 25px 0 0 0;
}
.copyright{
color:#2C353C;
	font-size:10px;
	margin:0pt auto;
	padding:0pt;
	text-align:center;
	vertical-align:bottom;
	width:100%;
}
/*****end********/

