/* 
 * (X)HTML/CSS Framework
 * celements.css - formates the content elements
 * copyright 2011 | Net Inventors / TP
 * $Id: celements.css 23 2011-01-25 14:34:20Z tpierschel $
 */

/****************************************************************/
/* Standardinhaltselemente 																			*/
/****************************************************************/


/* Startseite ***************************************************/
#introcontainer{
	position:relative;
	width:762px;
	height:587px;
	
	background:url(/fileadmin/assets/pageBackground/background-intro.jpg) no-repeat bottom left;
}

#introcontainer .textcontainer{
	position:absolute;
	top:185px;
	right:37px;
	width:307px;
	height:150px;
}

#introcontainer .textcontainer p{
	line-height: 20px;
	font-size: 14px;
}

#introcontainer #textBox{
	position:absolute;
	top:525px;
	left:415px;
	width:320px;
	height:20px;
}

#introcontainer #textBox .content{}

#contentnavcontainer{
	position:relative;
	width:762px;
	height:79px;
	margin-bottom:50px;
	background-image:url(/fileadmin/assets/pageImages/imagenav-int-front-bg.jpg);
	background-repeat:no-repeat;
}

#contentnavcontainer .catalogue{
	position:absolute;
	width:150px;
	height:79px;
	top:0px;
	right:70px;
}


#markeBox{
	position:absolute;
	top:340px;
	left:410px;
	width:290px;
	height:70px;

}

#buttonBox{
	position:absolute;
	top:420px;
	left:410px;
	width:290px;
	height:70px;

}

div#storeWrap{
	position:absolute;
	right:8px;
	bottom:15px;
	width:403px;
	height:226px;
	background:url(/fileadmin/media/gfx/bg-traderWrap.png) no-repeat;
}
div#storeWrap div#storeLogo{
	position:absolute;
	left:5px;
	top:31px;
	width:380px;
	height:104px;
}
div#storeWrap div#storeLogo div.cBox{
	display: table-cell;
	height: 104px;
	text-align: center;
	vertical-align: middle;
	width: 380px;
}

div#storeWrap div#storeAdress{
	position:absolute;
	left:5px;
	bottom:16px;
	width:380px;
	height:75px;
}

div#storeWrap div#storeAdress div.cBox{
	padding:2px 0px 0px 13px;
	font-size:12px;
	line-height:14px;
}

div#storeWrap div#storeAdress div.cBox a{
	font-size:12px;
}

div#stresslessLogo{
	position:absolute;
	width:174px;
	height:126px;
	top:18px;
	right:46px;
}

div#stresslessBirthdayLogo{
	position:absolute;
	display: none;
	width:174px;
	height:126px;
	left:32px;
	top:126px;
}


/****************************************************************/

/* Katalogorder *************************************************/
#catimagecontainer{
	padding:10px 0px;
	text-align:center;
}

#formcontainer{
	padding:0px 50px;
	padding-bottom:50px;
}
/****************************************************************/


/* Privacy Protection *******************************************/
#privacycontainer .content{
	padding:10px;
}

/****************************************************************/

