 /* Tabs Navigation */
 
#tabs_nav {
            width: 657px;
}
        
div.tab_cntnt {
            padding: 0;
            border-left: 1px solid #01CB05;
            border-right: 1px solid #01CB05;
            border-bottom: 1px solid #01CB05;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
  * html div.tab_cntnt  {height: 1%;}
/* Ende Hide from IE5-mac. Only IE-win sees this. \*/
        
#tabs_nav ul.tabs {
			list-style:none;
			margin:0;
			padding:0;
			clear:both;
			height:27px;
}

#tabs_nav ul.tabs li {
			float:left;
			margin: 0;
			width:162px; 
			text-align:left;
}

#tabs_nav ul.tabs li.tab_link {
			background:url(/images/default/siteimg/graph/tab-slide-r.gif) no-repeat right top;
}

#tabs_nav ul.tabs li.tab_2 {
			width:327px; 
}

#tabs_nav ul.tabs li a span {
			display:block;
			background:url(/images/default/siteimg/graph/tab-slide-r.gif) no-repeat right top;
			padding: 0 13px 0 0;
			height: 27px;
			line-height: 27px;
			cursor: pointer;
}


#tabs_nav ul.tabs li a {
			display:block;
			padding: 0 0 0 13px;
			background: url(/images/default/siteimg/graph/tab-slide-l.gif) no-repeat left top;
			color:#FFF;
}

#tabs_nav ul.tabs li a:hover {
			background-position:0 -27px;
}

#tabs_nav ul.tabs li a:hover span {
			background-position:100% -27px;
}

#tabs_nav ul.tabs li a.active {
			background-position:0 -27px;
}

#tabs_nav ul.tabs li a.active span {
            background-position:100% -27px;
}

#tabs_nav div#one, #tabs_nav div#two, #tabs_nav div#three, #tabs_nav div#four  {
			clear:both;
}
		
#tabs_nav ul.tabs li.tab_spacer {
		    width: 3px;
		    height: 27px;
		    font-size: 1px;
}

/* Mindesthöhe Tab-Container */

#one div.Content657-ImgTxtList, #two div.Content657-ImgTxtList, #three div.Content657-ImgTxtList, #four div.Content657-ImgTxtList {
            min-height: 66px;
            overflow:hidden;
}
