/* Project: Bella+Ben-Portal
 * TASK four / Haiko Ruttmann
 * Created: 04.06.2007
 * ---------------------------
 * Ben - Template: Navbar
 * ---------------------------
 */

#navbar		{
 					border:				0px solid #000000;
 					height:				*;
					width:				225px;
					float:				left;
 			}

#navbarhead	{
					position:			relative;
					top:				0px;
					left:				0px;
 					border:				0px solid #000000;
 					height:				27px;
					width:				225px;
					float:				left;
					background-image: 	url(../images/navbar_header_top.png);
					background-repeat: 	no-repeat;
 			}

#navbarhead	span {
					display:			block;
 					border:				0px solid #000000;
 					height:				20px;
					width:				205px;
					padding-top:		7px;
					padding-left:		10px;
					color:				#ffffff;
					font-family: 		Arial, Helvetica, sans-serif;
					font-size: 			14px;
					font-weight: 		bold;
					text-align:			center;
 			}


#navbargrouphead	{
					position:			relative;

 					border:				0px solid #000000;
 					height:				34px;
					width:				225px;
					float:				left;
					background-image: 	url(../images/navbar_header_sub_1.png);
					background-repeat: 	no-repeat;
					text-align:			center;
 			}

#navbargrouphead span {
					display:			block;
 					border:				0px solid #000000;
 					height:				24px;
					width:				225px;
					padding-top:		10px;
					color:				#ffffff;
					font-family: 		Arial, Helvetica, sans-serif;
					font-size: 			14px;
					font-weight: 		bold;
 			}

#navbarcontent	{
					position:			relative;
 					border:				0px solid #000000;
 					height:				*;
					width:				225px;
					float:				left;
					background-image: 	url(../images/navbar_bg.png);
					background-repeat: 	fixed repeat-y;
 			}

#navbarcontent span {
					display:			block;
 					border:				0px solid #000000;
 					height:				11px;
					width:				200px;
					padding-top:		1px;
					padding-bottom:		2px;
					padding-left:		15px;
					padding-right:		5px;

					font-family: 		Arial, Helvetica, sans-serif;
					font-size: 			11px;
					font-weight: 		bold;
					color: 				#3e3e3e;
					text-decoration: 	none;
					text-align:			left;
 			}

a.navproduct 		{
					font-family: 		Arial, Helvetica, sans-serif;
					font-size: 			11px;
					font-weight: 		bold;
					color: 				#960732;
					text-decoration: 	none;
					text-align:			left;
				}

a:hover.navproduct 	{
					font-family: 		Arial, Helvetica, sans-serif;
					font-size: 			11px;
					font-weight: 		bold;
					font-variant: 		normal;
					color: 				#3e3e3e;
					text-decoration: 	none;
					text-align:			left;
				}

a.navmoreproducts 		{
					font-family: 		Arial, Helvetica, sans-serif;
					font-size: 			11px;
					font-weight: 		bold;
					color: 				#3e3e3e;
					text-decoration: 	none;
					text-align:			left;
				}

a:hover.navmoreproducts 	{
					font-family: 		Arial, Helvetica, sans-serif;
					font-size: 			11px;
					font-weight: 		bold;
					color: 				#960732;
					text-decoration: 	none;
					text-align:			left;
				}

#navbarbottom	{
					position:			relative;
					top:				0px;
					left:				0px;
 					border:				0px solid #000000;
 					height:				14px;
					width:				225px;
					float:				left;
					background-image: 	url(../images/navbar_bottom.png);
					background-repeat: 	no-repeat;
 			}