
	#simpleTabs, #simpleTabs2{
		width: 100%;
		}
	.simpleTabs-nav ul{
	overflow: visible;
	list-style: none;
	margin: 0;
	padding: 0 0 2em 0;
		}
	.simpleTabs-nav li{
		float:left;
		width: auto;
		color: #000;
		cursor: pointer;
		line-height:1.6em;
		padding:0 0 0 2em;
		background:#fff url(../bilder/bullet-green-outlined.gif) scroll no-repeat 3px 50%;
		}
	.simpleTabs-nav li:hover{
		background:#defab6 url(../bilder/bullet-green-outlined.gif) scroll no-repeat 3px 50%;
		}
	.simpleTabs-nav li.close{
		float: right;
		}
	.simpleTabs-nav li.actif{
		color: #fff;
		font-weight: bold;
		color: #360;
		background:#fff url(../bilder/bullet-green.gif) scroll no-repeat 3px 50%;
		}
	.simpleTabs-content{
		clear: both;
		}
