/* Project: Bella+Ben-Portal
 * TASK four / Haiko Ruttmann
 * Created: 04.06.2007
 * ---------------------------
 * Ben - Template:Infobox
 * ---------------------------
 */
/* -------------------------------------------------------------------------------  */
/* Navbar - Infobox       								*/
/* -------------------------------------------------------------------------------  */
#infobox		{
 					border:				0px solid #000000;
 					height:				150px;
					width:				225px;
					float:				left;
 				}

#infoboxhead	{
					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;
					text-align:			left;
 			}

#infoboximageben
			{
					position:			absolute;
					top:				10px;
					left:				135px;
 					border:				0px solid #000000;
 					height:				84px;
					width:				84px;
					float:				left;
					background-image: 	url(../images/image_ben.jpg);
					background-repeat: 	no-repeat;
 			}


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

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

#infoboxcontent span {
					display:			block;
 					border:				0px solid #000000;
 					height:				105px;
					width:				115px;
					padding-top:		1px;
					padding-bottom:		2px;
					padding-left:		10px;
					padding-right:		5px;

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

#infoboxcontent span a 	{
					font-family: 		Arial, Helvetica, sans-serif;
					font-size: 			12px;
					font-weight: 		bold;
					font-variant: 		normal;
					color: 				#960732;
					text-decoration: 	none;
					word-spacing: 		normal;
					font-style: 		normal;
					line-height: 		normal;
					text-align:			left;
				}

#infoboxcontent span a:hover 		{
					font-family: 		Arial, Helvetica, sans-serif;
					font-size: 			12px;
					font-weight: 		bold;
					color: 				#3e3e3e;
					text-decoration: 	none;
					text-align:			left;
				}

#infoboxbottom	{
					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;
 			}
