/* ------------------------------------------------------------------------------------------------------ */
/* --- STARTSEITE --- */

.rahmenContentStart,
.rahmenContentStart_Aktion
			{
				position: relative;
				
				width: 900px;
				height: 430px;
				
				border: 1px solid #A09E9D;
				background:url(../_images/hintergrundpflanze.jpg) no-repeat;
				
				margin: 0;
				padding: 0;
			}

.rahmenContentStart_Aktion
			{
				background:url(../_images/hintergrundpflanze_aktion.jpg) no-repeat;
			}




#titleStart
			{
				position: absolute;
				top: 150px;
				left: 275px;
			}

#trennerStart
			{
				position: absolute;
				left: 0px;
				top: 179px;
				* top: 169px;
				width: 893px;
				height: 1px;
			}

.bildLeiste
			{
				position: absolute;
				top: 188px;
				left: 277px;
				height: 166px;
				width: auto;
			}

.bildLeiste img
			{
				float: left;
				margin-right: 7px;
			}


.bildLeiste .textaktion
		{
			font-size:11px;
			font-weight:bold;
			color:#99667d;
			
			padding:0 8px 0 0;
			
			text-align:right;
			* float:right;
		}

.bildLeiste .textaktion a,
.bildLeiste .textaktion a:hover
		{
			color:#99667d;
			text-decoration:none;
		}

.bildLeiste .textaktion a:hover
		{
			color:#56524b;
		}


.sonder-promotion
	{
		position:absolute;
		
		top:290px;
		left:20px;
	}

#naviExtern
			{
				position: absolute;
				bottom: 5px;
				left: 277px;
				width: 617px;
				height: auto;
				color:#56524B;
			}
	
a.linkNaviExtern:link, a.linkNaviExtern:visited, a.linkNaviExtern:active
			{
				color:#56524B;
				text-decoration:none;
			}

a.linkNaviExtern:hover
			{
				color:#FF8A00;
				text-decoration:none;
			}

