@charset "utf-8";
/* CSS Startseite for mein-hoster.com */

ul#pakete {
	width:870px;
	padding:25px 15px 10px;
	border-bottom:1px solid #eee;
	margin:0 auto;
	background:#fff;
}

ul#pakete li {
	float:left;
	width:260px;
	font-size:13px;
	margin:0 15px;
	color:#000;
}

ul#pakete:after {
	display: block;
	content: "clearen";
	clear: left;
	height: 0;
	visibility: hidden;
}

#pakete a.title {
	display:block;
	width:230px;
	height:24px;
	padding:3px 15px;
	font-style:italic;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
	text-shadow:#999 0 0 2px;
	background:url(../pic/paket_top.jpg) top;
}

#pakete a.title:hover {
	color:#FF1153;
}

#pakete ul {
	width:208px;
	padding:10px 25px 20px;
	background:url(../pic/paket_bg.jpg) bottom no-repeat;
	border:1px solid #ccc;
	border-bottom:none;
	border-top:none;}

#pakete ul li {
	float:none;
	width:auto;
	margin:2px 0;
	list-style-image:url(../pic/pfeil.png);
}


#pakete div.left {
	width:130px;
	height:45px;
	margin:0;
	padding:0;
	float:left;
	text-align:center;
	background:url(../pic/paket_bottom.jpg) bottom left no-repeat;
}

#pakete div.right {
	width:130px;
	height:41px;
	margin:0 0 0 130px;
	padding:2px 0;
	text-align:center;
	background:url(../pic/paket_bottom.jpg) bottom right no-repeat;
}


#pakete div span {
	display:block;
	width:100px;
	height:23px;
	margin:0 25px 0 15px;
	padding:3px;
	font-size:25px;
	font-weight:bold;
}

#pakete div small {
	color:#333;
}

a.s_button {
	display:inline-block;
	width:100px;
	margin:1px;
	text-align:center;
	font-weight:100;
	color:#333;
	background:#ccc;
	border:1px solid #999;
	border-radius:3px;
	opacity:0.9;
}

a.s_button:hover {
	text-decoration:none;
	color:#fff;
	background:#e10033;
	border:1px solid #ee2244;
}

