@charset "iso-8859-1";
/* CSS Document */

#produktnavi {
	position:relative; 
	width:180px; 
	height:517px; 
	left:0px; 
	top:44px; 
	background:#CCCCCC;
	float:left;
}
#content {
	position:absolute; 
	width:570px; 
	height:517px; 
	left:200px; 
	top:130px; 
	background:#f0f0f0;
	z-index:5;
}
#content1 {
	position:absolute; 
	width:550px; 
	height:510; 
	left:10px; 
	top:10px; 
	background:#f0f0f0;
	z-index:5;
}
#converter {
	position:absolute; 
	width:205px; 
	height:305; 
	left:500px; 
	top:120px; 
	background:#f0f0f0;
	z-index:5;
}
#pronavi {
	display:block;
	height:14px;
	background:#999999; 
	width:166px;
	padding:4px;
	padding-left:10px; 
	border-bottom:1px solid #e6e6e6;
}
.ab { line-height:2px;}
.ac { line-height:2px;}
a.pro:link {
	display:block;
	width:171px;
	color: #333333;
	text-decoration: none;
	border-bottom:1px solid #e6e6e6;
	padding:0px 1px 3px 10px;
}
a.pro:visited {
	display:block;
	width:171px;
	color: #333333;
	text-decoration: none;
	border-bottom:1px solid #e6e6e6;
	padding-left:10px;
	padding-bottom:3px;
}
a.pro:hover {
	display:block;
	width:171px;
	color: #0066CC;
	text-decoration: none;
	border-bottom:1px solid #e6e6e6;
	padding-left:10px;
}
a.pro:active {
	display:block;
	width:171px;
	color: #333333;
	text-decoration: none;
	border-bottom:1px solid #e6e6e6;
	padding-left:10px;
	padding-bottom:3px;
}
a.neu:link {
	diplay:inline;
	text-decoration: none;
	color:#ffffff;
	float:left;
	border:none;
	padding:4px 20px 2px 0px;
	margin-left:8px;
}
a.neu:hover {
	diplay:inline;
	text-decoration: none;
	color:#99CCFF;
	float:left;
	border:none;
	padding:4px 20px 2px 0px;
	margin-left:8px;
}
a.neu:visited {
	diplay:inline;
	text-decoration: none;
	color:#ffffff;
	float:left;
	border:none;
	padding:4px 20px 2px 0px;
	margin-left:8px;
}
a.neu:active {
	diplay:inline;
	text-decoration: none;
	color:#ffffff;
	float:left;
	border:none;
	padding:4px 20px 2px 0px;
	margin-left:8px;
}
a:link {
	text-decoration: none;
	color:#666666;
}
a:visited {
	text-decoration: none;
	color:#666666;
}
a:hover {
	text-decoration: none;
	color:#0066CC;
}
a:active {
	text-decoration: none;
	color:#666666;
}
.Stil1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;}
.Stil3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;}
.Stil2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#e6e6e6;
	font-size:12px;
	font-weight:bold;}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:17px;
	line-height:24px;
}
div#Rahmen {
    	width: 751px;
    	padding:2px;
  	height:30px;
   	background-color: #184690;
   	z-index:200;
	position:absolute;
	left:15px;
	top:90px;
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    	width: 755px;
    	w\idth:755px;
	height:30px;
  }
  div#Rahmen div {
     	clear: left;
  }
  ul#Navigation {
    	margin:0px 0px 0px -2px; padding: 4px 0px 6px 0px;
    	text-align: left;
  }

  ul#Navigation li {
    	list-style: none;
    	float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    	position: relative;
    	margin:2px 5px 6px 4px; padding: 2px 0px 2px;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    	margin-bottom: -0.4em;
  }
  *	:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
   	margin-bottom: -0.1em;
  }

  ul#Navigation li ul {
	margin: 0; padding: 0.2em;
	position: absolute;
    	top:15px; left: -0.4em;
	background-color:#184690;
	width:12em;
    	display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    	left: -1.5em;
    	lef\t: -0.4em;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
   	background-color:#184690; padding-bottom:0.4em;
  }
  ul#Navigation li:hover ul {
    	display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    	float: none;
    	display:block;
    	margin-bottom: 0.2em;
  }

  ul#Navigation a, ul#Navigation span {
    	display: inline;
    	width:5.2em;  /* Breite den in li enthaltenen Elementen zuweisen */
    	padding: 0.2em 1em;
    	text-decoration: none;
    	color: white; background-color: #184690;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    	width: 5.5em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    	w\idth: 5.5em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    	color: #99CCFF; background-color: #184690;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    	color: #99CCFF; background-color: #184690;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    	background-color: #3333CC;
  }
td {
	vertical-align:top;
}