/* //bitjockeys// */

#headertabs {
	position:relative;
	width:500px; 
	height:30px; 
	margin-left:45px;
}

#headertab {
	position:relative;
	float:left;
	background-color:#DAE6EF;
	height:27px;
	margin-left:3px;
	margin-bottom:3px;
}

#headertab_ecke_oben_links {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 5px;
	height: 5px;
	background:url(../theme/images/corners_left.png);
	overflow: hidden;
}

#headertab_ecke_oben_rechts {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 5px;
	height: 5px;
	background:url(../theme/images/corners_right.png);
	overflow: hidden;
}

#headertab_mitte {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	padding: 5px 20px 2px 20px;
}


