/******************************
Datei: home.css
Datum: 14.06.2010
Stile der Startseite
******************************/
#centerHome{
	height:440px;
	width:970px;
	position:absolute;
	top:141px;
	left:0px;
}
/* Pakete */
#packeteShadow{
	position:absolute;
	right:0px;
	top:374px;
	width:704px;
	height:54px;
	background-image:url(../img/home/packete_shadow.png);
}
.packetBox{
	position:absolute;	
	background-repeat:no-repeat;
	width:244px;	
	color:#17396C;
}
#premiumBox{
	z-index:10;
	height:377px;
	background-image:url(../img/home/premium/bg_box.png);
	right:0px;
}
#premiumBox .packetBoxInner{
	height:375px;
}
#premiumBox .preisDesc{
	margin-top:33px;
}
#premiumBox .preisBetrag{
	background-image:url(../img/home/premium/preis.png);
	width:91px;
	height:59px;
	font-size:0px;
}
#businessBox{
	z-index:20;
	height:330px;
	background-image:url(../img/home/business/bg_box.png);
	right:230px;
	top:52px;
}
#businessBox .packetBoxInner{
	height:327px;
}
#businessBox .preisDesc{
	margin-top:30px;
}
#businessBox .preisBetrag{
	background-image:url(../img/home/business/preis.png);
	width:86px;
	height:59px;
	font-size:0px;
}
#basicBox{
	z-index:30;
	height:280px;
	background-image:url(../img/home/basic/bg_box.png);
	right:460px;
	top:97px;
}
#basicBox .packetBoxInner{
	height:279px;
}
#basicBox .preisDesc{
	margin-top:33px;
}
#basicBox .preisBetrag{
	background-image:url(../img/home/basic/preis.png);
	width:64px;
	height:59px;
	font-size:0px;
}
.packetBoxInner{
	position:relative;
	width:192px;
	margin-left:34px;
	margin-top:30px;
}
.preis{
	position:absolute;
	bottom:0px;
	right:10px;
	width:192px;
	height:59px;
}
.preisDesc{
	color:#17396C;
	margin-right:11px;
	font-size:10px;	
}
.packetTitel{
	margin-bottom:20px;
}
.paketBoldText{
	font-weight:bold;
	margin-bottom:5px;
}
/* Testimonials */
#testimonials{
	width:281px;
	height:289px;
	position:absolute;
	left:0px;
	top:133px;
	background-image:url(../img/home/testimonials.png);
	z-index:40;
	color:#BDD0DF;
	font-size:11px;
}
#testiContent1{
	width:160px;
	height:60px;
	margin-top:20px;
	margin-left:15px;	
}
#testiContent2{
	width:85px;
	height:60px;
	margin-left:15px;
	margin-top:3px;
}
/* Einleitungen */
#einleitungHome{
	z-index:50;
	width:343px;
	height:200px;
	color:#FFFFFF;
	top:0px;
}
#einleitung2{
	color:#FFF;
	margin:10px 0px 0px 0px;
	padding:0px;
	font-size:12px;
	font-weight:normal;
	width:255px;
}
#homeSpacer{
	width:970px;
	height:440px;
}
#preishinweis{
	position:absolute;
	right:3px;
	top:420px;
}
.eckeoben{
	position:absolute;
	right:-19px;
	top:-33px;
}