.tabsbox {
	float: left;
	width: 440px;
	margin: 0px 0px 0px 0px;
	padding: 41px 0px 0px 50px;
	position: relative;
	height: 550px;
}


/* root element for tabs  */
ul.tabs { 
	
	list-style:none; 
	margin:0 !important; 
	padding:0px 0px 0px 0px;
	width: 440px;
	height:40px;
	border-bottom: 1px solid #997ab0;
	position: absolute;
	top: -26px;
}


/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
	height:40px;
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	position: relative;
	top: 1px;
	float:left;
	font-family: 'DaxLightRegular', Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 16px;
	display:block;
	height: 37px; 
	line-height:38px;
	padding: 0px 20px 0px 20px;
	text-align:center;	
	text-decoration:none;
	color: #fff;
	margin:0px 0px 0px 15px;	
	background: none;
	border: 1px solid #632e87;
	border-bottom: 1px solid #4f0f76;
}
* html ul.tabs a {
	margin-left: 7px;
}

ul.tabs a:active {
	outline:none;
	color: #fff;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background: #3e0e5c;	
	color: #fff;
	text-decoration: none;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background: none;	
	cursor:default !important; 
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	height: 38px; 
		padding: 0px 20px 0px 20px;
	border: 1px solid #997ab0;
	border-bottom: 1px solid #4f0f76;
	margin:0px 0px 0px 15px;
}
* html ul.tabs a.current, * html ul.tabs a.current:hover,  * html ul.tabs li.current a {
	margin-left: 7px;
}



/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;
}

/* override single pane */ 
div.panes div.tekst { 
    float:left; 
    display:block;
    width: 440px;
    padding: 3px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    min-height: 220px;
}


