@charset "utf-8";
/************************************************************************************/
/*                                                                                  */
/* Aktionen Styles                                                                  */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Suchen/Filter */
#frmAktionenFilter
{
	float: left;
	width: 100%;	
	border-bottom: 1px solid #ccc;
	padding: 0em 0em 1em 0em;
	margin: 0em 0em 2em 0em;
	font-size: 0.9em;
}

#frmAktionenFilter input
{
	margin: 0px;
}

#frmAktionenFilter select
{
	margin: 0px;
	width: 170px;
}

#frmAktionenFilter label
{
	width: 120px;
}

#frmAktionenFilter .label-text
{
	margin: 0px 0px 0px 5px;
}



/************************************************************************************/
/* Liste mit Aktionen */
#lstAktionenListe
{
	float: left;
	width: 100%;
	font-size: 0.9em;
}

#lstAktionenListe li
{
	float: left;
	width: 553px;
	max-height: 110px;
	background-color: #fff;
	padding: 5px 0px 5px 0px;
	margin-bottom: 2em;
	position: relative;
	border: 1px solid #ddd;
	cursor: pointer;
}

#lstAktionenListe li:hover
{
	border: 1px solid #aaa;
}

#lstAktionenListe a
{
	text-decoration: none;
}

#lstAktionenListe li .bild
{
	float: left;
	width: 120px;
	min-height: 80px;
	max-height: 100px;
	margin: 0px 10px 20px 5px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}

#lstAktionenListe li .titel
{
	float: left;
	width: 395px;
	height: 16px;
	overflow: hidden;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0em;
	margin: 3px 0px 10px 0px;
}

#lstAktionenListe li .text
{
	float: left;
	width: 395px;
	max-height: 80px;
	overflow: hidden;
	padding: 0em;
	margin: 0px 0px 15px 0px;
	text-align: justify;
}

#lstAktionenListe li .preis-aktion
{
	font-size: 1.3em;
	font-weight: bold;
	padding: 0px 5px 0px 0px;
}

#lstAktionenListe li .preis-normal
{
	font-size: 0.9em;
	color: #df001d;
}

#lstAktionenListe li .rabatt
{
	font-size: 1.3em;
	font-weight: bold;
}

#lstAktionenListe li .energystar
{
	position: absolute;
	right: 1px;
	top: 1px;
	width: 32px;
	height: 25px;
	padding: 0px !important;
}


/*---------------------------------------------*/
/* Energie-Etikette Leiste */
#lstAktionenListe li .energie-etiketten-leiste
{
	position: absolute;
	bottom: 1px;
	right: 0px;
	width: 185px;
	height: 27px;
	margin: 0px;
	background-repeat: no-repeat;
}

#lstAktionenListe li .energie-etiketten-leiste img
{
	float: left;
	margin: 0px;
}



/************************************************************************************/
/* Aktion Details */
#divAktionDetails
{
	background-image: url(../images/hintergruende/aktion-details_bg.png);
	background-repeat: repeat-y;
}

#divAktionDetails #links
{
	float: left;
	width: 150px;
	min-height: 300px;
	padding: 0px 5px 0px 5px;
	margin: 1.3em 0em 0em 0em;
}

#divAktionDetails #divAktionBild
{
	width: 130px;
	height: 120px;
	padding: 10px;
	margin: 0px 0px 0.5em 0px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center 30px;
	position: relative;
}

#divAktionDetails #divAktionBild .energie-label
{
	position: absolute;
	bottom: 1px;
	left: 1px;
}

#divAktionDetails #divAktionBild .energystar
{
	position: absolute;
	top: 1px;
	right: 1px;
}

#divAktionDetails #rechts
{
	float: right;
	width: 380px;
	min-height: 500px;
	margin: 1em 0em 0em 0em;
}

#divAktionDetails img
{
	padding: 0px !important;
	float: none;
}

#divAktionDetails h3
{
	padding-top: 1em;
}

#divAktionDetails .zur-aktion
{
	font-size: 1.2em;
	color: #06C;
	font-weight: bold;
}


/*---------------------------------------------*/
/* Energie-Etikette Leiste */
#divAktionDetails .energie-etiketten-leiste
{
	width: 185px;
	height: 27px;
	margin: 0px 0px 0px 5px;
	background-repeat: no-repeat;
}

#divAktionDetails .energie-etiketten-leiste img
{
	float: left;
	margin: 0px;
}



/************************************************************************************/
/* Bilder Gallerie */
#lstAktionGallerie
{
	float: left;
	width: 100%;
	margin-bottom: 2em;
}

#lstAktionGallerie li
{
	float: left;
	width: 100px;
	height: 80px;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0px 7px 5px 0px;
	background-color: #fff;
}

#lstAktionGallerie li:hover
{
	border: 1px solid #aaa;
}

#lstAktionGallerie img
{
	width: 100px;
	height: 80px;
}