
#navigation {
	margin-top:			20px;
}

/*
#navigationStart {
	width:				14px;
	height:				34px;
	background-image:		url('../images/layout/navigation_left.png');
	float:				left;
}
*/

#navigationInner {
	width:				944px;
	height:				61px;
	background-image:		url('../images/layout/navigation2_bg.png');
}

#navigationInner ul {
	list-style:			none;
}

#navigationInner a {
	color:                          white;
        text-decoration:                none;
}

/*
#navigationInner a.ciLogo {
	margin-right:			23px;
}

#navigationInner a.ciLogo img {
	margin-top:			9px;
	margin-left:			32px;
}
*/

#navigationInner ul li { 
	float:				left;
        height:                         61px;
}

#navigationInner a {
	font-size:			110%;
	font-weight:			normal;
	color:				white;

	line-height:			61px;
	text-align:			center;
	text-transform: uppercase;
        display:                        block;
	background-image:		url('../images/layout/navigation2_item.png');	
}

/*
#navigationInner a.ciLogo {
	background-image:		none;	
}
*/

.navigationInnerHome{
	margin-top: -35px; margin-left: 105px;
}


#navigationInner a:hover {
	background-image:		url('../images/layout/navigation2_hover.png');	
	cursor:                         pointer;
}

/*
#navigationInner a.ciLogo:hover {
	background-image:		none;
	cursor:				auto;
}
*/

#navigationInner a.leistungen {
	width:				124px; /* 122px; */
	margin-left: 196px;
	}

#navigationInner a.preise {
	width:				91px;
	}
	
#navigationInner a.studios {
	width:				103px;
	}
	
#navigationInner a.karriere {
	width:				109px;
	}
	
#navigationInner a.unternehmen {
	width:				137px;
	}

#navigationInner a.franchise {
	width:				110px;	
	}

#navigationInner a.fb {
	width:				74px;	
	background-image:		url('../images/layout/navigation2_fb.png');
	text-indent: -9999px;
	}

/*
#navigationInner a.fb:hover {
	background-image:		url('../images/layout/navigation2_fb_hover.png');		
	}
*/	

#navigationLogo {
	position: absolute; 
	left: 32px; 
	top: 10px;
	z-index: 89;
}

#navigationShadow {
	background-image: url('../images/layout/navigation2_shadow.png');
	background-repeat: repeat-x;
	width: 944px;
	height: 8px;
	position: absolute;
	top: 61px;
	z-index: 88;
}

#navigationPic {
	width: 944px;
	height: 188px;
	overflow: hidden;
}
		
