
.seiten .paketeHomeAnsicht h2 {
	font-size: 18px;
	color: #00bb00;
}


.paket {
	float: left;
	width: 240px;
	height: 175px;
	position: relative;
	margin-bottom: 20px;
}

.paketlinks {
	margin-left: 0;
}
.paketrechts {
	margin-left: 25px;
}

.paket p {
	margin: 0;
}


.paket .titel,
.paketDetail .titel {
	font-weight: bold;
	font-size: 14px;
}

.paket .bild {
	position: absolute;
	left: 81px;
	top: 59px;
}

.paket .preisbox,
.paketDetail .preisbox {
	background-image: url(1pic/preis_bg.png);
	width: 81px;
	height: 49px;
	padding: 11px;
	overflow: hidden;
}
.paket .preisbox {
	position: absolute;
	bottom: 0;
	left: 0;
}

.paket .preisbox .preis,
.paketDetail .preisbox .preis {
	margin-top: 3px;
	font-size: 20px;
	font-weight: bold;
}
