	h3 {
			margin: 0;	
			padding: 7px 0 0 0;
			font-size: 14px;
			text-transform: uppercase;
                       color:#fff;
		}

		div#feature_list {
			width: 650px;
			height:180px;
			overflow: hidden;
			position: relative;
			z-index:1;
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}

		ul#tabs {
			left: 0;
			z-index: 2;
			width: 220px;
		}

		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
		}
		
		ul#tabs li img {
			padding: 5px;
			border: none;
			float: left;
			margin: 0px 10px 0 0;
		}

		ul#tabs li a {
			color: #000;
			text-decoration: none;	
			display: block;
			padding: 10px;
			height: 40px;
			outline: none;
			background-color:#d8dea0;
		}

		ul#tabs li a:hover {
			text-decoration: none;
		}

		ul#tabs li a.current {
			background:  url('http://www.software3d.de/skin/frontend/education3d/reiter/feature-tab-current.png');
			color: #FFF;
			height: 40px;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
			height: 40px;
		}

		ul#output {
			right: 0;
			width: 463px;
			height: 180px;
			position: relative;
			background-color:#000;
			z-index:1;
			color:#CCC;
			font-size:11px;
		}

		ul#output li {
			position: absolute;
			width: 463px;
			height: 180px;
z-index:1;
		}

		ul#output li a {
			position: absolute;
			bottom: 10px;
			right: 10px;
			padding: 8px 12px;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #417020;
z-index:1;
/*
			-moz-border-radius: 5px;
*/
		}
		
		ul#output li a:hover {
			background: #477930;
	z-index:1;
		}



ul#output li img { margin-left:48px; }
