#ps_tabs_tabs {
	width: 555px;
	background-color: #bec1c0;
	min-height: 30px;
}
* html #ps_tabs_tabs { 
   height: expression( this.scrollHeight < 31 ? "30px" : "auto" ); /* min-height für IE */
}


	#ps_tabs_item {
		float: left;
		width: 185px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background-color: #bec1c0;
	}
	
	/* Hover Effekte */
	.ps_tabs_font {
		color: #FFFFFF;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	.ps_tabs_font:hover {
		color: #df0000;
		text-decoration: none;
	}
	
	.ps_tabs_font_act {
		color: #df0000;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
	}

#ps_tabs_content {
	clear: left;
	width: 555px;
	padding-top: 10px;
}