/* Project: Bella+Ben-Portal
 * TASK four / Haiko Ruttmann
 * Created: 04.06.2007
 * ---------------------------
 * Ben - Template:Favoriten
 * ---------------------------
 */
#favorites		{
 					border:				0px solid #000000;
					width:				224px;
 					height:				*;
					float:				left;
 				}

#favoriteshead	{
					position:			relative;
					top:				0px;
					left:				0px;
 					border:				0px solid #000000;
 					height:				28px;
					width:				225px;
					background-image: 	url(../images/right_header_top.png);
					background-repeat: 	no-repeat;
					float:				left;
 			}
#favoriteshead	span {
					display:			block;
 					border:				0px solid #000000;
 					height:				20px;
					width:				200px;
					padding-top:		7px;
					padding-left:		10px;
					text-align:			left;
					color:				#ffffff;
					font-family: 		Arial, Helvetica, sans-serif;
					font-size: 			14px;
					font-weight: 		bold;
					text-align:			left;
 			}

#favoritestext	{
					position:			relative;
					top:				0px;
					left:				0px;
 					border:				0px solid #000000;
 					height:				25px;
					width:				225px;
					background-image: 	url(../images/right_bg.png);
					background-repeat: 	no-repeat;
					float:				left;
		 			}
#favoritestext	span {
					display:			block;
 					border:				0px solid #000000;
 					height:				20px;
					width:				200px;
					padding-top:		5px;
					padding-left:		10px;
					text-align:			left;
					color:				#3e3e3e;
					font-family: 		Arial, Helvetica, sans-serif;
					font-size: 			10px;
					font-weight: 		bold;
 			}
#favoritesteaser	{
					position:			relative;
					top:				0px;
					left:				0px;
 					border:				0px solid #000000;
 					height:				64px;
					width:				225px;
					background-image: 	url(../images/right_teaser_small.png);
					background-repeat: 	no-repeat;
					float:				left;
			}

#favoritesteaserimage	{
					position:			relative;
					top:				6px;
					left:				16px;
 					border:				0px solid #000000;
 					height:				40px;
					width:				40px;
					float:				left;
			}

#favoritesteasertext	{
					position:			relative;
					top:				1px;
					left:				25px;
 					border:				0px solid #000000;
 					height:				*;
					width:				150px;
					float:				left;
					text-align:			left;
					color:				#888888;
					font-family: 		Arial, Helvetica, sans-serif;
					font-size: 			10px;
					font-weight: 		bold;
			}

#favoritesteasertext b	{
					color:				#3e3e3e;
					font-family: 		Arial, Helvetica, sans-serif;
					font-size: 			11px;
					font-weight: 		bold;
					font-variant: 		normal;
			}

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

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


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

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

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