
.seitentitel {
	position: absolute;
	top: 25px;
	left: 15px;
	color: white;
	font-size: 64px;
	width: 100%;
}

#inhalt {
  /* original: width: 456px; */
	width: 510px;
	overflow: hidden;
	margin-right:  0px;
	padding: 0;
}

#rechtespalte {
  /* original: width: 300px; */
	width: 260px;
	vertical-align: top;
}

#rechtespalte div {
	float: left;
	margin-right:  0px;
}



a	{
	text-decoration: none;	
	color: #8F0101;
	font-size: 11px;
}
img		{	border: none;	}
p		{ font-size: 11px; }
.clear	{	clear:both;	}


.box,
.box_breit {
	float: left;
/*	margin: 0 35px 25px 0; */
	margin: 0 15px 25px 15px;
}

#rechtespalte .box {	margin: 0 15px 25px 0px;	}

.box 		{	width:	218px;	}
.box_breit	{	width:	473px;	}

.boxtitel,
.titel,
.untertitel {
	margin: 0;
	padding: 3px;
	font-size: 12px;
}
.titel { padding: 0px 3px 3px 0px; margin-top: 0px; vertical-align: top; }
.boxtitel	{	border-bottom: 1px solid #BCBCBC; }
.untertitel {	font-size: 11px; font-weight: bold;}

.box_breit .titel,
.box_breit .titel * {
	font-size: 14px;
}

.box_breit h1 {
	border-bottom: none;
	font-size: 12px;
}

.box		.text,
.box_breit	.text { font-size: 11px; }

.box		.bilder,
.box_breit	.bilder { float: left; }

.box		.bilder img,
.box_breit	.bilder img {
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.abstand {	padding: 15px 4px 4px 15px;	}

.text_box       .abstand,
.text_box_breit .abstand { padding-left: 0;	}


.produkt_box,
.produkt_box_breit {
	position: relative ;
	border: 1px solid #BCBCBC;
	height: 260px;
	background:  url(/pix/themenseiten/hg_produkt.png) no-repeat center bottom;
}

	
.produkt_box_breit {
	background-image:  url(/pix/themenseiten/hg_produkt_gross.png);
}



.produkt_box		.beschreibung { height: 174px;	overflow: hidden;}
.produkt_box_breit	.beschreibung { height: 186px;	overflow: hidden;}

.produkt_box .preis {
	position:	absolute;
	left:		15px;
	bottom:		15px;
	font-size: 11px;
}



/* Formatiert die MehrInfo-Boxen */
.mehrInfo {
	position: absolute;
	left: 15px;
	background-color: #C4C6C7;
	border: thin solid #C5C5C5;
	padding: 12px 24px 32px 24px;
	width: 720px;
	z-index: 100;
	font-family: 'Georgia', serif;
	font-size: 14px;
	opacity: .90;
	filter: alpha(opacity=90);
}
.mehrInfo .text  { font-size: 14px;}
.mehrInfo .titel { font-size: 16px;	font-family: 'Georgia', serif; }

.mehrInfo .titel { font-size: 16px;	font-family: 'Georgia', serif; }


.mehrInfoLink {
color: #424242;
border-bottom: 1px dashed #424242;
}
.mehrInfoLink:hover {
color: #424242;
text-decoration: none;
}

